/*----General Start-----------*/
body{
	padding:0 0 62px 0;
	margin:0;
	color:#AD7157;
	background:url(../images/bodybg.gif) repeat-x 0 0 #DECDA9;
	font:normal 13px/18px Georgia, "Times New Roman", Times, serif;
}
p, h1, h2, h3, h4, h5, form, input, select, div{
	padding:0;
	margin:0;
}
img{
	padding:0;
	margin:0;
	border:none;
	display:block;
}
ul{
	list-style:none;
	padding:0;
	margin:0;
}
li{
	padding:0;
	margin:0;
}
a{
	outline:none;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.spacer{
	clear:both;
	font-size:0;
	line-height:0;
}
h2{
	color:#DEC998;
	background-color:inherit;
	font-size:24px;
	line-height:26px;
	font-weight:normal;
}
/*-------------General start-----------*/
#container{
	width:930px;
	margin:0 auto;
	overflow:hidden;
	height:100%;
}
div.topbg{
	background:url(../images/header.jpg) no-repeat 1px 0;
	padding:66px 0 0 32px;
	width:898px;
	margin:0 auto;
}
#nav {
	float:right;
	width:460px;
	}
#nav ul li {
	font-size:16px;
	line-height:18px;
	background:url(../images/menu-devider.gif) 100% 15px no-repeat;
	float:left;
	width:auto;
	}
#nav ul li a {
	padding:14px 16px 0;
	height:21px;
	float:left;
	width:auto;
	display:block;
	color:#E8B588;
	background-color:inherit;
	text-decoration:none;
	}
#nav ul li a:hover {
	color:#fff;
	background-color:inherit;
	}
#nav ul li a.active {
	color:#fff;
	background-color:inherit;
	}
#nav ul li.noBg {
	background:none;
	}/* Style for drop down dutton */
.ddsubmenustyle{
	position:relative;
	background:url(../images/drop-down-bg.gif) 0 0 no-repeat #E2CFA4;
	color:inherit;
}

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font: normal 13px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 10px 0 10px 0;
	position: absolute;
	left: 0;
	top: 0 ;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
}

.ddsubmenustyle li a{
	display: block;
	width: 132px; /*width of menu (not including side paddings)*/
	color: #83724D;
	background-color:inherit;
	text-decoration: none;
	padding: 4px 5px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
	background-color: inherit;
	color:#CA1500;
	text-decoration:none;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* Style for Drop down button end */
.logo{
	width:257px;
	float:left;
	margin:6px 0 16px 0;
	padding-left:2px;
}
div.topbg h1{
	background:url(../images/headertxt1.jpg) no-repeat 0 0;
	width:380px;
	height:27px;
	text-indent:-5000px;
	float:left;
	margin-bottom:10px;
	padding:0 0 0 2px;
}
div.topbg p{
	color:#B08763;
	background-color:inherit;
	font-size:11px;
	line-height:41px;
}
/*-------------body start-----------*/
div.bodymain{
	background-color:#590A02;
	color:#AD7157;
	width:854px;
	margin:0 auto;
	overflow:hidden;
	height:100%;
	padding:38px 27px 48px 25px;
}
div.bodymain h3.title{
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#DEC998;
	background-color:inherit;
	padding:0 0 10px 10px;
	background:url(../images/arrow01.gif) 0 6px no-repeat;
}
div.bodymain p {
	padding:0 0 15px;
	}
.leftMeal {
	width:400px;
	float:left;
	}
.rightMeal {
	width:400px;
	float:right;
	}		
div.bodymain ul.list{
	padding:5px 0 15px 20px;
	}
div.bodymain ul.list span {
	color:#DEC998;
	background-color:inherit;
	}
div.bodymain ul.list01{
	padding:5px 0 0 20px;
	color:#DEC998;
	background-color:inherit;
	}
div.bodymain ul.list01 ul {
	padding:5px 0 15px 20px;
	color:#AD7157;
	background-color:inherit;
	}
div.bodymain ul.list01 ul li {
	background:url(../images/bullet01.gif) 0 4px no-repeat;
	padding:0 0 0 17px;
	}		
#leftpane{
	width:552px;
	float:left;	
}
#leftpane h3{
	font-size:26px;
	line-height:31px;
	font-weight:normal;
	color:#DEC998;
	background-color:inherit;
}
#leftpane span.headingNumber{
	font-size:16px;
	line-height:21px;
	font-weight:bold;
	color:#DEC998;
	background-color:inherit;
	display:block;
	padding:0 0 20px 0;
}
#leftpane span.headingAddress{
	font-size:15px;
	line-height:21px;
	font-weight:normal;
	color:#A89569;
	background-color:inherit;
	display:block;
	padding-bottom:30px;
}
#leftpane p{
	padding-bottom:19px;
}
#leftpane img{
	float:left;
	width:auto;
	margin-right:21px;
}
#rightpane{
	width:267px;
	float:right;	
}
div.menutxt{
	padding:17px 0 0 0;
	overflow:hidden;
	height:100%;
}
div.menutxt h3{
	color:#C1AD7E;
	background-color:inherit;
	line-height:19px;
	font-size:17px;
	font-weight:normal;
}

