/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,/*em,strong,*/th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

:focus
{
  -moz-outline-style: none;
}
body {
/*	background: rgb(91, 88, 71);*/
	background: url(../images/BG_all.gif) repeat;
}

* { color: rgb(51, 40, 45);}

a {
	color: rgb(99, 72, 41);
}

.clear {
	clear: both;
}

#header {
	width: 960px;
	margin: 0 auto;
	background: url(../images/BG_header_top.jpg)  no-repeat;
	height: 293px;	
	position: relative;
}

#header div {
	position: absolute;
}

#header #currentpage{  
	height: 49px;	
	top: 155px;
	left: 158px;
	width: 289px;
}

#header #currentdecoration{ 
	top: 167px;
	right: 398px;
	height: 27px;
	width: 14px;
}

#header #currentpage{  
	background: url(../images/currentpage_home.jpg) no-repeat;
}

#header #currentdecoration{ 
	background: url(../images/currentdecoration_home.jpg) no-repeat;
}

#header.history #currentpage{  
	background: url(../images/currentpage_history.jpg) no-repeat;
}

#header.history #currentdecoration{ 
	background: url(../images/currentdecoration_history.jpg) no-repeat;
}

#header.draughtbeer #currentpage{  
	background: url(../images/currentpage_beer.jpg) no-repeat;
}

#header.draughtbeer #currentdecoration{ 
	background: url(../images/currentdecoration_draughtbeer.jpg) no-repeat;
}

#header.bottledbeer #currentpage{  
	background: url(../images/currentpage_beer.jpg) no-repeat;
}

#header.bottledbeer #currentdecoration{ 
	background: url(../images/currentdecoration_bottledbeer.jpg) no-repeat;
}

#header.wine #currentpage{  
	background: url(../images/currentpage_wine.jpg) no-repeat;
}

#header.wine #currentdecoration{ 
	background: url(../images/currentdecoration_wine.jpg) no-repeat;
}

#header.menu #currentpage{  
	background: url(../images/currentpage_menu.jpg) no-repeat;
}

#header.menu #currentdecoration{ 
	background: url(../images/currentdecoration_menu.jpg) no-repeat;
}

#header.gallery #currentpage{  
	background: url(../images/currentpage_gallery.jpg) no-repeat;
}

#header.gallery #currentdecoration{ 
	background: url(../images/currentdecoration_gallery.jpg) no-repeat;
}

#header.events #currentpage{  
	background: url(../images/currentpage_events.jpg) no-repeat;
}

#header.events #currentdecoration{ 
	background: url(../images/currentdecoration_events.jpg) no-repeat;
}

#header.contact #currentpage{  
	background: url(../images/currentpage_contact.jpg) no-repeat;
}

#header.contact #currentdecoration{ 
	background: url(../images/currentdecoration_contact.jpg) no-repeat;
}

#header img {
	position: absolute;
	top: 225px;
	left: 125px;
}

#header #bandaid {
	position: absolute;
	top: 0;
	right: -30px;
	height: 293px;
	width: 30px;
	background: url(../images/header_bandaid.jpg) no-repeat;
}

#forfirefox {
    position: absolute;
    left: -30px;
	background: url(../images/BG_footer.jpg) no-repeat;
	width: 990px;
	height: 328px;
}

#footer {
    /* replaced by the "forfirefox" declaration above. thanks firefox for stripping out this bg image*/
  background: url(../images/BG_footer.jpg) bottom -30px no-repeat;
	display: block;
	width: 960px;
	margin: 0 auto;
	height: 328px;
/*	padding-left: 60px;*/
	clear: both;
	position: relative;
}

#footer_top {
	background: url(../images/BG_footer_top.jpg) no-repeat;
	width: 298px;
	height: 201px;
	margin-right: -60px;
	clear: right;
}

#footer a {
	position: absolute;
	top: 178px;
	height: 18px;
}

#footer_decoration {
	position: absolute;
	bottom: 61px;
	left: -30px;
	background: url(../images/footer_decoration.jpg) no-repeat;
	height: 204px;
	width: 49px;
}

#history_footernav{
	left: 127px;
	width: 58px;
}

#draughtbeer_footernav{
	left: 188px;
	width: 98px;
}

#bottledbeer_footernav{
	left: 289px;
	width: 98px;
}

#wine_footernav{
	left: 389px;
	width: 38px;
}

#menu_footernav{
	left: 433px;
	width: 38px;
}

