*{ 	
	margin:0;
	padding:0;
	behavior: url("scripts/iepngfix.htc");
}

.listStandard{
	margin-left:20px;
}
.clear {
	clear:both;
}
.accessibility{
	position: absolute;
	left: -999px;
}
body {
	background-color:#FAF7EF;
	background-image:url("../images/template/background.jpg");
	background-repeat:repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;

	
	color:#363636;
	
}
a{
	color:#a60202;

}

p{
	line-height:1.2em;
	margin-bottom:1em;
}
h1{
	font-family:Book Antiqua, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:2.6em;
	margin-bottom:0.2em;
}
h2{
	font-family:Book Antiqua, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.8em;
	margin-top:20px;

}
img{
	border:none;
}

#shadow {

	background-image:url("../images/template/background.png");
	background-repeat:repeat-y;
	width:750px;
	margin:0 auto;
	padding:0 15px 30px 15px;
}

#shadowTop{
	background-image:url("../images/template/header.png");
	width:780px;
	height:15px;
	margin:0 auto;
	

}
#shadowBottom{
	background-image:url("../images/template/footer.png");
	width:780px;
	height:15px;
	margin:0 auto;
}

#wrapper{
	background-color:white; 
}

#menu {
	position:relative;
	margin:0 auto;
	width:750px;
	z-index:5;
}
#menu .menu{
	position:absolute;
	top:170px;
}

#footerMenu{
	padding:5px 0 24px 0;
}
#footerMenu ul{
	margin:0 auto;
	width:52em;
	list-style:none;
}
#footerMenu ul li{
	float:left;
}
#footerMenu ul li a{
	text-decoration:none;
	padding: 0px 10px;
	border-right: 1px solid #6c6c6c;
	color:#6c6c6c;
}
#footerMenu ul li a:hover{
	text-decoration:underline;
}
#footerMenu #lastMenu a{
	border:none;
}
#main-pic {
	width:750px;
	height:220px;
	border-bottom:3px solid #6c6c6c;
	
	margin:20px 0 20px 0;
}
#logo {
	margin:10px 0 25px 15px;
	position:relative;
}
#leftCol {
float:left;
width:195px;
}
#zaza{
	margin:30px 0 0 0;
	text-align:center;
}
#zaza p{
	margin:5px 0 0 0;
	font-size:0.9em;
}
#zaza a{
	color: #4c1f00;
	text-decoration:none;
}
#zaza a:hover{
	text-decoration:underline;
}
#restaurantMenu {
	width:195px;
	list-style:none;
	text-align:right;
	position:relative;
}
#restaurantMenu li{
	border-bottom:1px solid #3b3b3b;	
}
#restaurantMenu li a{
position:relative;
	display: block;
	text-decoration:none;
	padding:7px 10px 7px 0;
	color:#363636;

}
.selected, #restaurantMenu li a:hover{
	border-left:5px solid #a60202;
	background-color:#c9c8c2;
}
#main {
	float:left;
	margin-left:20px;
	width:535px;
	position:relative;
}

#middleCol {
	width:275px;
	float:left;
}
#rightCol {
	width:250px;
	float:right;

}
#promo, #ad{
	width:230px;
	padding:10px;
	background-color:#f9f6ee;
	background-image:url("../images/promo/background.gif");
	background-repeat:repeat-y;
	margin-bottom:20px;	
}

#promo #border, #ad #border {
	border:6px solid white;
	height:136px;
/*	padding:6px;
	background-color:#FFFFFF; */
	background-color:#e9e4d6;	
}
#promo #border img{
	width:218px;
	height:136px;
}
#ad #border #img{
	width:218px;
	height:100px;
}
#promo h2, #ad h2 {

	text-align:center;
	font-family:Century Gothic,Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	margin:5px 0 0 0;
	padding:0;
	display:block;
	color:#363636;
	text-decoration:none;
}
#promo h2 a, #ad h2 a{
	font-size:1.5em;
	font-weight:bold;
	margin:0;
	padding:10px 0 0 0;
	display:block;
	text-decoration:none;
	color:#363636;
}

#ad a{
	text-decoration:none;
}


#quote{
	width:230px;
	height:130px;
	background-color:#f9f6ee;
	background-image:url("../images/promo/background.gif");
	background-repeat:repeat-y;
	padding:10px;
	margin-bottom:20px;
	position:relative;
}
#quote p{
	margin:0 auto;
	width:200px;
	font-family:Century Gothic,Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
}

