body {
	font-size: 10px;
	font-family: Veranda, Helvetica, Arial, sans-serif;
}
img{
	border:none;
}
.clear{
	clear:both;
}
* {
	margin: 0;
	padding: 0;
}

.bold{
	font-weight:bold;
}
.boldUnderline{
	font-weight:bold;
	text-decoration:underline;
	color:#58080e;
}
.boldX{
	font-weight:bold;
	color:#58080e;
}
ul, ol {
	padding:0.5em 0 0.5em 4em;
}
li {
	font-size: 1.2em;
}
p {
	padding: .5em 0;
	font-size: 1.6em;
	line-height:1.4em;
}

#pageWrapper {
	position:relative;
	width: 97em;
	margin: 2em auto 0 auto;
	-moz-border-radius: 20px;
	border:1px solid #58080e;
	background: #fff;
	background-image:url(/public-files/images/template/bilash-bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0 0 5em 0;
}
#mainContent{padding:3em 5em 0 5em;}
#header {
	-moz-border-radius: 19px;
	height:455px;
	
}
#leftHeader{
	background-image:url(/public-files/images/template/header-bg.png);
	background-repeat:no-repeat;
	background-position:left top;
	position:absolute;
	-moz-border-radius-topleft: 19px;
	-webkit-border-top-left-radius: 19px;
	height:455px;
	width:320px;
}
#rightHeader {
	width:660px;
	float:right;
}
#rightHeader img{
	display: none;
}
#rightHeader img.first { display: block; }
#headerMask{
	width:19px;
	height:20px;
	position:absolute;
	z-index:2000;
	background-image:url(/public-files/images/template/header-mask.gif);
	left:952px;
	top:-1px;
}
#logo{
	margin:20px 0 0 30px;
}
#flashHeader{
	float:right;
}
#footer {
	list-style:none;
	width:860px;
	margin:0.2em auto 6em auto;
	color:#58080e;
}
#footer p{
	font-size:1em;
}
#copyright{
	float:left;
	padding:0;
}
#webdesign{
	float:right;
	padding:0;
}
#webdesign a{
	color:#58080e;
	text-decoration:none;
}
#webdesign a:hover{
	text-decoration:underline;
}
hr{
	background-color:#58080e;
	color:#58080e;
}

h1{
	font-size:4em;
	color:#58080e;
}
h2{
	font-size:2.2em;
	color:#58080e;
}


.box{
	float:right;
	width:288px;
	border:1px solid #c5a9aa;

	background: rgb(222, 222, 222); /* fallback color */
  background: rgba(222, 222, 222, 0.2);
   background-image:url(/public-files/images/template/box-bg2.png);
   background-repeat:repeat-x;


	margin:0 0 10px 0;
	color:#58080e;
	text-align:center;
}

.box #boxImg {
	margin:0 ;
	border:1px solid #58080e;
	float:left;
	margin:10px;
	display:inline;

}

.box p{
	margin:0px;
	padding:0.2em 0;
}
#box1{
	padding:0 0 10px 0;
}
#addressBoxText{
	width:144px;
	float:left;
	text-align:left;
	font-size:1.2em;
}
#addressBoxText address{
	margin:0 0 0px 10px;
}

address{
font-style:normal;
}
#addressBoxText #phone {
	background-image:url(/public-files/images/home/phone.gif);
	background-position:left center;
	background-repeat:no-repeat;
	margin:0 0 0 10px;
	padding:0.2em 0 0.4em 1.9em;
	font-size:1.2em;
}



.menuDesc {
	margin:0 0 20px 0;
}

.menuCat{
	padding:0;
	margin:10px 0px 50px 0;
	list-style:none;
}
.menuCat ul{
	margin:10px 20px;
}
.menuCat li{
	margin:10px 0px 10px 0;
}
.menuCat p{
	margin:0;
}
.menuCatDesc1{
}
.menuCatDesc2{
	margin:0 0 30px 0;
}
.dishVeg {
	color:green;
	font-weight:bold;
}
.dishHot {
	color:red;
	font-weight:bold;
}
.dishNuts {
}
.dishNew {
}
.dishInfo{
	float:left;
	width:530px;
}

.dishPrice{
	float:right;
	font-weight:bold;
}



.drinkPrice{
	float:right;
	padding:0;
}
.drinkPrice li{
	float:left;
	list-style:none;
	padding:0 1em;
	border-left:1px solid black;
}
.drinkPrice li.firstPrice{
	padding-left:0;
	border:none;
}



/* -------------------------------------Forms----------------------------------------------- */

