body {
	color: #F0EDE8;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	background: #221D1F url('../images/background.jpg') repeat-x top center fixed;
}

* html { display:inline; }

#wrapper {
/*	background: #221D1F url('../images/site_background.jpg') no-repeat top center;
*/	
	width: 100%;
}

.container980 {
	width: 980px;
	margin: 0px auto;
}
 
.col640 {
	width: 640px;
	margin: 0px;
}

.col980 {
	width: 980px;
	margin: 0px;
	margin: auto;
}

pre {
	color: #900;
	font-size: small;
}

#header {
	position: relative;
	height: 15px;
	width: 980px;
	/*background: url("../images/defaultheader.jpg") no-repeat top right;
		*/
	color: #F0EDE8;
}

#alternate_header {
	height: 123px;
	width: 980px;
	margin-top: 15px;
	position: relative;  
}

#alternate_header #headerad {
	position: absolute;
	top: 15px;
	right: 0px;
}

#alternate_header .logo {
	position: absolute;
	top: 15px;
	left: 15px;
}



#footer {
	/*background: #221C1F;*/
	padding-bottom: 20px;
	clear: both;
	text-align: center;
	position: relative;
}

#footer_inner {
	padding-left: 30px;
	padding-top: 30px;
	margin: 0px auto;
	width: 950px;
	text-align: left;
}

#footer .footer_address p {font-size: 11px; line-height: 1.4em;}
#footer .footer_address h1 {font-weight: bold; margin-bottom: 6px; font-size: 12px;}

#footer .footer_address {
	color: #F0EDE8;
	float: left;
	display: inline;
	margin-right: 25px;
	width: 250px;
	margin-top: 15px;
}

#footer_inner, #footer_inner a {
	color: #4d494a;
	font-size: 11px;
}

#footer_inner .baseline a{
	border-bottom: 1px solid #4d494a;
}

a {
	color: #BC0014;
	text-decoration: none;
}

a:visited {
	color: #BC0014;
}

hr {
	display: none;
}

/*Some default sizes and styles*/
h1 { font-size: 36px; color: #FFFFFF; font-weight: bold;}
h2 { font-size: 26px; color: #FFFFFF; font-weight: bold;}
h3 { font-size: 20px; color: #FFFFFF; font-weight: bold;}
h3.red { font-size: 20px; color: #C50015; font-weight: bold;}
h4 { font-size: 16px; color: #FFFFFF;}
h4.red { font-size: 16px; color: #C50015; font-weight: bold;}
h5 { font-size: 14px; color: #FFFFFF;}
h6 { font-size: 12px; color: #FFFFFF;}


p {
	line-height: 1.4em;
	padding-bottom: 10px;
}

.frutiger  {
	font-family: "Frutiga";
}

/*For testing layout*/
.rb {
	border: none;
	/*border: 0px solid #cc0000*/
}


/*Homepage Logo*/

#logo {
	position: absolute;
	width: 220px;
	top: 10px;
	left: 13px;
}

/*Other Pages Logo*/

#pagefeaturegallery #logo {
	position: absolute;
	width: 220px;
	top: 50px;
	left: 13px;
}


/**** Navigation ****/
#navigation, #navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	list-style: none;
}

#navigation li a {
	position: relative;
	display: block;
	padding: 5px;
	border-top: 1px solid #CCC;
}

#navigation li a:hover, #navigation li a.current {
	color: #FFF;
	background: #333;
	text-decoration: none;
}

/*Generic Page Content Styles*/

#content {
}

#content_body {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 960px;
	background: #000000;
	position: relative;
}

#home_leftcol {
	float: left;
	width: 640px;
	margin-top: 10px;
}

#home_leftcol p {
/*	font-size: 12px;*/
}

#home_leftcol a:hover {
	color: #C50015;
}

#home_rightcol {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 310px;
}

.atv {
	background: #990000;
	display: block;
}

#tvframe {
	position: relative;
	background: #000000;
	width: 310px;
	height: 320px;
	margin-top: 40px;
	display: block;
}

.atvtext {
	padding: 0px 10px 0px 10px;
	clear: left;
	display: block;
}

.viewvideos {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.demographic {
	position: absolute;
}

.feature_box, .feature_box_image {
	position: relative;
	width: 290px;
	background: #000000 url('../images/feature_box_grad.jpg') no-repeat 0 0;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
}

.feature_box_image {
	position: relative;
	float: right;
	background: none;
	text-align: center;
	width: 180px;
	padding: 5px 5px 5px 5px;
}

.feature_box_image span.caption {
	background: #990000;
	color: #FFFFFF;
	width: 170px;
	display: block;
	padding: 5px 5px 5px 5px;
	margin: 0px auto;
}

.feature_box_image span.caption a {
	color: #FFFFFF;
	margin: auto;
}

.feature_box h1, #salescalendar h1, #contactright h1, #home_rightcol h1 {
	color: #F0EDE8;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#salescalendar h1 {
/*	margin-top: 15px;*/
}

.feature_box h1.ul, #home_rightcol h1 { 
	border-bottom: 1px solid #6B6667;
}

#bellerive_right .feature_box h1 {
	padding-bottom: 15px;
}

.feature_box a.rssicon {
	background: url('../images/rss_icon.jpg') no-repeat;
	height: 21px;
	width: 50px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	text-indent: -9999px;
}

.feature_box a.fullnews {
	background: url('../images/view_fullnews.jpg') no-repeat;
	height: 18px;
	width: 189px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 2;
	text-indent: -9999px;
}

.feature_box h1.redblock {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px !important;
	padding: 7px 10px 7px 10px !important;
	background: #C50015;
	display: block;
}

.feature_box a.fullarrowfield{	
	background: url('../images/arrowfieldinsider-trans.png') no-repeat;
	height: 18px;
	width: 260px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 2;
	text-indent: -9999px;
}

