@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	background:#EDECE8;
	background-position:0 -10px;
	}
	
div{
	position:relative;
	float:left;
	clear:none;
	}
	
.clear-both{
	clear:both;
	}
	
.clear-left{
	clear:left;
	}
	
.clear-right{
	clear:right;
	}
	
form{
	margin:0;
	padding:0;
	}
	
.txtgreen{
	color:#78922D;
	}
	
.txtwhite{
	color:#fff;
	}
	
.normal-weight{
	font-weight:normal;
	}
	
a{
	text-decoration:none;
	color:#333;
	}
	
#wrapper{
	position:absolute;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color:#333;
	line-height: 1.4em;
	overflow: visible;
	padding: 0px;
	margin-right: 0px;
	}
	
#header-area{
	position:absolute;
	width:100%;
	height:143px;
	background:url(images/img_header-tile.png) top left repeat-x;
	}
	
.head{
	width:100%;
	height:172px;
	}
	
.quensh-logo{
	position:absolute;
	width:197px;
	height:130px;
	background:url(images/sprite-01.png) top left no-repeat;
	bottom:1px;
	}
	
.logo-handwriting{
	position:absolute;
	width: 291px;
	height:45px;
	background:url(images/sprite-01.png) top left no-repeat;
	background-position:-206px 1px;
	top:21px;
	left:195px;
	}
	
#nav-holder{
	position:absolute;
	width:650px;
	height:34px;
	left:230px;
	bottom:30px;
	}
	
#nav-holder ul{
	list-style:none;
	margin:0;
	padding:0;
	}
	
#nav-holder ul li{
	margin:0;
	padding:0;
	float:left;
	clear:none;
	}

	
#nav-holder ul li a{
	display:block;
	float:left;
	clear:none;
	height:13px;
	padding:10px;
	background:url(images/img_nav-hover.png) top left repeat-x;
	text-decoration:none;
	color:#f0efef;
	border-right:1px solid #8e8676;
	text-transform:uppercase;
	font-size:10px;
	}
	
#nav-holder ul li:last-child a{
	border-right:none;
	}	
	
#nav-holder ul li a:hover{
	background-position:0 -33px;
	color:#363028;
	}
	
#body-holder{
	width:900px;
	margin:15px 0 0 0;
	}
	
#showcase-holder{
	width:880px;
	background:#fff;
	padding:10px;
	}
	
.showcase-left{
	width:218px;
	height:245px;
	}
	
.showcase-left-green{
	width:100%;
	height:183px;
	background:url(images/img_left-img-box.png) top left no-repeat;
	}
	
.showcase-left-green-words{
	position:absolute;
	width:144px;
	height:83px;
	bottom:0;
	right:0;
	background:url(images/sprite-01.png) top left no-repeat;
	background-position:-206px -47px;
	}
	
.paper-holder{
	height:57px;
	width:222px;
	background:url(images/img_paper-shadow-tile.png) top left repeat-x;
	margin:10px 0 0 0;
	}
	
.paper-shadow-left{
	position:absolute;
	height:57px;
	width:65px;
	background:url(images/img_paper-shadow-left.png) top left no-repeat;
	top:0;
	left:-2px;
	}
	
.paper-shadow-right{
	position:absolute;
	height:57px;
	width:65px;
	background:url(images/img_paper-shadow-right.png) top right no-repeat;
	top:0;
	right:0;
	}
	
.paper-shadow-txt{
	width:210px;
	text-align:center;
	margin:15px  0 0 0;
	font-size:12px;
	font-weight:bold;
	color:#555;
	}
	
.showcase-right{
	float:right;
	height:250px;
	width:652px;
	}
	
.showcase-img{
	width:652px;
	height:183px;
	background:#e3e3e3;
	}
	
.showcase-nav-holder{
	width:652px;
	height:57px;
	margin:7px 0 0 0;
	font-size:10px;
	color:#555;
	background:url(images/img_current-img-num-tile.png) top left repeat-x;
	}
	
.showcase-nav-holder ul{
	margin:0 0 0 2px;
	padding:0;
	}

.showcase-nav-holder ul li{
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
	}
	
.showcase-nav-holder ul li a{
	display:block;
	clear:none;
	padding:20px 10px 10px 10px;
	text-decoration:none;
	color:#edece8;
	font-size:10px;
	}
	
.showcase-nav-holder ul li a:hover{
	background:#fff;
	color:#5d5d5c;
	}
	
