body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Calibri, "Trebuchet MS", Verdana;
	background-color: #E9E3CE;
}
h2 {font-size: 1.4em;}

a {
	text-decoration: none;
}
.header_left_side {background:url(images/header_left.gif) no-repeat;}
.header_right_side {background:url(images/header_right.gif) no-repeat;}
.menu_background {background:url(images/menu_background.gif) repeat-x;}
.footer_right {background:url(images/footer_right.gif) no-repeat;}
.footer_middle {background:url(images/footer_middle.gif) no-repeat;}

.bodycopy                {
                         font-size: 12px;
                         line-height: 18px; 
                         color: #333333;
                         }
                                                         


.bodycopy  A:link        {color: #445882;}

.bodycopy  A:visited     {color: #445882;}

.bodycopy  A:active      {color: #445882;}

.bodycopy  A:hover       {color: #445882; text-decoration: none }

.beerbody                {
                         font-size: 15px;
                         line-height: 18px; 
                         color: #333333;
                         }
                                                         


.beerbody  A:link        {color: #445882;}

.beerbody  A:visited     {color: #445882;}

.beerbody  A:active      {color: #445882;}

.beerbody  A:hover       {color: #445882; text-decoration: none }

.beerlist ul li{list-style: none;}

.header                  {
                         font-size: 12px;
                         font-weight: bold;
                         line-height: 16px; 
                         color: #333333;
                                    }



.footer                  {
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
                     }
                                                         


.footer  A:link        {
	color: #FFFFFF;
	text-decoration: none
}

.footer  A:visited     {
	color: #DCD9CD;
	text-decoration: none
}

.footer  A:active      {color: #756D53; text-decoration: none }

.footer  A:hover       {
	color: #FFFF00;
	text-decoration: none
}



.news                  {
                         font-size: 10px;
                         line-height: 16px; 
                         color: #373737;
                         font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
                         }
                                                         


.news  A:link        {color: #1B2B1A; font-weight: bold; text-decoration: underline }

.news  A:visited     {color: #1B2B1A; font-weight: bold; text-decoration: underline }

.news  A:active      {color: #1B2B1A; font-weight: bold; text-decoration: underline }

.news  A:hover       {color: #1B2B1A; font-weight: bold; text-decoration: none }


#nav {
	clear: both;	
	padding: 0;		
}
#nav ul {
	float: left;
	list-style: none;
	width: 100%;
	text-transform: uppercase;
	margin: 0 0 0 17px;
	padding: 0;
	display: inline;
	background-image: url(images/menu_background.gif);
	background-repeat: repeat-x;
	
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 16px 14px;
	color: #000066;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: Calibri, "Trebuchet MS", Verdana;
	font-size: 13px;
	line-height: 2.8em;
	font-weight: bold;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background-image: url(images/menu_background_hover.gif);
	background-repeat: repeat-x;
}
#nav ul li#current a {	
	background: url(images/menu_background_current.gif) repeat-x;	
	color: #000000;
}

#beer_menu{
	clear: both;	
	padding: 0;	
}
#beer_menu ul {
	float: left;
	list-style: none;
	width: 100%;
	padding: 0;
	display: block;
	background:url(images/beer_menu_bg.gif) repeat-y;
	margin: 0;
}
#beer_menu ul li {
	display: inline;
	margin: 0; padding: 0;
}
#beer_menu ul li a {
	float: left;
	width: 95%;
	margin: 0;
	color: #000066;
	text-decoration: none;
	letter-spacing: 0px;
	font-family: Calibri, "Trebuchet MS", Verdana;
	font-size: 13px;
	line-height: 2.8em;
	font-weight: bold;
	padding:3px 1px 3px 0px;
}
#beer_menu ul li a:hover, 
#beer_menu ul li a:active {
	background: url(images/beer_menu_bg_hover.gif) repeat-y;
	width: 95%;
	color:#000000;
}
#beer_menu ul li a img{padding-left:6px; }
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFF99;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -450px;
left: -20px; /*position where enlarged image should offset horizontally */

}
.left_border{background:url(images/left_border.gif);}
.beer_menu_bg{
	background-image: url(images/beer_menu_bg.gif);
	background-repeat: repeat-y;
}