.feature_box a.full_article{
	display: inline-block;
	background: url('../images/view_button_black.gif') 4px 1px no-repeat;
	padding-left: 26px;
	height: 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	
}

.feature_box a img {
	margin-top: 5px;
}

.arrowfield_insider {
	padding-top: 16px !important;
	background-image: url('../images/feature_box_insider.jpg') !important;
}

.arrowfield_insider .pageheader_right {
	border: none;
	min-height: 24px;
	margin-bottom: 20px !important;
	vertical-align: middle;
}

.arrowfield_insider .pageheader_right h3{
	color: #B1B09F;
}

.stallion_landing {
	position: relative;
}

.stallion_landing .tag {
	font-weight: normal;
	float: right;
	font-size: 14px;
	position: absolute;
	top: 28px;
	right: 20px;
}

.stallion_landing .feature_box {
	width: 330px;
	float: left;
	background: #000000 url('../images/feature_box_grad_350.jpg') no-repeat 0 0;
}

.stallion_landing ul {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 1.8em;
	font-size: 13px;
}

#greytabs {
	list-style-type: none;
	margin-left: 0px;
}

.stallion_landing .demographic {
	float: right;
	margin-left: 10px;
	width: 200px;
}

.overviewtxt {
	/*width: 470px;*/
}

.overviewtxt p, .overviewtxt li  {
	font-size: 13px;
}

.mr { 
	margin-right: 10px;
}

.stallion_landing .feature_box h1 {
	border: none;
	font-size: 20px;
}

.feature_gallery {
	margin-top: 40px;
	height: 320px;
	position: relative;
	overflow: hidden;
}

#homenews h1 {
	margin-bottom: 10px;
}

.pageheader_left {
	min-height: 35px;
	display: block;
	border-bottom:1px solid #6B6667;
	width: 600px;
	position: relative;
	vertical-align:;
}

.pageheader_right, .pageheader_right_red {
	min-height: 35px;
	display: block;
	vertical-align: bottom;
	border-bottom:1px solid #6B6667;
	width: 310px;
	position: relative;
}

.pageheader_right_red {
	border-bottom:1px solid #C50015 !important;
}

.pageheader_left h2 {
	left: 0px;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px;
	margin-bottom: -5px;
	padding-bottom: -5px;
}

.pageheader_left h1 {
	position: absolute;
	bottom: 3px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.pageheader_right h3, .pageheader_right_red h3 {
	position: absolute;
	bottom: 5px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.redline {
	border-bottom;
}

#homenews {
	padding-bottom: 30px;
	padding-top: 20px;
}

#homenews .newsitem, #home_messaraview .viewitem {
	color: inherit;
}

#homenews .newsitem h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

#home_messaraview .readmore {
	position: absolute;
	bottom: 5px;
}

#homenews .newsitem, #home_messaraview, #hp_fromthesales {
	font-family: Verdana, Arial;
	font-size: 10.5px;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 1.5em;
}

#hp_fromthesales {
	font-size: 13px;
}

#home_messaraview {
	position: relative;
	background: #000000 url('../images/mv_background.jpg') no-repeat 0 0;
	margin-bottom: 10px;
	margin-top: 40px;
	height: 300px;
	width: 300px;
	padding: 10px 0px 10px 10px;
}

#home_messaraview h1 { font-size: 36px !important; width: 290px; border-bottom: none;}
#home_messaraview .line { position: absolute; top: 94px; left: 0px; width: 290px; height: 1px; border-bottom: 1px solid #6b6667; margin-left: 10px;}

#home_messaraview_pic {
	position: absolute;
	bottom: -3px;
	right: 9px;
}

#home_messaraview .feature_box {
	padding-right: 0px !important;
}

#home_messaraview .viewitem {
	width: 140px;
	margin-top: 20px;
	font-size: 13px;
	height: 170px;
	overflow: hidden;
}

#famoushorseslist {
	padding-top: 20px;
}

#famoushorseslist .viewitem {
	margin-top: 10px;
}

#famoushorseslist .viewitem li, .viewitem li a {
	color: inherit;
}

#famoushorseslist .viewitem li img {
	margin-top: 5px;
	margin-left: 0px;
}

#famoushorseslist h4, #graduateindex h4 {
	font-weight: bold;
}

a.readmore {
	color: #C50015;
	font-size: 9.5px;
	padding-bottom: 1px;
	text-decoration: none;
	border-bottom: 1px dotted #C50015;
}

#hp_fromthesales ul {
	margin-top: 10px;
	list-style-image: none;
	margin-left: 0px;
}

#hp_fromthesales ul li {
	padding-left: 15px;
	background: url('../images/arrow_white-trans.gif') no-repeat 1px 6px !important; /*Arrow*/
	margin-bottom: 5px;
	clear: left;
	display: block;
	line-height: 16px;
	width: 270px;
}

#hp_fromthesales ul li a, #hp_fromthesales ul li a:visited {
    color: white;
}

#hp_fromthesales ul li.salelinkhover {
	background: url('../images/arrow_red-trans.gif') no-repeat 1px 6px; /*Arrow*/
}

#hp_fromthesales ul li.salelinkvisited {
	background: url('../images/arrow_grey-trans.gif') no-repeat 1px 6px; /*Arrow*/
}

#home_rightcol .feature_box p {
	line-height: 1.6em;
}

.stallion_landing .feature_box {
	background: #B3AEA8;
}

a.white {
	color:  #ffffff;
}

.feature_box a img {
	clear: both;
	float: none;
	display: block;
}

.feature_box a.salelink {
	text-decoration: none;
	color: #FFFFFF;
}

.feature_box a.salelink:hover {
	color: #C50015;
}

.feature_box a.salelink:visited {
	color: #666666;
}

