@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #ffd200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#flashbox{
	outline: none;
}

ul {
	list-style: none;
	list-style-position: outside;
}

a img {
	border: 0px;
	border: none;
}

a:link, a:visited {
	outline: none;
	text-decoration: none;
}

a:hover, 
a:active {
}

a:focus,
select:focus {
	outline: none;
}

.clearboth, .cleanbothside{
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}

.hidden{
	display: none;
}

/* wrapper content start */
#wrapper {
	width: 987px;
	margin: 0 auto;
}

#leftBox {
	float: left;
	width: 650px;
}

/* page headings */
h1.history {
	width: 131px;
	height: 19px;
	background: url(/images/subpage/history/heading_history.jpg) no-repeat;
	text-indent: -5000px;
	margin-left: 10px;
}

h1.beer-info {
	width: 165px;
	height: 16px;
	background: url(/images/subpage/beerinfo/heading_beerinfo.jpg) no-repeat;
	text-indent: -5000px;
	margin-left: 10px;
}

h1.brewing-process {
	width: 158px;
	height: 19px;
	background: url(/images/subpage/brewing/heading_brewingprocess.jpg) no-repeat;
	text-indent: -5000px;
	margin-left: 10px;
}

h1.get-involved {
	width: 120px;
	height: 15px;
	background: url(/images/subpage/getinvolved/heading_getinvolved.png) no-repeat;
	text-indent: -5000px;
	margin-left: 10px;
}

h3.calling-fans {
	width: 413px;
	height: 14px;
	background: url(/images/home/heading_callingfans.png) no-repeat;
	text-indent: -5000px;
}



/* content sub-navigation */
#subnav {
	list-style-type: none;
	width: 630px;
	height: 25px;
	background: #ffd500 url(/images/common/bg_subnav.jpg) repeat left center;
	font-size: 11px;
	margin: 25px auto 25px 10px;
}

#subnav li {
	display: block;
	float: left;
}

#subnav li a {
	background: url(/images/common/divider_subnav.gif) no-repeat right center;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	vertical-align: middle;
	line-height: 25px;
	padding-right: 14px;
	margin: 0 0 0 14px;
}

#subnav li.first a {
	background: none;
	font-weight: normal;
	text-decoration: none;
	margin-left:10px;
	margin-right:6px;
	padding-right:20px;
}

#subnav li.last a {
	background: none;
}

#subnav li.current a {
	color: #d61a00 !important;
}

#subnav li.first.current a {
	color: #fff !important;
}

/* footer */
#footer {
	clear: both;
	height: 50px;
	font-size: 11px;
	padding-top: 30px;
}

div#footer ul {
	width: 970px;
	list-style: none;
	text-align: center;
	margin: 0 auto;
}

div#footer ul li {
	float: left;
	background: url(/images/common/divider_footer.gif) right 50% no-repeat;
	padding: 8px 19px;
}

div#footer ul li#nobackground {
	background: none;
}

div#footer ul li a, div#footer ul li {
	color: #8a7100;
	font-size: 11px;
}

div#footer ul li a img {
	margin-top: -8px;	
}