@charset "UTF-8";
body {
	font: 12px Tahoma, Geneva, sans-serif;
	background: #000 url(img/bg_blue.png) top center no-repeat fixed /*url(img/bg_blue.png) top center no-repeat*/;
	margin: 0;
	padding: 0;
	color: #333; 
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:lighter;
}

p	{
	color:#333;
	line-height:1.5em;
}
p.dark	{
	color:#333;
	line-height:1.5em;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
#container {
	width: 960px;
	background-color:transparent;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
#header {
	background: #000033 url(img/head_bg2.png) top left repeat-x;
	width:960px;
	float:left;
	height:150px;
}














/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/



#content {

	background: #fff;
	color:#333;
	width:920px;
	float:left;
	min-height:400px;
	line-height:1.5em;
	padding:10px 20px;
}

#content_index {

	background: transparent;
	background-color:transparent;
	color:#000;
	width:940px;
	float:left;
	min-height:400px;
	line-height:1.5em;
	padding:10px;
}
 
#content	h3, #content_index	h3	{
	color:#333;
	padding:0px 5px;
	margin:4px 0px;
	font-size:18px;
	font-weight:lighter;
	font:18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-variant:small-caps;
	border-bottom:0px solid #333;
}

/* ~~ The footer ~~ */
#footer {
	padding: 0;
	background:#003 url(img/foot.png) top center no-repeat;
	width:960px;
	float:left; 
	height:277px;
	color:#fff;
	font:14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:lighter;
}
#footer_index {
	padding: 0;
	background:none;
	color:#fff;
	border-top:1px solid #fff;
	width:960px;
	float:left; 
	height:277px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



/* Navigation */
#header		#nav		{
	margin-top:73px;
	width:720px;
	float:left;
}


#age	{
	font:18px Arial, Helvetica, sans-serif;
	color:#000;
	padding:10px 5px;
}

#age	select.dm	{
	font:15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width:150px;
	color:#770000;
	text-align:left;
	border:1px solid #a7a7a7;
}
#age	select.year	{
	font:15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width:150px;
	color:#770000;
	text-align:left;
	border:1px solid #a7a7a7;
}

#age	input.submit	{
	font:15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#770000;
	text-align:center;
	border:1px solid #a7a7a7;
}



#gear_menu	{
height:18px;	
	width:700px; 
	float:left;
	text-align:center;
	padding:1px 0px;
	margin:10px 0px; 
	background-color:#000033;
}


#gear_submenu	{
height:18px;	
	width:470px; 
	float:left;
	text-align:center;
	padding:1px 0px;
	margin:10px 0px; 
	background-color:transparent;
	border-bottom:1px solid #333;
	border-top:1px solid #333;
}



#gear_submenu	a:link	{
	color:#333;
	padding:2px 8px;
	text-decoration:none;
}
#gear_submenu	a:visited	{
	color:#333;
	padding:2px 8px;
	text-decoration:none;
}
#gear_submenu	a:active	{
	color:#333;
	padding:2px 8px;
	font-weight:bold;
	text-decoration:none;
}
#gear_submenu	a:hover	{
	color:#0000ff;
	padding:2px 8px;
	text-decoration:underline;
}






#gear_search	{
height:18px;	
	width:220px; 
	float:left;
	text-align:center;
	padding:1px 0px;
	margin:10px 0px; 
	background-color:#000033;
}
#gear_search	input	{
height:16px;	
border:1px solid #a7a7a7;
background:#ffffcc;
}
#gear_search	input.search	{
height:16px;	
border:1px solid #a7a7a7;
background:#eee;
}
#gear_menu	a:link	{
	color:#fff;
	padding:2px 15px;
	border-right:1px solid #fff;
	font-weight:bold;
	text-decoration:none;
}
#gear_menu	a:visited	{
	color:#fff;
	padding:2px 15px;
	border-right:1px solid #fff;
	font-weight:bold;
	text-decoration:none;
}
#gear_menu	a:active	{
	color:#ffffcc;
	padding:2px 15px;
	border-right:1px solid #fff;
	font-weight:bold;
	text-decoration:none;
}
#gear_menu	a:hover	{
	padding:2px 15px;
	border-right:1px solid #fff;
	font-weight:bold;
	text-decoration:none;
	background-color:#ED932D;
	color:#fff;
}






#company_menu	{
height:18px;	
	width:920px; 
	float:left;
	text-align:center;
	padding:1px 0px;
	margin:10px 0px; 
	background-color:#000033;
}