#gallery_footernav{
	left: 473px;
	width: 62px;
}

#events_footernav{
	left: 538px;
	width: 52px;
}

#contact_footernav{
	left: 593px;
	width: 82px;
}

#footer a#homelink_footernav{
	top: 137px;
	right: 146px;
	width: 102px;
	height: 100px;
}
#footer a#address_footernav{
	top: 199px;
	left: 117px;
	width: 282px;
}

#footer a#lightdaughter_footernav{
	top: 239px;
	left: 433px;
	width: 262px;
}

#bottomHeaderBG {
	background: url(../images/BG_header_bottom.jpg) no-repeat;
	float: right;
	clear: none;
	width: 449px;
	height: 348px;
	margin-right: -90px;
	position: relative;
}

#navigation {
	position: absolute;
	bottom: 115px;
	right: 79px;
	height: 380px;
	width: 256px;
	z-index: 10;
/*	z-index: 9999;
*/
}

#navigation a{ 
	position: absolute; 
	height: 45px;
}

#navigation a img {
	position: absolute;	
	top: 0;
	width: 25px;
	height: 33px;
	display: none;
}

#navigation a:hover img, #navigation a.on img, #navigation a.active img{
	display: block;
}

#navigation a img.left { left: 0; background: url(../images/NAV_highlight_left.png) top left no-repeat; }
#navigation a img.right { right: 0; background: url(../images/NAV_highlight_right.png) top left no-repeat;  }

#header a#linkhome { 
	position: absolute;
	top: 85px; 
	right: 80px; 
	height: 60px;
	width: 201px; 
	display: block;
}

#navigation a#history { 
	top: 9px; 
	left: 30px; 
	width: 181px; 
}
#navigation a#draughtbeer{
	top: 63px; 
	left: 6px; 
	width: 243px; 
}

#navigation a#bottledbeer {
	top: 108px; 
	left: 11px; 
	width: 234px; 
} 

#navigation a#wine {
	top: 155px; 
	left: 43px; 
	width: 158px; 
} 

#navigation a#menu {
	top: 201px; 
	left: 37px; 
	width: 176px; 	
}

#navigation a#gallery {
	top: 239px; 
	left: 23px; 
	width: 214px; 	
}	 

#navigation a#events {
	top: 286px; 
	left: 39px; 
	width: 183px; 	
} 

#navigation a#contact {
	top: 323px; 
	left: 13px; 
	width: 231px; 		
}

#container {
	background: url(../images/BG_page.gif) repeat-y;
	width: 840px;
/*	width: 900px;*/
	margin: 0 auto;
/*	padding: 0 60px;*/
	padding-left: 60px;
	padding-right: 60px;
	clear: both;		
	position: relative;
}

#container img.sectionheader {
	padding-left: 99px;	
}

#container h1.sectionheader {
	padding-left: 109px;	
	font-size: 18px;
	font-weight: bold;
}

#container p{
/*	font-family: 'Georgia';*/
	font-family: Verdana;
	font-size: 12px;
	padding-bottom: 14px;
/*	padding-right: 38px;*/
	padding-right: 108px;		
	padding-left: 108px;		
}

#container p + p, #container table + p {
	margin-top: 0.7em;
}

#decatur1887 {
	margin-left: -72px;
}

#beer_main_and_belgian {
	float: right;
	clear: right;
	margin-right: -60px;
}





/* beer list styles */
#container table {
	margin-left: 108px;		
}

table td {
	font-family: 'Georgia';	
	padding-bottom: 4px;
}
table td.beername {
	font-weight: bolder;
}

table td.spacercell {
	height: 28px;
}

/* food menus */
#container table.skinny, table.foodlist {
/*	margin-right: 80px;*/
	margin-right: 108px;
}

#container table + img.sectionheader, #container P + img.sectionheader {
	margin-top: 54px;
}


.date {
	font-style: italic;
}

#container table.contact td{
	padding: 10px;
}

#container table.contact + p {
	margin-top: 24px;
}

#gallery {
/*	padding-left: 108px;*/
}

/*#gallery a img{
    vertical-align: middle;
    padding-right: 14px;
    padding-bottom: 18px;
}
*/
table.foodlist td {
	padding-bottom: 18px;
}

#container table.winelist td + td{
	text-align: center;
	width: 75px;
}

#container table.winelist td + td + td {

}


#media_page_link {
   position: absolute;
   top: 319px;
   right: 68px;
}

#contact_padding {
    height: 90px;
}