input, select, textarea {
	width:400px;
	padding: 4px 2px;
	text-size:1.4em;
	border:1px solid #c5a9aa;
}

textarea {
	height:100px;
}

fieldset {      
position: relative;      
width: 55em;        
padding: 0 0 1em 0;        
border:1px solid #c5a9aa;

	background: rgb(222, 222, 222); /* fallback color */
  background: rgba(222, 222, 222, 0.2);
   background-image:url(/public-files/images/template/box-bg1.png);
   background-repeat:repeat-x;  
}    
legend span {      
position: absolute;      
left: 4.5em;      
top: 0;      
margin-top: 0.5em;      
font-size: 155%;    
}
legend {      
padding: 0;      
color: #58080e;   
font-weight: bold;    
}

fieldset dl {      
padding: 2em 7em 0 7em;      
list-style: none; 

}
fieldset dl dt{
}
fieldset label{
margin: 10px 0 0 0;
color:#58080e;
}
fieldset dl dd{      
   
}


input.text:focus, textarea:focus {
	background:#fbfcec;
}


#submit{
	padding:0;
	border:none;
	background:none;
	width:auto;
}


.errors{
	margin:0 0 0 0;
	font-size:0.9em;
}


dt {
	padding: 0 0 5px 0;
}

dd {
	padding: 0 0 10px 0px;
}
dt label {
	font-weight: bold;
	font-size: 12px;
}

dt label.required:after {
	content: " *";
	color: #ff0000;
}

ul.errors {
	padding: 5px 0 5px 25px;
	color:#d73433;
}


#submit{
	margin:0 0 0 10em;
}

address p{
	padding:0.2em 0;
}
address p.telephone{
	padding:0.5em 0 0 0;
}

#mainNav{
	font-size:2.5em;
	list-style:none;
	margin:40px 0 0 0;
	padding:0;
	width:250px;
	text-align:right;
}

#mainNav a{
	color:#FFF;
	text-decoration:none;
}
#mainNav a:hover{
	color:#FC0;
	text-decoration:none;
}

#main{
	width:520px;
	float:left;
}

/*-------------Menu------------*/
.price{
	color:#58080e;
	font-weight:bold;
}
.new{
	color:#F00;
	font-weight:normal;
	font-style:italic;
}
.menuDescription{
	margin:0 10px 20px 10px;	
}
.menuCategoryDesc{
	margin:10px 10px 10px 10px;
	padding:10px;
	color:#58080e;
	border:1px solid #58080e;

	background: rgb(222, 222, 222); /* fallback color */
  background: rgba(222, 222, 222, 0.2);
   background-image:url(/public-files/images/template/box-bg2.png);
   background-repeat:repeat-x;
}
.menuCategoryDesc p{
	padding:0.2em 0;
}
.menuCategory{
		width:390px;
		padding:0;
		list-style:none;
}
.menuCategory li, .wineMenuCategory li, .drinkMenuCategory li {
	margin:0 0 5px 0;
	padding:6px;
}
.drinkMenuCategory{
	width:350px;
	padding:0;
	list-style:none;
	margin:10px 0 70px 5px;
}
.wineMenuCategory{
	width:870px;
	padding:0;
	list-style:none;	
	margin:10px 0 70px 5px;
}
.menuLeftCol{
	float:left;
	margin:10px 0 70px 5px;
}
.menuRightCol{
	float:right;
	margin:10px 5px 70px 0;
}

.menuCategory .menuItemDesc{
	width:315px;
	float:left;
	
}
.drinkMenuCategory .menuItemDesc{
	width:280px;
	float:left;
	
}
.wineMenuCategory .menuItemDesc{
	width:745px;
	float:left;
	
}
.menuItemDesc h4{
	font-size:1.5em;
	color:#58080e;
}
.menuItemDesc p{
	font-size:1.4em;
}

.menuItemPrice{
	float:right;
	color:#58080e;
	font-weight:bold;
	font-size:1.3em;
	margin:1px 0 0 0;

}
li.special{
	background-color:#F63;
	border:1px solid red;
	padding:5px;
}

/*--- Location Page ------*/
#locationAddress{
	float:right;
	width:260px;
	font-size:1em;
}
.leftCol{
	float:left;
	width:290px;
}
#map{
	width:550px;
	height:300px;
	float:right;
}
#gMap p{
	margin:0;
	padding:0;
	font-size:1.2em;
	
}
.box#locationBox{
	margin:20px 0 0 0;
	padding:15px 10px;
	float:left;
	text-align:left;
	width:270px;
}

/*-----------Contact Page---------*/
.rightCol{
	float:right;
	width:550px;
}