@charset "utf-8";

/*reset all */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
margin:0;
padding:0;
}
BODY {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	WIDTH: 100%;
	COLOR: #663327;
	TEXT-ALIGN: left;
	BORDER-RIGHT-WIDTH: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 140%;
	background-color: #3a211d;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}


h3{
	font-size: 16px;
	font-weight: bold;
}

h4{
	font-size: 14px;
	font-weight: bold;
}


#emailadd {
	FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: #ffff00; POSITION: relative; TOP: 65px
}
#nav {
	WIDTH: 100%;
	float: left;
	border-top: 1px solid #FFFFFF;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom: 1px outset #666666;
	background-image: url(../images/menubgup.gif);
}
#nav UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
#nav UL LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
#nav LI {
	BACKGROUND: url(images/menubgup.gif) repeat-x;
}
#nav LI A {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #4D2600;
	TEXT-DECORATION: none;
	padding: 5px 10px;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#nav .firstItem {
	margin-left: 45px;
}

#nav LI A:hover {
	BACKGROUND: url(images/menubgdown.gif) repeat-x;
	TEXT-DECORATION: underline;
	color: #992600;
}
#nav .active {
	TEXT-DECORATION: underline
}

.fltrt {
	FLOAT: right; MARGIN-LEFT: 8px
}
.fltlft {
	FLOAT: left; MARGIN-RIGHT: 8px
}
.clearfloat {
	CLEAR: both; FONT-SIZE: 1px; LINE-HEIGHT: 0px; HEIGHT: 0px
}
A.closePopup:link {
	FONT-SIZE: 14px; COLOR: #0066cc; TEXT-DECORATION: none
}
A:link {
	COLOR: #930;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	COLOR: #C30
}

.pageTitle {
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	text-align: center;
}
.paragraphTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 14px
}
.paragraphIndent{
	text-indent: 25px;
	margin-right: 25px;
	margin-left: 25px;
}
IMG {
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}

.textTitle {
	BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; MARGIN-TOP: 8px; BACKGROUND: #999999; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #999999; FONT: bold 18px Geneva, Arial, Helvetica, sans-serif; BORDER-LEFT: #999999 1px solid; COLOR: #ffffff; HEIGHT: 25px; TEXT-ALIGN: center
}

.menuItemBox img{
	margin-right: 20px;
	margin-left: 0px;
	padding-right: 50px;
	padding-left: 0px;
}

.paragraphSpacing {
	LINE-HEIGHT: 0.2em
}


#container {
	width: 900px;
	text-align: left;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

    /*  */
    /* General styles */
#header {
        clear:both;
        float:left;
        width:100%;
    }
#banner {
	float: left;
	height: 140px;
	width: 900px;
	clear: both;
	background-image: url(../images/logo-banner.gif);
}
#logo {
	float: left;
	width: 150px;
}
#bannerRight {
	float: left;
	width: 750px;
}




#navcontainer {
	Z-INDEX: 100;
	OVERFLOW: hidden;
	WIDTH: 100%;
	BORDER-BOTTOM: #dc9756 1px solid;
	HEIGHT: 35px
}
#contentWrap {
	width: 100%;
	position: relative;
	float: left;
	clear: both;
	background: #FDF5E1;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFDF9;
} /* float required to follow another float to keep position. bug fixing. DW issue */
/*home page */

#membership A {
	font-weight: bold;
	text-decoration: underline;
	color: #66333B;
	font-style: italic;
}

#leftColWrap {
	float: left;
	width: 45%;
	overflow: hidden;
}

#mainContent {
	float: left;
	width: 90%;
	height: 430px;
	padding: 10px;
	color: #68331A;
	border: 10px solid #FBE9BF;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 0%;
	background-color: #FFFDF9;
}
/*content border padding entire width */
#contentInnerWrap {
	float: left;
	width: 94.3%;
	height: auto;
	padding: 15px;
	color: #68331A;
	border: 10px solid #FBE8B7;
	line-height: 18px;
	margin-top: 0px;
	
	margin-bottom: 0px;
	margin-left: 0%;
	background-color: #FFFDF9;
}

#homeImg{
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.homeImgSmall{
	display: inline;
	float: left;
	width: 110px;
	margin-left: 9px;
	height: 80px;
	}