div.menutxt a.food{
	text-decoration:none;
	color:#C1AD7E;
	background-color:inherit;
	line-height:19px;
	font-size:17px;
	font-weight:normal;
}

div.menutxt a.food:hover{
	text-decoration:none;
	color:#fff;
	background-color:inherit;
	line-height:19px;
	font-size:17px;
	font-weight:normal;
}

div.menutxt img{
	float:left;
	width:auto;
	margin-right:13px;
}
div.menutxt span{
	float:right;
	display:block;
	width:198px;
	color:#8E7D57;
	background-color:inherit;
	font-size:13px;
	background:url(../images/menu-dotted.gif) repeat-x 0 100%;
	padding-bottom:10px;
}
div.banner1{
	padding:51px 0 24px 0;
}
/*-------------body end-----------*/
#container div.bottombg{
	background:url(../images/footerbg2.gif) no-repeat 0 0;
	padding:44px 0 0 0;
	overflow:hidden;
	height:100%;
}
#container div.bottombg div.bottominner{
	width:857px;
	margin:0 auto;
	font-size:11px;
}
ul.footerlink{
	float:left;
	width:500px;
}
ul.footerlink li{
	background:url(../images/footerdevider.gif) no-repeat 0 50%;
	padding:0 9px;
	float:left;
	width:auto;
}
ul.footerlink li.nobg{
	background-image:none;
	padding-left:0;
}
ul.footerlink li a{
	color:#AD7157;
	background-color:inherit;
	font-size:11px;
	line-height:14px;
	display:block;
}
ul.footerlink li a:hover{
	color:#fff;
	background-color:inherit;
	text-decoration:none;
}
p.copyright{
	color:#fff;
	background-color:inherit;
	font-size:11px;
	padding:13px 0 3px 0;
	float:left;
	width:442px;
	clear:both;
}
/*-------------container  End-----------*/
/*-------------special  start-----------*/
h2.specialheading{
	font-size:16px;
	line-height:21px;
	font-weight:bold;
	color:#DEC998;
	background-color:inherit;
	display:block;	
}
h3.spicialheading2{
	font-size:16px;
	line-height:21px;
	font-weight:bold;
	color:#DEC998;
	background-color:inherit;
	display:block;
	padding-bottom:25px;
	clear:both;	
}
h3.spicialheading3{
	font-size:16px;
	line-height:21px;
	font-weight:bold;
	color:#DEC998;
	background-color:inherit;
	display:block;
	padding-bottom:15px;
	clear:both;	
}
h3.spicialheading3 a {
	color:#DEC998;
	background-color:inherit;
	text-decoration:underline;
	}
h3.spicialheading3 a:hover {
	text-decoration:none;
	}
ul.specialList li{
	width:845px;
	border-bottom:solid 1px #590A02;
	font-size:16px;
	line-height:20px;
	padding:9px 0 9px 15px;
	color:inherit;
	background:url(../images/specialborder.gif) 216px 0 no-repeat #6D1006;
}
ul.specialList li strong{
	color:#C1AD7E;
	background-color:inherit;
	}
	
ul.specialList li span{
	display:block;
	float:left;
	width:216px;
}
ul.specialList li.listtitle{
	color:#590A02;
	font-size:17px;
	background:url(../images/specialborder.gif) 216px 0 no-repeat #C1AD7E;
}
ul.specialList li.listDark{
	color:inherit;
	background:url(../images/specialborder.gif) 216px 0 no-repeat #670C02;
}

h3.menuheading{
	color:#590A02;
	background-color:#C1AD7E;
	line-height:19px;
	font-size:17px;
	font-weight:normal;
	text-align:center;
	padding:11px 0 11px 0;
	}