#company_menu	a:link	{
	color:#fff;
	padding:3px 20px;
	border-right:1px solid #fff;
	font-weight:bold;
	text-decoration:none;
}
#company_menu	a:visited	{
	color:#fff;
	padding:3px 20px;
	border-right:1px solid #fff;
	font-weight:bold;
	text-decoration:none;
}
#company_menu	a:active	{
	color:#ffffcc;
	padding:3px 20px;
	border-right:1px solid #fff;
	font-weight:bold;
	text-decoration:none;
}
#company_menu	a:hover	{
	color:#000033;
	padding:3px 20px;
	border-right:1px solid #fff;
	font-weight:bold;
	text-decoration:none;
	background-color:#98B9D7;
}



a.norm:link	{
	color:#666;
	text-decoration:none;
	font:11px Arial, Helvetica, sans-serif;
	border:1px solid #666;
	background:#eee;
	padding:3px 5px;
}

a.norm:visited	{
	color:#666; 
	text-decoration:none;
	font:11px Arial, Helvetica, sans-serif;
	border:1px solid #666;
	background:#eee;
	padding:3px 5px;
}

a.norm:hover	{
	color:#eee; 
	text-decoration:none;
	font:11px Arial, Helvetica, sans-serif;
	border:1px solid #666;
	background:#666;
	padding:3px 5px;
}



a.add:link	{
	color:#880000;
	text-decoration:none;
	font:11px Arial, Helvetica, sans-serif;
	border:1px solid #880000;
	background:#eee;
	padding:3px 5px;
}

a.add:visited	{
	color:#880000; 
	text-decoration:none;
	font:11px Arial, Helvetica, sans-serif;
	border:1px solid #880000;
	background:#eee;
	padding:3px 5px;
}

a.add:hover	{
	color:#eee; 
	text-decoration:none;
	font:11px Arial, Helvetica, sans-serif;
	border:1px solid #880000;
	background:#880000;
	padding:3px 5px;
}



a.remove:link	{
	color:#00cc00; 
	text-decoration:none;
	font:11px Arial, Helvetica, sans-serif;
	border:1px solid #00cc00;
	background:#eee;
	padding:3px 5px;
}
a.remove:visited	{
	color:#00cc00; 
	text-decoration:none;
	font:11px Arial, Helvetica, sans-serif;
	border:1px solid #00cc00;
	background:#eee;
	padding:3px 5px;
}
a.remove:hover	{
	color:#eee; 
	text-decoration:none;
	font:11px Arial, Helvetica, sans-serif;
	border:1px solid #00cc00;
	background:#00cc00;
	padding:3px 5px;
}

input.form	{
	border:1px solid #a7a7a7;
	font:14px Arial, Helvetica, sans-serif;
	color:#770000;
}

#beerMenu	{
	width:900px;
	background-color:#EDD4AD;
	float:left;
	padding:80px 0 0 20px;
}



#beerMenu	a:link	{
	color:#000;  
	text-decoration:none;
	font:12px Arial, Helvetica, sans-serif;
	padding:0px 5px; 
	border-right:1px solid #000;
}
#beerMenu	a:visited	{
	color:#000; 
	text-decoration:none;
	font:12px Arial, Helvetica, sans-serif;
	padding:3px 5px; 
	border-right:1px solid #000;
}
#beerMenu	a:hover	{
	color:#ff0000; 
	text-decoration:none;
	font:12px Arial, Helvetica, sans-serif;
	padding:3px 5px; 
	border-right:1px solid #000;
}




#beerMenu2	{
	width:170px;
	padding:3px 5px;
	float:left;
	background-color:#EDD4AD;
	margin-right:10px;
	border:1px solid #000;
}



#beerMenu2	a:link	{
	display:block;
	width:170px;
	color:#000; 
	text-decoration:none;
	font:12px Arial, Helvetica, sans-serif;
	padding:3px 5px; 
	margin:2px 0px;
	
}
#beerMenu2	a:visited	{
	display:block;
	width:170px;
	color:#000; 
	text-decoration:none;
	font:12px Arial, Helvetica, sans-serif;
	padding:3px 5px; 
	margin:2px 0px;
}
#beerMenu2	a:hover	{
	display:block;
	width:170px;
	color:#ff0000; 
	text-decoration:none;
	font:12px Arial, Helvetica, sans-serif;
	padding:3px 5px; 
	margin:2px 0px;
}









