@charset "UTF-8";
/* 
	====== QUEENSWAY FARM, LLC ======
	
	Author: Stéphane Dubois => http://www.stephanedubois.com
	Version: 1.0
	Copyright: 2010 Queensway Farm, LLC
	
	====== /QUEENSWAY FARM, LLC ======
 */
body, html, div#container, div#header {
	margin:0;
	padding:0;
}
html {
	background:url(../images/body_background.jpg) repeat-x;
}
body {
	background:url(../images/page_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: rgb(123, 93, 73);
	font-size:.9em;
}
div#container {
	position:relative;
	top:0;
	width:1000px;
	margin: 0 auto;
	padding:0;
	border:1px solid transparent;
}
div#content {
	float:left;
	width:100%;
}
/* --- HEADERS --- */

body#www-queenswayfarm-com div#txtZone h1 {
	position:relative;
	font-size:1.5em;
	width:300px;
	height:70px;
	overflow:hidden;
}
body.facilities div#txtZone h1 span#header_img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/headers.gif) no-repeat top left;
}
body.about div#txtZone h1 span#header_img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image:url(../images/headers.gif) ;
	background-repeat:no-repeat;
	background-position: 0 -70px ;
}
body.testimonials div#txtZone h1 span#header_img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image:url(../images/headers.gif) ;
	background-repeat:no-repeat;
	background-position: 0 -140px ;
}
body.gallery div#txtZone h1 span#header_img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image:url(../images/headers.gif) ;
	background-repeat:no-repeat;
	background-position: 0 -210px ;
}
body.sales div#txtZone h1 span#header_img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image:url(../images/headers.gif) ;
	background-repeat:no-repeat;
	background-position: 0 -280px ;
}
/* --- GENERAL HEADER ---*/
div#header {
	width:1000px;
	height:230px;
}
div#header h1 span.txt, div#txtZone h1 span.txt {
	position:relative;
	left:-9000px;
}
div#header h1 {
	position:relative;
	font-size:21px;
	width:100%;
	height:230px;
	overflow:hidden;
}
div#header h1 span#img_logo {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
}
/* --- LEFT NAVIGATION MENU ---*/
div#navigation {
	float:left;
	width:20%;
}
ul#siteNav, div.innertxtZone ul {
	list-style-type: none;
}
div.innertxtZone ul {margin:0;padding:0;}
ul#siteNav li, div.innertxtZone ul li {
	background: url(../images/diamond_bullet.png) no-repeat 0 50%;
}
div.innertxtZone ul li {
	padding:7px 0 7px 20px;
}
ul#siteNav li a {
	font-family:"MS Serif", "New York", serif;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 12px;
	color: rgb(123, 93, 73);
	display:block;
	padding:7px 0 7px 20px;
}
ul#siteNav li a:hover {
	background:rgb(234, 220, 200);
}
p#Alicia {
	text-align:center;
	line-height:20px;
	padding-top:30px;
}
/* --- RIGHT CONTENT --- */
div#txtZone {
	float:right;
	width:77%;
}
div.innertxtZone {
	position:relative;
	left:70px;
	width:350px;
}
div.innertxtZone p {
	text-align:center;
	font-weight:bold;
	margin:0;
}
body.about div#txtZone p {
	text-indent:20px ;
	padding:5px;
}
body.about div#txtZone p.kristen, body.sales div#txtZone p.Kristen {
	padding-top:15px;
	text-align:center;
	font-weight:bold;
}
p.legend {
	position:relative;
	top:150px;
	right:0;
	text-align:center;
	font-weight: bold;
	font-style:italic;
}
body.sales div#txtZone p.legend {
	position:relative;
	top:75px;
	right:0;
	text-align:center;
	font-weight: bold;
	font-style:italic;
}
body.gallery div#txtZone {
	background:url(../images/gallery_content.png) no-repeat;
	height:457px;
	padding-bottom:15px;
}
/* --- FOOTER & COPYRIGHT ---*/
div#footer {
	clear:both;
	text-align:center;
	font-size:small;
	
}
p#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	padding-top:25px;
}
p#copyright a {
	color: rgb(123, 93, 73);
	text-decoration:none;
}
/*BACKGROUNDS [For pages which use a lots of graphics or have a specific layout, we use a graphic]*/
body.facilities div#txtZone {
	height:495px;
	background:url(../images/facilities_background.png) no-repeat center 105px ;
}
body.about div#txtZone {
	height:465px;
	background:url(../images/Kristen_background.png) no-repeat bottom right;
}
body.sales div#txtZone {
	height:465px;
	background:url(../images/Kristen_sales_background.jpg) no-repeat bottom right;
}
body.about div#footer {
	padding-top:50px;
}
/* CLASSES */
.testimonialName {
	text-align:right;
	font-style:italic;
	/*margin:0 10% 0 0;*/
	
}
p + p.testimonialName {
	margin:0 13% 20px; 0;
}
p {
	margin:0;
	padding:0;
}

