html {
	height: 100%;
	margin-bottom: 0px;
}

body {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 12px;
	margin: 0px;
	padding:0;
	font-size: 12px;
	color: #666;
}

img,table {
	border:none;
}

p {
	margin:0;
	padding:0;
}

a,a:link,a:visited {
	outline:none;
}

a:hover {
	color:#8e1d23;
}

.clr {
	clear:both;
}

h1 {	
	color: #990000;
	font-size: 12px;
	padding-top: 8px;
	font-weight: bold;
	text-align: center;
}


h2 {
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #cab773;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

h3 {
	margin: 0;
	color: #A64E00;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}


#footer {
	width:766px;
	margin:0 auto;
	text-align:right;
	font-size:10px;
	color:#8e1d23;
	padding:10px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	font-size:10px;
	color:#8e1d23;
	text-decoration:none;
}

#page_bg {
	background: #e1d39c url(../images/bg.gif) top center repeat-x;
}

#middle_bg {
	padding:10px 0 30px 0;
	background:#f2efe0;
}

#bottom_bg {
	height:100px;
	background: #e1d39c url(../images/bottom_bg.gif) top center repeat-x;
}

#wrapper {
	width:766px;
	margin:0 auto;
}

#top_bg {
	width:766px;
	height:44px;
	background: transparent url(../images/top_bg.gif) bottom center no-repeat;
}

#header {
	width:766px;
	height:181px;
	background: transparent url(../images/header_bg.gif) bottom center no-repeat;
}

/* ********************************************************************************* */
/* Start Menu*/
/* ********************************************************************************* */

#menu {
	height:46px;
	padding:0px;
	font-size:12px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:right;
}

#menu ul li {
	display:block;
	float:right;
	margin:0;
}

#menu ul li a,#menu ul li a:link,#menu ul li a:visited {
	display:block;
	float:left;
	padding:14px 0 0 0;
	height:32px;
	width:108px;
	font-weight:bold;
	text-align:center;
	color:#813700;
	text-decoration:none;
	background: transparent url(../images/top_btn_bg.gif) no-repeat top left;
}

#menu ul li a:hover{
	padding:10px 0 0 0;
	height:36px;
	color:#813700;
	background: transparent url(../images/top_btn_hover_bg.gif) repeat-x top left;
}

#menu li.current {
	background: none;
}

#menu ul li.current a, #menu ul li.current a:visited, #menu ul li.current a:hover{
	color:#fefefe;
	background: transparent url(../images/menu_hover_bg.png) repeat-x top left;
}

/* ********************************************************************************* */
/* End Menu*/
/* ********************************************************************************* */

#content {
	width:726px;
	margin:0 auto;
}



#content #box1 {
	float:left;
	width:265px;
}

#content #box1 .special_offer {
	width:265px;
	height:38px;
	background: transparent url(../images/special_offer.gif) no-repeat top left;
}
#content #box1 .special_offer_bg {
	width:265px;
	background: transparent url(../images/special_offer_bg.gif) repeat-y top left;
}
#content #box1 .special_offer_bottom_bg {
	width:265px;
	background: transparent url(../images/special_offer_bottom_bg.gif) no-repeat bottom left;
}

#content #box1 .special_offer_bottom_bg p {
	padding:10px 6px 20px 6px;
	text-align:center;
	color:#813700;
	line-height:16px;
}

#box2 {
	float:right;
	width:404px;
}

#content #box2 .restorant {
	float:left;
	width:406px;
	height:38px;
	background: transparent url(../images/restorant.gif)  no-repeat top left;
}

#content #box2 .menu {
    float:left;
    width:406px;
    height:38px;
    background: transparent url(../images/menu.gif) no-repeat top left;
}

#content #box2 .contactus {
    float:left;
    width:406px;
    height:38px;
    background: transparent url(../images/contactus.gif) no-repeat top left;
}


#content #box2 .restorant_bg {
	width:406px;
	background: transparent url(../images/restorant_bg.gif)  no-repeat top left;
}

#content #box2 .restorant_bg p {
	padding:6px 16px 20px 16px;
	text-align:justify;
	color:#666;
	font-size:11px;
	line-height:16px;
}


