/*GENERAL--------------------------------------------------*/

html {overflow-y: scroll;}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family : Verdana, Helvetica, Tahoma, sans-serif;
	background-color:#414449;
}

body.background {
	background-color:#414449;
	background-image : url("/images/wall.gif");
	background-repeat:repeat-x;
}

#page {
	margin:0 auto;
	text-align:center;
	width:990px;
}

div, p, td, tr, li, ul {
	font-size:11px;
	line-height:17px;
	color:#FEFEFE;
	font-style:normal;
}

ul li {
	list-style-type : square;
}

hr {
	height:1px;
	color:#666;
	background-color:#666;
	border:none;
}

.small {
	font-size : 8pt;
}

.odd { background-color: #656565; }
.even { background-color: #3a3a3a; }

.button {
	background:#223e72 none repeat scroll 0 0;
	border:0px;
	padding:2px 5px 2px 6px;
	text-align:center;
	color: #FFF;
	font-size : 11px;
	font-weight:bold;
	margin:0 0 1px 0;
	cursor:pointer;
}


/*LINKS--------------------------------------------------*/

a:link, a:visited {color: #ffdc50; text-decoration:none;}
a:hover {color:#FFF; text-decoration:underline;}


/*HEADER--------------------------------------------------*/

#headercontainer {
	margin:0 auto;
	text-align:center;
	width:960px;
	display:block;
	overflow:hidden;
}

#headerlogo {
	float:left;
	text-align:center;
	width:550px;
	padding:10px 0 10px 0;
}

#headerleft, #headerright {
	float:left;
	text-align:left;
	width:205px;
	padding-top:20px;
}


/*HEADINGS--------------------------------------------------*/

h1.pageheading {
	text-align:left;
	font-size:28px;
	line-height:28px;
	font-weight:normal;
	color:#ffdc50;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}

h2.subheading {
	text-align:left;
	font-weight : normal;
	font-size : 19px;
	color : #CCC;
	padding:10px 0 0 0;
}

h1 {
	font-size : 15px;
	font-weight : bold;
	color : #FFF;
}

h2 {
	font-weight : bold;
	font-size : 17px;
	color : #CCC;
}

h3 {
	font-weight : bold;
	font-size : 14px;
	color : #999;
}

h4 {
	font-size:14px;
	font-weight:bold;
	color : #FFF;
	margin:0 0 -10px 0;
	padding:0px;
}


/*HOMEPAGE & SLIDESHOW--------------------------------------------------*/

#content {
	position: relative; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	width: 960px;
	height: 580px;
}

#homeslide {
	margin:0 auto;
	width:960px;
	height:400px;
	display:block;
	overflow:hidden;
	margin-bottom:10px;
	margin-top:10px;
}

div.banner_scrollable { 
    overflow:hidden; 
	text-align:left;
}

div.banner_scrollable div.items { 
    position:absolute; 
} 
 
div.banner_scrollable div.items div { 
    position:absolute;
    top:0;
    left:0;
}

div.banner_scrollable div.items div p { 
	margin:0px;
	padding:0px;
}

div.banner_scrollable div.items div {z-index:8;}
div.banner_scrollable div.items div.active {z-index:10;}
div.banner_scrollable div.items div.last-active {z-index:9;}



/*CONTENT STRUCTURE--------------------------------------------------*/

#contentcontainer {
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	width:900px;
	margin-top:10px;
	padding:30px;
	background-color:#231f20;
	border:1px solid #CCC;
	clear:both;
}

#full-column {
	width: 900px;
	text-align:left;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#left-column {
	width: 660px;
	float: left;
	text-align:left;
	margin:10px 0 0 0;
	padding-right:30px;
	overflow:hidden;
}

#right-column {
	width: 180px;
	float: left;
	margin:0 0 0 30px;
	padding:0px;
}

.rightlinks {
	text-align:left;
	width:180px;
	margin:0px;
	padding: 10px 0;
	border-bottom:1px dotted #666;
}

#content-right {
	margin:0px;
	padding:0px;
	text-align:left;
}

#content-right p {
	font-size:10px;
	line-height:14px;
	color:#CCC;
	margin-top:0px;
	padding-top:0px;
}


/*TOP MENU--------------------------------------------------*/

#menucontainer {
	width:965px;
	margin:0 auto;
	padding:0px;
	display:block;
	height:35px;
}

.horz-drop-menu ul {
	margin:0px;
	padding:0px;
}

.horz-drop-menu li {
	width:230px;
	height:35px;
	margin:0 5px 0 5px;
	padding:0px;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
	z-index:2001;
	
}