.people_item h2, .people_item h3 {
	color: #C50014;
	font-weight: bold;
	font-family: "Frutiga";
}

.people_item { width: 300px; height: 120px; float: left; padding-top: 20px; padding-bottom: 20px; }
	.people_item ul {display: block; float: left;}
	.people_item ul li { clear: left; white-space: nowrap;}
	.people_item h2 { font-size: 14px; margin-bottom: 0px;}
	.people_item h3 { font-size: 12px; margin: 0px;}
	.people_item a { color: #F0EDE8;}

.people_item img.photo {
	float: left;
	width: 100px;
	border: 2px solid #656465;
}


.people_item #mailform {

}

.people_item .videolink {
	margin-top: 5px;
	line-height: 16px;
}

.people_item .maillink {
	padding-left: 20px;
	margin-bottom: 10px;
	background: url('../images/mail.gif') no-repeat;
	line-height: 16px;
}

.peoplemailform, .peoplevideo {
	display: none;
	height: 500px;
}

#mailformcontent, #videocontent {
	padding: 20px;
	height: 500px;
	display: block;
}

#mailformcontent p, #videocontent p {
	padding-top: 10px;
}

.people_item #mailformcontent input  {
	width: 250px;
	margin-top: 10px;
}

.people_item #mailformcontent label {
	display: block;
}

#home_fullcol {
	margin-top: 10px;
}

#belleriveservices {
	margin-top: 20px;
}

#belleriveservices p {
	padding-left: 10px;
}

/*#bellerivegallery h1, #contactright h1 {
	margin-bottom: 15px;
	border-bottom: 1px solid #cc0000;
	padding-left: 10px;
	padding-bottom: 10px;
}
*/

#belleriveservices h3 {
}

#salescalendar {
	padding-top: 20px;
}

#salescalendar h1, #contactright h1 {
	padding-top: 10px;
	padding-bottom: 15px;
}

#contactright h1 {
	padding-bottom: 5px;
}

#contactright p {
	padding-left: 15px;
}

#famoushorseslist h1 {
	margin-top: 10px;
	padding-bottom: 10px;
}

#belleriveservices .list {
	margin-top: 10px;
	font-size: 11px;
}

#price_schedule {
	margin-top: 20px;
}

#price_schedule .list h3 {
	font-size: 14px;
	margin-top: 10px;
	padding: 10px 0px 10px 0px;
	color:#F0EDE8;
	border-top: 1px solid #cc0000;
}

#belleriveservices .list li, #saleslist li {
	margin-left: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
	font-size: 11px;
	color: #F0EDE8;
	background: url('../images/arrow_white-trans.gif') no-repeat 0px 4px;
}

#saleslist li {
	color: #F0EDE8;
}

#belleriveservices .list p {
} 

#salescalendar {
	position: relative;
}

#salescalendar #yeardrop {
	position: absolute;
	top: 15px;
	right: 5px;
	width: 90px;
}

#saleslist .saletitle {
	font-weight: bold;
}

#saleslist ul li {
	margin-top: 8px;
}

/*Contact*/
#contactform {
	margin-top: 20px;
}

.successmessage {
	padding: 10px 20px 13px 40px;
	margin-top: 10px;
	background: #D7D7D7;
	color: #000000;
	border: 1px solid #78893A;
	font-size: 13px;
	width: 540px;
	background: #D7D7D7 url('../images/tickicon-trans.png') no-repeat 5px center;
}

.errormessage {
	padding: 10px 20px 13px 40px;
	margin-top: 10px;
	color: #cc0000;
	border: 1px solid #cc0000;
	font-size: 13px;
	width: 540px;
	/*background: #F6DCC7 url('../images/xicon-trans.png') no-repeat 5px center !important;*/
}

p.successmessage {
	color: #000000 !important;
}

p.errormessage {
	color: #000000 !important;
}

/*Careers*/
.lightclouds {
	
}

.cloud960 {
	background: #141215 url('../images/clouds960.jpg') no-repeat;
	padding: 20px;
	border: 1px solid #181619;
}


#careers {
	margin-top: 20px;
}

/**** Table Stylings throughout the site ****/
#racerecords .altrow {
	background-color: #cccccc;
}




/*Home Page Stallions*/

#ourstallions {
	margin-top: 10px;
}

#ourstallions, .cloud640 {
	/*margin-top: 10px;*/
	background: #141214 url('../images/dark_grey_texture.jpg') no-repeat;
	padding: 20px 0px 0px 20px;
	width: 620px;
}

#ourstallions h1 {
	color: #FFFFFF;
	font-size: 32px;
	font-weight: bold;
	width: 600px;
}

#ourstallions .logos {
  padding: 5px 0;
  text-align: center;
}
#ourstallions .logos img {
  padding: 0 10px;
  vertical-align: middle;
}

.greyline {
	height: 1px;
	width: 600px;
	border-bottom: 1px solid #6B6667;
	clear: both;
}

.greyline960 {
	height: 1px;
	width: 920px;
	border-bottom: 1px solid #6B6667;
	clear: both;
}

.darkgreyline {
	height: 1px;
	width: 600px;
	border-bottom: 1px solid #2C2B2C;
	clear: both;
}

#stallionhr {
	overflow: visible;
	display: block;
}

