/* -------------------------------------
	Author: Tim Blumer ~ api-webservices.com
	Built: 02/26/2009
	Last Edit: 12/10/2009 TB
	URI: http://www.expressranches.com
---------------------------------------*/

/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background: #002446 url(../images/design/mainbg.jpg) no-repeat center top;
}
body, p{
	margin-top: 0;
	padding-top: 0;
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	padding-top: 0;
}

a{
	color: #1c06fd;
}

hr{
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top: 1px solid #554d40;
}

a:active {
	outline: 0;
	-moz-outline: 0;
} 

a:hover{
	color: #fc0;
	-moz-outline: 0;

}

a:visited{
	color: #004c86;
	-moz-outline: 0;
}

#container{
	width: 960px;
	margin: auto;
}
#header{
	width: 960px;
	height: 182px;
	background-repeat: no-repeat;
}

#header a{
	text-decoration: none;
	display: block;
	height: 182px;
	width: 280px;
	margin: auto;
}

#header i{
	visibility: hidden;
}

#header h1{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#wrapper{
}
#nav{
	display: block;
	width: 960px;
	height: 43px;
	color: #fff;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-top: 1px;
	background-repeat: no-repeat;
}

#leftcol{
	display: block;
	float: left;
	width: 134px;
	color: #fff;
	font: 11px Verdana, "Lucida Grande", Lucida, sans-serif;
	border-top: 1px solid #000;
	padding: 8px;
}

#leftcol a{
	color: #fff;
	text-decoration: none;
}

#leftcol a:hover{
	color: #fc0;
}

#content{
	display: block;
	border: 1px solid #785610;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	min-height: 300px;
	float: left;
	width: 943px;
	padding-left: 8px;
	padding-right: 8px;
	background: #9eaab7 url(../images/design/content_bg.jpg) no-repeat;
}

#home_content{
	width: 960px;
}

.home_blue{
	background: #cdd8e3 url(../images/design/handle_blue.png) repeat-x;
	border: 1px solid #000;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding: 6px;
}

.home_blue h3{
	color: #fff;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
}

.home_gold h3{
	color: #fff;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 12px;
}
.home_gold{
	background: #cdd8e3 url(../images/design/handle_gold.png) repeat-x;
	border: 1px solid #000;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding: 6px;
}



#home_content img{
	padding: 4px;
	background-color: #b9c5d1;
	border: 1px solid #606d7b;
	margin: 2px;
}

#home_content img.noBorder{
	padding: 0;
	border: 0;
	background-color: transparent;
}

#content img{
	padding: 4px;
	background-color: #b9c5d1;
	border: 1px solid #606d7b;
	margin: 2px;
}

#content img.noBorder{
	padding: 0;
	border: 0;
	background-color: transparent;
}

#rightcol{
	display: block;
	float: right;
	width: 134px;
	color: #fff;
	font: 11px Verdana, "Lucida Grande", Lucida, sans-serif;
	border-top: 1px solid #000;
	padding: 8px;
}

#rightcol a{
	color: #fff;
}

#rightcol a:hover{
	color: #fc0;
}

#plain_col{
	display: block;
	width: 48%;
	float: left;
	margin-right: 12px;
}

#clear{
	display: block;
	clear: both;
	height: 0;
}

#footer{
	display: block;
	clear: both;
	background: url(../images/design/footer.gif) no-repeat;
	color: #fff;
	font: 11px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
	padding-top: 21px;
	height: 53px;
	width: 960px;
}
#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	color: #808080;
}

#api a{
	color: #808080;
}

#api a:hover{
	color: #fff;
}

.graduate{
	font: 16px "Monotype Corsiva", "Apple Chancery", "URW Chancery L", "Times New Roman", Times, serif;
}

.showhead{
	background-color: #7d93ac;
}

.sale_button{
	border-top: 4px solid #889dc4;
	border-right: 4px solid #546c98;
	border-left: 4px solid #546c98;
	border-bottom: 4px solid #2d528c;
	color: #fff;
	font: bold 14px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-decoration: none;
	display: block;
	float: left;
	width: 208px;
	text-align: center;
	background-color: #002446;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 3px;
	height: 19px;
}

