/* Reset blocks */
body, div, ul, ol, li, dl, dt, dd, blockquote, h1, h2, h3, h4, p, a, form, fieldset, legend, label, input, select, textarea {
	margin:0;
	padding:0;
	border:none;
	}
li, dt, dd, h1, h2, h3, h4, p, legend, label, input, select, textarea {
	font-size:100%;
	}

/* General Body Attributes */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	color:#1A1818;
	background:#CCCC99;
	}
#wrapper {
	font-size:1.2em;
	height:600px;
	}
#header {
	background:transparent url(../images/bg_header.jpg) no-repeat left bottom;
	height:125px;
	overflow:hidden;
	}

/* Top (horizontal) Navigation */
#navigation {
	margin:78px 0 0 310px;
	padding-bottom:11px;
	width:464px;
	background:#CCCC99 url(../images/bg_navigation.gif) no-repeat left bottom;
	float:left;
	}
#navigation ul li {
	list-style:none;
	display:inline;
	}
#navigation ul li a {
	height:36px;
	display:block;
	float:left;
	text-indent:-9999em;
	margin-right:18px;
	}
#navigation ul li#home a {
	background:#CCCC99 url(../images/bg_nav_home.gif) no-repeat left bottom;
	width:51px;
	}
#navigation ul li#home a:hover,
#navigation ul li#home a#current {
	background:#CCCC99 url(../images/bg_nav_home_ON.gif) no-repeat left bottom;
	}
#navigation ul li#menu a {
	background:#CCCC99 url(../images/bg_nav_menu.gif) no-repeat left bottom;
	width:47px;
	}
#navigation ul li#menu a:hover,
#navigation ul li#menu a#current {
	background:#CCCC99 url(../images/bg_nav_menu_ON.gif) no-repeat left bottom;
	}
#navigation ul li#photos a {
	background:#CCCC99 url(../images/bg_nav_photos.gif) no-repeat left bottom;
	width:69px;
	}
#navigation ul li#photos a:hover,
#navigation ul li#photos a#current {
	background:#CCCC99 url(../images/bg_nav_photos_ON.gif) no-repeat left bottom;
	}
#navigation ul li#parties a {
	background:#CCCC99 url(../images/bg_nav_parties.gif) no-repeat left bottom;
	width:147px;
	}
#navigation ul li#parties a:hover,
#navigation ul li#parties a#current {
	background:#CCCC99 url(../images/bg_nav_parties_ON.gif) no-repeat left bottom;
	}
#navigation ul li#contact a {
	background:#CCCC99 url(../images/bg_nav_contact.gif) no-repeat left bottom;
	width:77px;
	margin-right:0;
	}
#navigation ul li#contact a:hover,
#navigation ul li#contact a#current {
	background:#CCCC99 url(../images/bg_nav_contact_ON.gif) no-repeat left bottom;
	}

/* Content Wrapper */
#content_wrapper {
	clear:both;
	background:#F5F5C3 url(../images/bg_content_wrapper.jpg) no-repeat left top;
	height:376px;
	width:auto;
	position:relative;
	overflow:hidden;
	}

/* Logo */
#logo {
	width:310px;
	height:376px;
	overflow:hidden;
	}
#logo dl dt {
	margin:48px 0 74px 17px;
	}
#logo dl dt a {
	background:transparent url(../images/logo.jpg) no-repeat left top;
	width:269px;
	height:228px;
	display:block;
	text-indent:-9999em;
	}
#logo dl dd#phone,
#logo dl dd#email {
	visibility:hidden;
	display:none;
	}
#logo dl dd#address {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	text-align:center;
	}

/* Scrolling Main Content Box */
#content_box {
	color:#3F3F0C;
	background:#D0D26F;
	position:absolute;
	width:464px;
	height:376px;
	overflow:auto;
	left:310px;
	top:0;
	}
#content_box.hide_overflow {
	overflow:hidden;
	}

/* main features of the site */
#content_box h1,
#content_box h2,
#content_box h3,
#content_box h4,
#content_box p,
#content_box dl,
#content_box ol,
#content_box ul,
#content_box table,
#content_box blockquote {
	line-height:100%;
	padding:4px 18px;
	}
#content_box p,
#content_box dl,
#content_box ol,
#content_box ul,
#content_box table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#content_box dl,
#content_box ol,
#content_box ul,
#content_box table {
	margin-bottom:12px;
	}
#content_box p,
#content_box li,
#content_box dt,
#content_box dd {
	line-height:140%;
	}
#content_box dt {
	font-weight:bold;
	}
#content_box h1 {
	font-size:1.8em;
	padding:14px 18px;
	}

/* content box links */
#content_box a,
#content_box a:visited {
	color:#000;
	}
#content_box a:hover {
	color:#D0D26F;
	background:#3F3F0C;
	text-decoration:none;
	}
#content_box img {
	border:solid 1px #6C6F1B;
	}
#content_box img:hover {
	border:solid 1px #000;
	}
#content_box img.full {
	border:none;
	}

/* Photo gallery images */
.img_left,
.img_right {
	width:202px;
	display:inline;
	padding-left:12px;
	}
.img_left {
	padding-left:18px;
	}
.clear {
	height:14px;
	clear:both;
	display:block;
	}

/* Content box bottom chrome */
#content_box_bttm {
	margin:0 0 0 310px;
	padding-bottom:40px;
	width:464px;
	background:#CCCC99 url(../images/bg_box_bttm.gif) no-repeat left top;
	}

/* Sub Menu (below content box) */
#menu_types {
	height:36px;
	}
.food {
	background:transparent url(../images/subnav_tabs_FOOD.gif) no-repeat left top;
	height:36px;
	}
.beer {
	background:transparent url(../images/subnav_tabs_BEER.gif) no-repeat left top;
	height:36px;
	}
.wine {
	background:transparent url(../images/subnav_tabs_WINE.gif) no-repeat left top;
	height:36px;
	}
.brunch {
	background:transparent url(../images/subnav_tabs_BRUNCH.gif) no-repeat left top;
	height:36px;
	}

#menu_types li {
	list-style:none;
	display:inline;
	text-indent:-9999em;
	}
#menu_types li a,
#menu_types li a#selected {
	width:85px;
	height:36px;
	display:block;
	float:left;
	margin:0;
	}
#menu_types li a#selected {
	width:99px;
	}
.normal {
	font-weight:normal;
	}

/* menu page attributes */
#menu_content {
	padding-bottom:25px;
	}
#menu_content p,
#menu_content dl,
#menu_content ul { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#menu_content h2 {
	font-size:1.6em;
	color:#8E8F2C;
	}
#menu_content ul li {
	list-style:none;
	font-weight:bold;
	position:relative;
	}
#menu_content ul li .price {
	position:absolute;
	right:100px;
	font-weight:normal;
	}
#menu_content li,
#menu_content dd {
	font-size:.9em;
	}
	
	


/* Footer */
#footer {
	clear:both;
	background:transparent url(../images/bg_footer.jpg) no-repeat left top;
	height:99px;
	overflow:hidden;
	display:block;
	}
	

