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

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	color:#809EA1;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

p {
	padding-bottom: 10px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-image: url(images/bg.gif);
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

.header {
	height: 227px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	position: relative;
}

.header .logo {
	background-image: url(images/logo.jpg);
	width: 465px;
	height: 138px;
	background-repeat: no-repeat;
	float: left;
	left: -95px;
	top: 0;
	position: absolute;
	z-index: 10;
}

.header .navigation {
	clear: both;
	height: 49px;
	padding-top: 138px;
}

.header .navigation ul {
	float: left;
	padding: 11px 0;
}

.header .navigation ul li {
	float: left;
	height: 27px;
	margin-right: 1px;
}

.header .navigation ul li a {
	float: left;
	height: 27px;
	line-height: 27px;
	padding: 0 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e8d4af;
	text-decoration: none;
}

.header .navigation ul li.current_page_item, .header .navigation ul li:hover {
	background-image: url(images/nav-hover-bg.gif);
	background-repeat: no-repeat;
}

.header .navigation ul li.current_page_item a, .header .navigation ul li:hover a {
	background-image: url(images/nav-hover-right-bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.header form.search {
	padding-top: 9px;
	float: right;
}

.header form.search input {
	float: left;
	background: none;
	background-image: url(images/search-bg.gif);
	width: 164px;
	height: 13px;
	padding: 10px 14px;
	line-height: 13px;
	font-size: 11px;
	background-repeat: no-repeat;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #5b5a4e;
	margin-right: 9px;
}

.header form.search input.submit {
	margin: 3px 14px 0 0;
	padding: 0;
	background-image: url(images/search-submit-bg.gif);
	cursor: pointer;
	width: 76px;
	height: 27px;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
}

.footer {
	background-color:#2E2E2E;
	color:#B3B496;
	font-family:tahoma;
	font-size:11px;
	height:40px;
	line-height:35px;
	padding:25px 0 10px;
	text-transform:capitalize;
}

.footer a {
	vertical-align: bottom;
}

.footer a img {
	vertical-align: middle;
}

* html .footer a img {
	vertical-align: middle;
}

* html .footer a {
	vertical-align: middle;
}

*+html .footer a {
	vertical-align: middle;
}

.main {
	overflow: hidden;
	clear: both;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 20px;
}

h1, h1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #809ea1;
	line-height: 38px;
	padding-bottom: 3px;
}

h2, h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #809ea1;
	line-height: 26px;
}

h3, h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #809ea1;
	line-height: 16px;
}

h4 {
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 10px;
	min-height: 18px;
}

* html h4 {
	height: 18px;
}

h6 {
	color: #b3b496;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 15px;
	padding-bottom: 5px;
	text-transform: uppercase;
	word-spacing: 3px;
	letter-spacing: 1px;
}

h6 a {
	color: #b3b496;
}

.featured {
	overflow: hidden;
	clear: both;
	padding: 0 5px;
	margin-bottom: 20px;
}

.featured .images {
	float: left;
	width: 480px;
	height: 264px;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
}

.featured .images img {
	background-color: #fff;
	padding: 4px;
}

.featured .images .item {
	position: absolute;
	left: 4px;
	top: 4px;
	display: none;
}

.content .images {
	float: left;
	width: 225px;
	height: 175px;
	position: relative;
	overflow: hidden;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	margin-right: 20px;
	margin-top: 4px;
}

.content .images .item {
	position: absolute;
	left: 4px;
	top: 4px;
	display: none;
}

.content .imgfdg {
	background: none;
	border: none;
	padding: 0;
	width: 229px;
}

.content .imgfdg .item {
	background-color: #fff;
	padding: 4px;
	top: 0;
	left: 0;
}

.content .imgfdg a {
	clear: both;
	display: block;
}

.sidebar-bottom {
	clear: both;
	background-image: url(images/sidebar-bottom-bg.gif);
	background-repeat: no-repeat;
	padding: 45px 28px 10px 28px;
	overflow: hidden;
}

.sidebar-bottom .left-column {
	float: left;
	width: 420px;
	height: 250px;
}

