/* -------------------------------------
	Design: Ray Palermo
	CSS: Thuy Copeland
	Built: 2010-08-03
	Last Edit: 2008-06-26
	URI: http://www.bobcatangus.com
---------------------------------------*/
/* @group Reset */
/* Eric Meyer's CSS Reset, modified 
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, hr, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* @end */

/* @group Typography/Layout */
h1, h2, h3, h4, h5, h6{
	text-transform: uppercase;
	font-weight: bold;
	color: #b69851;
	margin-bottom: .25em;
}
h1{
	font-size: large;
}
h2{
	text-transform: capitalize;
}
h3{
	text-transform: capitalize;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
b{
	color: #2c06b5;
}
p{
	font-size: .75em;
	line-height: 1.4;
	margin-bottom: .75em;
}
a, a:link{
	color: #b64926;
	text-decoration: none;
}
a:visited{
	color: #b69851;
}
a:hover{
	color: #ebbc30;
}
a:active{
	color: #873a2a;
}
a img{
	border-color: #b64926;
}
a:visited img{
	border-color: #b69851
}
a:hover img{
	border-color: #ebbc30;
}
a:active img{
	border-color: #873a2a;
}
img{
	background-color: #f4f4f4;
	border: 1px solid #ddd;
	padding: 5px;
}
input, textarea{
	border: 1px solid #978d74;
}
/* An extra div if needed, not plugged into the HTML by default */
#contact{
	padding-right: 9px;
}
#contact p{
	margin: 1em 0;
}
#container{
	display: block;
	width: 1003px;
	background-image: url(../images/design/containerbg.jpg);
	border-right: 1px solid #4b3c03;
}
#header h1{
	display: block;
	background: url(../images/design/header.jpg) no-repeat;
	height: 62px;
	padding-left: 226px;
	padding-top: 97px;
	font: 40px "Brush Script MT", "Lucida Handwriting", "Zapf Chancery";
	color: #2c06b5;
	text-transform: capitalize;
	margin: 0;
}
#nav{
	display: block;
	float: left;
	width: 180px;
	background-image: url(../images/design/navbg.gif);
	text-align: right;
	color: #2c06b5;
	padding-left: 8px;
	font-family: "Copperplate Gothic Bold", Verdana, "Lucida Grande", Lucida, sans-serif;
}
#nav a{
	display: block;
	border-bottom: 1px solid #e6be21;
	text-decoration: none;
	color: #2c06b5;
	padding: 2px 10px 2px 0;
	font-size: .75em;
}
#nav a:hover{
	color: #fff;
	background-color: #2c06b5;
}

#content{
	display: block;
	float: right;
	width: 752px;
	font: 1em Verdana, "Lucida Grande", Lucida, sans-serif;
	padding: 0 30px 20px;
}
#footer{
	clear: both;
	padding-left: 196px;
	font: 11px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #2c06b5;
	background: url(../images/design/footer.jpg) no-repeat left top;
}
#footer ul li{
	display: inline;
	margin: 0 1em;
}
#footer a{
	text-decoration: none;
}

#footer a:hover{
	color: #fff;
	background-color: #2c06b5;
}
#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* @end */

/* @group EPDs/Peds/misc */
.left{
	float: left;
	margin-right: .5em;
	margin-bottom: .5em;
}
.right{
	float: right;
	margin-left: 10px;
}
.center{
	margin: 0 auto;
	text-align: center;
}
.clear{
	clear: both;
}
img.no-border{
	border: 0 none;
	padding: 0;
}
.col2{
	float: left;
	width: 45%;
	margin-right: 5%;
}
.col3{
	float: left;
	width: 32%;
	margin-right: 1%;
}
.col4{
	float: left;
	width: 25%;
	margin-bottom: 1.25em;
}

/* @group .net original */

#sale{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: 1em;
}
#sale th{
	background-color: #ffd253;
	color: #000;
	font: bold 13px Verdana, "Lucida Grande", Lucida, sans-serif;
}	
#sale th, #sale td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 3px;
}
#sale td{
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.column{
	width: 48%;
	margin-right: 2%;
	float: left;
}
.clear{
	clear:both;
}
.PedAnmName{
	font-weight: bold;
	color: #2c06b5;
	font-size: 20px;
}

.PedCalvedRow{
	color: #2c06b5;
}

.PedS, .PedD{
	font-weight: bold;
	color: #2c06b5;
}

.PedPGS, .PedPGD, .PedMGS, .PedMGD
{
	margin-left:35px;
}

.PedTable
{
	padding:10px;
}

.PedTable td
{
font: 11px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding: 0px 20px 10px 0px;
}
.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable, .DamProdAvgTable{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	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 {
	padding : 5px;
	background-color: #ffd253;
	color: #000;
	font: bold 13px Verdana, "Lucida Grande", Lucida, sans-serif;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader, .DamProdAvgSubHead{
	padding : 5px;
	background-color: #fee4ab;
	font: bold 11px Verdana, "Lucida Grande", Lucida, sans-serif;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow, .DamProdAvgData{
	
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{

}
/* @end */

/* @group jQuery Slideshow */
.slideshow{
	height: 430px;
	width: 630px;
	margin: auto;
}
.slideshow img{
	padding: 15px;
	border: 1px solid #ccc;
	background-color: #eee;
}
/* @end */

/* @end */
