/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

body{
	background-image:url("../images/background.jpg");
	background-repeat:repeat-x;
	
	background-color:#F5F5F5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	line-height:1.5em;
	
}
#container{
	width:957px;
	margin-left:auto;
	margin-right:auto;
	background-image:url("../images/content_bg2.png");
	background-repeat:repeat-y;
	
}


html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}

#main {padding-bottom: 181px;}  /* must be same height as the footer */
#main2 {padding-bottom: 20px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -181px; /* negative value of footer height */
	height: 181px;
	clear:both;
	background-image:url("../images/footer_bg.jpg");
background-repeat:repeat-x;} 


#content_footer{
	width:957px;
	height:181px;
	background-image:url("../images/content_footer.jpg");
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666;
	line-height:1.5em;
}

#content_footer a{
	text-decoration:none;
	color:#666;

}
#information_footer{
	padding-left:327px;
	padding-top:80px;
	float:left;
}

#information_footer_left{
	width:195px;
	height:100px;
	float:left;
	
}

.footer_left{
	float:left;
	padding-right:15px;
	list-style:none;
	
}

.secondary_nav{
	color:0095ce;

}
.footer_right{
	float:right;	
	padding-right:40px;
	border-color:#666666;
	border-right:solid;
	border-width:1px;
	list-style:none;
}

	
#information_footer_middle{
	width:200px;
	float:left;
	padding-left:20px;
	border-color:#666666;
	border-right:solid;
	border-width:1px;
	padding-right:10px;
	
}

#information_footer_right{
	width:190px;
	float:right;
	padding-left:14px;
	
}
.minipic{
	padding-right:7px;
	padding-bottom:32px;

}
.minipic2{
	
	padding-bottom:32px;

}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



#header{
	width:957px;
	float:left;
}

#logo{
	width:285px;
	height:176px;
	float:left;
}

/*NAVIGATION*/
#navigation_container{
	width:672px;
	height:176px;
	float:left;
	background-image:url("../images/navigation.jpg");
	background-repeat:no-repeat;

}
.navigation{
	padding-top:126px;
	padding-left:23px;
}

#menu li {
	display: inline;
	list-style-type: none;
}

#menu span {
	display: none;
}

#menu li a.brewery {
		float: left;
		width: 100px;
		height: 50px;
		overflow: hidden;
		background: url(../images/brewery.jpg) no-repeat top left;
		display: block;
		
}

#menu li a.brews {
		float: left;
		width: 100px;
		height: 50px;
		overflow: hidden;
		background: url(../images/brews.jpg) no-repeat top left;
		display: block;
	}

#menu li a.mead {
		float: left;
		width: 100px;
		height: 50px;
		overflow: hidden;
		background: url(../images/mead.jpg) no-repeat top left;
		display: block;
	}

#menu li a.sales_and_merch {
		float: left;
		width: 100px;
		height: 50px;
		overflow: hidden;
		background: url(../images/sales_and_merch.jpg) no-repeat top left;
		display: block;
	}


#menu li a.news_and_events {
		float: left;
		width: 100px;
		height: 50px;
		overflow: hidden;
		background: url(../images/news_and_events.jpg) no-repeat top left;
		display: block;
	}
	
#menu li a.contact_us {
		float: left;
		width: 100px;
		height: 50px;
		overflow: hidden;
		background: url(../images/contact2.jpg) no-repeat top left;
		display: block;
	}

#menu li a.brewery:hover,
#menu li a.brews:hover,
#menu li a.mead:hover,
#menu li a.sales_and_merch:hover,
#menu li a.news_and_events:hover,
#menu li a.contact_us:hover{
	background-position: right;
}


body.brewery #menu li a.brewery,
body.brew #menu li a.brews,
body.mead #menu li a.mead,
body.sales_and_merch #menu li a.sales_and_merch,
body.news_and_events #menu li a.news_and_events,
body.contact_us #menu li a.contact_us
{
	background-position: right;
}


/*DROPDOWN*/
#menu {
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#fff;
	
}

#menu a{
color:#fff;

}
#menu ul {
	padding:0; 
	margin:0; 
	list-style-type:none; /* for Firefox */
	line-height:1em;
}
#menu li {
	float:left; 
	position:relative;
}

#menu li ul {
	visibility:hidden; 
	position:absolute; 
	top:2.5em;
	left:0; 
	height:0; 
	overflow:hidden;
	
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
#menu li:hover a,
#menu li a:hover {
	text-decoration:underline; 
	border:0;
}

#menu li.brewery_drop:hover ul,
#menu li.brewery_drop a:hover ul {
	visibility:visible;
 	height:auto; 
	 width:143px; 
 	background-image:url("../images/brewery_drop.png"); 
 	background-repeat:no-repeat; 
 	background-color:#370E02;  
	left:0; 
	top:3.35em; 
 	overflow:visible;
 	padding-bottom:12px;

}

