@charset "utf-8";

/* Basic Stuff */


body {
	padding: 0px; 
	margin: 0px;
	background: url('images/wallpaper.jpg') repeat;
}

body, p, div, input, select, textarea, td {
font-family: Georgia,Times,Serif;
font-size: 16px;
text-align:left;
color: #000;
}

a:link, a:visited {
text-decoration: none;
color: #6f0000;
}

a:hover {
text-decoration: none;
color: #4b5500;
}

a img {border:0}

small {
font-size: 0.9em;
}

large {
font-size: 18px;
}

/* End Basic Stuff */


/* Specified Styles */

.alert {
	color:red;
	font-weight:bold;
	font-style:italic;
	font-size:1.2em;
	}
.thankyou {
	font-weight:bold;
	font-style:italic;
	font-size:1.2em;
}

.center {text-align:center;}

.right {text-align:right;}

.italic {font-style:italic;}

.heading {
	font-size: 24px;
	color: #560808;
	line-height: 1.75em;
}

.subheading {
	font-size: 22px;
}

.subheadingitalic {
	font-style: italic;
}

.byline {
	font-size: 20px;
}

.subheading2 {
	font-size: 20px;
	line-height: 1.25em;
}

.alignright {float:right;}

.alignleft {float:left;}

.clear {clear:both;}

.image-wrap {
	float:left;
	margin-right:20px;
}

.hr {
	margin-bottom: 15px;
  	height: 2px;
  	background: #bda947 url('images/customhr01.gif') no-repeat scroll center;
}

.hr hr {
  	display: none;
}

/* End Specified Styles */


/* Dimensions */

#container {
	width: 1017px;
	height: auto;
	margin: 0 auto;
	background: url('images/shadow_bg.png') repeat;
}

#layout {
	width: 977px;
	height: auto;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 977px;
	height: 208px;
	background: url('images/header_bg.jpg') no-repeat;
}

#header_title {
	position: absolute;
	bottom: 5px;
	right: 90px;
}

/* Navbar */

#navbar {
	position: relative;
	height: 45px;
	background: url('images/navbar_bg.jpg') no-repeat;
}

#navbar span {
	display: none;
}

.menu  {
   visibility: visible;
   position: absolute;
   left: 146px;
   top: 15px;
   width: 52px;
   height: 14px;
}

.menu a  {
	background: url(images/menu.gif) no-repeat 0% 0px;
	display: block;
	height: 14px;
	width: 52px;
}

.menu a:hover  {
	background-position: -52px 0%;
}

.catering  {
	visibility: visible;
	position: absolute;
	left: 262px;
	top: 14px;
	width: 76px;
	height: 20px;
}

.catering a  {
	background: url(images/catering.gif) no-repeat 0% 0px;
	display: block;
	height: 20px;
   	width: 76px;
}

.catering a:hover  {
	background-position: -76px 0%;
}

.specials  {
   visibility: visible;
   position: absolute;
   left: 403px;
   top: 12px;
   width: 73px;
   height: 22px;
}

.specials a  {
   background: url(images/specials.gif) no-repeat 0% 0px;
   display: block;
   height: 22px;
   width: 73px;
}

.specials a:hover  {
	background-position: -73px 0%;
}

.history  {
   visibility: visible;
   position: absolute;
   left: 541px;
   top: 14px;
   width: 69px;
   height: 20px;
}

.history a  {
	background: url(images/history.gif) no-repeat 0% 0px;
   	display: block;
	height: 20px;
	width: 69px;
}

.history a:hover  {
	background-position: -69px 0%;
}

.locationcontact  {
   visibility: visible;
   position: absolute;
   left: 673px;
   top: 12px;
   width: 159px;
   height: 20px;
}

.locationcontact a  {
	background: url(images/locationcontact.gif) no-repeat 0% 0px;
  	display: block;
	height: 20px;
	width: 159px;
}

.locationcontact a:hover  {
   background-position: -159px 0%;
}

body#menu .menu a {background-position: -52px 0%;}
body#catering .catering a {background-position: -76px 0%;}
body#specials .specials a {background-position: -73px 0%;}
body#history .history a {background-position: -69px 0%;}
body#locationcontact .locationcontact a {background-position: -159px 0%;}

/* End Navbar */

#body {
	min-height: 600px;
	background: url('images/body_bgrepeat.jpg') #eee3b6 repeat;
}

#content {
	padding: 20px 110px;
}

#content2 {
	padding: 5px 110px;
}


#content img {
padding: 10px;
background: #f1eee0;
margin: 5px 0;
}

#menu_catering {
	float:left;
	padding:25px 15px 0 25px;
	width:132px;
	height:477px;
	background: url('images/menu_selector_bg.jpg') #d8ca8c no-repeat;
}
#menu_catering h3 {
	margin:0;
	font-size:18px;
	color: #560808;
	font-weight: normal;
}
#menu_catering ul {
list-style-type:none;
padding: 0;
margin: 0 0 20px 0;
}
* html #menu_catering ul {
margin-left: 0;      /* for IE only */ 
margin-top: 0;       /* for IE only */
margin-bottom: 20px;   /* for IE only */
}
#menu_catering li {
	list-style-type:none;
	font-style:italic;
}
#menu_catering a {
	text-decoration:none;
	color:#000;
}
#menu_catering a:hover {
	text-decoration:none;
	color:#4b5500;
}
#catering #menu_catering h3 {margin-bottom: 5px;}
#catering #menu_catering li {margin-bottom: 5px;}

#menu_content {
	float:left;
	width:685px;
	margin: 25px 110px 0 10px;
}
#menu_content h2 {
	font-size: 30px;
	font-weight: normal;
	margin: 0;
}

#location {
	float:left;
	width:450px;
}
#contact {
	float:left;
	width:277px;
	margin-left:30px;
}

#footer_ribbon {
	height: 30px;
	background: url('images/footer_ribbon.jpg') no-repeat;
}
#footer_content {
	background: url('images/footer_bg.jpg') repeat;
	padding: 5px 5px 15px 5px;
}
#footer_content p {
	text-align: center;
	color: #f0de88;
}
#footer_content p a {
	text-decoration: none;
	color: #f0de88;
}
#footer_content p a:hover {
	text-decoration: none;
	color: #f9f4dc;
}