#cat{
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#mediaBanner{
	float: left;
	height: auto;
	width: auto;
	
}
.reservationImg{
	display: inline;
	float: left;
	width: 110px;
	margin-left: 25px;
	margin-top: 25px;
}
.reservationImg1{
	display: inline;
	float: left;
	width: 110px;
	margin-left: 15px;
	margin-top: 25px;
}
#membership {
	border-right: 10px solid #FBE9BF;
	border-bottom: 10px solid #FBE9BF;
	border-left: 10px solid #FBE9BF;
	height: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 45px;
	padding-left: 10px;
	background-color: #FFF7E6;
}
.boldtext {
	font-weight: bold;
	line-height: 140%;
}


#rightColWrap {
	float: right;
	width: 54%;
	
}
#flashOuter{
	background-color: #FBE9BF;
	float: left;
	height: auto;
	width: 100%;
	clear: both;
}

#flashWrap {
	padding: 10px;
	background:  #FFFDF9;
	height: 300px;
	margin: 10px;
	border: 1px solid #CC9900;
	position: relative;
}
#openingHour {
	background: #FFFDF9;
	height: 100px;
	float: left;
	width: 100%;
}
.timeTable {
	font-size: 12px;
}


#reservationWrap {
	float: left;
	width: 100%;

	height: 295px;
}

.clear{
	clear:both;
	overflow:hidden;
}
#booking {
	margin-left: 10px;
	margin-right: 10px;
	
}
.tableCell {
	text-align: justify;
	vertical-align: top;
	padding-bottom: 3px;
	padding-top: 2px;
}
.inputBox {
	background: #FFE8A2;
	border: 1px inset #F7B658;
	width: 100px;
}
.inputBox1 {
	background: #FFE8A2 url(images/inputbox.png) repeat-x;
	width: 120px;
	border: 1px inset #F7B658;
}
.inputBox2 {
	background: #FFE8A2 url(images/inputbox.png) repeat-x;
	border: 1px inset #F7B555;
	margin-top: 7px;
	height: 22px;
	display: inline;
}

.inputBox3 {
	background: #FFE8A2 url(images/inputbox.png) repeat-x;
	border: 1px inset #F7B555;
	margin-top: 7px;
	height: 22px;
	margin-left: 27px;
}

.paragraph_spacing {
	margin-bottom: 10px;
}
.paragraph_spacing1 {
	margin-bottom: 6px;
	margin-top: 5px;
}

.spacing {
	margin-right: 2px;
	padding-right: 5px;
}

#signup {
	margin-left: 5px;
	padding-top: 1px;
	margin-top:1px;
}

/* end of home page */


/* menu page */
#topsection {
	background: #FDF5E1;
	height: auto;
	width: 100%;
	border-right: 0px solid #E19E5F;
	border-left: 0px solid #E19E5F;
	border-top-width: 0px;
	border-bottom: 2px solid #E19E5F;
}


#sidebarWrap {
	float: left;
	width: 20%;
	list-style-type: none;
	background-color: #FFF;
} /* wrap around sidebar1 to create a margin by a width attribute, avoid using margin/padding. fixed IE6 issue */

#foodMenuWrap {
	width: 79%;
	position: relative;
	margin-right: 0px;
	float: right;
	overflow: hidden;
	border-left: 5px solid #E19E5F;
	background-color: #FFF;
} /* overflow: hidden to avoid IE expanding box issue*/
#foodMenuWrap1 {
	width: 100%;
	position: relative;
	margin-right: 0px;
	float: left;
	overflow: hidden;
	border-left-width: 0px;
	border-left-color: #E19E5F;
	background-color: #FFF;
} /* overflow: hidden to avoid IE expanding box issue*/

