/* Restaurant Green Stylesheet by Nadia www.csstemplates.com.au */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form {  
margin: 0; 
padding: 0; 
border: 0; 
}

html {
min-height: 100%;
margin-bottom: 1px;
}

body {
background-color: #3E4A20;
	background-image: url(images/body_bg.jpg);
	font-size: 100.01%;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
}

#wrapper {
width: 772px;  /* 772*/
w\idth: 769px;  /* 769*/
margin: 20px auto; 
/* position: relative;*/  
background-image: url(images/wrapper_bg.jpg); 
background-repeat: repeat-y;
background-color: transparent; 
border: 3px solid #DBE0BC; 
text-align: left; 
}

#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 84px;  
	background-color: White;
}


#topnav{
	background-color: #434F27;
	width:100%;
}

#topnav img {
	border: none;
}

#strap {
	height: 124px;
	background-image: url(images/strap.gif);
	background-repeat: no-repeat;
}

#content {
/*	border-left: 1px solid #fff; */
	width: 520px; /* 528*/
	margin-left: 194px;
	width:/**/520px;
	padding: 10px 20px;
	background-color: transparent;
}

#content-singlecol {
/*	border-left: 1px solid #fff; */
	width: 700px; /* 528*/
	margin-left: auto;
	margin-right:auto;
	padding: 10px 20px;
	background-color: transparent;
}

* html body #content {
	width: 526px;  /* 529 */
	margin-left: 190px;
}

#content h1 {
	font-size: 105%;
	color: #4C5A2C;
	margin-bottom: 1.1em;
}

#content h2 {
	font-size: 100%;	
	color: #728547;
		margin-bottom: 1.0em;
}

#content h3 {
	font-size: 85%;	
	color: #B5882D;
	margin-bottom: 0.9em;
}

#content h4 {
	margin-top: 25px;
	color: Maroon;
}

#content p {
	margin: 15px 0;
	font-size: 85%;
	line-height: 135%;
	color: #000;
}

#content ul {
	padding: 5px 20px 10px 30px;
	list-style-position: inside;

}

#content ul li {
	font-size: 85%;

}

#footer {
  background-color: #58682F;
/*  border-top: 2px solid ##CC9933;*/
height: 47px;
  clear: both; 
  background-image: url(../images/footer.gif);
  background-repeat: repeat-y;
  
}

#footer p {
	font-size: 75%;
	text-align: right;
	padding: 7px 7px 2px 0;
	padd\ing: 9px 15px 0 35px;
	color: #FFFFFF;
}

#footer a {
	color: #990000;

}

#footer a:hover {
	color: #fff;

}
	
#leftcol {
	width: 170px;
	height: auto;
	float: left;
	margin: 100px 0 10px 10px; 
}

* html body #leftcol {
	width: 170px;
	height: 250px;
	float: left;
	margin: 10px 0 10px 5px;
}

#leftcol h3 {
	background-image: url(../images/h3_bg.jpg);
	background-repeat: repeat-y;
	font-size: 90%; 
	padding: 3px 0 5px 2px;
	width: 175px;
	color: #625449;
	height: 18px;
	margin-bottom: 5px;
	ma\rgin-bottom: 0;
}

* html #leftcol h3 {
	height: 22px;
}

h3 span {
	position: absolute;
	top: -3000px;
}

#leftcol ul {
	list-style-type: none;
	margin-bottom: 15px;

}

#leftcol .topit {
	margin-top: 15px;
}

* html #leftcol ul {
	margin-top: -3px; /*-5 */
}

#leftcol ul li {
	border-bottom: 1px solid White;
	border-left: 1px solid White;
	border-right: 1px solid White;
	width: 170px;
	w\idth: 168px;
	line-height: normal;
	line-height:/**/118%;
	l\ine-height: normal;
	margin-bottom:/**/ -3px;
	ma\rgin-bottom: 0;
}

/*#leftcol img {
	margin-top: 25px;
}*/

