/* The 39 Steps CSS Document - Copyright Jon Chapman 2007*/

/*standard body elements*/

body {
	background:url(images/background.jpg) ;
	font: 0.75em arial, verdana, sans-serif;
	text-align:center;
	color:#656565;
	font-weight: normal;
	margin:0;
	padding:0;
	}

a, a:link, a:active {
	color:#990000;
	text-decoration:none; font-weight:bold;
}
a:hover {
	color:#a13027;
	text-decoration:none;
}

.h1 {
	font-size: 18px;
	font-weight: bold;
	color:#656565;
	font-family: "Times New Roman", Times, serif;
}

.h2 {
	font-size: 105%;
	font-weight: bold;
	color:#656565;
	xmargin:20px 0px 10px 0px ;
	xborder-bottom:1px solid #E9E8DF;
}

.h3 {
	font-size: 125%;
	font-weight: bold;
	color:#836c4e;
}

.h4 {
	font-size: 105%;
	font-weight: bold;
	color:#836c4e;
}

/*  layout elements  */

#wrapper {
	xbackground-color:#fff;
	background-image:url(images/colback.jpg);
	text-align:left;
	width:919px;
	margin: 0 auto;
	padding: 0px 0px 0px 19px;
	xheight: 100%;
}
#wrapper2 {
	xbackground-color:#fff;
	background-image:url(images/colback.jpg);
	text-align:left;
	width:919px;
	margin: 0 auto;
	padding: 0px 0px 0px 19px;
	xheight: 000px;
}
#header {
	xbackground-color:#3c3c3c;
	width: 900px;
	height: 90px;
	margin: 0;
	padding: 0;
	text-align:center;
}

#midPhoto {
	width: 900px;
	height: 330px;
	margin: 0;
	padding: 0;
	border: 1px solid #c6c5c3;
}


#midTxt {
	background-image:url(images/midTxtBack.jpg);
	width: 862px;
	margin: 0;
	padding-top: 15px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 19px;
	height: 430px;
}
#midTxt2 {
	background-image:url(images/midTxtBack2.jpg);
	width: 862px;
	height: 520px;
	margin: 0;
	padding-top: 35px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 19px;
}
#midTxt3 {
	background-image:url(images/midTxtBack2.jpg);
	width: 862px;
	height: 70px;
	margin: 0;
	padding-top: 35px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 19px;
}
#footer {
	font: 0.95em arial, verdana, sans-serif;
	color:#b2b2b2;
	background-image:url(images/footer.jpg);
	text-align:left;
	width:919px;
	height: 30px;
	margin: 0 auto;
	padding: 40px 0px 0px 19px;
}

#footer a {	color: #b2b2b2;	text-decoration: none; }
#footer a:hover { color: #a13027; text-decoration: none;}

/*  homepage layout  */

.lhTxt{
	float: left;
	width: 400px;
	height: 385px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

.rhAd01{
	xbackground-color:#0066FF;
	float: right;
	width: 348px;
	height: 180px;
	margin: 35px 0px 0px 0px;
	padding: 0px;
}

.rhAd02{
	xbackground-color:#0066FF;
	float: right;
	width: 348px;
	height: 180px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

/*  restaurant page elements  */

.hoursTxt {
	text-align: left;
	line-height: 18px;
	margin: 0px 0px 0px 20px;
}

.hoursIT { font-style: italic;}

.lhRestTxt{
	float: left;
	width: 400px;
	xheight: 385px;
	margin: 0px;
	padding: 0px 30px 0px 0px;
	text-align: justify;
}

.rhRestTxt{
	float: right;
	width: 430px;
	xheight: 385px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	vertical-align: top;
}

/*  chef page elements  */

#midTxtChef {
	background-image:url(images/midTxtBack.jpg);
	background-repeat:no-repeat;
	width: 862px;
	height: 800px;
	margin: 0;
	padding-top: 35px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 19px;
}

/* This is the css style that will make your text blink.*/
.blinkytext {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.2em;
     text-decoration: blink;
     font-style: normal;
 }
img {
	text-decoration: none;
}
#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	
}
#menu a {
	background: #FFF url("images/seperator.gif") bottom right no-repeat;
	color: #333;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	padding-left:6px;
	padding-right:6px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#menu a:hover {background: #990000 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;}