.hp_stallion {
	width: 290px;
	float: left;
	display: inline;
	min-height: 110px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.hp_stallion img {
	width: 100px;
	height: 100px;
	float: left;
	border: 2px solid #555352;

}

.frutiga {
	font-family: "Frutiga";
}

.hp_stallion a.viewstallion {
	font-family: "Frutiga";
	font-size: 10px;
	color: #C50014;
	padding-bottom: 1px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #C50014;
}

.hp_stallion a {
	display: block;
	width: 290px;
	height: 110px;
}

.hp_stallion h2 {
	color: #C50015;
	font-family: "Frutiga";
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 0px !important;
	margin-left: 0px !important;
}

.hp_stallion .intro {
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	margin-left: 115px;
	line-height: 1.4em;
	font-weight: bold;
}

/*Graduates Page*/

#graduates h3, #graduates h4 { margin-bottom: 5px; }
#graduates h3.red { font-size: 18px; color: #C50015; font-weight: normal;}
#graduates h4.red { font-size: 14px; color: #C50015; font-weight: normal;}


#graduates .thumb, #famoushorseslist .thumb {
		
		float: right;
		display: inline;
		border: 2px solid #555352;
		margin: 10px;
		margin-top: 0px;
}

#graduates p {
	padding-right: 20px;
	font-size: 13px;
}

#famoushorseslist .thumb {
	float: left;
	border: 1px solid #fff;
}

.graduate_listing {
	width: 600px;
	border-top: 1px solid #2C2B2C;
	padding-top: 15px;
	padding-bottom: 15px !important;
}

#graduateindex, #newsindex {
	padding: 20px 10px 10px 0px;
}

#graduateindex_ul, #newsindex_ul, #famoushorses_ul {
	margin: 10px 10px 10px 10px;
}

#graduateindex_ul li, #newsindex_ul li, #famoushorses_ul li {
	padding-left: 10px;
	line-height: 18px;
	background: url('../images/arrow_white-trans.gif') no-repeat left 8px;
	clear: left;
}

#graduateindex_ul li a, #newsindex_ul li a, #famoushorses_ul li a {
	color: #F0EDE8;
}

#graduateindex_ul li:hover a, 
#newsindex_ul li:hover a, 
#famoushorses_ul li:hover a {
	color: #C50015;
}

#paginate {
	text-align: center;
	margin: auto;
	margin-top: 20px;
}


#related_paginate ul{border:0; margin:0; padding:0;}

#pagination-clean li {
	border: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	clear: none;
	float: left;
}
#pagination-clean li, #pagination-clean a {
	border-left: solid 1px #DEDEDE;
	margin-right: 2px;
}
#pagination-clean .previous-off,
#pagination-clean .next-off {
	color: #888888;
	display: block;
	float: left;
	font-weight: bold;
	padding: 3px 4px;
}
#pagination-clean .next a,
#pagination-clean .previous a {
	font-weight: bold;
	/*border: solid 1px #FFFFFF;*/
}

#pagination-clean a:link,
#pagination-clean a:visited {
	color: #000000;
	display: block;
	float: left;
	padding: 3px 6px;
	text-decoration: none;
}

#pagination-clean li.current {
	color: #cc0000;
	font-weight: bold;
	display: block;
}


#pagination-clean a:hover {
	text-decoration: none;
	color: #cc0000;
}


/*//////////// Pagination For Famous Horse Blog ///////////*/

#blog_pagination {
	margin: 10px 0px 10px 0px;
}

#pagination-blog li {
	border: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	margin-right: 2px;
}
#pagination-blog a {
	border-right: solid 1px #DEDEDE;
	margin-right: 2px;
}
#pagination-blog .previous-off,
#pagination-blog .next-off {
	color: #414141;
	display: block;
	float: left;
	font-weight: normal;
	padding: 1px 5px;
}
#pagination-blog .previous-off {
	border-right: solid 1px #DEDEDE;
}

#pagination-blog .next a,
#pagination-blog .previous a {
	font-weight: bold;
}

#pagination-blog .next a, #pagination-blog .next-off {
	border-right: none;
}

#pagination-blog a:link,
#pagination-blog a:visited {
	color: #888;
	display: block;
	float: left;
	padding: 1px 5px;
	text-decoration: none;
}

#pagination-blog li.current {
	color: #cc0000;
	font-weight: bold;
	display: block;
}


#pagination-blog a:hover {
	text-decoration: none;
	color: #cc0000;
}

/*//////////// Pagination For Famous Horse Blog ///////////*/




#newsindex_ul li {
	line-height: 1.5em;
}

#newsindex_ul li {
	margin: 4px 0px 4px 0px;
}

#newsindex_ul li a {
	font-weight: bold;
}

#newsindex_ul ul .date {
	color: #7A7A7A;
}

#arrowfield h2, #arrowfield h3 {
	font-weight: bold;
}


#bellerive h2 {
	font-weight: bold;
}


#arrowfield_team h3 {
	margin-top: 5px;
}

#pagefeaturegallery {
	position: relative;
	padding-top: 50px;
}

#pagefeaturegallery .view_slideshow {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 999;
}

#atc a img {
	margin: 10px 0px 10px 0px;
}

.fat {
	font-size: 14px;
	padding: 2px;
}

/*Stallions Main Page*/
#media_library {
	height: 400px;
	width: 290px;
	padding: 10px 10px 10px 10px;
	background: #990000 no-repeat top left;
	float: left;
	margin-top: 50px;
	margin-bottom: 10px;
	position: relative;
}

#media_library h1 {
	color: #F0EDE8;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

#stallion_audio {
	position: absolute;
	left: 10px;
	bottom: 15px;
	display: none;
}

#stallion_audio_player {
	position: absolute;
	left: 40px;
	bottom: 20px;
}

#stallion_gallery {
	height: 420px; 
	width: 640px;
	float: left;
	margin-right: 10px;
	margin-top: 50px;
}

#stallion_pagemenu {
	float: left;
	width: 200px;
	margin-right: 10px;
	padding-bottom: 100px;
	background: #000000;
}

#stallion_pagemenu li.active {
	background: #323234;
}

#additional_stats h3 {
	font-family: "Frutiga";
	font-size: 14px;
	font-weight: bold;
	color: #BB0013;
	margin-top: 20px;
	margin-bottom: 5px;
}