#leftcol li a {
	font-size: 80%;
	height: 1%;
	display: block;
	text-decoration: none;
	color: #333333;
	padding: 3px 0 3px 2px;
	padd\ing: 4px 0 4px 2px;
	background-color: #C4D39F;
}

#leftcol li a:hover, #leftcol li a:focus {
	background-color: #58682F;
	color: White; 
}

#content img {
	margin: 3px 8px 1px 0;
}

hr {
	width: 350px;
	margin-left: 35px;
}

#content form {
	margin: 10px 20px 70px 0; 
}

#content .hand, #content .print {
	display: none;
}

#content p.sent {
   color: #414129;
	background-color: #f1f1f1;
	border: 1px solid #70704E;
	padding: 5px;
	margin: 20px 9px 15px 9px;
}

#content fieldset fieldset {
	 width: 195px;
	padding: 0; 
	border: none; 
}

#content input, #content select {
	background-color: #B3B3B3;
	color: #820000;
	border: 1px solid #4C5854;
	margin: 0;
	width: 150px;
	display: block;
	/*background-image: url(../images/li_bg.jpg);
	background-repeat: no-repeat;*/
}

#content textarea {
	background-color: #B3B3B3;
	color: #820000;
	border: 1px solid #4C5854;
	margin: 0 40px 0 0;
	height: 200px;
}

#content textarea:focus, #content input:focus, #content select:focus {
	background-color: #F2F6EB;
	color: #414129;
}

.labelfloat {
	float: right;
	padding-top: 20px;
}

#content label {
	color: #4F4F4F;
	font-size: 75%;
	padding-top: 5px;
	display: block;
}

#content fieldset {
	margin: 0;
	border: none;
	padding: 5px 5px 20px 20px;
	width: 450px;
}


#content .button {
  background-color: #880000;
  color: #fff;
  width: 80px;
  margin-top: 20px;
  display: inline;
  background-image: none;
}

#skip {
	position: absolute;
	top: -300px;
}

#content .leftfloat {
	float: left;
	margin: 4px 10px 1px 0;
}
#content .rightfloat {
	float: right;
	margin: 4px 5px 1px 10px;
}

.navlinks {
	font-size: 80%;
}

.navlinks a {
	color: Maroon; 
}

.navlinks a:hover {
	color: #717171;
	text-decoration: none;
}

strong {
	color: #728547;
	font-size: 90%;
}

.DesPics {
	margin-top: -80px;
}


/*styling for the menu on the menu page*/
h2{margin: 1em auto 0.3em;color: #CC0000;
    font-size: 120%;
	 text-align:center}

dl{width: 100%;overflow: auto;margin: 0 0 1em; }
dt,dd.price{
	background: #FFF;
	font-size: 90%;
	font-weight: bold;
	background-color: #DBE1BC;
}
dt{
	float: left;
	padding-right: 3px;
	color: #66783F;
	font-size: 90%;
}
dd{margin:0}
dd.price{
	float: right;
	padding-left: 3px;
	color: #58682F;
	font-size: 90%;
}
dd.ingredients{float: left;width: 100%;padding: 3px 0;
   font: italic 95% Georgia,Times,sans-serif;color: #555;
}
/*end of menu page styles*/


/***** Begin laying out the contact form *****/

#content form {
	margin: 50px 0 50px 7px; 
}
#content fieldset {
	margin: 0;
	border: none;
	padding: 5px 5px 20px 20px;
}

#content input, #content select {
	background-color: #C4D39F;
	color: #414F4B;
	border: 1px solid #4C5854;
	margin: 0 0 0 0;
	width: 150px;
	display: block;
}

#content textarea {
	background-color: #C4D39F;
	color: #6072A0;
	border: 1px solid #4C5854;
	margin: 0 30px 0 0;
	height: 200px;
}

/* sets the enquiry box to the right of the input fields */
.labelfloat {
	float: right;
	padding-top: 20px;
}

#content label {
	color: #4F4F4F;
	font-size: 75%;
	padding-top: 5px;
	display: block;
}

#content button {
  background-color: #C4D39F;
  color: #fff;
  width: 80px;
  display: inline;
}
/***** Ends the form layout *****/
