/* -------------------------------------
	Design: Ray Palermo
	CSS: T. Copeland ~ api-webservices.com
	Built: 2008-12-02
	Last Edit: 2008-12-03
	URI: http://www.diamondwranch.com
---------------------------------------*/
/* @group Layout */

body{
	background: #ffffcb url(images/design/header_bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	font: 1em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}
p{
	font-size: .8em;
	line-height: 1.2em;
}
/* LVHA */
#container{
	background: url(images/design/header.jpg) no-repeat;
	float: left;
	width: 100%;
	height: auto;
}
#header{
	
}
#header h1{
	margin: 0;
	padding: 0;
}
#header i{
	visibility: hidden;
}
#header a{
	display: block;
	text-decoration: none;
	height: 93px;
}
#wrapper{
	background: url(images/design/nav_bg.gif) repeat-y;
	width: 950px;
	float: left;
}
#nav{
	font-size: .9em;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 114px;
	float: left;
}
#nav li{
	height: 29px;
	text-align: center;
}
#nav a{
	background: url(images/design/button.gif) no-repeat;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 5px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
#nav a:hover{
	background: url(images/design/button.gif) no-repeat -114px;
	color: #faf1ac;
}
#nav a:active{
	color: #fff;
}
#nav .big_button{
	height: 52px;
	background: url(images/design/button_lg.gif) no-repeat;
}
#nav .big_button a{
	background-image: none;
	padding-bottom: 9px;
	padding-top: 9px;
}
#nav .big_button a:hover{
	background: url(images/design/button_lg.gif) no-repeat -114px;
}
#content{
	width: 65%;
	float: left;
	margin-left: 30px;
}
#content h1{
	margin-top: 45px;
	margin-bottom: 0;
}
#content img{
	border: 1px solid;
}
#content img.no-border{
	border: none;
}
#contact{
	float: left;
	width: 11em;
}
#contact p{
	text-align: right;
}
#footer{
	clear: both;
	list-style-type: none;
	margin: 0 auto;
	padding: 0 0 0 140px;
}
#footer li{
	display: inline;
	font-size: .7em;
	text-transform: lowercase;
}
#footer li:before{
	content: ": ";
}
#footer li:after{
	content: " :";
}
#api{
	font: .8em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	margin-right: 222px;
	display: block;
	float: right;
	clear: both;
}

/* @end */

/* @group Pretty Forms */

form{
	margin: 0;
	padding: 0;
}

label{
	color: #a82a1b;
}

input, textarea{
	color: #a82a1b;
	background: #fefbdd;
	border: 1px solid #a82a1b;
	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 #a82a1b;
}
fieldset p{
	padding-left: 20px;
}
legend{
	background: #a82a1b;
	padding: 2px 6px;
	color: #fff;
}

/* @end */

/* @group EPDs/Peds/misc */
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}

.PedAnmName{
	font-size: 2em;
	font-style: italic;
	color: #a82a1b;
}

.PedCalvedRow{
	font-weight: bold;
}

.PedS, .PedD{
	font-weight: bold;
	color: #a82a1b;
}
.PedPGS, .PedPGD, .PedMGS, .PedMGD
{
	margin-left:35px;
}

.PedTable
{
	padding:10px;
	width:700px;
}

.PedTable td
{
	padding: 0px 20px 10px 0px;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable, .DamProdAvgTable{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: 1em;
	width:400px;
}

.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: #a82a1b;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader, .DamProdAvgSubHead{
	font-size: .75em;
	background-color: #c0c288;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow, .DamProdAvgData{
	font-size: .75em;
}
.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{
	font-size: 12px;
}
/* @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 */