.stallion_gallery {
	height: 420px;
	width: 640px;
	margin-bottom: 10px;
}

.stallion_landing, .pedigree_modal {
	float: left;
	display: block;
	min-height: 450px;
	background: #EFE5D6 url('../images/light_clouds.jpg') right top no-repeat;
	padding: 25px 20px 25px 20px;
	font-family: Verdana, Tahoma, Arial;
}

.pedigree_modal h3 {
	color: #221D1F;
}

.stallion_landing {
	width: 710px;
}

ul.vertmenu {
	font-family: "Frutiga";
	font-size: 14px;
	color: #FFFFFF;
}

ul.vertmenu a {
	color: #FFFFFF;
	display: block;
	width: 180px;
	height: auto;
	padding: 8px 0px 8px 20px;
	border-top: 1px solid #423E3F;
	font-weight: bold;
}

ul.vertmenu li {
/*	display: block;
	width: 180px;
	height: auto;
	padding: 8px 0px 8px 20px;
	border-top: 1px solid #423E3F;
	font-weight: bold;
*/	background: #000000;
}

ul.vertmenu li:hover {
/*	background: #BC0014;
*/
}

.vertmenu .active {
	background: #BC0014;	
}
 
ul.vertmenu li.over {
	background: #BC0014;
	cursor: pointer;
}

.pointer {
	cursor: pointer;
}

ul.vertmenu li.vertsub ul:hover {
	background: none;
}

ul.vertmenu li.vertsub ul li {
	color: #999999;
	border: none;
	padding: 4px;
	padding-left: 10px;
	width: 160px;
	font-size: 12px;
	font-weight: normal;
}

ul.vertmenu li.vertsub:hover {
	background: none;
}

#prev_saleslist {
	min-height: 200px;
}

/*Stallions Pedigree Navigation*/

#greytabs {
	position: relative;
	border-bottom: 1px solid #262526;
	height: 32px;
	margin-top: 20px;
	padding-left: 0px;
	font-size: 12px;
/*	font-family: "Lucida Sans";*/
	padding-bottom: 0px;
}

#greytabs li.tab {
	padding: 8px 0px 11px 0px;
	display: block;
	margin-top: -3px;
	float: left;
	color: #000;
	background: #C5BDB1;
	margin-right: -1px;
	vertical-align: baseline;
	clear: none !important;
}

#greytabs li.tab span.normal {
	background: #C5BDB1; 
	padding-left: 15px;
	padding-right: 15px;
}

#greytabs li.tab span.active {
	border: 1px solid #262526;
	border-bottom: 2px solid #141215;
	background: #100E0F;
	margin-top: 5px;
	padding: 4px 10px 9px 10px;
	color: #FFFFFF;
	margin-left: 4px;
	margin-right: 4px;
}


/*Previous Sales Table Tabs*/

#redtabs {
	position: relative;
	border-bottom: 1px solid #262526;
	height: 32px;
	margin-top: 20px;
	padding-left: 20px;
	font-size: 12px;
/*	font-family: "Lucida Sans";*/
	padding-bottom: 0px;
}

#redtabs li.tab {
	padding: 8px 0px 11px 0px;
	display: block;
	margin-top: -3px;
	float: left;
	color: #FFFFFF;
	background: #1b1b1b;
	margin-right: -1px;
	vertical-align: baseline;
}

#redtabs li.tab span.normal {
	background: #1b1b1b; 
	padding-left: 15px;
	padding-right: 15px;
}

#redtabs li.tab span.active {
	border: 1px solid #262526;
	border-bottom: 2px solid #141215;
	background: #100E0F;
	margin-top: 5px;
	padding: 4px 10px 8px 10px;
	color: #B20114;
	margin-left: 4px;
	margin-right: 4px;
}



#pedigree_container {
	position: relative;
}

#pedigree_container div.hide {
	display: none;
}

#pedigree_container div.show {
	display: block;
}

#pedigree_container a, #pedigree_container a:visited {
	color: #cc0000 !important;
}

#loader {
	margin-top: 15px;
	margin-left: 25px;
}

.show {
	display: block;
}

.hide {
	display: none;
}

#pedigree_container .data {
	padding: 23px;
}

.pedigree_grid {
	width: 100%;
	font-size: 11px;
	margin-top: 20px;
}

.pedigree_grid td.pedtop {
	color: #FFF;
	background: #1F1E1E;
	font-weight: bold;
	border-bottom: 2px solid #1F1E1E;
}

.pedigree_grid td {
	padding: 3px;
	color: #000000;
	/*font-weight: normal;*/
}

.pedigree_grid td.bb {
	border-bottom: 1px solid #1F1E1E;
}

.pedigree_grid td.wbb {
	border-bottom: 1px solid #EEE5D6;
}

.pedigree_grid td.bbthick {
	border-bottom:1px solid #1F1E1E;
}

.pedigree_grid td.nb {
	border-bottom: none !important;
}

.stallion_landing p, .stallion_landing a, .stallion_landing label, .stallion_landing a:visited, .stallion_landing h3, .stallion_landing h4, .stallion_landing li {
	color: inherit;
	color: #352C2F;
}

.stallion_landing li {
	float: none;
	clear: left;
}

.stallion_landing h1 {
	color: #221D1F;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #6B6667;

}
.stallion_landing h3.redfee { 
	font-family: "Frutiga";
	font-size: 26px;
	color: #BB0013;
	font-weight: bold;
	margin-bottom: 20px;
}

.stallion_landing h4.heading {
	font-family: "Frutiga";
	font-size: 20px;
	color: #352C2F;
	font-weight: bold;
	margin-bottom: 20px;
}

.stallion_landing h5.heading, .stallion_landing p {
	font-family: Verdana, Tahoma, Arial;
	font-size: 13px;
	color: #000;
	line-height: 1.4em;
}