#menu li.brews_drop:hover ul,
#menu li.brews_drop a:hover ul {
	visibility:visible;
 	height:auto; 
 	width:143px; 
 	background-image:url("../images/brews_drop.png"); 
 	background-repeat:no-repeat; 
 	background-color:#632402;  
 	left:0; 
 	top:3.35em; 
 	overflow:visible;
 	padding-bottom:12px;
	
}

#menu li.mead_drop:hover ul,
#menu li.mead_drop a:hover ul {
	visibility:visible;
 	height:auto; 
 	width:143px; 
 	background-image:url("../images/mead_drop.png"); 
 	background-repeat:no-repeat; 
 	background-color:#782402;  
 	left:0; 
 	top:3.35em; 
 	overflow:visible;
 	padding-bottom:12px;

}

#menu li.sales_and_merch_drop:hover ul,
#menu li.sales_and_merch_drop a:hover ul {
	visibility:visible;
 	height:auto; 
 	width:143px; 
 	background-image:url("../images/sales_and_merch_drop.png"); 
 	background-repeat:no-repeat; 
 	background-color:#C6890C;
 	left:0; 
 	top:3.35em; 
 	overflow:visible;
 	padding-bottom:12px;

}

#menu li.news_and_events_drop:hover ul,
#menu li.news_and_events_drop a:hover ul {
	visibility:visible;
 	height:auto; 
 	width:160px; 
 	background-image:url("../images/news_and_events_drop.png"); 
 	background-repeat:no-repeat; 
 	background-color:#B0520C;  
 	left:0; 
 	top:3.35em; 
 	overflow:visible;
 	padding-bottom:12px;

}

#menu li.contact_drop:hover ul,
#menu li.contact_drop a:hover ul {
	visibility:visible;
 	height:auto; 
 	width:143px; 
 	background-image:url("../images/contact_drop.png"); 
 	background-repeat:no-repeat; 
 	background-color:#724A0D; 
 	left:0; 
 	top:3.35em; 
 	overflow:visible;
 	padding-bottom:12px;
	
}

#menu li:hover ul li a,
#menu li a:hover ul li a {
	display:block; 
	font-weight:normal; 
	background:transparent; 
	text-decoration:none; 
	height:auto; 
	
	width:143px; 
	padding-left:10px; 
	padding-top:10px;
}

.top{
	padding-top:10px;
}
* html .menu li a:hover ul li a {
	width:10em; w\idth:9em; /* hack for IE5.5 */
}
#menu li:hover ul li a.drop,
#menu li a:hover ul li a.drop {
	
}

#menu li:hover ul li a:hover,
#menu li a:hover ul li a:hover {
	text-decoration:underline;
}

#secondary_nav{
	height:30px;
	width:897px;
}

#brew_nav_container{	
	height:42px;
	width:897px;
}

#brew_nav{
	height:42px;
	width:589px;
	background-image:url('../images/brew_navigation.jpg');
	background-repeat:no-repeat;
	float:right;
	}
	
#brew_nav_content{
	padding-top:13px;
	padding-left:13px;
	color:#B19281;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;

}	

#brew_nav_content a{
	color:#B19180;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-decoration:none;
}

#brew_nav_content a:hover{
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;

}


#brewery_nav_container{	
	height:42px;
	width:897px;
}

#brewery_nav{
	height:42px;
	width:589px;
	background-image:url('../images/brewery_navigation.jpg');
	background-repeat:no-repeat;
	float:right;
	}
	
#brewery_nav_content{
	padding-top:13px;
	padding-left:13px;
	color:#B19281;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;

}	

#brewery_nav_content a{
	color:#B19281;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-decoration:none;
}

#brewery_nav_content a:hover{
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;

}



#mead_nav_container{	
	height:42px;
	width:897px;
}

#mead_nav{
	height:42px;
	width:589px;
	background-image:url('../images/mead_navigation.jpg');
	background-repeat:no-repeat;
	float:right;
	}
	
#mead_nav_content{
	padding-top:13px;
	padding-left:13px;
	color:#B19281;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;

}	

#mead_nav_content a{
	color:#BB9180;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-decoration:none;
}

#mead_nav_content a:hover{
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;

}




#sales_nav_container{	
	height:42px;
	width:897px;
}

#sales_nav{
	height:42px;
	width:589px;
	background-image:url('../images/sales_and_merch_navigation.jpg');
	background-repeat:no-repeat;
	float:right;
	}
	
#sales_nav_content{
	padding-top:13px;
	padding-left:13px;
	color:#B19281;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;

}	

#sales_nav_content a{
	color:#B2997F;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-decoration:none;
}

#sales_nav_content a:hover{
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;

}


#news_nav_container{	
	height:42px;
	width:897px;
}

#news_nav{
	height:42px;
	width:589px;
	background-image:url('../images/news_and_events_navigation.jpg');
	background-repeat:no-repeat;
	float:right;
	}
	
