/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background: #6b6438 url(../images/design/bg.jpg) repeat-x fixed;
}
h1, h2, h3, h4, h5, h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}
h1{font-size: 200%;}
h2{font-size: 180%;}
h3{font-size: 160%;}
h4{font-size: 140%;}
h5{font-size: 120%;}
h6{font-size: 100%;}

body, p{
	font: 14px Verdana, Geneva, Helvetica, Arial, sans-serif;
}
p{
	line-height: 1.5;
	margin: 0;
	padding: .5em 0;
}
abbr{
	border-bottom: 1px dotted;
	cursor: help;	
}
#container{
	margin: auto;
	min-width: 800px;
	width: 75%;
	background: #bebba8 url(../images/design/bg_lite.jpg) repeat-x fixed;
	border: 1px solid #000;
}
#nav{
	float: left;
	text-align: center;
	width: 13em;
	text-transform: uppercase;
}
#nav img{
	border: 0;
}
#nav a{
	display: block;
	height: 100%;
	width: 13em;
	padding: .25em 0;
	color: #c04f30;
	text-decoration: none;
}
#nav a:visited{
	color: #185124;
}
#nav a:hover{
	background-image: url(../images/design/button.jpg);
	color: #000;
	border-style: none;
}
#wrapper{
	padding-left: 13em;
}
#contact, #content{
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}
#contact, #footer{
	padding: 1em 0;
	text-align: center;
	font-size: 80%;
}

#content{
	padding: .5em 1em .5em 1.5em;
}

#content a, #footer a{
	color: #c04f30;
	text-decoration: none;
	border-bottom: 1px dotted #c04f30;
}

#content a:visited, #footer a:visited{
	color: #185124;
	border-bottom: 1px dotted #185124;
}
#content a:hover, #api a:hover, #footer a:hover{
	border-bottom: 1px solid #c04f30;
	color: #c04f30;
}
#content img{
	padding: 5px;
	border: 1px solid #ccc;
}
#content img.noBorder{
	border: 0;
	padding: 0;
}
#content a img{
	padding: 0;
	border: 1px solid #c04f30;
}
#content img.left{
	float: left;
	margin-right: .5em;
	padding: 5px;
}
#content img.right{
	float: right;
	margin-left: .5em;
	padding: 5px;
}
#content div.columns_left{
	float: left;
	padding-right: .5em;
}
#content div.columns_right{
	float: right;
	padding-left: .5em;
}
#content p.clear{
	clear: both;
}
#footer{
	border-left: 1px solid #000;
	text-transform: uppercase;
}
#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: auto;
	padding: 1em 0 1em 0;
	width: 75%;
	text-align: right;
}
#api a{
	color: #000;
	border-bottom: 1px dotted #000;
	text-decoration: none;
}
#sale_table{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
#sale_table th{
	font-weight: bold;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	background-color:#754c24;
	padding: 3px;
}
#sale_table tr{
	background-color: #dad6ce;
}
#sale_table td{
	padding: 3px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}
.banner_ad{ 
	width: 234px;
	border: 3px double #185124;
	margin: auto;
	background-color: #fff;
	padding: 5px;
	}
.banner_ad p{
	text-align: center;
	font: 12px Georgia, "Times New Roman", serif;
}
.left{
	float: left;
	margin-right: 5px;
}
.right{
	float: right;
	margin-left: 5px;
}
.clear{
	clear: both;
}
/* @end */

/* @group EPDs and Pedigrees */

.PedAnmName{
	font: 150% Georgia, "Times New Roman", Times, serif;
}

.PedCalvedRow,.PedS, .PedD{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.PedPGS, .PedPGD, .PedMGS, .PedMGD
{
	margin-left: 25px;
}

.PedTable
{
	padding:10px;
	font-size: .875em;
}

.PedTable td
{
	padding: 0px 20px 10px 0px;
}
.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable, .DamProdAvgTable{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td, .DamProdAvgTable td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.EPDProdHeaderProd, .EPDMatHeader, .EPDCarcHeader, .EPDValueHeader, .DamProdAvgHead {
	background-color: #754c24;
}
.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader, .DamProdAvgSubHead{
	font-size: 12px;
	background-color: #c7b299;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow, .DamProdAvgData{
	font-size: 10px;
	background-color: #dad6ce;
}
.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{
	font-size: 12px;
}
/* @end */
