/* top elements */
* { 
	padding: 0; margin: 0;
}

.clear { clear: both; }

body {
	margin: 0; 	padding: 0;
  background: #797169;
	font: normal 12px  georgia, Tahoma, sans-serif;
	color: #000000;
	text-align: center;	
	line-height: 20px;
}
		


/* headers */

a{ color: #88877e;}
a:hover{ color:#3F5B7F;}
li.active a{ color: #777; font-weight: bold; text-decoration: none;}


p, h1, {
	margin: 0 0 10px 0;
}



h1{
	font-family:  "Times New Roman", san-serif;
	font-weight: normal;
	letter-spacing: -1px;
	color: #000;
	line-height: 1em;
	}

h2{
	font-size: 26px;
	color: #838383;
	margin: 10px 0;
	padding: 10px 0 0 0;
	font-weight: normal;
	font-family:   "Times New Roman", san-serif;
}

h3{
	font-size: 21px;
	color: #3F5B7F;
	margin: 10px 0;
	padding: 10px 0 0 0;
	font-weight: normal;
	font-family:  "Times New Roman", san-serif;
}

.title {color: #a7c260; font-size: 14px; font-family: Georgia; font-weight: bold;}
.opening{ font-size: 14px;color:#959595; line-height: 1.6em; font-family: Georgia; margin: 10px 0; text-align: justify;}

table.menu td{ padding: 5px 0;}
.dish{ font-weight: bold; }
.description{ font-style: italic; font-size: 11px;}
.price{font-size: 18px;}


p.head{
	margin-top: 50px;
	margin-left: 10px;
	font-size: 24px;
	letter-spacing: -1px;
	color: #fff;
	background: #000;
	width: 200px;
	display: none;
}

/* images */
img{
	border: none;
}



/***********************
	  LAYOUT
************************/
#wrap {
	margin: 0px auto 0 auto;	
	text-align: left;	
	background: transparent;
	padding: 20px;

}	

#wrap, #footer {
	width: 780px;
}

/* header */
#header {
	float:left;
	padding: 5px 0;
	background: #fff;
	border-top: 10px solid #fff;
	width: 780px;
	clear:both;
}


h1#logo {
	float:left;
	margin-top:0; margin-left: 10px;
	padding: 5px 0;
	letter-spacing: -1px;	
	color: #000;
	width:400px;
        font-size:36px;
}


#location  {
	float:left;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width:350px;
}


#location  h1 {
	font-size: 20px;
	font-weight: normal;
	padding: 0 20px 0 0;
	color: #5f5f5f;
	float:left;
}

#location  h2 {
	color: #717171;
	font-size: 20px;
	letter-spacing: normal;
	font-weight: bold;
	text-transform: none;
	font-family: arial;
	float:right;
	padding-right:5px;
}



/* tagline style */

#tagline {
	font-size:26px;
color:#fff;
}

div #tagHolder {
	padding: 80px 0 0 0;
	margin-left:305px;
	width: 420px;
}

div#tagHolder p{ 
	margin-left: 40px; 
	color: #fff;
	font-size: 12px;
        padding-top:10px;
	}
	
div#tagHolder a{ color: #fff; background:#3F5B7F; padding: 3px 2px; text-decoration: none;}
div#tagHolder a:hover{ background:#A7C1DF;  color: #fff;}
	
/* menu */

#menu{
	border-top: 1px dashed #eaeaea;
	border-bottom: 1px dashed #eaeaea;
	margin: -10px 0 20px 0;
	padding: 5px 0 5px 0;
}

#nav 
{
	margin-top: 0px;
	text-align: center;
	line-height:normal;	
	font-family: georgia;	
}

#nav ul 
{
	padding: 0;
	margin-left: 0;
	font: 12px Arial, sans-serif;
	font-weight: bold;	
}
		
#nav li 
{
	list-style: none;
	margin: 0;
	display: inline;	
	margin: 0 0 0 0;		
}