.stallion_landing {
	line-height: 1.4em;
	color: #000;
}

.stallion_landing p {
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 0px;
}

.stallion_landing p.rem1 {
	margin-left: 4em;
	text-indent: -2em;
}

.stallion_landing p.rem2 {
	margin-left: 8em;
	text-indent: -2em;
}

.stallion_landing p.rem3 {
	margin-left: 12em;
	text-indent: -2em;
}

.stallion_landing p.rem4 {
	margin-left: 16em;
	text-indent: -2em;
}

.stallion_landing p.rem5 {
	margin-left: 20em;
	text-indent: -2em;
}

#onthetrack li {
	font-size: 13px;
	color: #000;
	line-height: 1.4em;
}

#onthetrack h3 {
	font-family: "Frutiga";
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-top: 20px;
	margin-bottom: 5px;
}


#pedigree_data {
	clear: left;
}

#stallionnewsitems p a, #stallionnewsitems p a.red {
	color: #BB0013;
}

.stallionnewsitem {
	border-bottom: 1px solid #4D494A;
	margin: 20px 0px 10px 0px;
	padding-bottom: 10px;
	min-height: 140px;
}

h5.newsdate {
	margin-bottom: 8px;
	color: #7A7A7A;
}

table.striped {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #F0EDE8;
	border: none;
	background: none;
	width: 100%;
	margin-top: 20px;
}

table.striped th {
	padding: 5px 5px 5px 5px;
	background: #282728;
	font-weight: bold;
}

table.striped td {
	padding: 7px;
/*	font-weight: normal;*/
}

table.striped td {
	background: #100E0F;
}

table.striped tr.alt, table.striped td.alt {
	background: #323234;
}

#privatesale .striped {
	margin-top: 0px !important;
}

#privatesale tr, #privatesale td {
	background: #141414;
	font-size: 11px;
	padding: 4px !important;
	vertical-align: top;
}

#privatesale td img.view {
	margin-top: 5px;
}

#privatesale tr.alt, #privatesale td.alt {
	background: #000000;
	font-size: 11px;
}

#privatesaleitems .privatelot {
	padding: 5px;
	border: 2px;
}

#privatesale a, #privatesale a:visited {
	color: #cc0000;
}

.privatelotinner {
	padding: 20px !important;
}

.rpTable td  {
	padding-bottom: 20px;
	vertical-align: top;
	font-size: 13px;
}

table.striped .col {
	border-right: 1px solid #2C2B2C;
}

.salecontent {
	margin-top: 15px;
	display: block;
}

.salecontent .saletable {
	margin-top: 20px;
	width: 600px;
	margin-bottom: 20px;
}

.salecontent .saletable a, .salecontent .saletable a:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}

.saletable th.headerSortUp {
}

.saletable thead th.header {
	background: #282728 url('../images/sort_arrows.gif') no-repeat right;
	padding-right: 15px;
}

.salecontent .saletable th.headerSortDown {
}

#racerecords th, #racerecords td {
	padding-left: 20px;
} 

table#racerecords {
	margin-bottom: 30px
}

a.readmore {
	border: none;
	text-decoration: none;
}

a.readmore img {
	padding: 10px 0px 10px 0px;
}

.expander {
	height: auto;
}

#article {
	min-height: 400px;
}

.articlecontent {
	padding-bottom: 30px;
}

.articlecontent h4 {
	font-weight: bold;
	font-family: "Frutiga";
}

.articlecontent .date, .stallionnewsitem .date  {
	font-size: 11px;
	color: #7A7A7A;
}

.articlecontent ul {
	font-size: 13px;
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 1.8em;
}

.articlecontent ol {
	font-size: 13px;
	list-style-type: decimal;
	margin-left: 15px;
	margin-bottom: 1.8em;
}

.articlecontent p, .articlecontent li {
	font-size: 13px;
}

.articlecontent li {
	margin-bottom: 1.3em;
}

#history p, #article p, #news p, #arrowfield p  {
	padding: 10px 20px 10px 0px;
	font-size: 13px;
}

#history img.readmore {
	margin-top: 10px;
	display: block;
}

#team_arrowfield img.readmore {
	background: url('../images/view_fullteam-trans.png') no-repeat top left;
	width: 125px;
	height: 15px;
}

#famoushorseslist {
	padding-bottom: 10px;
	background: #73010B url('../images/red_gradient.jpg') no-repeat top left;
}

.article_listing h4 {
	padding-bottom: 10px;
}

.article_listing {
	padding: 20px 0px 20px 0px;
	line-height: 1.4em;
}

.article_listing .thumb {
	border: #595859 3px solid;
	margin: 10px;
	display: inline;
}

.article_listing .readmore {
	font-size: 12px;
	border-bottom: dotted 1px #C50015;
}

.pointer {
	cursor: pointer;
}


/*Arrowfield TV Slideout Drawer*/

.newslide {
	position: absolute;
	right: 285px;
}

.slide-out-div {
	padding: 10px;
	height: 320px;
	width: 160px;
	position: absolute;
	top: 0px;
	right: 0px;
	opacity: 0;
}

