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

body {
	margin: 0;
	padding: 0;
	font: 83% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
}
quote {
	margin: 0;
	padding: 0;
	font: 83% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #48772e;
	font-style:italic;
}
h1 {
	font-weight: normal;
}
h2, h3 {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Calibri, Arial, Helvetica, sans-serif;
	color: #503023;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 1.65em;
}

h3 {
	font-size: 1.3em;
	margin:0;
	padding:0;
}
#feature h3 {
	clear: both;
}
#feature p {
	padding: 0 0 0 172px;
}
#index {
	margin: 0;
	padding: 0;
	font: 83% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
}
#maincontainer {
	width:900px;
	text-align:left;
	margin:0 auto;
	position: relative;
}
.newsbody {
	margin: 0;
	padding: 0;
	font: 83% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
}

/*LINKS-----------------------------------------------------------------------------------------------------------------------*/
a:link {
	color: #3286a5;
	text-decoration: none;
}
a:visited {
	color: #3286a5;
	text-decoration: none;
}
a:active {
	color: #3286a5;
}
a:hover {
	color: #4ebfe9;
}
/*LINKS FOOTER------------------------------------------------------------------------------------------------------------------*/
#footer {
padding: 0 0 20px;
}
#footer a:link {
	color: #9e9e9e;
	text-decoration: none;
}
#footer a:visited {
	color: #9e9e9e;
}
#footer a:active {
	color: #4e4e4e;
}

#footer a:hover {
	color: #4e4e4e;
}

/*HEADER-----------------------------------------------------------------------------------------------------------------------*/
#header {
	width: 900px;
	border-top: 5px solid #3e1503;
	margin:0;
	padding:0;
}
#header p {	
	margin:0;
}
h1 {
	margin:0;
}
#logo {
	position:absolute;
	top:5px;
	left:0;
}
#search {
	height:40px;
	position:relative;
	padding:9px 10px 0 0;
	margin:0;
	text-align:right;
	background: url(/images/ui/head-bg.gif) repeat-x;
}
form {
	margin:0;
}
/*NAVBAR-----------------------------------------------------------------------------------------------------------------------*/
ul#navbar {
	position:relative;
	width:900px;
	height:33px;
	top:0;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	z-index: 1;
}
ul#navbar li {
	position: relative;
	float: left;
	margin:0;
}
ul#navbar li a {
	display: block;
	height: 0;
	padding: 33px 0 0;
	overflow: hidden;
	background: url(/images/ui/navbar.gif) no-repeat;
}

ul#navbar li ul.subnav{
	display: none;
	position: absolute;
	width: 180px;
	padding: 5px;
	margin: 0 0 0 -1px;
	top: 33px;
	list-style: none;
	background: #fff;
	border: 1px solid #153701;
	border-top: none;
}
ul#navbar li:hover ul.subnav{
	display: block;
}
ul#navbar li ul.subnav li {
	float: none;
	margin: 5px 0;
	width: 180px;
}
ul#navbar li ul.subnav li a {
	height: auto;
	padding: 0;
	background: none;
}
ul#navbar li#nav-about ul.subnav{
	left: 1px;
}

/*IMAGE SUBNAV--------------------------------------------------------------------------------------------------------------------*/
ul#navbar li#nav-about a.top:link, ul#navbar li#nav-about a.top:visited {
	width:126px;
	background-position:0 0;
}
ul#navbar li#nav-about a.top:hover {
	background-position:0 -33px;
}
ul#navbar li#nav-stallions a.top:link, ul#navbar li#nav-stallions a.top:visited {
	width:127px;
	background-position:-126px 0;
}
ul#navbar li#nav-stallions a.top:hover {
	background-position:-126px -33px;
}
ul#navbar li#nav-sale a.top:link, ul#navbar li#nav-sale a.top:visited {
	width:118px;
	background-position:-253px 0;
}
ul#navbar li#nav-sale a.top.top:hover {
	background-position:-253px -33px;
}
ul#navbar li#nav-facilities a.top:link, ul#navbar li#nav-facilities a.top:visited {
	width:125px;
	background-position:-371px 0;
}
ul#navbar li#nav-facilities a.top:hover {
	background-position:-371px -33px;
}
ul#navbar li#nav-auction a.top:link, ul#navbar li#nav-auction a.top:visited {
	width:105px;
	background-position:-496px 0;
}
ul#navbar li#nav-auction a.top:hover {
	background-position:-496px -33px;
}
ul#navbar li#nav-news a.top:link, ul#navbar li#nav-news a.top:visited {
	width:94px;
	background-position:-601px 0;
}
ul#navbar li#nav-news a.top:hover {
	background-position:-601px -33px;
}
ul#navbar li#nav-employment a.top:link, ul#navbar li#nav-employment a.top:visited {
	width:205px;
	background-position:-695px 0;
}
ul#navbar li#nav-employment a.top:hover {
	background-position:-695px -33px;
}

/*SEARCH-----------------------------------------------------------------------------------------------------------------------*/
p#search input{
	border:1px solid #c0c0c0;
	color:#777;
	background-color:#FFF;
	font:1em Arial, Helvetica, sans-serif;
}
input{
	border:1px solid #c0c0c0;
	color:#777;
	background-color:#FFF;
	font:1em Arial, Helvetica, sans-serif;
}
/*CONTENT-----------------------------------------------------------------------------------------------------------------------*/

#content {
	position:relative;
	width:860px;
	float:none;
	padding: 0 20px 50px 20px;
}
body#home #content {
	position:relative;
	width:590px;
	float:left;
	padding: 0 0 50px 20px;
}
/*FEATURE-----------------------------------------------------------------------------------------------------------------------*/

#feature {
	position:relative;
	width:826px;
	padding: 17px 37px;		
	border-top: 1px solid #153701;
}
body#home #feature {
	position:relative;
	width:865px;
	float:left;
	padding: 15px 15px 50px 20px;
}
.featureimg {
	float:left;
	padding:0;
	margin:0;
}

.featuretype {
	float:left;
	padding:0 0 0 18px;
	margin:0;
	width: 392px;
}

.featuretype p{
	padding: 5px 0 0 0;
	margin: 0;
}

/*VINEYARD-----------------------------------------------------------------------------------------------------------------------*/
body#home #vineyard{
	float:left;
	width:270px;
	border-top: 1px solid #153701;
	border-left: 1px solid #153701;
}
#vineyard h2 {
	position:relative;
	width:270px;
	height:0px;
	top:0;
	left:0;
	margin:0;
	padding:99px 0 0 0;
	display: block;
	overflow: hidden;
	background: url(/images/ui/title-vineyard.jpg) no-repeat;
}
#vineyard p {
	padding: 0 22px 0 22px;
	margin:0;
}
#vineyard p{
	margin:20px 0 0 0;
}
/*SIDEBAR-----------------------------------------------------------------------------------------------------------------------*/
body#home #sidebar{
	position:relative;
	padding: 0 0 50px 20px;
	margin:0;
	float:left;
	width:270px;
}
ul#news {
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
}
ul li {
	margin:10px 0 0 0;
}
/*FOOTER-----------------------------------------------------------------------------------------------------------------------*/
#footer {
	clear:both;
	border-top: 5px solid #3e1503;
	color:#c9c9c9;
	text-align:center;
}
#footer p{
	margin:17px 0 0 0;
}
