body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #efefef;

}
.INPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #D3CAAB;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.bc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333300;
}
.hd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;

}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707038;
	font-style: italic;
	font-weight: bold;

}
.rmname {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC9999;
	font-weight: bold;
}


#subnavcontainer {
	background-color: #d3caab;
	margin-top: 5px;
	margin-bottom: 10px;
}

ul#subnav {
	margin: 0; 
	padding:0; 
	list-style:none; 
	white-space:nowrap; 
	height: 22px;
	border-left: 1px solid #ffffff;	
}
ul#subnav li {
	display:table-cell; 
	margin:0; 
	padding:0;
    height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11.5px;
	font-weight: normal;
	border-right: 1px solid #ffffff;
	float: left;
}
ul#subnav a {
	float:left; 
	margin:0px; 
	text-decoration:none; 
    color: #000000;
	padding: 4px 8px;
}

ul#subnav li.sel {
	background-color: #AA8a91;
}
ul#subnav li.sel a { 
    text-decoration: none; 
    color: #ffffff;
	font-weight: bold;
}
ul#subnav li.sel a:hover, ul#subnav li a:hover  { text-decoration: underline; }

#banquet_sidebar {
	width: 200px;
	float: right;
	border-left: 1px solid #d3caab;
	margin-left: 15px; padding-left: 15px;
	margin-bottom: 15px;
}
#admin { margin: 0; padding: 0; }
#admin #head {
	background-color: #e4dac2; border-bottom: 5px solid black; margin-bottom: 20px;
}
#admin #head div, #admin #body {
	margin: 0 auto; width: 900px; 
}
#admin #head p {
	margin: 0px;
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-top: 75px;
	float: right;
}
#admin #head img {
	margin: 10px;
}
#admin #body #content {
	width: 730px;
	float: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px dashed #666666;
	padding-left: 20px;
}
#admin #body #nav {
	width: 145px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#admin #body #nav b {
	font-size: 1.2em;
	display: block;
	margin-bottom: 4px;
	margin-top: 10px;
}
#admin #body #nav a {
	display: block;
}
#admin #body img {
	border: 0; margin-right: 5px;
}
#admin h1 { font-size: 30px; font-family: Georgia, "Times New Roman", Times, serif; margin: 0px; margin-bottom: 10px; font-weight: normal; }

table.tabular, #ingredients table {
 width: 100%;
 border: 0;
 border-collapse: collapse;
 margin-left: 0px;
 margin-top: 0px;
}
table.tabular th, #ingredients table th {
	background-color: #ffffff;
 	border-bottom: 1px solid #333333;
	color: #333333;
	padding: 5px;
}
table.attrib th, #ingredients table th {
	font-weight: normal;
	font-size: .8em;
	text-align: center;
	vertical-align: bottom;
}
table.tabular tr:hover, #ingredients table tr:hover {
	background-color: #dedede;
}
table.tabular td, #ingredients table td {
 padding: 5px;
 border-bottom-width: 1px;
 border-bottom-style: dashed;
 border-bottom-color: #dedede;
}
table.tabular td.stat {
	text-align: center;
	vertical-align: center;
	font-weight: normal;
	font-size: .9em;
}
table.tabular td img {
	float: none;
}

table.tabular td a { text-decoration: none; }
table.tabular td a:hover { text-decoration: underline; }


#util {
	display: block;
	background-color: #eeeeee;
	border: 1px solid #dedede;
	border-bottom: 2px solid black;
	padding: 8px;
	margin-bottom: 10px;
}

a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BEAE7F;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#hp_testimonial {
	width: 487px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	color: #999999;
	font-style: italic;
	margin-top: 13px;
}

#hp_testimonial a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	display: block;
	margin-top: 20px;
	border-top: 1px solid #eeeeee;
	padding-top: 7px;
	font-style: normal;
	text-align: right;
	text-decoration: none;
}
#hp_testimonial a:hover {
	text-decoration: underline;
	color: #336699;
}
.testimonial_list {
	padding-left: 20px;
}
.testimonial_list li {
	list-style-type: square;
	margin-bottom: 10px;
}






