@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background: #000;
	padding: 50px 0px;
	color: #b49b3d;
}
/*body.inside {
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	background-image: url(images/bg.jpg);
	padding: 50px 0px;
	color: #f7dc80;
}*/
a{
	color: #b49b3d;
}
a:Hover{
	text-decoration: none;	
}
.clear{
	clear: both;
	height: 0px;
	overflow: hidden;
}
#homePage{
	width: 800px;
	height: 600px;
	margin: auto;
}
#brewWho{
	background: url(images/what.jpg);
	width: 860px;
	height: 633px;
	margin: auto;
}
#header{
	height: 150px;
	overflow: hidden;
}
#header h1{
	float: left;
	width: 255px;
	height: 134px;
}
#header h1 a{
	display: block;
	width: 255px;
	height: 134px;
	text-indent: -9999px;
	text-decoration: none;
}
#contentPadding{
	padding: 10px 100px;
}
#content h2{
	color: #fff;
	font-size: 2.4em;
	line-height: 1em;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#content p{
	font-size: 1.6em;
	margin: 0px 0px 15px 0px;
	font-weight: bold;
	line-height: 1.6em;
}
#blends{
	background: url(images/what2.jpg);
	width: 860px;
	height: 718px;
	margin: auto;
}
#specials{
	display: none;
}
#headerRight{float: right; width: 280px;}
#header h3{
	float: right;
	width: 270px;
	height: 120px;
	margin: 0px;
	padding: 0px;
}
#header h3 a{
	display: block;
	width: 270px;
	height: 80px;
	text-indent: -9999px;
	text-decoration: none;
}
/*Navigation*/
#navigation{
	width: 200px;
	background: url(images/i-tabs.jpg);
	text-align: left;
	height: 30px;
	overflow: hidden;
	clear: both;
	
}
#navigation ul{
	padding: 0px;
	margin: 0px;
}
#navigation li{
	float: left;
	list-style: none;
	height: 50px;
	border-right: 1px solid #000;
}
#navigation li.last{
	border-right: none;
}
#navigation li.first a{
	border-left: none;
}
#navigation li a{
	font-size: 1.4em;
	border-left: 1px solid #fff;
	display: block;
	padding: 7px 10px 7px 10px;
	font-weight: bold;
	color: #2d160b;
}