/* -------------------------------------
	Design: Seana Brown
	CSS: Thuy Copeland
	Built: 2010/08/19
	Last Edit: 2010/08/19
	URI: http://riverbendranch.us
---------------------------------------*/

/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background: #000 url(../images/design/header.jpg) no-repeat center top;
	font-family: Arial, "Helvetica Neue",  Helvetica, Geneva, sans-serif;
}
body, p{
	margin-top: 0;
	padding-top: 0;
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	padding-top: 0;
}

a{
	/*color: #fff;*/
}

hr{
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top: 1px solid #333;
}

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: 260px;
	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: 37px;
	color: #fff;
	padding-top: 3px;
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 20px;
	margin-bottom: 27px;
}
#content{
	display: block;
	border: 1px solid #005fa2;
	min-height: 300px;
	float: left;
	width: 944px;
	padding: 8px;
	background: #c1c1c1 url(../images/design/content_bg.jpg) no-repeat;
}

#home_content{
	width: 960px;
}

.home_blue{
	background: #b2adab url(../images/design/handle_blue.png) repeat-x;
	border: 1px solid #005fa2;
	padding: 0;
}

.home_blue h3{
	color: #fff;
	margin-bottom: 10px;
	background-color: #005fa2;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 8px;
	padding-left: 12px;
	padding-bottom: 6px;
	border: 1px solid #b2adab;
}
#content img{
	padding: 10px;
	background-color: #b2adab;
	border: 1px solid #645e65;
	margin: 2px;
}

#content img.noBorder{
	padding: 0;
	border: 0;
	background-color: transparent;
}
#footer{
	display: block;
	clear: both;
	color: #fff;
	text-align: center;
	width: 960px;
	font: 21px "Times New Roman", Georgia, Times, serif;
}
#footer a{
	text-decoration: none;
	color: #fff;
}
#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	color: #808080;
}

#api a{
	color: #808080;
}

#api a:hover{
	color: #fff;
}

.sale_list{
	padding: 6px;
}

.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: #706866;
	padding: .25em .5em;
	font-size: 18px;
	border: 4px outset #988d8b;
}
.sale_list li a:hover{
	border-style: inset;
	border-width: 4px;
}
.left{
	float: left;
	margin-right: 1em;	
}
.right{
	float: right;
	margin-left: 1em;
}
.clear{
	clear: both;
}
.short{
	width: 20%;
	float: left;
	text-align: center;
}
.short p{
	font-size: .8em
}
#semen{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: .5em;
}

#semen td, #semen th{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 3px;
	background-color: #fff;
}
/* @group EPDs and Pedigrees */

/* @group .net tags */

/** new for .net conversion **/
.epdOutsideTab
{
	width: 75%;
	padding:0px;
	border-spacing:0px;
	 
}

.PedTable
{
	width:500px;
	height:170px;
}

.PedTable td
{
	white-space:nowrap;
	text-align:left;
}
.PedPGS, .PedPGD, .PedMGS, .PedMGD
{
	 margin-left:35px;
}
.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable
{
	width:100%;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: .5em;
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td
{	
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding:3px;
	white-space:nowrap;
}

.EPDProdHeaderProd, .EPDMatHeaderMat, .EPDCarcHeaderCarc, .EPDValueHeaderValue
{
	background-color: #7e4008;
	color: #fff;
	text-transform: uppercase;
	
}

.EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader,.EPDProdSubHeader
{
	font-size: 12px;
	background-color: #ccc;
	color: #000;
	
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow , .EPDValueDataRow
{
	font-size: 12px;
	background-color: #fff;
	
}

.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{

}

/* @end */

.PedAnmName{
	color: #000;
	font-size: 28px;
	font-weight: bold;
}

.PedCalvedRow{
}

.PedS, .PedD{
	font-weight: bold;
}

.ped_pedbody{
	
}

#epdtable{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: .5em;
}

#epdtable td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.epdhead{
	background-color: #7e4008;
	color: #fff;
	text-transform: uppercase;
}

.epdsubhead{
	font-size: 12px;
	background-color: #ccc;
	color: #000;
}

.epddata{
	font-size: 12px;
	background-color: #fff;
}
/* @end */

/* @end */
