@import url('header.css');

body{
margin-top: 20px;
}

#wrapper {
border: 1px solid #666666;
width: 1000px;
margin: auto;
}


.redheadline {
	background-image: url(../product/deckorail/images/decko_headbckgrd.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
.headerbkgrd {
	background-image: url(../images/headerbg.gif);
	background-repeat: repeat-x;
}	
	
.navline {
	background-image: url(../product/deckorail/images/nav1.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.imgbrdr {
	border: 18px solid #F8E4B2;
}
.bottomstripe {
	background-image: url(../product/deckorail/images/bottomstripe.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.orangeline {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C25A2B;
}
.subtextspace {
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 10px;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textspace {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tabimgbrdr {
	border: 4px solid #C25A2B;
}
.sublink {
	padding-left: 12px;
}
.literatureoutline {
	border: 2px solid #C25A2B;
}

.clear-right {
  clear: right;
}

#footer {
padding: 7px;
}

/* site map*/
.float-half{
	width: 35%;
	float: left;
}

.float-thirds{
	width: 30%;
	float: left;
}

.sitemap ul{
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	}
	.sitemap ul li{
		list-style: none;
		width: 200px;
		margin: 0;
		padding: 0;
		font-weight: bold;
	}
	.sitemap ul ul{
		margin-left: 20px;
		padding: 0;
	}
		.sitemap ul ul li{
			font-weight: normal;
			padding: 0;
		}
		
#htbForm table tr td,
#htbForm table tr th
{
	text-align: left;
}

#htbForm table tr th{
	font-size: 14px;
	padding:20px 0;
}

#htbForm span.product-label{
	display: block;
	padding: 5px;
	font-weight: bold;
	font-size: 1.2em;
}

#htbForm table tr#HowToBuyControl_trCustType td h3{
	font-size: 12px;
}

#htbForm table tr#HowToBuyControl_trZip td{
	font-weight: bold;
	font-size: 12px;
}

#htbForm div#HowToBuyControl_pnlResults h2,
#conForm h2{
	font-size: 14px;
}

#htbForm table#HowToBuyControl_tblResults{
	width: 400px;
	}
	#htbForm table#HowToBuyControl_tblResults th{
		background-color: #C25A2B;
		color: #ffffff;
		padding: 5px 10px;
	}
	#htbForm table#HowToBuyControl_tblResults td{
		padding: 10px;
	}
	#htbForm table#HowToBuyControl_tblResults tr.even td{
		background-color: #ececec;
	}