/* menu Item starts here two colours alternate */
.menuItemWrap {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menuItemWrap1 {
	background: #FCEED1;
	width: 100%;
	float: left;
	overflow: hidden;
	padding-bottom: 3px;	
}
.menuItemBox {
	width: 95%;
	float: left;
	position: relative;
	left: 5px;
}
.itemNo {
	float: left;
	width: 4%;
	position: relative;
	left: 5px;
	display: inline;
	color: #590000;
	font-size: 90%;
	line-height: 200%;
}
.itemTitle {
	color: #900;
	float: left;
	width: 70%;
	line-height: 24px;
	font-weight: normal;
	display: inline;
}
.itemPrice{
	color: #900;
	font-weight: bold;
	float: right;
	width: 22%;
	margin-right: 20px;
}
.itemDesc {
	color: #840;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	clear: both;
	padding-left: 34px;
	padding-right:25px;
}



/*set menu styles*/
.itemDesc ul li{
	list-style-type: disc;
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
}
.lastItem{
	margin-bottom: 10px;	
}
 
.setMenuChoice{
	margin-top: 7px;
	margin-bottom: 3px;
	font-weight: bold;
}

#menuTitle {
	font-size: 200%;
	font-weight: bold;
	color: #930;
	text-align: center;
	float: left;
	width: 100%;
	padding-top: 14px;
	padding-bottom: 14px;
}
#legend {
	float: left;
	width: 100%;
	text-align: center;
}
.menuSection {
	font-size: 150%;
	background-color: #FFF;
	color: #930;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E19E5F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E19E5F;
}
.sectionTitle {
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	display: inline;
	float: left;
	width: 22%;
	background-color: #FFF;
	overflow: hidden;
	color: #930;
	font-weight: bold;
	font-size: 18px;
}
.menuitem1 {
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-type: none;
	font-weight: bold;
	color: #630;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.menuitem2 {
	margin-top: 15px;
	margin-bottom: 2px;
	list-style-type: none;
	font-weight: bold;
	color: #630;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.menuitem1 a:link{
	font-weight: bold;
	color: #630;
	text-decoration: none;	
}
.menuitem1 a:hover{
	font-weight: bold;
	color: #F60;	
}
.menuitem1 a:visited{
	font-weight: bold;
	color: #630;
	text-decoration: none;	
}
.imageSpacing {
	padding-left: 15px;
}
.returnArrow {
	float: left;
	width: 4%;
	padding-top: 20px;
	display: inline;
	margin-left: 10px;
	overflow: hidden;
}
#topspot {
	position: relative;
	z-index: 100;
	left: 0px;
	top: 0px;
	height: 0px;
	color: #CA2C1D;
}
/*
#sidenav {   /* full menu  left nav */
/*	float: left;
	width: 100%;
	margin-top: 20px;
}

#sidenav ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}

/*
#sidenav li a{
	color: #930;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
}

#sidenav li a:hover {
	color: #F60;	
} */



.heading1 {
	font-size: 120%;
	color: #641A00;
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.heading2 {
	color: #663327;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	padding: 0px;
}

.formFont {
	font-size: 80%;
}

.iconSpacing{
	margin-right: 7px;
}



/*location */
/* IE requires width for float */
#googleMap{
	float: right;
	margin-left: 20px;
	height: auto;
	width: 470px;
}


#locationImg{
	float: left;
	width: 200px;
	margin-bottom: 10px;
	margin-top: 20px;
}

#address{
	list-style-type: none;
	margin-top: 30px;
	float: left;
	margin-left: 20px;
}

/* contact */
#addressContact{
	list-style-type: none;
	margin-top: 100px;
	float: right;
	margin-right: 50p
}

/*delivery */
.deliveryImg{
display: inline;
	float: left;
	width: 110px;
	margin-right: 15px;
	margin-top: 15px;
}

#deliveryImgBig{
	float: left;
	width: 440px;	
}
#footer {
	CLEAR: both;
	FLOAT: left;
	MARGIN-BOTTOM: 0px;
	FONT: 12px Geneva, Arial, Helvetica, sans-serif;
	WIDTH: 100%;
	COLOR: #ffffff;
	TEXT-ALIGN: center;
	border-top: 1px solid #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #CA2C1D;
}
#footerTop {
	BORDER-BOTTOM-COLOR: #999999; MARGIN-LEFT: 50px; WIDTH: 800px
}
#footerBottom {
	MARGIN-TOP: 4px; PADDING-LEFT: 50px; MARGIN-BOTTOM: 10px; WIDTH: 800px; TEXT-ALIGN: center
}
#footer P {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; MARGIN: 0px; PADDING-TOP: 10px
}
#footer A {
	FONT-SIZE: 14px; COLOR: #ffffff
}
#footer A:hover {
	COLOR: #ffff00; TEXT-DECORATION: underline
}
#footer A:active {
	COLOR: #ff9933
}

#footer ul li{
	list-style-type: none;
}