.horz-drop-menu li a, .horz-drop-menu li a:visited {
	height:35px;
	margin:0px;
	padding:0px;
	display:block;
	overflow:hidden;  
    text-indent:-99999px;  
}

.horz-drop-menu li a:hover, .horz-drop-menu li a.hover {
	position:relative;
	z-index:2000;
	color:#2a2a2a;
	margin:0px;
	padding:0px;
}

.horz-drop-menu li {
	background-repeat:no-repeat;
	cursor:pointer;
}

.horz-drop-menu li#stallions {
	background-image : url("/images/menu-stallions.gif");
}

.horz-drop-menu li#stallions > a.active, .horz-drop-menu li.hover#stallions  {
	background-image : url("/images/menu-stallions-over.gif");
}

.horz-drop-menu li#sales {
	background-image : url("/images/menu-sales.gif");
}

.horz-drop-menu li#sales > a.active, .horz-drop-menu li.hover#sales {
	background-image : url("/images/menu-sales-over.gif");
}

.horz-drop-menu li#stud {
	background-image : url("/images/menu-stud.gif");
}

.horz-drop-menu li#stud > a.active, .horz-drop-menu li.hover#stud {
	background-image : url("/images/menu-stud-over.gif");
}

.horz-drop-menu li#news {
	background-image : url("/images/menu-news.gif");
}

.horz-drop-menu li#news > a.active, .horz-drop-menu li.hover#news{
	background-image : url("/images/menu-news-over.gif");
}

/*----POPUP MENU----*/

.horz-drop-menu ul li:hover ul, .horz-drop-menu ul a:hover ul {
	visibility:visible;
}

.horz-drop-menu ul ul {
	visibility:hidden;
	position:absolute;
/*	top:100%; removed so can set bottom on homepage */
	left:0;
	margin:0px;
    z-index:2000;
	padding-bottom:20px;
	background-color: #000;
}

.horz-drop-menu ul ul li {
	width:190px;
	height:25px;
	text-align:center;
	margin:0px;
	padding:7px 20px 0px 20px;
}
									  
.horz-drop-menu ul ul li a, .horz-drop-menu ul ul li a:visited {
	width:190px;
	height:25px;
    text-indent:0px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	color:#FFF;
	display:block;
	padding:7px 0 0 0;
	margin:0px;
	border-bottom:2px solid #333;
	text-decoration:none;
}

.horz-drop-menu ul ul li a:hover, .horz-drop-menu ul ul li a.hover {
	width:190px;
	height:25px;
	color:#000;
	float:left;
	display:block;
	padding:7px 0 0 0;
	margin:0px;
	border-bottom:2px solid #666;
	background-image : url("/images/submenu-over.gif");
	text-decoration:none;
}


/*----SUBMENU----*/

#submenucontainer {
	width:965px;
	margin:0 auto;
	padding:0px;
	display:block;
	height:20px;
}

.sub-menu ul {
	margin-left:50px;
	padding:0px;
}

.sub-menu li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;
}

.sub-menu li a, .sub-menu li a:visited {
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
	color:#CCC;
}

.sub-menu li a:hover {
	color:#FFF;
}


/*----SUBSUBMENU----*/

#subsubmenucontainer {
	margin:10px 0 10px 0;
}

.subsub-menu ul {
	padding:20px 0 30px 0;
	margin:0px;

}

.subsub-menu li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:10px;
}

.subsub-menu li a, .subsub-menu li a:visited {
	display:block;
	width:180px;
	height:22px;
	line-height:22px;
	font-weight:bold;
	font-size:10px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	background-image : url("/images/subsubmenu-under.gif");
	background-repeat:no-repeat;
}

.subsub-menu li a:hover, .subsub-menu li a.active {
	display:block;
	width:180px;
	height:22px;
	color:#000;
	background-image : url("/images/subsubmenu-over.gif");
	background-repeat:no-repeat;
	text-decoration:none;
}


/*TEAM PAGE -------------------------------*/

div.table_2col table, div.table_2col table.team {
	width:310px;
	height:220px;
	float:left;
	margin:20px 20px 0 0 ;
	padding:10px;
	border:1px solid #444;
}

div.table_2col table.team {
	width:640px;
}

div.table_2col table tr td h2 {
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

div.table_2col table tr td p {
	font-size:11px;
	line-height:14px;
	padding:0px;
	margin-top:10px;
}

/*FOOTER STRUCTURE--------------------------------------------------*/

#footercontainer {
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	width:940px;
	margin-top:10px;
	margin-bottom:30px;
	clear:both;
	display:block;
}

#footer-left-column {
	width:500px;
	float:left;
	text-align:left;
	margin:0px;
}

