/*-  normalize everything
----------------------------------------------------------------------*/

	
/* normalize margin, padding */
html, body, div, ul, ol, li, img,
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
		
html, body {
	height: 100%;
}

/* remove list-style from lists */
ol, ul {
	list-style: none;
}

a img {border: none; }

a:focus {
	-moz-outline-style: none;
}
/*-  common elements
----------------------------------------------------------------------*/
	
body { 
	background-image: url('../images/background.jpg');
	background-color: #d2d2d2;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;    
}

#header,
#footer,
#primary {
   	width: 936px;
   	margin: 0 auto;
   	padding: 0px;
}
       
#primary {
   	min-height: 536px;
}



/*-  Header
----------------------------------------------------------------------*/	

#header {
	position: relative;
	margin-top: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 151px;
}

img#logo {
   	margin-left: 35px;
   	border-style: none;
}
   	
img#tagline {
   	position: absolute;
   	left: 25px;
   	bottom: 12px;
}
   	
img#headerline {
   	position: absolute;
   	left: 0px;
   	bottom: 50px;	
}    



/*-  navigation
----------------------------------------------------------------------*/

ul#nav {
	position: absolute;
	left: 520px;
	bottom: 64px;
	font-family: tahoma, sans-serif;
	color: black;
	font-size: 13px;
}

ul#nav li {
	height: 15px;
	float: right;
}

ul#nav li a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: relative;
	top: -1px;
}

ul#nav li span {
	visibility: hidden;

}

img#gohome {
   	position: absolute;
   	left: 320px;
   	top: -10px;
   	border-style: none;
}

/* News Feed */

img#newspaper {
   	position: absolute;
   	left: 4px;
   	bottom: 25px;
   	border-style: none;
}

ul#nav li#newsfeed {
	width: 86px;
	background: url('../images/nav/newsfeed.png') bottom left no-repeat;
}

ul#nav li#newsfeed:hover {
	background: url('../images/nav/newsfeed.png') top left no-repeat;
}

ul#nav li#newsfeed.active {
	width: 76px;
	background: url('../images/nav/newsfeed.png') top left no-repeat;
}

/* Events */

img#balloons {
   	position: absolute;
   	left: -9px;
   	bottom: 23px;
   	border-style: none;
}

ul#nav li#events {
	width: 59px;
	background: url('../images/nav/events.png') bottom left no-repeat;
}

ul#nav li#events:hover {
		background: url('../images/nav/events.png') top left no-repeat;
}

ul#nav li#events.active {
	width: 49px;
	background: url('../images/nav/events.png') top left no-repeat;
}

/* Our Beers */

img#bottle {
   	position: absolute;
   	left: 5px;
   	bottom: 23px;
   	border-style: none;
}

ul#nav li#ourbeers {
	width: 83px;
	background: url('../images/nav/ourbeers.png') bottom left no-repeat;
}

ul#nav li#ourbeers:hover {
	background: url('../images/nav/ourbeers.png') top left no-repeat;
}

ul#nav li#ourbeers.active {
	width: 73px;
	background: url('../images/nav/ourbeers.png') top left no-repeat;
}

/* The Brewery */

img#keg {
   	position: absolute;
   	left: 15px;
   	bottom: 23px;
   	border-style: none;
}

ul#nav li#thebrewery {
	width: 101px;
	background: url('../images/nav/thebrewery.png') bottom left no-repeat;
}

ul#nav li#thebrewery:hover {
	background: url('../images/nav/thebrewery.png') top left no-repeat;
}

ul#nav li#thebrewery.active {
	width: 91px;
	background: url('../images/nav/thebrewery.png') top left no-repeat;
}

/* Contact Us */

img#telephone {
   	position: absolute;
   	left: -4px;
   	bottom: 20px;
   	border-style: none;
}

ul#nav li#contact {
	width: 68px;
	background: url('../images/nav/contact.png') bottom left no-repeat;
}

ul#nav li#contact:hover {
	background: url('../images/nav/contact.png') top left no-repeat;
}

ul#nav li#contact.active {
	width: 58px;
	background: url('../images/nav/contact.png') top left no-repeat;
}

	

/*-  Footer
----------------------------------------------------------------------*/

#footer {
	clear:both;
	position: relative;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 75px;
}

#footer a {
	text-decoration: none;
	color: black;
}

img#twitter_logo {
	position: absolute;
	top: -2px;
	left: 5px;
	opacity: .8;
}

img#facebook_logo {
	position: absolute;
	top: -2px;
	left: 41px;
	opacity: .8;
}

#footerleft p{
	position: absolute;
	top: -13px;
	left: 80px;
   	font-family: helvetica;
	color: black;
	line-height: 1.1;
	font-size: 13px;
}

#footerright p{
	position: absolute;
	top: -15px;
	left: 28px;
   	font-family: helvetica;
	color: black;
	font-size: 13px;
}

#footercenter p {
	Position: absolute;
	top: -13px;
	left: 170px;
   	font-family: helvetica;
	color: #ab0614;
	font-size: 12px;
}

img#footerline {
   	position: absolute;
   	left: 0px;
   	top: 0px;
}

#footerleft {
	float: left;
	position: relative;
	margin: 15px 5px 10px 10px;
	width: 200px;
	height: 60px;
}

#footercenter {
	float: left;
	position: relative;
	margin: 15px 5px 10px 5px;
	width: 475px;
	height: 60px;
}

#footerright {
	float: left;
	position: relative;
	margin: 15px 10px 10px 5px;
	width: 220px;
	height: 60px;
	text-align: right;
}

   
