body{
	margin: 0;
	padding: 0;
	background-color: black;
}

#container{
	background-image: url(images/design/mainbg.gif);
	width: 767px;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
}

#header{
	background: url(images/design/header.gif) no-repeat;
	font: 11px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #fff1c5;
	padding-left: 599px;
	padding-top: 11px;
	padding-bottom: 9px;
}

#content{
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #513c23;
	padding: 5px 5px 5px 35px;
	width: 541px;
	display: block;
	float: left;
	clear: left;
}

#nav{
	display: block;
	float: right;
	width: 143px;
	padding: 5px 12px 5px 15px;
	margin-right: 14px;
	color: #fff1c5;
	font: bold 12px/3px Verdana, "Lucida Grande", Lucida, sans-serif;
}

#nav a{
	color: #fff1c5;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
}

#nav a:hover{
	background-image: url(images/design/over.gif);
	color: #773e0a;
	font-style: italic;
}


#extra{
	display: block;
	float: right;
	width: 143px;
	padding: 5px 12px 5px 15px;
	margin-right: 14px;
	clear: right;
	color: #fff1c5;
	font: 11px Verdana, "Lucida Grande", Lucida, sans-serif;
}

#footer{
	clear: both;
	height: 31px;
	color: #fff1c5;
	font: 11px Verdana, "Lucida Grande", Lucida, sans-serif;
	background: url(images/design/footer.gif) no-repeat;
	padding-top: 32px;
	text-align: center;
}

#footer a{
	color: #fff1c5;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}
#api{
	color: #83470e;
	background-color: #000;
	text-align: center;
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding: 8px;
}
#api a{
	color: #83470e;
	text-decoration: underline;
}
a {
color: #513c23;
}
input {
background-color: #fcf3d7;
border: solid 1px #653c23;
}

textarea {
background-color: #fcf3d7;
border: solid 1px #653c23;
}

.slideshow { height: 325px; width: 430px; margin: auto;
}
.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; 
margin: auto;}

/* @group EPDs and Pedigrees */


.PedTable
{	
	text-align: left;
	padding-bottom: 10px;
}
.PedAnmName{
	font-weight: bold;
	font-size: 14px;
}

.PedCalvedRow{
	font-size: 12px;
	font-style: italic;
	padding-bottom: 10px;
}

.PedS, .PedD{
	font-weight: bold;
}

.PedPGS, .PedPGD, .PedMGS, .PedMGD
{
	margin-left:35px;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable{
	width: 450px;
	border-right: 1px solid #513c23;
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td{
	border-bottom: 1px solid #513c23;
	border-left: 1px solid #513c23;
	padding: 3px;
}


.EPDProdHeaderProd, .EPDMatHeader, .EPDCarcHeader, .EPDValueHeader{
	background-color: #a36919;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader{
	background-color: #eece95;
	font-size: 11px;
	color: #513c23;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow{
	background-color: #fff1c5;
	color: #513c23;
}

.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{	
	width: 448px;
	border: 1px solid #513c23;
}
/* @end */