#nav a { 
	color: #5f5f5f;
	text-decoration: none;
	font-size: 12px;	
	padding: 5px 30px;
	}
	
#nav a:hover { 
	background:#3F5B7F;  color: #fff;
	}

#nav li.active a{ font-weight: bold; color: #000;  }
#nav li.active a:hover{  text-decoration: none;  background: #fff;}


/* header */

div.header{ width: 740px; height: 350px; float:left; }

/* content-wrap */

#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
float:left;
width:780px; 
}


#content-main {
	padding: 20px;
	background: #fff;
	}

#content-main p {
	margin-top: 10px; 
	margin-bottom: 10px; 
	line-height: 1.8em;	
}

/* page elements */

div.contentSplit {
	padding: 8px;
	width: 226px;
	float: left;
	display: block;
	margin: 2px;
	} 	

/* ul */

.subNav{
	width: 150px;
	padding: 10px;	
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.subNav li{ margin: 5px 0;}
.subNav li.active a{ font-weight: bold; text-decoration: none; }

/* Footer */
#footer { 
	clear: both; 
	margin: 5px auto; 
	padding: 0; 
	font-size: 88%; 
	color: #362d22;
	}
	
	/* footer links */
#footer a {
	color: #927c61;
	background: #695944;
	border-bottom: 1px solid #4c4030;
	text-decoration: none;
	padding: 0 2px;
}
#footer a:hover {
	background:#3F5B7F; 
	color: #fff;
	border-bottom: 1px solid #81ac11;
	text-decoration: none;
	padding: 0 2px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

#left 	{ width: 226px; display: block;  float: left;   }
#left p	{ text-align: justify;}
#right  { width: 480px; display: block;  float: right; padding-left:20px; }

/* additional classes */
.clear {	clear: both; }

/* action */

.action {
	text-align: left;
	text-decoration: none;
	padding: 0 10px 10px 30px;	
	}
	
.promo{
	background: transparent url(images/promo_2.jpg) no-repeat;
	height: 169px;
	margin: 10px 0 10px 0;
	padding: 5px 5px 10px 10px;
	}
	
.promo a:hover{ color: #8f6633; }	
.promo p{ font-size: 15px; font-weight: bold; padding-left: 10px;  margin-top: -10px; margin-right: 10px;}	
.promo h3 { font-size: 28px; }

.promo2{
	background: transparent url(images/promo_2.jpg) no-repeat;
	height: 169px;
	width: 206px;
	margin: 10px 0 20px 0;
	padding: 5px 10px 10px 10px;
	
	}
	
.clip{
	background: transparent url(http://www.naturezoneconstruction.com/theme/images/clip.gif) no-repeat right;
	margin-left: 20px;
	padding: 10px 10px 40px 25px;
	}
	

/* inputs */
textarea, select, input[type=text] , .field{
	padding: 5px;
	border: none;
	background: #f7f7f7;
	border: 1px solid #CFCFCF;
	}	
	

label{ 
	display: block;
	font-size: 12px;
	color: #777;
	font-weight: bold;
	margin-top: 5px;
	}
	
div.break { 
	background: transparent url(images/break.gif) no-repeat center;
	height: 21px;
	margin: 10px 0;
	clear: both;
	}

.photoLeft { float: left; margin: 5px 15px 5px 0; border: 5px solid #ece6d0;}
.photoRight { float: right; margin: 5px 0px 5px 15px; border: 5px solid #ece6d0;}

.jsvalidation{ margin-left: 5px; font-size: 11px; color: #f9747e; }
		
#content-main div.action ul{ margin: 0px; padding: 0px;}

table tr.odd { background: #f1cacb;}
table tr.even { background: #ffe2e2;}
table td{ padding: 0 2px; color: #777;}
table th{ padding: 0 2px; font-weight: bold; 	color: #fff; background:#d8999b; }

strong {
	font-weight:bold!important;
}