.showcase-img-descr{
	position:absolute;
	left:0;
	bottom:0;
	padding:5px;
	width:630px;
	background:#fff;
	-moz-opacity:0.8;
	opacity:0.8;
	filter:alpha(opacity=80);
	-khtml-opacity:0.8;
	color:#000;
	font-size:14px;
	font-weight:bold;
	}
	
.activeImg{
	background:#fff;
	-moz-opacity:0.7;
	opacity:0.7;
	-khtml-opacity:0.7;
	filter:alpha(opacity=70);
	}
	
.showcase-nav-holder ul li a.activeImg{
	color:#333;
	}
	
.showcase-loader{
	position:absolute;
	width:120px;
	height:20px;
	background:#333;
	top:0;
	left:0;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity:0.7;
	color:#fff;
	text-align:center;
	padding:5px 0 0 0;
	display:none;
	}
	
#content-area{
	width:880px;
	background:#fff;
	padding:10px;
	margin-top:20px;
	}
	
#content-area-leftcol{
	width:500px;
	padding:10px;
	font-size:10px;
	color:#555;
	text-align:justify;
	}
	
#content-area-rightcol{
	width:320px;
	margin:0 0 0 20px;
	padding:10px;
	}
	
#organic-principles-container{
	width:300px;
	padding:10px;
	margin:40px 0 0 0;
	background:url(images/img_organic-principles-tile.png) top left repeat-x #edecea;
	}
	
#principles-title{
	float:left;
	margin:20px 0 0 10px;
	}
	
#principles-logo{
	float:right;
	margin:20px 10px 0 0;
	}
	
#principles-txt{
	width:280px;
	margin:10px 0 0 0;
	padding:10px;
	border-top:2px solid #a5a096;
	}
	
#principles-txt ul{
	margin:0;
	padding:0;
	list-style-type:none;
	font-weight:bold;
	cursor:pointer;
	}
	
ul li.principle-link{
	display:block;
	width:275px;
	padding:3px;
	margin:0 0 2px 0;
	font-size:12px;
	border-bottom:1px solid #ccc;
	}
	
.principle-link li{
	color:#333;
	padding:5px 0 10px 0;
	font-size:11px;
	}
	
	
#principles-txt ul ul{
	margin:0;
	padding:0;
	list-style-type:none;
	font-weight:normal;
	margin:5px 0 10px 0;
	display:none;
	}
	
#footer{
	width:900px;
	height:40px;
	margin:20px 0 20px 0;
	background:url(images/img_footer-tile.png) top left repeat-x;
	}
	
.footer-logo{
	position:absolute;
	width:90px;
	height:57px;
	top:-8px;
	left:405px;
	background:url(images/img_footer-logo.png) center center no-repeat;
	}
	
.footer-details-left{
	position:absolute;
	width:360px;
	height:25px;
	top:8px;
	left:20px;
	font-size:10px;
	color:#fff;
	text-align:right
	}
	
.footer-details-right{
	position:absolute;
	width:360px;
	height:25px;
	top:8px;
	right:20px;
	font-size:10px;
	color:#fff;
	text-align:left;
	}
	
.fields{
	border:1px solid #c0b9ac;
	padding:3px;
	color: #555;
	font-size:1em;
	width:200px;
	}
	
.multiline-fields{
	border:1px solid #c0b9ac;
	font-family:Verdana, Geneva, sans-serif;
	height:100px;
	overflow:auto;
	font-size:1em;
	color: #555;
	}
	
.btn{
	border:1px solid #78922d;
	background:#8fa840;
	color:#333;
	}
	
.contact-details-container{
	width:300px;
	padding:10px;
	margin:40px 0 0 0;
	border:1px solid #ccc;
	background:url(images/img_left-img-box-tile.png) top left repeat-x;
	color:#fff;
	}
	
.map-container{
	width:320px;
	margin:5px 0 0 0;
	border:1px solid #ccc;
	}
	
#formErrors{
	width:465px;
	padding:5px 5px 20px 30px;
	background:#EBB12C;
	margin:0 0 10px 0;
	}
	
#formSent{
	width:465px;
	padding:5px 5px 20px 30px;
	background:url(images/img_left-img-box-tile.png) top left repeat-x;
	margin:0 0 10px 0;
	text-align:center;
	}
	
#menu-container{
	width:840px;
	padding:10px 10px 10px 10px;
	min-height:450px;
	background:#BFB8AB;
	}
	
#menu-left-page{
	width:380px;
	min-height:460px;
	background:url(images/img_menu-page-left.png) top right repeat-y #fff;
	}
	
