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

body {
	background-color:#e9d8c7;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 87.6%;
	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 */

}
.white_container{
width:970px;height:auto; background-color:#ffffff; margin-left:11px; margin-right:11px;float:left;	
}
.main_container{
width:960px;height:auto; background-color:#ffffff; float:left;	
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

	ul#nav { list-style:none; display:inline; height:22px; width:910px; float:left; font-size:12px; color:#ae4c22; margin:0px; padding-top:3px; }
		#nav li { list-style:none; display:inline; padding-left:15px; }
		#nav a { list-style:none; display:inline; color:#ae4c22;  text-decoration:none; }
		#nav a:hover { list-style:none; display:inline; color:#ae4c22; }
		#nav a:active { list-style:none; display:inline; color:#ae4c22; }

img{border:0px;}

.thrColLiqHdr #container { 
	width: 950px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColLiqHdr #header {
	height: 170px;
} 
.thrColLiqHdr #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 */
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rende#9c0005, you may occasionally run into unexplained bugs with percentage-based columns. If you need more p#9c0005ictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 290px; /* since this element is floated, a width must be given */
	padding: 0; /* top and bottom padding create visual space within this div  */
}
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 128px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div */
	color:#FFFFFF;
}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
	margin: 0 14% 0 32%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	color: #000;
}
.thrColLiqHdr #mainContent-restaurant {
	color: #000;
}

.thrColLiqHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #f3e8d4;
	color: #ae4c22;
} 
.thrColLiqHdr #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 */
	font-size: 10px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.thrColLiqHdr #container #sidebar1 table tr td #form1 table tr td label {
	font-family: Verdana, Geneva, sans-serif;
}
.thrColLiqHdr #container #mainContent h2 {
	color: #F00;
}
.thrColLiqHdr #container #sidebar1 table tr td a {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
	float: right;
}
.align-center {
	text-align: center;
}
.cat_header {
	color: #F00;
}

.search-box { width:290px; }


.search-left { width:142px; padding:0; margin:0; border:0px; float: left;}
.search-right { width:142px; padding:0; margin:0; border:0px; float: right;}


.gray_heading {
background-color:#e2e3e5;
font-size:11px;
width:700px;
height:20px;
padding-left:5px;
float:left;
line-height:19px;
color:#272727;
font-weight: bold;
margin:0px;
}

.searchimage{width:140px; height:91px; padding-right:12px; float:left;padding-top:10px;}

.flags { padding-left:5px; }

h6{
font-size:12px; 
line-height:17px;
padding:0px;
color:#5b5b5b;
font-weight:normal;
margin:0px;}


.subheading{
font-size:12px; 
line-height:17px;
padding:0px;
color:#5b5b5b;
font-weight:normal;
margin:0px;}


.reviews_text{
font-size:11px; 
line-height:17px;
padding:0px;
color:#5b5b5b;
font-weight:normal;
margin:0px;}

h1{
font-size:16px; 
line-height:19px;
color:#faaf40;
padding:0px;
font-weight: bold;
margin:0px;}


.gray18{
font-size:18px; 
line-height:18px;
color:#373737;
padding:0px;
font-weight:normal;
margin:0px;}


.gray12{
font-size:12px; 
line-height:18px;
color:#373737;
padding:0px;
font-weight:normal;
margin:0px;}



.blueheading{
font-size:14px; 
line-height:19px;
color:#062a9f;
padding:0px;
font-weight: bold;
margin:0px;}


.gray_heading{
background-color:#e2e3e5;
font-size:11px;
width:700px;
height:20px;
padding-left:5px;
float:left;
line-height:19px;
color:#272727;
font-weight: bold;
margin:0px;}

.restaurant_member{
background-color:#e2e3e5;
font-size:14px;
width:700px;
height:21px;
padding-left:5px;
float:left;
line-height:19px;
color:#ff0000;
font-weight: bold;
margin:0px;}


.restaurant_membertop_text{
font-size:11px;
width: auto;
height:21px;
padding-left:5px;
float:right;
line-height:19px;
color:#000000;
padding-right:5px;
font-weight: bold;
margin:0px;}

.search_textbox{
font-size:12px;
width:545px;
height: auto;
padding-left:5px;
float:right;
line-height:19px;
color:#373737;
font-weight: normal;
margin:0px;}



.gray_headingtext{
font-size:12px;
line-height:18px;
color:#373737;
font-weight: normal;
margin:0px;}


