body {
	position:relative;
	margin:auto;
	padding:0;
	color:#000066;
	font-family:'Trebuchet MS',tahoma,sans-serif;
	font-size: 1em;
	width:800px;
	border:1px solid #000066
	}

img {
	border:none
	}

a {
	text-decoration:none;
	}
	
h1 {
	font-size: 130%;
	padding: 25px 0 0 36px;
	}
	
h2 {
	font-size: 100%;
	padding: 5px 0 0 36px;
	}
	
h2 a {
	color: #FF9900;
}	
	
h2 .tel {
	color: #FF9900;
}	

h3 {
	font-size: 90%;
	color: #FF9900;
	line-height: 10%;
	padding: 0 0 0 36px;
}	


.address {
	font-size:100%;
	font-weight:700;
	color:#000066;
}	
	
p {
	font-size: 95%;
	margin: 0 30px 10px 36px;
	color:#000000;
	}



p a {
	color: #000066;
	font-weight:bold;
}

p a:hover {
	color: #FF9900;
}
	
p.image {
	float: left;
	text-align: center;
	font-size: 80%;
	line-height: 120%;
	font-weight:700;
	color: #000066;
	margin-right:22px;
}

p.image img {
	display: block;
	border: 1px solid #000066;
	margin-bottom:10px;
}

p.image a {
	text-decoration:none;
	color:#000066;
}

p.image a:hover {
	text-decoration:none;
	color:#494F95;
}
p.image a:visited {
	text-decoration:none;
	color:#FF9900
}

p .order{
	font-size: 90%;
	color: #FF9900;
	font-weight: 700;
	line-height: 10%;
}	

ul {
	font-size: 90%;
	list-style: disc inside;
	line-height: 140%;
}


.floatleft {float:left !important}
.floatright {float:right !important}
.clear {clear:both !important}

.price {
	color:#000066;
	font-weight:bold;
}

/* #main is the main border or wrapper*/
#main {
	width:800px;
	margin: auto;
	background: url(images/bg_wrapper.jpg) repeat-y;
	}

#homecontent {
	height:500px;	
}

/* holds the vignetted bg image for the pages when applied to #content */
.bghome {
	background: url(images/bg_home.jpg) no-repeat center bottom;
} 
.bgother {
	background: url(images/bg_1.jpg) no-repeat center bottom;
} 

/* #header holds the banner and nav bar 	*/
#header {
	position:relative;
	width:800px;
	height:166px;
	background:url(images/banner.gif) no-repeat left top;
	z-index: 5;
}
	
/*Left column*/
#left {
	width:380px;
	float: left;
	padding-top: 25px;
}

#leftmenu {
	width:230px;
	float: left;
	padding-top: 25px;	

}

#leftmenu ul, #leftmenu li {
	text-decoration:none;
	list-style: url(none) none;
	text-align: right;	
}
#leftmenu a {
	color: #000066;
	font-weight:bold;
	font-size:90%;
}
#leftmenu hr {
	color:#9999CC;
	background-color:#9999CC;
}

/*Suckerfish dropdown menu*/
#menu, #menu ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 12em;
		/*added to fix menu hiding under Flash movie*/	
		z-index:10;	

	}
	
	#menu li { /* all list items */
		position : relative;
		float : left;
		line-height : 2em;
		margin-bottom : -1px;
		margin-left:0.5em;
		width: 12em;	
	}
	
	#menu li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 13.5em;
		margin-top : -2em;
	}
	
	#menu li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#menu li a {
		width: 12em;
		w\idth : 13em;
		display : block;
		color : #000066;
		font-weight : bold;
		text-decoration : none;
		border-top : 1px solid #9999CC;
		border-bottom : 1px solid #9999CC;
		padding : 0 0.5em;
	
	}
	#menu li li a {
		border:none;
		width:14em;
		line-height:1.5em;
	}
	#menu li li a:hover {
		color:#666699;
		text-decoration : underline;
		background:none;
		
	}
	#menu li a:hover {
		color : white;
		background-color:#666699;
	}
	
	#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
		left: -999em;
	}
	
	#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