.sale_button:hover{
	border-top: 4px solid #384c71;
	border-right: 4px solid #546c98;
	border-left: 4px solid #546c98;
	border-bottom: 4px solid #889dc4;
	background: #334061 repeat-x 0;
	color: #fc0;
	font: bold 14px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

.sale_button:visited{
	color: #fff;
}

.sale_list{
	
}

.sale_list ul{
	padding-left: 0;
	list-style-type: none;
	margin: 0;
}

.sale_list li{

}

.sale_list li a{
	display: block;
	margin-bottom: 6px;
	color: #000;
	text-decoration: none;
	background-color: #cdd8e3;
	border-top: 2px solid #e2eefb;
	border-right: 2px solid #9098a0;
	border-left: 2px solid #9098a0;
	border-bottom: 2px solid #6d7379;
	padding: 4px;
}
.sale_list li a:hover{
	background: #7a90a6 0 bottom;
	border-top: 2px solid #48607b;
	border-right: 2px solid #7e8893;
	border-bottom: 2px solid #b6c4d3;
	border-left: 2px solid #7e8893;
	color: #fc0;
}

/* @end */

/* @group junior gallery */

.galltd{
	color: #fff;
	font: 13px Verdana, "Lucida Grande", Lucida, sans-serif;
	background-color: #1a1a1a;
	border: 1px solid #333;
	padding: 0;
}

.galltd:hover{
	background-color: #333;
}

.galltd a{
	color: #fff;
	text-decoration: none;
	display: block;
	height: 50px;
	padding: 4px;
}

.galltd img {
	padding-right: 4px !important;
}

.galltext{
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #fff;
}



/* @end */

/* @group EPDs and Pedigrees */

.PedAnmName{
	font-weight: bold;
	font-size: 14px;
}

.PedCalvedRow{
	font-weight: bold;
	font-style: italic;
	padding-bottom: 10px;
}
.PedTable
{
	width: 600px;
	text-align: left;
	padding-bottom: 10px;
}
.PedS, .PedD{
	font-weight: bold;
}

.PedPGS, .PedPGD, .PedMGS, .PedMGD{
	margin-left:35px;
}

.epdTable{	
	border-right: 1px solid #606d7b;
}

.epdTable td{	
	border-bottom: 1px solid #606d7b;
	border-left: 1px solid #606d7b;
}

.epdTableHeader
{ 
	background-color: #66798e;
	color: #c9d1d8;
	font-weight: bold;
	font-size: 11px;
}
.epdTableData
{ 
	background-color: #b7c0c9;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable{
	width: 450px;	
	border-right: 1px solid #606d7b;
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td{
	border-bottom: 1px solid #606d7b;
	border-left: 1px solid #606d7b;
	padding: 2px;
}

.EPDProdHeaderProd, .EPDMatHeader, .EPDCarcHeader, .EPDValueHeader{
	background-color: #66798e;
	color: #c9d1d8;
	font-weight: bold;
	font-size: 11px;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader{
	background-color: #8c9bac;
	font-size: 11px;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow{
	background-color: #b7c0c9;
	padding: 2px;
}
.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{	width: 448px;
	border-top: 1px solid #606d7b;
	border-right: 1px solid #606d7b;
	border-left: 1px solid #606d7b;
	
}
/* @end */

/* @group GeneStar Table */
#genestar{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#genestar td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 2px;
	text-align: center;
}

.gs_head{
	padding: 2px;
	background-color: #0c4c89;
	color: #fff;
	font-weight: bold;
}

.gs_subhead{
	background-color: #bc2d27;
	color: #fff;
}
/* @end */

/* @group AJAX Members List */

#memnav a{
 	font-size: 15px;
	font-weight: bold;
	background-color: #c11676;
	color: #fff;
	text-decoration: none;
	padding: 3px;
	}
	
#memnav a:hover{
	font-size: 15px;
	font-weight: bold;
	background-color: #4ab855;
	color: #fff;
	text-decoration: none;
	padding: 3px;

	}
/* @end */

/* @group Lightbox */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat;
	

/* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}

#imageData {
	padding: 0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #002446;
}

/* @end */