.sidebar-bottom .right-column {
	float: right;
	width: 420px;
	height: 250px;
}

.sidebar-bottom ul {
	float: left;
	width: 210px;
	padding-top: 10px;
}

.sidebar-bottom ul li {
	float: left;
	clear: both;
	width: 160px;
	padding-right: 5px;
	padding-left: 45px;
	overflow: hidden;
	padding-bottom: 16px;
}
.sidebar-bottom ul li a.image {
	float: left;
	margin-left: -45px;
	margin-right: 5px;
	position: relative;
	border: 2px solid #f9f9f9;
}

.sidebar-bottom .preview {
	padding-top: 5px;
}

.separator {
	clear: both;
	margin: 17px 0 10px 0;
	background-image: url(images/separator-bg.gif);
	height: 1px;
	overflow: hidden;
}

.sidebar .separator {
	background-image: url(images/sidebar-separator.gif);
	width: 192px;
	height: 30px;
	background-repeat: no-repeat;
	margin: 10px 0 15px 0;
}

.button, .nav .navbutton {
	float: left;
	background-image: url(images/button-bg.gif);
	background-repeat: no-repeat;
}

.button span, .nav .navbutton a {
	float: left;
	background-image: url(images/button-right-bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0 17px;
	height: 33px;
	line-height: 33px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #b3b496;
	text-transform: uppercase;
	word-spacing: 3px;
	letter-spacing: 1px;
}

.button:hover, .nav .navbutton a:hover {
	text-decoration: none;
}

.leftaligned {
	float: left;
	margin: 0 19px 14px 0;
}

.rightaligned {
	float: right;
	margin: 0 0 14px 19px;
}

.button.leftaligned {
	float: left;
	margin: 40px 0 0 -3px;
	position: relative;
}

.nav .leftaligned {
	float: left;
	margin: 0;
}

.nav .rightaligned {
	float: right;
	margin: 0;
}

.button.rightaligned {
	float: right;
	margin: 40px -3px 0 0;
	position: relative;
}

.content {
	float: left;
	overflow: hidden;
	padding-left: 8px;
	width: 735px
}

.sidebar {
	float: right;
	padding-right: 8px;
	overflow: hidden;
	width: 192px;
}

.content.featuredhorse {
	width: 640px;
	float: left;
}

* html .featuredhorsecontent {
	width: 640px;
	float: left;
}

.sidebar.featuredhorse {
	float: right;
	width: 275px;
}

* html .featuredhorsesidebar {
	float: right;
	width: 275px;
}

table {
	background-color: #fff;
	width: 275px;
	margin-bottom: 25px;
}

table td {
	background-color: #eeeeee;
	padding: 7px 2px 7px 9px;
	font-size: 11px;
	line-height: 16px;
	color: #797979;
}

table tr.odd td {
	background-color: #e2e2e2;
}

.forsale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #575757;
	border: 1px solid #d2d2d2;
	vertical-align: middle;
	padding: 22px 15px;
	line-height: 17px;
	background-color: #fff;
	margin-bottom: 25px;
	clear: both;
}

.forsale img {
	vertical-align: middle;
	margin-left: 5px;
}

a.contactus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #575757;
	vertical-align: middle;
	padding: 23px 15px 21px 15px;
	height: 17px;
	line-height: 17px;
	background-image: url(images/contact-us.gif);
	background-repeat: no-repeat;
	clear: both;
	display: block;
}

.sidebar h2 {
	padding-left: 52px;
}

.sidebar ul {
	padding-left: 52px;
	padding-top: 12px;
}

.sidebar ul li {
	display: block;
	line-height: 15px;
}

.sidebar ul li a {
	color: #fff;
}

.nav {
	clear: both;
	padding-top: 30px;
}

.content.fullpage {
	width: 940px;
}

