/* CSS Document */


/* General Layout*/
body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 840px; /*Width of main container*/
	margin: 0 auto;
}

#topsection{
height: 130px; /*Height of top section*/
}

#topsection h1{
margin: 0;
}

#contentwrapper{
	float: left;
	width: 100%;
	text-align: center;
	background-image: url(img/mid-back.gif);
	background-repeat: repeat-y;
}

#contentcolumn{
	margin-left: 220px;
	margin-right: 30px;
	padding-top: 15px;
}

#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -819px; /*Set left margin to -(MainContainerWidth)*/
	background: #fff;
	padding-top: 15px;
}

#footer{
	clear: left;
	width: 800px;
	background: #353024;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	background-image:url(img/grey_fade.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:70px;
	padding-top:1.5em;
	margin-left: auto;
	margin-right: auto;
}

#footer a{
color:#F9D9AF;
text-decoration:none;
border-bottom:1px dashed #F9D9AF;
margin-bottom:1px;
}

#footer a:hover{
color:#D59758;
text-decoration:none;
border-bottom:1px dashed #D59758;
margin-bottom:1px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/* Typography */

p, td, div{
font-family:"Trebuchet MS",Arial,sans-serif;
font-size:13px;
color:#727272;
line-height:15px;
text-align:left;
font-weight:normal;
}

td{
vertical-align:top;
}

input{
border:solid 1px #3d7ec6;
margin: 1px;
background:none;
}

img{
border:0;
}
/**********default link style*********/

a{
color:#3C180C;
}

a:visited{
color:#90624b;

}
a:hover{
background:#F9D9AF;
color:#fff;
}

h1 {
color:#b04c08;
background-color:transparent;
font-family:"Trebuchet MS",Arial,sans-serif;
font-size:23px;
font-weight:normal;
padding-bottom:5px;
border-bottom:1px dotted #FCB05E;
}

h2 {
color:#0e2f40;
background-color:transparent;
font-family:"Trebuchet MS",Arial,sans-serif;
font-size:19px;
font-weight:normal;
}

h3 {
color:#b04c08;
background-color:transparent;
font-family:"Trebuchet MS",Arial,sans-serif;
font-size:15px;
font-weight:normal;
}
/****** General ****************/

ul.sidenav{
	margin:0px 13px 14px 10px;
	padding:0px;
}
.side_column ul.sidenav{
border-top:dotted 1px #bfbfbf;
margin-top:7px;
}

ul.sidenav li{
margin:0px;
padding:0px;
border-bottom:dotted 1px #bfbfbf;
list-style-type:none;
text-align:left;
}
ul.sidenav a{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#6a6a6a;
text-decoration:none;
display:block;
background: url(/img/menu_arrow_grn.gif) no-repeat top left;
padding:4px 0px 4px 20px;
width:146px;
}
ul.sidenav a:visited{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#6a6a6a;
text-decoration:none;
display:block;
background: url(/img/menu_arrow_grn.gif) no-repeat top left;
padding:4px 0px 4px 20px;
width:146px;
}
ul.sidenav a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
text-decoration:none;
display:block;
background: url(/img/menu_over_grn.gif) no-repeat top left;
padding:4px 0px 4px 20px;
width:146px;
}


/* Header */

body {
background-image:url(img/header_back.gif);
background-repeat:repeat-x;
background-position:top;
background-color:#dcd5cf;
}
.menu {
	margin-bottom: 15px;
}
#maincontainer #leftcolumn .innertube h1 {
	margin: 10px;
	padding:5px;
	border-top-width: 3px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #666666;
	border-left-color: #993300;
	font-size:14px;
}

.foodmenu {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #f8f0e9;
	border-top:1px solid #eddfd4;
	border-bottom:1px solid #eddfd4;
	padding-left:10px;
	margin-bottom:3px;
	margin-top:3px;
	
}
.foodmenu:hover {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #f5e8dd;S
}

.foodmenu:visited {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #f5e8dd;
	
}


.switchcontent {
border-bottom:1px solid #ccc;
background-color:#FFFCF0;
padding:10px;
}.price {
	font-weight: bold;
	color: #333333;
}
S