#menu-right-page{
	float:right;
	width:457px;
	min-height:460px;
	background:url(images/img_menu-page-right.png) top left repeat-y #fff;
	overflow:auto;
	}
	
#menu-cats{
	float:right;
	width:300px;
	padding:10px;
	margin:30px;
	text-align:right;
	}
	
#menu-cats ul{
	margin:0;
	padding:0;
	list-style:none;
	}
		
#menu-cats ul li a{
	display:inline-block;
	padding:2px 10px 2px 50px;
	margin:0 0 1px 0;
	background:url(images/img_current-img-num-tile.png) top left repeat-x;
	}
	
#menu-cats ul li a:hover{
	color:#fff;
	}

#menu-content{
	width:425px;
	padding:5px;
	margin:25px 10px 10px 10px;
	}
	
#menu-content ul{
	margin:0;
	padding:0;
	list-style:none;
	}
	
#menu-content div{
	width:425px;
	}

#menu-content ul li{
	margin:3px 0 3px 0;
	}

#menu-content ul li a{
	display:inline-block;
	padding:2px;
	background:url(images/img_current-img-num-tile.png) top left repeat-x;
	}
	
.menu-item-cats{
	font-size:14px;
	font-weight:bold;
	color:#78922D;
	margin:5px 0 5px 0;
	height:20px;
	border-bottom:1px solid #ccc;
	}
	
.menu-footer{
	position:relative;
	width:600px;
	height:20px;
	}
	
#foodImg{
	position:absolute;
	width:550px;
	height:400px;
	background:#fff;
	border:1px solid #666;
	left:50%;
	margin-left:-275px;
	top:525px;
	z-index:100;
	display:none;
	}
	
.FoodImgHeader{
	width:100%;
	height:30px;
	background:#8BA43B;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	border-bottom:3px solid #ccc;
	}
	
.foodImgPhoto{
	width:550px;
	height:350px;
	background:#fff;
	}
	
.foodImgPhoto img{
	margin:10px 0 0 0;
	border:1px solid #999;
	}
	
.rating{
	display:block;
	}
	
.rating a{
	display:block;
	float:left;
	clear:none;
	width:20px;
	height:20px;
	background:url(images/img_rating.png) top left no-repeat;
	}
	
.rating a:hover{
	background-position: 0 -20px;
	}
	
a.active-rating{
	background-position: 0 -20px;
	}
	
/* COMMENTS ETC CSS */

.comment-container{
	padding:0 0 5px 0;
	width:550px;
	}
	
.comments-holder{
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	float:left;
	clear:none;
	width:550px;
	}
	
.comments-holder li{
	display:block;
	float:left;
	clear:none;
	}
	
.comments-holder li ul{
	margin:10px 0 5px 0;
	padding:0;
	list-style:none;
	}
	
.rating-headers{
	width:550px;
	height:25px;
	display:block;
	float:left;
	clear:both;
	background:url(images/img_footer-tile.png) top left repeat-x;
	}
	
.comment{
	margin:10px 5px 0 5px;
	padding:5px;
	width:533px;
	border:1px solid #C1BAAE;
	float:left;
	clear:both;
	}
	
.rating-headers a{
	display:block;
	float:left;
	clear:none;
	width:35px;
	height:25px;
	margin:0 10px 0 0;
	background:url(images/btn_open-close.png) top center no-repeat #fff;
	}
	
.comment-name{
	float:left;
	clear:none;
	width:350px;
	height:20px;
	margin:4px 0 0 0;
	font-weight:bold;
	color:#fff;
	}
	
.comment-rating{
	float:left;
	clear:none;
	width:104px;
	height:20px;
	background:url(images/img_ratings-comments.png) top left no-repeat;
	margin:2px 5px 0 5px;
	}
	
a.activecomment{
	background-position:5px -28px;
	}
	
a.inactivecomment{
	background-position:5px 0;
	}
	
.comments-cal{
	width:50px;
	height:45px;
	float:left;
	clear:none;
	margin:0 5px 5px 0;
	background:url(images/img_comments-cal.png) top center no-repeat #6C890D;
	}
	
.comments-cal-month{
	width:50px;
	height:15px;
	clear:both;
	margin:2px 0 0 0;
	background:url(images/img_cal-months.png) top center no-repeat;
	}
	
.comments-cal-day{
	width:50px;
	height:22px;
	clear:both;
	font-size:18px;
	font-weight:bold;
	color:#333;
	text-align:center;
	margin:5px 0 0 0;
	}

/* END OF COMMENTS ETC CSS */