h3.menuheading span{
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	display:block;
}
h3.menuheading2{
	color:#AD7157;
	background-color:#670C02;
	line-height:18px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	padding:11px 0 11px 0;
	margin-top:20px;
	clear:both;
}
h3.menuheading2 span{
	font-size:12px;
	line-height:16px;
}
div.menutxtcon{
	width:824px;
	margin:0 auto;
	padding:12px 0 27px 0;
	overflow:hidden;
	height:100%;
}
div.menutxtcon strong.vegTitle{
	padding:0 0 20px 0;
	display:block;
}
ul.menutxt{
	width:394px;
	float:left;
	margin-right:35px;
}
ul.menutxt1{
	margin-right:0;
}
ul.menutxt2{
	float:none !important;
	width:auto !important;
	margin:0 !important;
}
ul.menutxt li{
	color:#AD7157;
	background-color:inherit;
	font-size:16px;
	line-height:19px;
	padding:0 0 20px 0;
	margin-top:10px;
	background:url(../images/menudotted.gif) repeat-x 0 10px;
}
ul.menutxt li.noBG{
	background:none !important;
}
ul.menutxt li span{
	font-size:13px;
}
ul.menutxt li span.lefttxt{
	font-weight:bold;
	font-size:15px !important;
	color:#AD7157;
	background-color:#590A02;
	float:left;
	width:auto;
	padding-right:2px;
	display:block;
}
ul.menutxt li span.lefttxt1{
	background:url(../images/new.gif) no-repeat 0 0;
	padding:0 0 0 25px;
	color:#AD7157;
	background-color:#590A02;
	float:left;
	width:auto;
	padding-right:2px;
	display:block;
}
ul.menutxt li span.righttxt{
	font-size:16px !important;
	color:#AD7157;
	background-color:#590A02;
	float:right;
	width:auto;
	padding-left:2px;
	display:block;
}
ul.menutxt li span.righttxt em.threeText{
	font-style:normal;
	float:left;
	width:auto;
	margin:0 30px 0 0;
	text-align:left !important;
}
ul.menutxt li span.bottomtxt{
	font-size:12px;
	line-height:16px;
}
em.star{
	background:url(../images/star.gif) 0 2px no-repeat;
	font-style:normal;
	padding:0 0 0 20px;
}
em.smallStar{
	background:url(../images/star-small.gif) 0 2px no-repeat;
	font-style:normal;
	padding:0 0 0 20px;
}
em.new{
	background:url(../images/new.gif) 0 2px no-repeat;
	font-style:normal;
	padding:0 0 0 25px;
}
em.new2{
	background:url(../images/new2.gif) 0 2px no-repeat;
	font-style:normal;
	padding:0 0 0 25px;
}

ul.menutxtCenter{
	width:394px;
	margin:0 auto;
}
ul.menutxtCenter li{
	color:#AD7157;
	background-color:inherit;
	font-size:16px;
	line-height:19px;
	padding:0 0 20px 0;
	margin-top:10px;
	background:url(../images/menudotted.gif) repeat-x 0 10px;
}
ul.menutxtCenter li span.lefttxt{
	color:#AD7157;
	background-color:#590A02;
	float:left;
	width:auto;
	padding-right:2px;
	display:block;
}
ul.menutxtCenter li span.righttxt{
	color:#AD7157;
	background-color:#590A02;
	float:right;
	width:auto;
	padding-left:2px;
	display:block;
}
ul.menutxtCenter li span.bottomtxt{
	font-size:12px;
	line-height:16px;
}

ul.vagetabletxt{
	width:auto;
	float:left;
	margin-right:150px;
}
ul.vagetabletxt1{
	margin-right:0;
}
ul.vagetabletxt li{
	font-size:16px;
	line-height:22px;
}
/*ul.vagetabletxt li strong{
	display:block;
	padding:0 0 5px 0;
	clear:both;
}*/

/*-------------breakfastmenu  start-----------*/
h2.breakfastheading{
	padding-bottom:20px;
}
/*-------------breakfastmenu  end-----------*/

/*-------------special page style-----------*/
p.specialText{
	font-size:12px;
	padding:10px 0 15px !important;
}
p.specialText span{
	color:#FF0000;
	background-color:inherit;
}
h4.partyText{
	font-size:13px;
	line-height:15px;
	text-align:center;
	color:#DEC998;
	background-color:inherit;
	padding:30px 0 0 0;
}


/*------------- Occasions Page style -----------*/
img.occasions{
	margin:20px 0 0 112px;
}

p.occasiontext{
	font-size:16px;
	line-height:22px;
	}
	
p.occasiontext strong{
	color:#E0B19D;
	background-color:inherit;
	}	
	

/*------------- Contact Page style -----------*/
.contactform{
	border:solid 1px #DECDA9;
	background-color:#F7F1E5;
	color:inherit;
	margin:10px auto 0;
	padding:5px;
}
.contactform2{
	margin:0 auto;
	padding:10px;
}
.contactform2 label {
	float:left;
	width:90px;
	padding:2px 0 0;
	}
.contactform2 input {
	width:420px;
	height:18px;
	border:solid 1px #dedede;
	padding:3px 0 0 3px;
	margin:0 0 5px;
	font:13px/19px Arial, Helvetica, sans-serif;
}
.contactform2 textarea {
	width:420px;
	border:solid 1px #dedede;
	margin:0 0 10px;
	padding:3px 0 0 3px;
	font:13px/14px Arial, Helvetica, sans-serif;
}
.contactform2 input.submitBtn{
	width:60px;	
	padding:0;
	margin:0;
	color:#8E5339;
	background-color:#D1C6AF;
	border:1px solid #BBA271;
	font:13px/15px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0 0 0 90px;
	cursor:pointer;
	}
.mapBox{
	border:solid 1px #F7F1E5;
	margin:0;
	padding:5px;
	width:255px;
}
.mapBox2{
	background-color:#F7F5F6;
	color:inherit;
	margin:0 auto;
	padding:2px 0 0;
}
a.lagremap{
	display:block;
	font-size:11px;
	line-height:13px;
	color:#AD7157!important;
	background-color:inherit;
	margin:5px 0 0;
	float:right;
	width:auto;
}
p.findMap {
	padding:45px 0 15px!important;
	font-weight:bold;
	}