/*right column*/	
#right, #buffet {
	width:380px;
	float: right;
	padding-right: 25px;
}
#buffet table {
	color: #FFFFFF;
	background: #666699;
	line-height: 150%;
	margin-left: 50px;
	padding: 0px;
	margin-top: 20px;
	font-weight: bold;
}
#buffet td {
	padding-left: 5px;
}
#buffet tr {
	background: #666699;
}
#buffet ul {
	list-style: none;
	margin-left: 35px;
	margin-top: 10px;
	font-size: 1em;
	line-height: 150%;
}
.buffet_extras {
	margin-left: 50px;
	font-weight: bold;
	color: #666699;
}
#movie {
	width:400px;
	float: right;
	padding: 0px;
	margin-top: 25px;
/*added to fix menu hiding under Flash movie*/	
	position:relative;
	z-index:1;
}
/* NUTRITION PANEL */
#right table {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	margin-left: 35px;
}
#right td {
	padding-left: 5px;
	padding-right: 5px;
}
#right th {
	line-height: 2em;
	background: url(images/nut_bar.gif) no-repeat center top;
	color: #FFFFFF;
}
#right tr {
	line-height: 1.5em;
}
#right form {
	font-size: 90%;
	float: right;
	margin-left:0;
	margin-right:0;
	margin-top:50px;
}
#right form fieldset {
	border:none;
}
#right form legend {
	color:#000066;
	font-weight:bold;
	margin-bottom:10px;
}
#right input.txt {
	color: #000066;
	background-color: #E3F2F7;
	border: 1px inset #00008B;
	margin: 0;
}
#right input.btn {
  color: #00008B;
  background-color: #ADD8E6;
  border: 1px outset #00008B;
}
#right form p label {
	font: bold 0.9em Arial, Helvetica, sans-serif;
}
#right form p {
	margin-left: 0.5em;
	margin-right:0;
}

	
/*BELOW: These styles affect the main navigation and drop down menu
*/
#header ul {
	margin:0;
	list-style:none;
	}
	
#main-navigation {
	position:absolute;
	top:133px;
	left:22px;
	margin:0;
	padding:0;
	}

#main-navigation li {
	float:left;
	position:relative;
	margin:0;
	padding:0;
	height:33px;
	}

#main-navigation li a {
	float:left;
	display:block;
	height:33px;
	overflow:hidden;
	text-indent:-999px;
	}

#main-navigation li.home a {
	background:url(images/home_btn.gif) no-repeat left top;
	width:125px;
	}

#main-navigation li.lunch a {
	background:url(images/lunch_btn.gif) no-repeat left top;
	width:125px;

	}

#main-navigation li.breads a {
	background:url(images/bread_btn.gif) no-repeat left top;
	width:125px;

	}

#main-navigation li.buffets a {
	background:url(images/buffet_btn.gif) no-repeat left top;
	width:125px;
	}

#main-navigation li.shop a {
	background:url(images/shop_btn.gif) no-repeat left top;
	width:125px;
	}
	
#main-navigation li.contact a {
	background:url(images/contact_btn.gif) no-repeat left top;
	width:125px;
	}

#main-navigation li a:hover,
#main-navigation li:hover a,
#main-navigation li.hover a {
	background-position:0 -33px;
	}

#main-navigation li ul {
	position:absolute;
	left:0;
	top:33px;
	width:125px;
	background:#CCCCFF;
	margin:0;
	padding:0;
	border-bottom:1px solid #FFFFFF;
	z-index:100;
	display:none
	}

#main-navigation li:hover ul,
#main-navigation li.hover ul {
	display:block
	}

#main-navigation li ul li {
	float:left;
	width:125px;
	margin:0;
	padding:0 0 2px 0;
	height:15px;
	border-top:1px solid #9096DD;
	border-bottom:1px solid #000066;
	border-right:1px solid #000066;
	
	}

#main-navigation li ul li.last {
	background:none;
	padding:0
	}

#main-navigation li ul li a {
	float:none;
	display:block;
	height:18px;
	font-weight:200;
	text-indent:5px;
	text-align:left;
	background:none !important;
	font:12px/18px 'Trebuchet MS',tahoma,sans-serif;
	width:125px !important;
	color:#000066;

	}
#main-navigation li ul li a:hover {
	background:#494F95!important;
	color:#FFCC33;
	}

#left form {
	background: #9999CC;
	width: 250px;
	padding-top: 10px;
	margin-left: 35px;
	font-size: 80%;
	padding-bottom: 10px;
	line-height: 150%;
}
#left a {
	color: #000066;
	font-weight:bold;
	font-size:90%;
}
#left li a:hover {
	color:#FFCC33;
}
#left li {
	display:inline;
}
#infopanel {
	margin-left: 35px;
}