.content .preview {
	position: relative;
	overflow: hidden;
	padding-bottom: 35px;
	padding-top: 35px;
	background-image: url(images/separator-bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

.content .preview.first {
	background: none;
}

.content .preview .images {
	width: 485px;
	height: 210px;
	background: none;
	padding: 0;
	margin: 0;
	border: none;
	float: left;
	overflow: hidden;
}

.content.archives .preview  {
	background-position: bottom left;
}

.content.archives .preview .images {
	width: auto;
	margin-right: 15px;
}

.content .preview .images.diarypage {
	width: 212px;
	overflow: hidden;
	margin-right: 30px;
}

.content .preview .images img {
	float: left;
	border: 1px solid #d5d5d5;
	padding: 4px;
	background-color: #fff;
	margin-right: 15px;
}

.content .preview .images.diarypage img {
	float: left;
}

.content .preview h2 {
	padding-bottom: 20px;
}

.content .preview .button {
	margin-top: 10px;
}

.content.fullpage .preview .button {
	position: absolute;
	left: 485px;
	top: 200px;
	margin: 0;
}

.images.aboutpage {
	float: right;
	width: 472px;
	height: 252px;
	margin-left: 20px;
	
}

* html .aboutpage {
	float: right !important;
	width: 472px !important;
	height: 252px !important;
}

.alignleft {
	float: left;
	background:#F4F5F6 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	float:left;
	margin:10px 10px 10px 0;
	padding:5px;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
	background:#F4F5F6 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	float:left;
	margin:10px 0 10px 10px;
	padding:5px;
}

.whiteblock {
	float: left;
	width: 275px;
	height: 240px;
	border: 1px solid #D7D3D0;
	background-color: #fff;
	margin-left: 75px;
	padding: 10px 17px;
	color: #565656;
	overflow: hidden;
}

* html .whiteblock {
	margin-left: 36px;
}

.whiteblock .heading {
	height: 60px;
	line-height: 13px;
}

.whiteblock .dt {
	float: left;
	clear: both;
	line-height: 18px;
	width: 85px;
	text-align: right;
	font-weight: bold;
}

.whiteblock .dd {
	float: right;
	width: 165px;
	line-height: 18px;
}

form#conForm {
	float: right;
	width: 360px;
	padding-top: 15px;
	padding-right: 125px;
}

form#conForm .msg {
	display: block;
	padding: 15px;
	text-align: right;
	color: #F90;
	font-weight: bold;
}

form#conForm label {
	float: left;
	width: 90px;
	padding-right: 10px;
	text-align: right;
	clear: both;
	margin-bottom: 6px;
	line-height: 30px;
	color: #fff;
}

form#conForm input {
	width: 230px;
	float: right;
	background-color: #B4B596;
	border: 1px solid #E5E3D6;
	height: 14px;
	padding: 7px 10px;
	margin: 0 0 6px 0;
	font-size: 11px;
}

form#conForm textarea {
	margin: 0 0 6px 0;
	width: 230px;
	float: right;
	height: 90px;
	font-size: 11px;
	margin-bottom: 6px;
	background-color: #B4B596;
	border: 1px solid #E5E3D6;
	padding: 7px 10px;
	overflow: hidden;
}

form#conForm input#cSubmit {
	clear: both;
	float: right;
	border: none;
	background-image: url(images/submit-bg.gif);
	width: 93px;
	height: 33px;
	padding: 0;
	margin: 0;
	line-height: 0;
	text-indent: -9999px;
	font-size: 0;
	cursor: pointer;
}

.bloodline {
	clear: both;
	margin-top: 10px;
	background-color: #E2E2E2;
	overflow: hidden;
	width: 600px;
	font-size: 15px;
	color: #575757;
}

.bloodline .title {
	float: left;
	width: 188px;
	padding: 40px 0 40px 12px;
	height: 20px;
	color: #575757;
	font-size: 16px;
	line-height: 20px;
}

.bloodline .line1 {
	height: 49px;
	float: left;
	border-bottom: 2px solid #fff;
	width: 400px;
	overflow: hidden;
}

.bloodline .line2 {
	height: 49px;
	float: left;
	width: 400px;
	overflow: hidden;
}

.bloodline .cell {
	float: left;
	padding-top: 5px;
	padding-left: 17px;
	width: 115px;
}
.spacer {
	height: 8px;
	width: auto;
}
.right_horsesforsale {
	
