@charset "utf-8";
/* CSS Document */

body {
	font-family: geneva, verdana, arial, helvetica, ms sans serif; 
	font-size: 11px;
	font-weight: normal;
	background-color: #ff9933; 
	height: 100%;}

div#pagewidth { 
	width: 100%; 
	margin: 0px auto; 
	background-color: #ff9933;
	border: 1px solid #530219; 
	line-height: 130%;}	
	
div#main_content { 
	margin-left: 210px; 
	border-left: none; 
	padding: 1em; 
	margin-top: 0px; 
	height: auto;
	background-image: url(/pics/main_bkgnd.gif);
	color: #000;
	height: 100%;}	
	

div#small {
	width: 250px;
	text-align:center;}

div#img_left {
	float: left;
	width: 400px;
	margin: 0 0 15px 20px;
	padding: 10px;
	text-align: center;		
}

div#img_right {
	float: right;
	width: 400px;
	margin: 0 0 15px 20px;
	padding: 10px;
	text-align: center;		
}
	
/* BASIC ELEMENTS */
.wrap { 
	white-space: wrap;}
	
.title {
	font-size: 14px;
	font-weight: bold;
	color: #000;}

.food_ttl {
	font-size: 15px;
	font-weight: bold;
	color: #000;}

.food_desc {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #000;}

.food_price {
	font-size: 13px;
	font-weight: bold;
	color: #000;}

.center {
	text-align: center;}

h1 {
	font-size: 24px;
	color: #A30000;}

.required {
	color: #990000;}

p.required {
	text-align: left;
	color: #990000;
	font-weight: normal;
	font-style: italic;
	margin-left: 5px;}

.hlink {
	cursor:pointer;}
	
.center {
	text-align: center;}

.left {
	float: left;}

.right {
	float: right;}

.clear {
	clear:both;}

.italic {
	font-style:italic;}

.small-font {
	font-size: .9em;}

span.hidden-label {
	display: none;}

/* CAPTCHA */
div#captcha {
	clear:both;
	margin-left: 0px;
	padding-top: 10px;}

div#captcha p {
	margin: 0px;}

div#captcha div.error-form-container {
	margin-left: 0px;
	margin-top: 2px; }

div#captcha div.error-form-container div.error {
	margin-left: 0px; }

div#captcha img {
	margin: 5px 0px 3px 0px;
	border: 1px solid #000000;}
	
 /* HYPERLINK */

a:link, a:active, a:hover {   		
  	text-decoration: underline; 
  	color: #330000;}
  	
a:visited {
	text-decoration: underline; 
	color: #660000;}
  
 a img, a.img:link, a.img:visited, a.img:hover { 
  	border-width:0;}	

a.btn {
	text-decoration: none;}	

/* SKIP NAVIGATION */
#skip a, #skip a:hover, #skip a:visited {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;}

#skip a:active, #skip a:focus {
	position:static;
	width:auto;
	height:auto;}		

/* HEADER */
div#header { 
	padding: 0; 
	height: 202px;
	border-bottom: 3px solid #710b11;
	background-image: url(/pics/logo_bkgnd.gif);
	background-repeat: repeat-x;
	font-size: 9px;}		

div#logo {
	height: 202px;
	z-index: 3;}	
	
span#logotitle {
	height: 202px;
	z-index: 4;
	position: absolute;
	left: 38%;
	top: 0px;
}

span#logodir {
	text-align: center;
	height: 170px;
	z-index: 5;
	position: absolute;
	right: 10px;
	top: 10px;}


/* REGULAR MENU LIST */

div#menucol { 
	float: left; 
	width: 200px; 
	margin-left: 4px; 
	padding: 0; 
	height: 70%;}	

span.menu {  
	float: left;
	width: 99%;
	margin: 1px 0px 0px 0px; 
	background-color: #ff9933;
	text-decoration: none;}	

div#menubar {
	padding: 10px 0px 5px 40px;
	font-weight: bold;
	font-size: 13px;
	background-color: #2786cf;
	color: #530219;
	height: auto;}

ul.menulist { 
	margin: 2px;
	padding-left: 0px;
	padding-top: 0px;
	list-style: none;}

ul.menulist li  {
	color: #660000;
	font: bold 12px geneva, verdana, arial, helvetica, ms sans serif;
	line-height: 28px;
	padding-left: 5px;
	text-decoration: underline;
	margin-left: 3px;
	background-image: url('/pics/menu_button.gif');
	background-repeat: no-repeat;}

/* IMAGE POSITIONING */

.fleft {
	float: left;
	margin-right: 10px;}
	
.fright {
	float: right;
	marign-left: 10px;}
	


	
/* BAR ELEMENTS */
#sepbar {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	background-color: #430002;
	text-align: center;
	height: 20px;
	border: 1px solid #380702;
	width: 100%;}

#col1 {
	margin-left: 5px;
	marin-right: 5px;}	


/* Borderless Table */
table {
	margin-left: 5px;
	width: 98%;
	border-collapse: collapse;
	border-style: none;}

td {
	color: #000;
	font-weight: normal;
	border-style: none;
	padding: 3px;
	vertical-align: top;}
	
td.bleft {
	font-weight: bold;
	text-align: left;}

td.bright {
	font-weight: bold;
	text-align: right;}	
	
td.center {
	text-align: center;}

td.bcenter {
	font-weight: bold;
	text-align: center;}
	
td.vmiddle {
	vertical-align: middle;
}
	
/* FOOTER  */
#container-foot {
	left: 0px;
	width: 100%;
	clear:both;
	background: #ff9933;
	bottom: 0;
	bottom: -1px; 
	height: 90px;
	text-align: center;}	

#footer_text {
	font: bold 11px geneva, verdana, arial, helvetica, ms sans serif;	
	text-align: center;
	background: #ff9933;
	position: absolute;
	width: 40%;
	left: 30%;
	color: #000;}

#footerbar {
	position: relative;
	top: 0px;
	height: 5px;
	background-color: #660000;}