.handle { border-left: 4px solid #cc0000; background: url('../images/atv_bg.png'); }

.slide-out-div-content {
	position: relative;
	right: 0px;
	top: 0px;
	z-index: 10;
}

.tabwrapper {
	position: absolute;
	right: 0px;
}

.hpteasers .logo a { display: block; width: 270px; height: 95px;}
.hpteasers div:hover { background: #181619;}

.newslettersview {
	width: 600px;
	margin-top: 0px;
}


.newslettersview a, .newslettersview a:visited {
	color: #E84647;
}

#newsletters .alt {
	background: #201B1D;
}

p.newsletters {
	color: #F0EDE8;
	font-size: 10px;
	line-height: 1.4em;
}

/*Arrowfield Site Navigation Menu -- TOP*/
	/* General */

	#arrowfield_sitemenu { position: absolute; z-index: 10; display: inline; border-bottom: 1px solid #342E2E; height: 40px; width: 980px;}
	#arrowfieldMenuTop a { text-decoration: none;}
	#arrowfieldMenuTop, #arrowfieldMenuTop ul { list-style: none; height: 39px; width: 980px; background: url('../images/sitenav_bg.jpg') repeat-x; margin: auto;}
	#arrowfieldMenuTop, #arrowfieldMenuTop * { padding: 0; margin: 0; }
	
	/* Head links */
	#arrowfieldMenuTop li.headlink { 
		
		height: 39px;
		float: left;
		margin-left: -1px;
		margin-top: -2px;
		padding: 12px 12px 0px 12px; 
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		vertical-align: middle;
		position: relative;
	}
	
	/* Fix IE. Hide from IE Mac \*/
	* html ul li { float: left; }
	* html ul li a { height: 1%; }
	/* End */
	
	/*Smaller Width menu item*/
	#arrowfieldMenuTop li.sml {
		width: 76.0px !important;
	}
	
	#arrowfieldMenuTop li.lge {
		width: 96.0px !important;
	}
	
	#arrowfieldMenuTop li a.drop { width: 12px; height: 6px;}
	#arrowfieldMenuTop li.headlink a { display: inline; margin: 0px 0px 0px 0px; color: #FFFFFF;}
	#arrowfieldMenuTop li a.active { color: #FFFFFF; border-bottom: 2px solid #C50015;}

	/* Child lists and links */
	#arrowfieldMenuTop li.headlink ul { float: left; width: 180px; display: none; position: absolute; top: 32px; left: 0px; text-align: left; z-index: 99; border: 1px solid #877F82; background: #080808;}
	#arrowfieldMenuTop li.headlink:hover ul { height: auto; display: block; }
	#arrowfieldMenuTop li.headlink:hover ul li { background: #080808;}
	#arrowfieldMenuTop li.headlink ul li a { padding: 5px; margin:0px 0px 0px 0px; display: block;}
	#arrowfieldMenuTop li.headlink ul li a:hover { background-color: #C50015; color: #FFFFFF; }
	#arrowfieldMenuTop li.headlink ul li a { color: #F0EDE8;}
	
	/* Pretty styling */
	#arrowfieldMenuTop a { color: #cc0000; } 
	#arrowfieldMenuTop ul li a:hover { text-decoration: none; color: #FFFFFF;}
	
	
	/*Arrowfield Site Navigation Menu -- FOOTER //////////////////*/
	/* General */

	#arrowfield_sitemenu_footer { z-index: 20; text-align: left; overflow: visible;}
	#arrowfieldMenuFooter { list-style: none; height: 30px; width: auto; margin-bottom: 15px; border-bottom: 1px solid #4D494A; width: 920px; }
	#arrowfieldMenuFooter * { padding: 0; margin: 0;  }

	/* Top Level links */
	#arrowfieldMenuFooter li.headlink { 
		text-decoration: none;
		width: 90px;
		height: 30px;
		float: left;
		margin-left: -1px; 
		font-family: 'Frutiga';
		font-size: 12px;
		color: #B0A5AA;
		text-align: center;
		vertical-align: middle;
	}

	#arrowfieldMenuFooter li a.drop { width: 12px; height: 6px;}
	#arrowfieldMenuFooter li.headlink a { display: block; color: #B0A5AA; border-right: 1px solid #4d494a; width: 85px;}
	#arrowfieldMenuFooter li a.active { color: #FFFFFF; border-bottom: 2px solid #C50015;}
	#arrowfieldMenuFooter li.last a { border-right: none;}
	#arrowfieldMenuFooter li.first { width: 55px; text-align : left;}
	#arrowfieldMenuFooter li.first a { width: 50px;}	

	/* Child lists and links */
	#arrowfieldMenuFooter li.headlink ul  { position: absolute; width: 120px; background: #080808; display: none; text-align: left; bottom: 155px; z-index:99;}
	#arrowfieldMenuFooter li.headlink:hover ul { border: 1px solid #877F82; height: auto; display: block; padding: 0px; background: #080808; }
	#arrowfieldMenuFooter li.headlink:hover ul li { background: #080808;}
	#arrowfieldMenuFooter li.headlink ul li a { padding: 5px; border-right: none;}
	#arrowfieldMenuFooter li.headlink ul li a:hover { background-color: #C50015; }
	#arrowfieldMenuFooter li.headlink ul li a { color: #FFFFFF; width: 110px; }

	/* Pretty styling */
	#arrowfieldMenuFooter a { color: #cc0000; } 
	#arrowfieldMenuFooter ul li a:hover { text-decoration: none; }	
	
	
/*Forms*/
.nominations {
	color: #100E0F !important;
}

.nominations a {
	color: #cc0000;
}
.nominations label, #brochureform label	{
	width: 200px;
	float: left;
	text-align: right;
	color: #100E0F;
}

.nominations .req {
	color: #cc0000 !important;
}

#brochureform label {
	width: 130px;
}

.nominations input, .nominations select, .nominations textarea, #brochureform input  {
	margin-left: 10px;
	width: 250px;
	padding: 4px;
	margin-bottom: 5px;
	border: 1px solid #9d9a94;
	clear: both;
	font-family: inherit;
	font-size: 12px;
}

.nominations input.small, .nominations select.small {
	width: 150px;
}

.nominations textarea {
	font-size: 11px;
}
.nominations select {
	width: 120px;
}	
	
.nominations input.submit, #brochureform input.submit {
	width: 80px;
}	

#nomform_content {
	margin-top: 1.6em;
}