#quote #opening{
	background-image:url(../images/template/openingquote.png);
	height:29px;
	width:37px;
}
#quote #closing{
	position:absolute;
	background-image:url(../images/template/closingquote.png);
	left:200px;
	top:110px;
	height:29px;
	width:37px;
}
#foodMenu #foodPic {
	background-image:url(../images/template/foodPic.jpg);
	width:240px;
	height:150px;
}


a #food {
display:block;
width: 220px;
height:140px;
background: url("../images/harrow/food.jpg") left no-repeat;
text-indent:-5000px;
}
a:hover #food {
	background-position:right;
}

#form{
margin:20px auto 0 auto;
border:1px solid #c9c8c2;
	padding:10px;
	background-color:#f9f6ee;
}


.smallForm {
	
	width:350px;
	
}

textarea{
	width:330px;
	height:100px;
}
select{
	width:150px;
}
input.text:focus, textarea:focus {
	background:#ffc;
}

.submit{
	width:87px;
	height:27px;
	margin:0 auto;
}

.errortext {
  padding-left: 150px;
  font: bold smaller sans-serif;
}


#formError {
  border: 1px solid #cb7777;
  background-color : #FFCCCC;
  padding: 5px;
  margin-bottom:10px;
}	

#formError ul{
	padding-left:40px;
}




.submit:focus {
	background-color:transparent;
}	

#error img {
	margin-left:5px;
	margin-right:5px;
}


label {
	float:left;
	margin-left:20px;
	width:11em;
	font-weight:bold;
}


.required {
	font-size:0.75em;
	  color: #d30303;
}

#gallery {
	margin:20px auto 20px auto;
	background-color:#faf7ef;
	padding:1px;
	border:1px solid #c9c8c2;
	padding:5px;
}
#imagegallery {

	float:left;
	line-height:0;
	
}
#imagegallery li {
	padding:0 0 5px 0;
	list-style:none;
}
#placeholder{
	float:left;
	margin:0 0 0 5px; 
	display:inline;
}
#imagegallery img, #placeholder{
	border:1px solid #c9c8c2;
}
.leftRestaurants {
margin-left:30px;
list-style:none;
float:left;
width:200px;

}
.rightRestaurants {
margin-right:30px;
list-style:none;
float:right;
width:200px;

}
.leftRestaurants li, .rightRestaurants li{
	margin-bottom:20px;
}

hr {
	color:#6d695e;
	background-color:#6d695e;
	border:none;
	
	height:3px;
	margin-bottom:10px;
}
address{
	font-style:normal;
	margin-top:5px;
}
.telephone{
	margin:5px 0 5px;
}
#restaurantAd {
	margin:10px auto 10px auto;
	width:18em;
}
#restaurantAd .label{
	font-weight:bold;
	float:left;
	width:6em;
}
#restaurantAd address{
	float:left;
	margin-top:0px;
}
#restaurantAd .clear{
	margin-bottom:5px;
}


.leftMenu {
display:inline;

list-style:none;
float:left;
width:230px;

}
.rightMenu {
display:inline;
margin-right:10px;
list-style:none;
float:right;
width:230px;

}
.leftMenu li, .rightMenu li{
	margin-bottom:20px;
	position:relative;
	height: 1%;
}
.menuItem{
	width:170px;
	float:left;
}
.price {
	color:#a60202;
	float:right;
}
.vegetarian{
	left:-15px;
	top:0;
	position:absolute;
	clear: both;
	color:#a60202;
	font-weight:bold;
}
.hours{
float:left;

}
#openingHours h3, #restaurantAd h3{
margin-bottom:5px;
}
#openingHours{
	margin:10px auto 10px auto;
	width:18em;
}
#openingHours .clear{
	margin-bottom:5px;
}
.label{
	font-weight:bold;
	float:left;
	width:6em;
}
.emailcoupon {
width:270px;
}

a#promotion2{
	display:block;
	width: 225px;
	height:140px;
	background: url("../images/promo/promo.png") right no-repeat;
}
a:hover#promotion2 {
	background-position:left;
}

a#promotion1{
	display:block;
	width: 225px;
	height:140px;
	background: url("../images/promo/eat1pound.png") right no-repeat;
}
a:hover#promotion1 {
	background-position:left;
}

.promo{
	width:230px;
	padding:10px;
	background-color:#f9f6ee;
	background-image:url("../images/promo/background.gif");
	background-repeat:repeat-y;
	margin-bottom:20px;	
}

.promo .border{
	border:6px solid white;
	background-color:#e9e4d6;	
}
#heading{
	margin:0 0 0.2em 0;
}
#subHeading{
	margin:0 0 0.5em 0;
}