@charset "utf-8";
/* CSS Document created by I Love Doing Websites
Reproduction without permission is prohibited*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(imagepress/background.jpg) #000 no-repeat; 
	width:100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-attachment:fixed;
}
.oneColFixCtrHdr #container {
	width: 865px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background:url(imagepress/contentbackground.jpg) repeat-y #FFFFFF;
	float:left;
	width:863px;
	border: 1px solid #CEBE73;
}
.oneColFixCtrHdr #footer {
	margin:15px 0;
	background-color:transparent;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	

}
.clearfloat
{
	clear:both;
}
img.fltleft
{
	float:left;
	margin: 0 10px 10px 0;
}
#newsletter
{
	position:absolute;
	right:0;
	top:50px;
	text-decoration:none;
	color:#FFF;
	
}
#newsletter a
{
	text-decoration:none;
	color:#FFF;
}
#newsletter a:hover
{
	color:#FF0;
}
a img
{
	border:none;
}
ul.navbar
{
	margin:15px 0 0 0; padding:8px 0 8px 0;
	width:863px;
	list-style:none;
	background-color:#421408;
	border: 1px solid #CEBE73;
	height:20px;
	text-align:center;
	
}
ul.navbar li
{
	display:inline;
	
	
}
ul.navbar li a

{
	text-decoration:none;
	color:#CEBE73;
	padding:10px 30px;
}
ul.navbar li a:hover, ul.secondnavbar li a:hover, #location a:hover, #aboutus a:hover, #hosting a:hover
{
	color:#FF0;
}
#location, #aboutus, #hosting
{
	background-color:#310000;
	border: 1px solid #000;
	width:224px;
	height:244px;
	padding:2px 10px;
	margin:10px 10px;
	float:left;
	color:#FFF;
	font-size:12px;
	position:relative;
}


#location h1, #aboutus h1, #hosting h1
{
	padding:0; margin:0;
	color:#CEBE73;
	font-size:24px;
	font-weight:normal;
}
#location img, #aboutus img, #hosting img
{
	position:absolute;
	right:-5px;
	bottom:-15px;
}
#location img.icon, #aboutus img.icon, #hosting img.icon
{
	position:static;
	margin:0; padding:0;
}

#location a, #aboutus a, #hosting a
{
	color:#CEBE73;
}
ul.secondnavbar
{
	color:#FFF;
	font-size:12px;
	margin:0;padding:0;
}
ul.secondnavbar li
{
	display:inline;
}
ul.secondnavbar li a
{
	color:#FFF;
	text-decoration:underline;
}
li.websitedesignedby
{
	padding-left:40px;
}
.dinnermenu
{
	background:url(imagepress/dinner_menu.jpg) 0 125% no-repeat;
}
.lunchmenu
{
	background:url(imagepress/lunch_menu.jpg) 0 125% no-repeat;
}
.dessertmenu
{
	background:url(imagepress/dessert_menu.jpg) 0 125% no-repeat;
}
#text
{
	background:url(imagepress/text-background-top.jpg) top no-repeat #C6BE73; 
	color:#310400;
	padding:10px 20px;
}

.menu {
  width: 500px;
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
  font: 150%/100%, sans-serif;
  text-align:center;
}
.menu li {
  clear: both;
  margin: 0;
  padding: 0 0 1.8em 0;
  position: relative;
  border-bottom: dotted 2px #999;
}
.menu strong {
  background:#C6BE73;
  padding: 0 10px 0 0;
  font-weight: normal;
  position: absolute;
  bottom: -.3em;
  left: 0;
}
.menu em {
  background:#C6BE73;
  padding: 0 0 5px 5px;
  font: 110%/100% Georgia, "Times New Roman", Times, serif;
  position: absolute;
  bottom: -.2em;
  right: 0;
}
.menu sup {
  font-size: 60%;
  color: #666;
  margin-left: 3px;
}
/* clearfix */
.menu li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.menu li {display: inline-block;}
/* Hides from IE-mac \*/
* html .menu li {height: 1%;}
.menu li {display: block;}
/* End hide from IE-mac */