#contactform input.submit {
	width: 100px;
	padding: 4px;
	margin-top: 5px;
	border: 1px solid #9d9a94;
	clear: both;
	display: block;
}

#brochureform input.submit {
	margin-left: 10px;
}

.nominations input[type=checkbox] {
	width: 30px;
	clear: left;
}

#terms {
	display: none;
	width: 700px;
}

#terms_content {
	width: 660px;
	padding: 20px 20px 20px 20px;
	overflow: auto;
}

.videoframe {
	display: none;
	width: 550px;
	height: 410.5px;
}

.video_content {
	padding: 20px 20px 20px 20px;
	overflow: auto;
}

img.articleimage {
	margin: 30px 20px 10px 10px;
	padding: 5px;
	border: 1px solid #4D494A;
	float: right;
}

img.imgborder {
	padding: 5px;
	border: 1px solid #4D494A;
}

img.imgright {
	margin-left: 10px;
	margin-bottom: 10px;
}

a.pdflink {
	padding-left: 32px;
	height: 24px;
	line-height: 24px;
	background: url('../images/pdf-trans.png') no-repeat top left;
	display: block;
}

#brochureform label {
	width: 200px;
	display: block;
}


#famoushorsesdiv p, #famoushorsesdiv li {
	font-size: 13px;
	padding-right: 20px;
}

#famoushorsesdiv p, #famoushorsesdiv ul {
	padding-top: 10px;
}

/*Arrowfield TV*/
#maintvpage {
	position: relative;
	display: block;
	float: none;
}

#arrowfieldtv_frame {
	float: none;
	min-height: 1000px;
	height: 1000px;
}

 /* These classes are dynamically applied by the preview manager component */
 .smg-more-yes { visibility: visible; }
 .smg-more-no { visibility: hidden; }
 .smg-desc_short { display: none;}
 .smg-preview-empty { visibility: hidden; width: 0px;}
 .smg-preview-available { visibility: visible; }


 /*These styles define the overall layout in the template */

 #smg-more-next { text-align:right; float: right; padding: 5px;}
 #smg-more-previous {text-align:left; float: left; padding: 5px;}
 .smg-thumbnail { display: block; padding: 3px; border: 1px solid #6B6667;}

 #vidtext { position: absolute; left: 520px; top: 20px; width: 398px;}
 #vidtext h1 { margin-bottom: 10px;} 
 #smg-title { font-size: 18px; font-weight: bold; margin-bottom: 10px; }
 #smg-desc_body { line-height: 1.4em; margin-top: 10px; width}
 
 .main-section { display: block; position: absolute; top: 20px; left: 0px; width: 920px;}
 .next-prev {font-weight: bold; display: block; cursor:pointer; /* or could just use an anchor tag*/ }
 .previews { position: absolute; left: 0px; top: 400px; width: 910px; padding: 5px; }
 .preview { padding: 5px; float: left; display: inline; width: 130px; height: 200px; margin: 0px 20px 0px 20px;}
 .preview .smg-title { height: 50px;}
 .previews a { display:block; }
 .previews #banner { margin-bottom: 15px; border-bottom: 1px solid #19191b;}

/*Arrowfield TV Teaser */

#TVTeaser { position: relative; top: 0px; left: 0px; height: 320px; }
 .hpteasers { position: absolute; width: 280px; left: 185px; top: 0px; line-height: 1.2em; background: url('../images/atv_bg.png'); padding-left: 5px; border-left: 4px solid #cc0000;}
 .hpteasers .logo { width: 275px; height: 95px; border-bottom: 1px solid #5A5556;} 
 .hpteasers img.atvlogo { position: absolute; top: 8px; left: 11px; }
 .hpteasers .smg-thumbnail { position: absolute; top: 10px; left: 3px; border: none; padding: 0px 0px 0px 0px; margin-right: 10px;}
 .hpteasers .preview { margin: 0px 0px 0px 0px !important; border-bottom: 1px solid #5A5556; position: relative; height: 55px; padding: 10px 5px 10px 5px !important; clear: left; width: 265px;}
 .hpteasers .last { border-bottom: none; }
 .hpteasers .preview .smg-title { font-size: 11px; position: absolute; top: 10px; left: 100px; vertical-align: top; width: 190px; height: auto !important;}
 .hpteasers .viewbtn { margin-top: 5px; position: absolute; left: 100px; bottom: 10px; }
 .hpteasers a { display:block; color: #FFFFFF; }
 .hpteasers a.visited { display:block; color: #FFFFFF; }
 .hpteasers #banner { margin-bottom: 15px; border-bottom: 1px solid #19191b;}



#terms_content h3 {
	padding-bottom: 2em;
}

.private_sale_photos {  
    width:   300px;  
    height: 200px;
	padding: 0;  
    margin:  0;  
}


#arionlogo {
	position: absolute;
	right: -5px;
	top: -13px;
} 

/*Damline Styles for Text Indenting*/

	#damline .Blk { font-weight: bold;}
	#damline .Lt { font-style: italic;}
	#damline p { line-height: 1.4em; text-indent: -3em; margin-top: 0px !important; padding-bottom: 0px !important;}
	
	#damline p.rem0 { margin-left: 4em; }
	#damline p.offset1 { margin-left: 5em;}
	#damline p.rem1 { margin-left: 5em; }
	#damline p.rem2 { margin-left: 7em; }
	#damline p.rem3 { margin-left: 9em; }
	#damline p.rem4 { margin-left: 11em; }
	#damline p.rem5 { margin-left: 14em; }
	#damline p.rem6 { margin-left: 16em; }

/*#private_sale_photos img {  
    top:  0; 
    left: 0; 
}
*/

/**** Helpers ****/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.clear {
	clear: both;
}

#galleries {
	margin-right: 20px;
}
