/* The Distillery Historic Districturlcopyright info */

@import url(layout.css);/*master layout*/
@import url(header.css);/***header styles***/
@import url(nav_bar.css);/**navigation id and classes**/
@import url(explore.css);/**accordian menu**/  

/*global*/
body{	
color: #333333;
font-family: arial, sans-serif;
font-size: .825em;
line-height: 1.5em;
background-color: #fff;
width: 100%;
height:100%;
margin: auto;
}

img{border: none;}

/*****************typography*****************/
p{color: #333333; margin: 16px 4px 16px 4px; font-size: 100%;}
a{color: #cc0000; text-decoration: none;}
a:hover{color: #cc0000; text-decoration: none;}
h1, h2, h3, h4, h5, h6{margin: 0px 0px 12px 0px;}	

/***headers***/	
#experience, #history, #explore, #our_story, #links, #calendar, #contact, #visit, #tours, #admin, #event, #condos, #media{
		width: 760px;
		height: 36px;
		display: block;
		margin: 0px 0px -6px 0px;
		padding: 0px 0px 0px 0px;
		background: transparent url(../images/experience_header.gif) no-repeat;
		text-indent: -9999px;
		clear: both;
		}			
#contact{background: transparent url(../images/contact_header.gif) no-repeat;}	
#experience{background: transparent url(../images/experience_header.gif) no-repeat;}
#our_story{background: transparent url(../images/story_header.gif) no-repeat;}				
#history{background: transparent url(../images/history_header.gif) no-repeat;}	
#links{background: transparent url(../images/links_header.gif) no-repeat;}	
#explore{background: transparent url(../images/explore_header.gif) no-repeat;}		
#calendar{background: transparent url(../images/calendar_header.gif) no-repeat;}	
#visit{background: transparent url(../images/visit_header.gif) no-repeat;}		
#tours{background: transparent url(../images/tours_header.gif) no-repeat;}			
#admin{background: transparent url(../images/admin_header.gif) no-repeat;}			
#event{background: transparent url(../images/event_header.gif) no-repeat;}			
#condos{background: transparent url(../images/condos_header.gif) no-repeat;}		
#media{background: transparent url(../images/media_header.gif) no-repeat;}			
#exibitions{background: transparent url(../images/exibitions_header.gif) no-repeat;}			

.contain{	
	margin: auto;	
	padding: 0px 0px 0px 0px;	
	position: relative;	
	width: 1000px;	
	height: auto;	
	}