a.beerlink:link	{
	width:400px;
	color:#F60; 
	text-decoration:none;
	font:15px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:3px 5px; 
	margin:5px 0px;
	text-align:right;
}
a.beerlink:visited	{
	width:400px;
	color:#F60; 
	text-decoration:none;
	font:15px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:3px 5px; 
	margin:5px 0px;
	text-align:right;
}
a.beerlink:hover	{
	width:400px;
	color:#000;
	text-decoration:none;
	font:15px 'Times New Roman';
	font-weight:bold;
	padding:3px 5px;
	margin:5px 0px;
	text-align:right;
} 

#findbeer	{
	text-align:right; padding:0px; margin:5px 0; width:700px; float:right;
}

#findbeer_img{
	text-align:right; padding:0px; margin:5px 0; width:700px; float:right;
}



#findbeer		a:link	{
	color:#F90; 
	text-decoration:none;
	font:11px "Lucida Sans Unicode", "Lucida Grande", sans-serif lighter;
	border:1px solid #333;
	padding:3px 5px; 
	margin:5px 0px;
	text-align:center;
	background-color:#eee;
}
#findbeer		a:visited	{
	color:#F90; 
	text-decoration:none;
	font:11px "Lucida Sans Unicode", "Lucida Grande", sans-serif lighter;
	border:1px solid #333;
	padding:3px 5px; 
	margin:5px 0px;
	text-align:center;
	background-color:#eee;
}
#findbeer		a:hover	{
	color:#eee; 
	text-decoration:none;
	font:11px "Lucida Sans Unicode", "Lucida Grande", sans-serif lighter;
	border:1px solid #333;
	padding:3px 5px; 
	margin:5px 0px;
	text-align:center;
	background-color:#F90;
} 

a.white:link	{
	font-size:26px;
	text-decoration:none;
	color:#fff;
	line-height:2em;
}
a.white:visited	{
	font-size:26px;
	text-decoration:none;
	color:#fff;
	line-height:2em;
}
a.white:hover	{
	font-size:26px;
	text-decoration:underline;
	color:#ffff00;
	line-height:2em;
}



p.white	{
	text-decoration:none;
	color:#fff;
	line-height:1.5em;
}

#title	{
	width:900px;
	margin:5px;
	background-color:#000; 
	float:left; 
	border:1px solid #EDD4AD;
}

#title	a:link	{
	color:#fff;
	text-decoration:none;
	padding:0px 15px;
	border-right:1px solid #EDD4AD;
	font:14px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
#title	a:visited	{
	color:#fff;
	text-decoration:none;
	border-right:1px solid #EDD4AD;
	padding:0px 15px;
	font:14px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
#title	a:hover	{
	color:#000;
	background:#ffff00;
	text-decoration:none;
	padding:0px 15px;
	border-right:1px solid #EDD4AD;
	font:14px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}




#company	{
	width:871px;
	background-color:#333;
	float:left;
	padding:3px 20px;
}



#company	a:link	{
	color:#fff;  
	text-decoration:none;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:3px 15px; 
	border-right:1px solid #000;
}
#company	a:visited	{
	color:#fff; 
	text-decoration:none;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:3px 15px; 
	border-right:1px solid #000;
}
#company	a:hover	{
	color:#ff0000; 
	text-decoration:none;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:3px 15px; 
	border-right:1px solid #000;
	background-color:#000;
}



a.story:link	{
	color:#880000;
	text-decoration:none;
	font:14px Arial, Helvetica, sans-serif;
	padding:3px 5px;
}

a.story:visited	{
	color:#880000;
	text-decoration:none;
	font:14px Arial, Helvetica, sans-serif;
	padding:3px 5px;
}

a.story:hover	{
	color:#ff0000;
	text-decoration:none;
	font:14px Arial, Helvetica, sans-serif;
	padding:3px 5px;
}




a.story3:link	{
	color:#000077;
	text-decoration:none;
	font:14px Arial, Helvetica, sans-serif;
	padding:3px 5px;
}

a.story3:visited	{
	color:#000077;
	text-decoration:none;
	font:14px Arial, Helvetica, sans-serif;
	padding:3px 5px;
}

a.story3:hover	{
	color:#ffff00;
	text-decoration:none;
	font:14px Arial, Helvetica, sans-serif;
	padding:3px 5px;
}