.nortext{
font-size:12px;
float:right;
line-height:18px;
color:#373737;
font-weight: normal;
margin:0px;}


.reataurant_textbox{
font-size:12px;
padding-top:10px;
width:340px;
height: auto;
padding-left:5px;
float:right;
line-height:19px;
color:#373737;
font-weight: normal;
margin:0px;}


.reataurant_lefttextbox{
font-size:12px;
padding-top:6px;
width:160px;
height: auto;
float:right;
line-height:19px;
color:#373737;
font-weight: normal;
margin:0px;}


.reataurant_lefttextbox2{
font-size:12px;
padding-top:6px;
width:355px;
height: auto;
float:right;
line-height:19px;
color:#373737;
font-weight: normal;
margin:0px;}


.starreatingtext{
font-size:12px;
width: auto;
height: auto;
float:left;
line-height:19px;
color:#373737;
font-weight: normal;
margin:0px;}

.starreatingtext2{
font-size:12px;
width: auto;
height: auto;
float:left;
line-height:19px;
color:#373737;
font-weight: normal;
margin:0px;}

.search_textblue{
font-size:12px;
padding-top:5px;
width:545px;
height: auto;
padding-left:5px;
float:right;
line-height:19px;
color:#062a9f;
font-weight: normal;
margin:0px;}


.restaurant_textblue{
font-size:12px;
padding-top:10px;
width:350px;
height: auto;
float:right;
line-height:19px;
color:#062a9f;
font-weight: normal;
margin:0px;}

.searchimage{width:140px; height:91px; padding-right:12px; float:left;padding-top:10px;}

.restaurantimage{width:355px; height:260px; float:left; padding-top:10px;}

.restaurantleft_section{width:355px; height: auto; float:left; }


h2{
font-size:21px; 
line-height:19px;
color:#faaf40;
padding:0px;
font-weight:normal;
margin:0px;}


.footer_text{
font-size:11px; 
line-height:19px;
color:#666666;
font-weight:normal;
}


.left_search{
background-color:#e7e8ea;
font-size:12px; 
line-height:18px;
float:left;
color:#000000;
width:148px;
padding:7px;
font-weight:normal;
}



.form_leftcol{
width:200px; float:left; height:auto;}

.form_blankspace{
width:700px; float:left; height:10px; clear:both;}

.form_rightcol{
width:500px; float:left; height:auto;}



.form_inputtext{
width:400px; float:left; height:16px;}


.form_textarea{
width:400px; float:left; height:60px;}




.form_rightcolbooks{
width:400px; float:left; height:auto;}

.form_leftcolbooks{
width:150px; float:left; height:auto;}

.form_inputtextbooks{
width:250px; float:left; height:16px;}

.form_textareabooks{
width:300px; float:left; height:60px;}

.form_blankspacebooks{
width:500px; float:left; height:10px; clear:both;}




.page_heading{
height:26px; background-color:#e7e8ea; font-family:Arial, Helvetica, sans-serif; color:#eb1c22; font-size:18px; padding-left:6px; padding-bottom:6px; padding-top:6px;}


<!-- Start for bottom pagination -->
div.pagination 
{
	padding: 3px;
	margin: 3px;
}
div.pagination a 
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #fef0d8;
	text-decoration: none; /* no underline */
	color: #ec0b19;
	font-size:11px;
}
div.pagination a:hover, div.pagination a:active 
{
	border: 1px solid #606060;
	color: #000;
	font-size:11px;
}
div.pagination span.current 
{
	padding: 2px 5px 2px 5px;
	font-size:11px;
	margin: 2px;
	border: 1px solid #606060;
    font-weight: bold;
    background-color: #fab452;
    color: #FFF;
}
div.pagination span.disabled 
{
	padding: 2px 5px 2px 5px;
    margin: 2px;
	font-size:11px;
    border: 1px solid #EEE;
    color: #DDD;
}
/* End for bottom pagination */







/* manu styling */

div#menumain {
	margin: 0px 240px 0px 160px;
}
div#menunav, div#menuorder {
	position: absolute;
	top: 0px;
	margin-top: 215px;
	min-height: 20px;
}
div#menunav {	left: 0px; width: 150px; }
div#menuorder {	right: 0px; width: 230px; }


div#menumain h1 {
	font-size: 24pt;
	line-height: 24pt;
	text-align: center;
}


