@charset "UTF-8";
/* CSS Document */

body{
	background: url(images/background.gif) #d65f1d;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	color: #333;
}

p{
	
}

h1, h2, h3, h4, h5, h6{
	color: #002b47;
}

a, a:link{
	color: #d65f1d;
	text-decoration: none;
}

a:hover{
	color: #4cc0ef;
	text-decoration: underline;
}

a:visited{
	color: #003d65;
}

a img{
	border: none;	
}

/* Classes */
.left{
	float:left;	
	margin: 0 10px;
	/*border: solid 1px;*/
}

.right{
	float: right;
	margin: 0 10px;
	/*border: solid 1px;*/
}

.photos a{
	float: left;
	display: block;
	height: 120px;
	width: 200px;
}

.clear{
	clear: both;	
}

.brewList{
	width: 140px;
	float: left;
	font-size: 11px;
}

.quote{
	font-weight: bold;
	text-align: center;
	color: #003d65;
	font-size: .8em;
}

a.button, a:link.button{
	background: #003d65;
	padding: 5px;
	border: 1px solid #d65f1d;
}

a:visited.button{
	background: #d65f1d;
	padding: 5px;
	border: 1px solid #003d65;
}

a:hover.button{
	background: #ccc;
	padding: 5px;
	border: 1px solid #003d65;
}

/* ID's */

#wrapper{
	width:790px;
	/*background: url(images/contentbg.gif) repeat-y right;*/
	text-align:center;
	margin:auto;
}

#title a{
	behavior: url(iepngfix.htc);
	background:url(images/title.png) no-repeat top center;
	display:block;
	width: 822px;
	height: 151px;
	text-decoration: none;
	position:absolute;
	top:0px;
}

#title a span {
	visibility: hidden;
}

#container{
	text-align:left;
	background: url(images/contentbg.gif) repeat-y right;
	width:791px;
	margin: 151px 0px 0px 31px;
	
}

h1#pageTitle{
	display:block;
	background: url(images/h1bg.gif) no-repeat top center;
	width: 582px;
	height: 60px;
	margin: -2px 0px 0px 32px;
	padding: 10px 0px 0px 150px;
	font-size: 48px;
	color: #002a46;
	
}

#menu{
	width: 172px;
	float: left;
	margin-top: -20px;
}

#menu ul li a, #menu ul li a:link{
	display: block;
	background: url(images/menubg.gif) no-repeat;
	width: 172px;
	height: 21px;
	color: #4cc0ef;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
}

#menu ul li a:hover{
	display: block;
	background: url(images/menubgOver.gif) no-repeat;
	width: 172px;
	height: 21px;
	color: #002b47;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
}

#menu ul li{
	list-style: none;
	margin: 0px 0px 20px -40px;
}

#content{
	width:550px;
	float:right;
	padding: 0px 30px 0px 30px;
}

#footer{
	text-align:center;
	background:url(images/footerbg.gif) no-repeat bottom center;
	width:731px;
	display:block;
	height: 111px;
	padding: 13px 30px 0px 30px;
	color: #ffcf63;
	font-size: 11px;
}

#footer img.left{
	padding: 20px 0px 0px 5px;	
}

#footer img.right{
	margin: -5px 0px 0px 5px;	
}

#footer a, #footer a:link{
	color: #ffcf63;
	text-decoration: none;
}

#footer a:hover{
	color: #ffcf63;
	text-decoration: underline;
}

#footer a:visited{
	color: #ffcf63;
	text-decoration: underline;
}