/*
Orange: #ff6600
Lighter Orange: #ff9900
Blue: #003399
Grey: #666666
*/
#wrapper{
	width: 800px;
}
#header{
	position:relative;
	background: transparent url('../images/header-bkgd.png') repeat-x top right;
}
#logo{
	background: transparent url('../images/header-curve.png') no-repeat 0 0;
	z-index: 1;
	margin-right: 3px;
}
#logo h2{
	position: relative;
	left: 182px;
	top: -30px;
	font-weight: normal;
	color: #f60;
	font-size: 140%;
}
#logo h2 strong{
	font-weight: bold;
}
#address{
position: absolute;
top: 0;
right: 0;
display: block;
	color: #fff;
	text-align: right;
	padding: 5px 10px 0 0;
}
#address .email{
	padding-top: 5px;
	display: block;
}
#nav{
	background-color: transparent;
	font-weight: normal;
	font-size: 80%;
	position: absolute;
	top: 45px;
	right: 0;
}
	#nav li a{
		font-weight: normal;
		display: block;
		float: right;
		color: #fff;
		text-decoration: none;
		background-color: #666;
		padding: 4px 11px;
		border: 1px solid #fff;
		border-right:none;
	}
	#nav li{
		display: inline;
	}
	#nav li a:hover, #nav li a.active{
		background-color: #f60;
	}
#main{
	margin: 0 200px 0 0;
}
#full-main{
	margin: 0;
}
#left{
	width: 48%;
	float: left;
}
#left hr, #right hr{
	padding: 0;
	height: 0;
	margin: 15px 0;
	border: 0;
	background: #fff;
border-bottom: 1px solid #f60;
}
#left img{
	margin: 0 5px 5px 0;
}
#right img{
	margin: 0 0 5px 5px;
}
#right{
	width: 48%;
	float: right;
	border-left: 1px solid #f60;
	padding-left: 15px;
}
	.item{
		margin-bottom:0;
		clear: both;
	}
#main.faq{
	margin: 0;
}
#main_strutmount8{
	margin: 0 290px 0 0 ;
}
#main_strutmount7{
	margin: 0 210px 0 0 ;
}
#full-main.media div p{
	padding-bottom:15px;
}
#full-main.media div h3{
	padding-bottom:20px;
	color:#c52722;
}
.media-title{
	font-size:125%;
	color:#c52722;
	padding-bottom:20px;
}
.media-date{
	font-weight:bold;
	font-style:italic;
	padding-bottom:20px;
}
.cat_wrapper{
	width:450px;
	margin:0 auto;
	padding:20px 0;
}
.cat_wrapper div{
	padding:5px 0;
}

.cat_wrapper div label{
	width:130px;
	text-align:right;
	float:left;
	padding-right: 4px;
}

#main-full{
	margin: 0;
}
#main ul,#main-full ul{
	list-style: square inside;
}
#main ul, #main li, #main-full ul, #main-full li{
	padding: 5px;
}
#content{
	padding: 10px 20px;
	padding-right: 0;
}
#side{
	text-align: right;
	float: right;
	width: 200px;
}
#side-spec{
	float: right;
	width: 330px;
}
#side.faq{
	width: 346px;
	text-align: right;
}

#side.strutmount8{
	width: 280px;
	text-align: right;
}
#side.strutmount7{
	width: 210px;
	text-align: right;
}
#footer{
	text-align: center;
	color: #999;
	clear: both;
	margin-top: 30px
}
#footer .nav{
	margin: 0 0 5px 0;
}
#footer .nav li{
	display: inline;
}
#footer .nav li a{
	color: #999;
}
.button{
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #f60;
	padding: 9px;
	display: block;
}
.button.large{
	padding: 3px;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
}
.button.large:hover{
	background: #999;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
.image{
	display: block;
	margin: 20px 0;
	text-align: right;
}
dl{
	margin-bottom: 10px;
}
dt{
	font-weight: bold;
}
dd{
	margin-bottom: 10px;
}
.subnav{
	float: right;
}
.left{
	float: left;
	width: 48%;
}
.right{
	float: right;
	width: 48%;
}
.data{
	width: 350px;
	margin: 0 auto;
}
.data th{
	font-weight:bold;
	color:#ee8917;
}
.data .subhead{
	font-weight:bold;
	padding-top:5px;
	text-align: left;
}
.data td{
	border-bottom:1px solid #000;
}
.ad p,.ad a{
color: #039;
}
.productListing{
	width: 500px;
	margin: 0 10px;
}
.options{
	text-align: right;
}
.label{
padding-right: 3px;
}
#spec_detail{
color: #039;
padding: 10px;
}
#spec_sizes{
padding: 10px;
	width: 300px;
	background-color: #ccccff;
}
#spec_sizes h3{
	font-size: 95%;
	font-weight: bold;
}
#side-spec #spec_items{
	list-style: square outside url(../images/spec_bullet.jpg);
}
#side-spec #spec_items li{
	padding: 7px;
}
.note{
	padding: 5px 0;
	color: #039;
}