/* -------------------------------------
	Author: Tim Blumer ~ api-webservices.com
	Built: 2009-09-04 (YYYY-MM-DD)
	Last Edit: 2009-09-09 (YYYY-MM-DD)
	URI: davisangus.com
---------------------------------------*/

/* @group Body */

body {
	margin: 0;
	padding: 0;
	font-family: "Gill Sans", Futura, "Trebuchet MS", Verdana, sans-serif;
	background: #000 url(images/mainbg.jpg) no-repeat center top;
}


p{
	font-size: medium;
	margin-top: .4em;
	line-height: 1.4;
}
a, a:link{
	color: #0b3468;
}
a:visited{
	color: #8a3519;
}
a:hover{
	color: #548a0c;
}

a:active
{
  outline: none;
}


h1, h2, h3, h4, h5, h6{
	margin: 0;
	color: #407700;
	letter-spacing: 2px;
}

/* @end */

/* @group Layout */

#contact {
	
}

#container {
	display: block;
	width: 860px;
	margin: auto;
}

#header {
	height: 125px;
	background-image: url(images/header.jpg);
}

#header a{
	display: block;
	height: 125px;
	width: 180px;
	float: left;
}

#header a h1{
	visibility: hidden;
	font-size: 24px;
}

#pagetitle{
	display: block;
	float: right;
	width: 670px;
	font-weight: bold;
	color: #407700;
	font-size: 30px;
	padding-top: 77px;
}

#wrapper {
	background: #fc6 url(images/nav_bg.png) repeat-y;
}

#nav {
	display: block;
	float: left;
	background: url(images/nav.jpg) no-repeat;
	width: 182px;
	text-align: center;
}

#nav ul {
	padding-left: 0;
	list-style-type: none;
	padding-top: 20px;
	font-weight: bold;
	margin: 0;
	width: 182px;
}

#nav li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	border-right: 1px solid #ad9044;
}

#nav li a:hover {
	background-color: #f8c45b;
	border-right: 1px solid #ab915e;
}

#contact p{
	line-height: 1;
	font-size: small;
	border-top: 1px dotted #ab915e;
	border-bottom: 1px dotted #ab915e;
	padding-top: 1em;
	padding-bottom: 1em;
}

#content {
	display: block;
	float: right;
	background: url(images/contentbg.gif) repeat-y;
	width: 658px;
	padding-right: 10px;
	padding-left: 10px;
}

#content img{
	padding: 6px;
	background-color: #ffe69c;
	border: 1px solid #ab915e;
}

#content img.noBorder{
	border: 0;
	padding: 0;

}

#footer {
	display: block;
	clear: both;
	background: #407700 url(images/footer.png) repeat-x;
	text-align: center;
	height: 28px;
	padding-top: 7px;
	font-size: 12px;
}

#footer ul{
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}

#footer ul li { 
	display: inline;
	padding: 0;
}


#footer li a{
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
}

#footer li a:hover{
	color: #fc6;
}

#footer li a:visited{
	color: #fc6;
}

#api {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}

#api a{
	color: #666;
}

#api a:hover{
	color: #999;
}

blockquote.comment {
	margin: 0 0 0 5px;
	background: url(images/comment_top.gif) 0 top;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote.comment span {
	background: url(images/comment_bottom.gif) no-repeat right bottom;
	display: block;
	padding: 16px 25px;
}

/* @end */

/* @group Pretty Forms */

form{
	margin: 0 0 1em;
	padding: 0;
}

label{
	color: #0b3468;
}

input, textarea{
	color: #0b3468;
	background: #ddc080;
	border: 1px solid #0b3468;
	margin: 0;
	padding: 3px;
}
.submit{
	padding-bottom: 1em;
	margin: 0;
}
.submit input{
	color: #000;
	background: #fff;
	padding: 5px;
	font-size: 12px;
}

fieldset{
	border: 1px solid #0b3468;
}
fieldset p{
	padding-left: 20px;
}
legend{
	background: #0b3468;
	padding: 2px 6px;
	color: #ffffcd;
}

/* @end */

/* @group EPDs/Peds/misc */
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}
.columns{
	float: left;
	margin-right: 2%;
	text-align: center;
	width: 31%;
}

.PedAnmName{
	font-size: x-large;
	color: #2f5506;
	font-style: italic;
}

.PedCalvedRow{

}

.PedS, .PedD{
	font-weight: bold;
}


.PedPGS, .PedPGD, .PedMGS, .PedMGD
{
	margin-left:20px;
}

.PedTable
{
	padding:10px;
	width:750px;
}

.PedTable td
{
	padding: 0px 20px 10px 0px;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: 1em;
	width:450px;
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.EPDProdHeaderProd, .EPDMatHeader, .EPDCarcHeader, .EPDValueHeader{
	background-color: #000;
	color: #fc6;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader{
	background-color: #2f5506;
	color: #fff;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow{

}

.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{
	font-size: 14px;
}
/* @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 */