#news_nav_content{
	padding-top:13px;
	padding-left:13px;
	color:#B19281;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;

}	

#news_nav_content a{
	color:#D7A885;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-decoration:none;
}

#news_nav_content a:hover{
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;

}


#contact_nav_container{	
	height:42px;
	width:897px;
}

#contact_nav{
	height:42px;
	width:589px;
	background-image:url('../images/contact_navigation.jpg');
	background-repeat:no-repeat;
	float:right;
	}
	
#contact_nav_content{
	padding-top:13px;
	padding-left:13px;
	color:#B8A486;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;

}	

#contact_nav_content a{
	color:#B8A486;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-decoration:none;
}

#contact_nav_content a:hover{
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;

}

#news_content1{
	padding-left:37px;
	width:197px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding-bottom:5px;
	line-height:1.5em;
}

#news_content1 a{
	font-size:16px;
	color:#A8C225;

}
#secondary li {
	display: inline;
	list-style-type: none;
}

.secondary_space{
	padding-right:10px;

}
.secondary_space_active {
	padding-right:10px;
	color:#FFFFFF;
}

#content{
	float:left;
	padding-top:5px;
	line-height:1.7em;
	width:600px;
}

#content p{
	padding-bottom:15px;

}

/*NAVIGATION END*/
#content_container{
	width:940px;
	padding-left:28px;
	padding-bottom: 200px;
	float:left;
	}
	
#content_container_index{
	width:940px;
	padding-left:28px;
	padding-bottom:20px;
	float:left;
	}
#content_left{
	width:275px;
	float:left;
}

#content_right{
	width:605px;
	float:left;
	padding-left:15px;


}

#content_right a{
	color:#A7C125;


}

#news_container{
	width:280px;
	background-image:url('../images/news_bg.jpg');
	background-repeat:repeat-y;
}

#news_content{
	padding-left:37px;
	width:197px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding-bottom:5px;
	line-height:1.5em;
}

#news_content_photo{
	padding-left:29px;
	width:210px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding-bottom:5px;
}
#news_content img{
	padding-top:5px;
	padding-bottom:10px;
}

#news_content a{
	text-decoration:underline;
	color:#666;

}


#events_container{
	width:280px;
	background-image:url('../images/news_bg.jpg');
	background-repeat:repeat-y;
}

#events_content{
	padding-left:37px;
	width:197px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding-bottom:5px;
	line-height:1.2em;
}

#events_content_photo{
	padding-left:29px;
	width:210px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding-bottom:5px;
}
#events_content img{
	padding-top:10px;
	padding-bottom:10px;
}

#events_content a{
	text-decoration:underline;
	color:#666;

}

.events_header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:1.2;
	font-weight:bold;
	text-transform:uppercase;

}

/*content area end*/



/*HOMEPAGE*/
.pic{
	float:left;
	padding-top:15px;
}

.hp_intro{
	float:left;
	width:300px;
	padding-right:15px;
	padding-top:10px;
	height:142px;
}

.small_bottles{
	float:left;
	padding-top:10px;
}

.hp_intro2{
	width:360px;
	float:left;
	padding-top:15px;
}

#breadcrumbs{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666;
	padding-top:15px;
	padding-bottom:20px;
}

#breadcrumbs a{
	color:#666;
	text-decoration:none;
}

#breadcrumbs a:hover{
	color:#A6C025;
}

.breadcrumbs_active{
	color:#A6C025;
}

#content_left_secondary{
	width:345px;
	float:left;
}

#content_right_secondary{
	width:250px;
	float:right;
	
}


#content_left_secondary1{
	width:290px;
	float:left;
}

#content_right_secondary1{
	width:310px;
	float:right;
}


#content_right_secondary_caption{
	padding-left:20px;
	width:170px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

/*TEXT DECORATION*/
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#666666;
	line-height:1.5;
	font-weight:100;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#A8C225;
	line-height:1.5;
	font-weight:100;
	padding-bottom:5px;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:1.5;
	font-weight:bold;
	text-transform:uppercase;
}

h6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	line-height:1.5;
	font-weight:bold;
	text-transform:uppercase;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#A8C225;
	line-height:1.5;
	font-weight:100;
}

#sitemap a{
	color:#666;
	text-decoration:none;

}

h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:1.5;
	font-weight:bold;
	text-transform:uppercase;
	text-indent:1em;
}
.geek_fact{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;

}

.header a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#A8C225;
	line-height:1.5;
	font-weight:100;
	padding-bottom:5px;
	text-decoration:none;


}
a img{
text-decoration:none;
border:none;
}

p{
padding-bottom:15px;

}

#news_content_photo a{
color:#A8C225;

}

#list{
padding-left:15px;



}

.readmore{
	font-size:12px;
	padding-left:5px;
}