/* CSS Document */
body{padding:0px; margin:0px; background:#525146; color:#333333; font:14px/20px Georgia, Arial;}
div, p, ul, h2, h3, h4, img{padding:0px; margin:0px;}
ul{list-style-type:none;}


/*----TOP PANEL----*/
#header {
	background-image: url(images/bnj_top_header_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 296px;
	width: 100%;
}


#logo {
	background-image: url(images/bnj_barb_and_john_logo.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 296px;
	width: auto;
}
/*----TOP PANEL----*/

/*----NAV----*/
#nav {
	background-image: url(images/bnj_nav_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 36px;
	width: 100%;
	margin:0 auto;
	text-align: center;
	vertical-align: top;
	
}

#nav ul {
	width:515px;
	margin:0 0 0 0px;
	display:block;
	height:36px;
}


#nav ul li{
	display:block; 
	float:left; 
	height:36px; 
	margin:0; 
	padding:0; 
	font-weight:bold;
	font: Georgia;
	font-size: 12px;
}

#nav ul li a{
	height:36px;
	display:block; 
	font: bold 12px/36px "Georgia", Arial, Helvetica, sans-serif; 
	padding:0 14px 0 14px; 
	color:#566748;
	text-decoration:none; 
	margin:0; 
	
	}

#nav ul li a:hover{
	height:36px;
	display:block;
	background-image: url(images/bnj_link_hover.gif);
	background-position: center bottom;
	color:#445536;
	text-decoration:none;
	background-repeat: no-repeat;
	
	}


/*----NAV----*/


/*----MAIN----*/

#main {
	width: 100%;
	height: auto;
	text-align: center;
	vertical-align: top;

	
}

#drips {
	background-image: url(images/bnj_under_nav.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #9dad9f;

}



/*----MAIN----*/



/*----FOOTER----*/
#footer {
	width: 100%;
	height: auto;
	text-align: center;
	vertical-align: top;
	background-image: url(images/bnj_footer_shadow.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#footer ul{
	width:515px; 
	margin:0 0 0 0px;
	display:block;
	height:36px;
}
	
#footer ul li{
	display:block; 
	float:left; 
	height:36px; 
	margin:0; 
	padding:0; 
	font-weight:bold;
	font: Georgia;
	font-size: 12px;
}
#footer ul li a{
	height:36px;
	display:block; 
	font:bold 12px/36px "Georgia", Arial, Helvetica, sans-serif; 
	padding:0 14px 0 14px; 
	color:#ffffff;
	text-decoration:none; 
	margin:0; 
}
#footer ul li a:hover{	
	height:36px;
	display:block; 
	font:bold 12px/36px "Georgia", Arial, Helvetica, sans-serif; 
	padding:0 14px 0 14px; 
	color:#ffffff;
	text-decoration:underline;
	margin:0;
}






/*----FOOTER----*/