div#menutop {
	background-color: #ccc;
}
div#menutop .red,
div#menusteps .step h2 {
	color: #F00;
	text-align: center;
	font-weight: 700;
	padding: 0px;
	margin: 0px;
}
div#menusteps {
	overflow: hidden;
}
div#menusteps .step {
	background-color: #fff;
	float: left;
	display: inline;
	margin: 10px 0px 10px 10px;
	padding: 0px;
	width: 213px;
	height: 135px;
}
div#menusteps .step h2 {
	padding: 15px 0px 0px;
	font-size: 32pt;
}
div#menusteps .step p {
	padding: 0px 5px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
div#menusteps .step p.red {
	color: #f00;
	padding-top: 5px;
}


div#menunav {
	border: 1px solid #aaa;
	text-align: center;
	background-color: #ddd;
	overflow: hidden;
}
div#menunav h2 {
	padding: 5px;
	font-size: 100%;
	font-weight: 700;
	color: #333;
}
div#menunav ul, div#menunav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div#menunav ul {
	margin: 0px 5px 5px;
	border: 1px solid #aaa;
	font-size: 14px;
	background-color: #eee;
}
div#menunav ul li {
	padding: 0px;
	font-size: 100%;
	*zoom: 1;
}
div#menunav ul li a {
	color: #000;
	font-size: 100%;
	display: block;
	padding: 5px;
	margin: 0px;
	cursor: pointer;
	text-decoration: none;
	*zoom: 1;
}
div#menunav ul li a:hover {
	background-color: #afa; /*#ffbf50;*/
}
div#menunav ul li hr {
	border: 0px none;
	height: 1px;
	padding: 0px;
	margin: 0px auto;
	background-color: #aaa;
}


div.menubox {
	overflow: hidden;
	font-size: 14px;
	border-bottom: 1px solid #aaa;
	margin: 10px 0px 20px;
}

div.menubox hr {
	margin: 0px;
	padding: 0px;
}
div.menubox h2 {
	padding: 0px;
	text-align: center;
	line-height: 35px;
	height: 35px;
	color: #333;
	background-color: #ddd;
	border: 1px solid #aaa;
	border-bottom: 0px none;
}

div.menubox ul, div.menubox li {
	list-style: none;
	overflow: hidden;
	font-size: 100%;
}
div#titles.menubox ul {
	font-weight: 700;
}
div.menubox ul {
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 5px 0px 5px 30px;
	*zoom: 1;
}
div.menubox ul.item {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background-color: #f2f2f2;
}
div.menubox ul li {
	display: block;
	float: left;
	display: inline;
	width: 100px;
//	height: 25px;
	line-height: 25px;
}
div.menubox ul.added {
	background-color: #ccc;
}
div.menubox ul li.code {
	width: 50px;
	padding-right: 10px;
}
div.menubox ul li.item {
	width: 255px;
	padding-right: 10px;
}
div.menubox ul li.price {
	width: 50px;
}
div.menubox ul li.qty {
	width: 85px;
	text-align: center;
}
div.menubox ul li.qty input {
	height: 23px;
	line-height: 19px;
	padding: 0px 5px;
	margin: 0px;
	font-size: 100%;
	cursor: pointer;
	background-color: #afa; /*#faaf40;*/
	border: 1px solid #aaa;
}
div.menubox ul li.qty input:hover {
	background-color: #cfc; /*#ffbf50;*/
}


div#menuorder {
	border: 1px solid #aaa;
}
div#menuorder h2 {
	padding: 5px;
	font-size: 100%;
	font-weight: 700;
	color: #333;
	background-color: #ddd;
}
div#menuorder div.total {
	font-size: 100%;
	color: #333;
	background-color: #ddd;
	border-top: 1px solid #777;
}
div#menuorder div.total p {
	padding: 5px;
	margin: 0px;
	font-size: 100%;
}
div#menuorder ul, div#menuorder li {
	list-style: none;
	padding: 0px;
	margin: -1px 0px 0px;
}
div#menuorder ul {
	background-color: #afa; /*#faaf40;*/
	overflow: auto;
	border-top: 1px solid #777;
	height: auto;
	padding: 0px 0px 1px;
}
div#menuorder ul.scroll {
	height: 302px;
}
div#menuorder ul li {
	border-top: 1px solid #777;
	padding: 3px;
	cursor: default;
}
div#menuorder ul li:hover {
	background-color: #cfc; /*#ffbf50;*/
}
div#menuorder ul li a {
	color: #333;
	text-decoration: none;
}
div#menuorder ul li a:hover {
	text-decoration: underline;
}
div#menuorder ul li p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 18px;
}
div#menuorder ul li p.pri {
	padding-left: 20px;
}
div#menuorder ul li.noitems {
	text-align: center;
	font-size: 14px;
	color: #383; /*#955920;*/
	border: 0px none;
	margin: 1px 1px 0px;
}
div#menuorder .checkout {
	background-color: #ccc;
	overflow: hidden;
	border-top: 1px solid #aaa;
}
div#menuorder input {
	border: 0px none;
	background-image: url(../images/orderButtons.png);
	background-repeat: repeat-x;
	background-position: 0% -31px;
	height: 30px;
	padding: 0px 10px;
	line-height: 25px;
	margin: 5px;
	cursor: pointer;
	border: 1px solid #555;
	-webkit-border-radius:	3px;
	-moz-border-radius:		3px;
	border-radius:			3px;
	font-weight: 700;
}
div#menuorder input:hover {
	background-position: 0% -1px;
}
div#menuorder input:active {
	background-image: url();
	background-color: #7f7; /*#faaf40;*/
}
div#menuorder input#orderbtn {
	float: right;
	display: inline;
}