#footer-right-column {
	padding-right:20px;
	float:right;
	text-align:right;
	margin:0px;
}

div.footer p {
	text-align:right;
	font-size:10px;
	font-weight:normal;
	color:#CCC;
	line-height:20px;
	float:left;
	margin:0px;
}

a.imgout img {
	border:0px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	margin:0 5px 0 5px;
	padding:0px;
}

a.imgout img:hover {
	border:0px;
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
	margin:0 5px 0 5px;
	padding:0px;
}	


/*NEWS--------------------------------------------------*/

.newsstories div h1 img {
	margin: 0 30px 10px 0;
	width:300px;
}

.newsstories hr {
	margin:10px 0 20px 0;
}

.formmargin table tr td h1 {
	font-size:11px;
	font-weight:bold;
}

.story_date {
	color:#CCC;
}

/*FORMS--------------------------------------------------*/

.formmargin {
	margin:0px;
	padding:0px;
}

.forminput {
	border: 1px solid #89909e; 
	background: #FFFFFF;
	color: #000000;
	margin:0px;
	padding-left: 3px;
}
/*
.required {
	border-left: 4px solid #e7bb0e;	
}*/

.button {
	display:block;
	width:100px;
	height:22px;
	line-height:22px;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	color:#000;
	background-image : url("/images/button-100.gif");
	background-repeat:no-repeat;
	border:0px;
}

.buttonsmall {
	display:block;
	width:50px;
	height:22px;
	line-height:22px;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	color:#000;
	background-image : url("/images/button-50.gif");
	background-repeat:no-repeat;
	border:0px;
}


/*CMS TABLES--------------------------------------------------*/

TABLE.sales tr th {
	padding:6px 3px;
	text-align:left;
	background-color:#000;
}

TABLE.sales tr td {
	padding:6px 3px;
	border-bottom:1px solid #231f20;
}


TABLE.newsbrief {
	padding:15px;
	background-image : url("/images/fade_green.gif");
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #CCC;
	margin-top:30px;
}

TABLE.newsbrief tr td h1 {
	padding:0px;
	margin:0px;
}

TABLE.newsbrief tr td p {
	font-weight:normal;
	padding-top:5px;
	margin:0px;
	font-size:11px;
	color:#000;
	line-height:15px;
}

TABLE.products {
}

TABLE.products tr td {
	text-align:left;
	padding:15px 10px 15px 0;
	border-bottom:1px solid #CCC;
}

TABLE.stallions {
	margin-top:20px;
	padding:10px;
	border:1px solid #444;
}

TABLE.stallions tr td {
	margin:0px;
	padding:10px;
}

TABLE.stallions tr td img {
	padding:0px;
	margin-right:20px;
	border:1px solid #666;
}

TABLE.stallions tr td h1 {
	font-size:18px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

TABLE.stallions tr td h2 {
	font-size:14px;
	font-weight:normal;
	padding-top:10px;
	margin:0px;
}

TABLE.stallions2 {
	margin-top:20px;
	padding:0px;
	border:1px solid #444;
	background-color:#000;
	height:140px;
}

TABLE.stallions2 tr td {
	margin:0px;
	padding:0px;
	background-image : url("/images/stallion-headshot-cecconi.jpg");
	background-repeat:no-repeat;
	background-position:bottom right;
}

TABLE.stallions2 tr td h1 {
	font-size:18px;
	font-weight:bold;
	padding:0px;
	margin:20px 0 0 20px;
}

TABLE.stallions2 tr td h2 {
	font-size:14px;
	font-weight:normal;
	padding-top:10px;
	margin:0 0 0 20px;
}

TABLE.stallions2 tr td h3 {
	font-size:14px;
	font-weight:normal;
	padding-top:10px;
	margin:0 0 0 20px;
}


/*PEDIGREE STUFF-------------------------------*/

p.rem0 {
	margin-left:18.0pt;
	text-indent:-18.0pt;
}
p.rem1 {
	margin-left:27.0pt;
	text-indent:-18.0pt;
}

.rem2 {
	margin-left:36.0pt;
	text-indent:-18.0pt;
}

.rem3 {
	margin-left:45.0pt;
	text-indent:-18.0pt;
}

.rem4 {
	margin-left:54.0pt;
	text-indent:-18.0pt;
}

.rem5 {
	margin-left:63.0pt;
	text-indent:-18.0pt;
}

.rem6 {
	margin-left:72.0pt;
	text-indent:-18.0pt;
}

P.rem0,  P.rem1,  P.rem2, P.rem3, P.rem4, P.rem5, P.rem6 {
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	font-size:8pt;
}

