body  {

	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	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 */
	font-size:12px;
	background-color:#2c2a2b;
}


body
{ 
text-align:-moz-center;
}

#OutermostContainer{
background-image:url(../logos/BigLogo2.gif);
background-repeat: no-repeat;
float:left;
position:absolute;
width:386px;
height:400px;
left:-95px;
top:50px;
z-index:3;
filter:alpha(opacity=30);
-moz-opacity:0.30;
opacity:0.30;
 }

/*
 #container2{
width:790px;
background-position:right;
background-image:url(../pictures/rightedge.jpg);
background-repeat: repeat-y; }*/

 #container { 
	width: 800px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
} 

 #header {
	background: #8f1836;
	color:#FFFFFF;
	height: 180px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

 #header #TradingHrs {
	width:245px;
	float:left;
	position:absolute;
	left:5px;
	top:0px;
}

 #header #headerlogo {
  background-image:url(../logos/HeaderLogo.jpg);
 background-repeat:no-repeat;
 width:139px;
 height:138px;
 float:left;
 position:relative;
 left:300px;
 top:20px;
}



 #header #headerName {
	float:right;
 position:relative;
	right:30px;
	top:30px;
	font-family: "Trebuchet MS";
	font-size: 80px;
 }


  #header #ResBar {
	float:right;
 position:relative;
	left:270px;
	top:110px;
	font-family: "Trebuchet MS";
	font-size: 25px;
 }

 .test {
	 position:absolute;
	color: #FFFFFF;
	background-color: #333333;
	position: absolute;
	left: 694px;
	top: 2px;
	padding:0 5px 0 0;
	text-decoration:none;
	width: 100px;
	text-align:right;
}

.test ui {
	text-decoration: none;
	color:#FFFFFF;
}

   #header #TopLink {
	position:absolute;
	top:160px;
	left: 544px;
	text-align:right;
	padding:0 5px 0 0;
	font-size:12px;
	width: 249px;
   }

   #header #TopLink ul{
margin:0;
padding:0;
list-style:none;
}

#header #TopLink ul li{
display:inline;
word-spacing: .3em;
}

#header #TopLink li a:link, #TopLink a:active, #TopLink a:visited{
	Color:#FFFFFF;
	text-decoration:none;
}

#header #TopLink li a:hover{
color:#de1e4f;
}

#header #TopLink li a.current{
	Color:#FFFFFF;
}


 #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 */
}

#bar{
	height:140px;
	background-color:#2c2a2b;
}

/* Tips for sidebar1:

1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 

2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.

3. 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 ".twoColHybLtHdr #sidebar1 p" rule.

*/


 #MainBody{
	background-color:#353334;
	float:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF; 
 }
 
 #OnlineOrderBody{
	width:798px;

	margin-top:35px;
 }
 
  #OnlineOrderBody .text{
	  width:23px;
  }
  
  #OnlineOrderBody .alternate{
	background-color: #F2F2F2;
  }
 #MenuNotice{
	color:#de1e4f;
	width:300px;
	padding:5px;
 }
 
 #MenuSection1{
	   float:left;
	 width:500px;
	padding:5px;
 }

  #MenuSectionImages{
	    float:left;

	width:265px;
padding:5px 5px 5px 15px;
 }

 
 #sidebar1 {
 	float: left;
	/*background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 0 0 0;*/ /* top and bottom padding create visual space within this div  */
	background-color:#353334;
	/*padding-top: 30px;*/
	height:349px;
	width:369px;

}




#mainContent {
	/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	float:right;
	width:405px;
	font-size:12px;
	background-color:#353334;
	color:#FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	line-height:1.1;
} 

 #mainContent H1{
	font-size: 25px;
	color:#FFFFFF;
	margin:0;
 }



 #mainContent .menu{
font-size:30px;
color:#be8c45;
text-align:center;
}

#mainContent .Red{
color:#DE1E4F;
}

.MenuHeader{
font-size:18px;
color:#de1e4f;
text-align:left;
}

 #mainContent .mandala{
float:right;
padding:5px;
}

.foodtitle{
font-size:14px;
color:#FFFFFF;
text-align:left;
}

.fooddescrip{
font-size:12px;
font-style:italic;
color:#FFFFFF;
text-align:left;
}

.foodprice{
	font-size:12px;
	color:#FFFFFF;
	text-align:right;
}

.top{
color:#ffffff;
text-decoration:underline;
text-align:right;
}

.top a:visited {
color:#ffffff;
text-decoration:underline;
}

.MenuDesclaimer{
	text-align:left;
	background-color:#ACACAC;
	font-size:11px;
	color:#850100;
	font-style:italic;
	padding-left:5px;
}

.tr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4823F;
}

.iframe {
	width:100%;
	height:285px;
	border:0px none #353334;
}

 #mainContent #address{
text-align:center;
}

#mainContent #mailinglist {
	width:400px;
}

#mainContent #mailinglist .input{
text-align:right;
}

#mainContent .promo{
color:#de1e4f;
	font-size:14px;
}

#mainContent .Booking{
	font-size:18px;
}

#mainContent .Tranport{
font-weight:bold;
}

 .link, .link a:link, .link a:visited, .link a:active{
	color: #FFFFFF;
	text-decoration:underline;
}

 #top
{
margin: 0 10px 0 13em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 0 0 0 10px;
	font-size:12px;
}

 #footer {
	padding: 5px 10px 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#8f1836;
	height:50px;
	color:#FFFFFF;
	text-align:center;
	font-size: 14px;
	line-height:1.5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 

#footer a:link, #footer a:visited{
color: #ffffff;
text-decoration: none;
}

#footer a:active, #footer a:hover{
color: #ffffff;
text-decoration: underline;
}

/* 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 */
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 a float */
clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
}

#FooterMailingList{
	padding-top:10px;
	background-color:#2c2a2b;
	text-align:center;
	color:#FFFFFF;
	height:50px;
}

#AllRights{
background-color:#2c2a2b;
text-align:center;
color:#FFFFFF;
}

div#facebook{
width:100px;
float:right;
color:#FFFFFF;
}

.italics{
font-style:italic;
}
.homedeliverycomments{
font-style:italic;
	background-color: #6B6B6B;
	padding:6px 0px;
}

.homedeliverycommentsAlt{
	padding:6px 0px;
}

.anylinks {
color:#ffffff;
}

.special{
float:right;
font-size:14px;
font-weight:bold;
border:2px solid #9D8468;
padding:3px;
background:#fff;
}

.special a{
	color:#A5303C;
	text-decoration:none;
}

.giftvoucher{
font-size:14px;
font-weight:bold;
border-left:2px solid #9D8468;
border-top:2px solid #9D8468;
border-right:2px solid #9D8468;
padding:3px;
background:#fff;
}

.giftvoucher a{
	color:#A5303C !Important;
	text-decoration:none;
}

.paypal{
float:right;
width:145px;
}

.bookatable{
	width:128px;
	position:absolute;
	top:780px;
	left:661px;
}
.bookatable a{
	border:0;
}
#AdwordConversion{
height:0;	
}