h1.menufor {
	font-size: 130%;
	text-align: center;
	padding: 7px;
	color: #333;
}


#ordercontent {
	overflow: hidden;
}
#ordercontent h2 {
	text-align: center;
	font-size: 200%;
	padding-bottom: 20px;
	color: #333;
	-webkit-text-shadow:	0px 0px 10px #F00;
	-moz-text-shadow:		0px 0px 10px #F00;
	text-shadow:			0px 0px 10px #FFF;
	border-bottom: 1px solid #aaa;
}
#ordercontent #menuorder ul {
	height: 265px;
	overflow: auto;
}
#ordercontent #customer {
	margin: 10px 240px 0px 0px;
	border: 1px solid #aaa;
	padding: 30px;
	background-color: #eee;
	overflow: hidden;
}

#ordercontent #customer div.left {
	float: left;
	border-right: 1px solid #aaa;
	padding-right: 20px;
}
#ordercontent #customer div.right {
	float: right;
}
#ordercontent #customer div.left,
#ordercontent #customer div.right {
	display: inline;
	width: 47%
}
#ordercontent #customer .left p,
#ordercontent #customer .right p {
	overflow: hidden;
	height: 30px;
}
#ordercontent #customer .left label,
#ordercontent #customer .right label {
	float: left;
	display: inline;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
#ordercontent #customer p.error {
	color: #a00;
}
#ordercontent #customer p.error input {
	border-color: #a00;
}
#ordercontent #customer .left label span,
#ordercontent #customer .right label span {
	color: #777;
	font-size: 10pt;
}
#ordercontent #customer input.field,
#ordercontent #customer input.btn {
	float: right;
	display: inline;
	height: 20px;
	border: 1px solid #aaa;
	padding: 2px;
	margin: 2px 2px 2px 0px;
	color: #555;
}
#ordercontent #customer input.btn {
	color: #000;
	padding: 0px 10px;
	height: 30px;
	line-height: 28px;
	font-size: 90%;
	background-color: #cfc; /*#faaf40;*/
	background-image: url(../images/orderButtons.png);
	background-repeat: repeat-x;
	background-position: 0px -31px;
	cursor: pointer;
	-webkit-border-radius:	4px;
	-moz-border-radius:		4px;
	border-radius:			4px;
	-webkit-box-shadow:		0px 0px 5px #aaa;
	-moz-box-shadow:		0px 0px 5px #aaa;
	box-shadow:				0px 0px 5px #aaa;
	-webkit-text-shadow:	0px 0px 10px #fff;
	-moz-text-shadow:		0px 0px 10px #fff;
	text-shadow:			0px 0px 10px #fff;
}
#ordercontent #customer input.btn:hover {
	background-position: 0px -1px;
}
#ordercontent #customer input.btn:active {
	background-image: url();
}
#ordercontent #customer input.btn.left {
	float: left;
	margin-right: 10px;
}
#recaptcha_response_field {
	left: 0px;
}

#ordercontent .bottom p {
	height: auto;
	overflow: hidden;
}
#ordercontent .bottom h3 {
	padding-bottom: 0px;
	margin: 5px 0px;
	text-align: center;
}
#recaptcha_widget_div {
	padding-bottom: 15px;
}
#recaptcha_area {
	margin: 0px auto;
}
#ordercontent .bottom {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #aaa;
	overflow: hidden;
}