

/* MAIN INFO */

body {
	background-color: #fff;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
	color: #50645b;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

		
h4 {
	margin: 8px 0;
}

p {
	font-size: 12px;
	margin-top: 5px;
}

.text {
	padding: 10px 20px;
}
			
.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.small {
	font-size: 10px;
}

h3.red {
	color: #f00;
	font-size: 16px;
}

h3.black {
	color: #000;
	font-size: 14px;
}
.black {
	color: #000;
}

.description {
	color: #50645b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
}

.description-sm {
	color: #50645b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}

.underline {
	color: #50645b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 10px;
	text-decoration: underline;
}
		
.special {
	color: #900;
}

a {
	color: #990;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
	}
	
.imgtext {
	display: none;
	}

span.imgtxt {
	display: none;
}

.copyrights {
	color: #333;
	float: left;
	font-size: 12px;
	position: relative;
}

.red {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.clear {
	clear: both;
}

.buy-btn {
	height: 34px;
	position: relative;
	padding: 0 20px;
	bottom: 0px;
	}
		
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

#main-wrapper {
	margin: 0 auto;
	padding: 0 20px 50px 20px;
	position: relative;
	width: 960px;
}

#header {
	background-image: url(../images/css-images/header-bg3.jpg);
	background-repeat: no-repeat;
	height: 150px;
	margin: 0;
	position: relative;
	width: 1000px;
}

#index-header {
	background-image: url(../images/css-images/index-header3.jpg);
	background-repeat: no-repeat;
	height: 280px;
	margin: 0;
	position: relative;
	width: 1000px;
}

#logo {
	color: #fff;
	height: 100px;
	margin-left: 0px;
	position: absolute;
	text-align: center;
	top: 275px;
	width: 200px;
}

#head-links {
	color: #fff;
	height: 100px;
	font-size: 12px;
	right: 10px;
	position: absolute;
	text-align: center;
	top: 190px;
	width: 120px;
}

#head-links a {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	}
		
#content {
	margin: 0 auto;
	width: 650px;
}

#content-wide {
	margin: 0 auto;
	width: 850px;
}

#footer {
	border-top: #333 1px solid;
	clear: both;
	color: #333;
	font-size: 12px;
	margin: 30px 0 0 0;
	padding: 15px 0;
	text-align: right;
	width: 1000px;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#content-mid {
	background-image:url(../images/css-images/contentMid-bg.jpg);
	background-repeat: repeat-y;
	margin: 0;	min-height: 446px;
	padding: 0 7px 0 7px;
	width: 936px;
}
/* END GENERAL INFO */

/* MISC INFO */

.line {
	background: #999;
	height: 1px;
	margin: 0 auto;
	width: 75%;
}
	
#flash {
	height:190px;
	padding-left: 30px;
	width:190px;
	z-index: 80;
}

#flash-index {
	height:190px;
	position: absolute;
	right: 380px;
	top: 340px;
	width:190px;
	z-index: 80;
}

#facebook {
	background: url(../images/css-images/facebook.png) top center no-repeat;
	display: block;
	height: 54px;
	float: right;
	position: absolute;
	right: 0px;
	top: 30px;
	width: 325px;
	z-index: 200;
}

/* END MISC INFO */

/* SITEMAP INFO */

#sitemap {
	background-color: #554627;
	height: 30px;
	position: relative;
	top: 118px;	
	width: 1000px;
}

#sitemap ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 830px;
}

#sitemap ul li {
	float: left;
	height: 24px;
	margin: 0 20px;
	padding-top: 6px;
	text-align: center;
}

#sitemap ul li a {
	color: #f8e304;
	font-size: 16px;
	text-decoration: none;
}

#sitemap ul li a:hover {
	color: #fff;
}

#sitemap ul .selected {
	color: #fff;	
}

#sitemap-index {
	background-color: #554627;
	height: 30px;
	position: relative;
	top: 248px;	
	width: 1000px;
}

#sitemap-index ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 830px;
}

#sitemap-index ul li {
	float: left;
	height: 24px;
	margin: 0 20px;
	padding-top: 6px;
	text-align: center;
}

#sitemap-index ul li a {
	color: #f8e304;
	font-size: 16px;
	text-decoration: none;
}

#sitemap-index ul li a:hover {
	color: #fff;
}

#sitemap-index ul .selected {
	color: #fff;	
}

#sub-nav {
	padding: 10px;
	margin-bottom: 50px;
	width: 940px;
}

#sub-nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

#sub-nav ul li {
	color: #554627;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0 20px;
	text-transform: uppercase;
}

#sub-nav ul li a {
	color: #554627;
}

/*Dropdowns */
#sub-nav ul li ul {
	position: absolute;
	display: none;
	width: 100%;
	z-index: 100;
	}
	
#sub-nav ul li:hover ul, #sub-nav ul li.sfhover ul {
	background-color: #d4ba86;
	display: block;
left: auto;width: auto;	
	padding: 10px;
	text-align: left;
	
	z-index: 99;
	}
	
#sub-nav ul li ul li {	
	border: none;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0;
	text-align: left;
	z-index: 100;
	}

#sub-nav ul li ul li a {
	color: #554627;
	}

#sub-nav ul li ul li a:hover {
	color: #554627;
	}	

#sub-nav ul li ul li a.sale-red {
	color: #FF0000;
}				
/* SITEMAP INFO END */

/* CONTENT INFO */

#fly-sheet {
	background-image: url(../images/css-images/fly-sheet-bg2.jpg);
	background-repeat: no-repeat;
	height: 396px;
	padding-top: 25px;
	position: relative;
	width: 650px;
}

#fly-sheet .txt {
	color: #000;
	float: right;
	height: 320px;
	margin-right: 10px;
	text-align: center;
	width: 255px;
}

#fly-sheet .txt2 {
	color: #000;
	padding-left: 120px;
	padding-top: 55px;
	width: 350px;
}

#fly-sheet .small {
	font-size: 10px;
	padding: 0 20px;
}

.homepage-ad {
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
}

.ad1 {
	background-image: url(../images/css-images/homead-mud.jpg);
	background-repeat: no-repeat;
	height: 453px;
	width: 100%;
}

.ad2 {
	background-image: url(../images/css-images/homead-frost.jpg);
	background-repeat: no-repeat;
	height: 622px;
	width: 100%;
}

.ad3 {
	background-image: url(../images/css-images/homead-rain.jpg);
	background-repeat: no-repeat;
	height: 404px;
		width: 100%;
}	

.homepage-ad .txt {
	color: #000;
	float: right;
	height: 320px;
	margin-right: 10px;
	text-align: center;
	width: 255px;
}

.homepage-ad .txt2 {
	color: #000;
	padding-left: 120px;
	padding-top: 55px;
	width: 350px;
}

.homepage-ad .small {
	font-size: 10px;
	padding: 0 20px;
}

.homepage-ad .link {
	padding: 450px 0 0 900px;
}

.clearance {
	margin: 50px 0;
	}
	
/* CONTENT INFO END */

/* SIDEBAR INFO */

#sidebar {
	float: left;
	margin-right: 10px;
	width: 300px;
}

.sidebar-content {
	padding-bottom: 25px;
	width: 300px;
}

.sidebar-content p, .sidebar-content h4 {
	padding: 0 10px;
}
	
#sidebar ul {
	margin: 0;
	padding: 0 10px;
}

#sidebar ul li {
	border-bottom: #50645b solid 1px;
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

#sidebar ul li a{
	color: #000;
	font-size: 16px;
	padding-left: 10px;
	text-decoration: none;
}
	
.headline {
	color: #fff;
	background-color: #50645b;
	height: 23px;
	padding: 5px 10px 0 10px;
	width: 280px;
}

/* SIDEBAR INFO END */

/* PRODUCT INFO */

#product {
	padding: 20px 0;
	min-height: 600px;
	width: 960px;
}
	
.product-img {
	border: #990 5px solid;
	float: left;
}
	
.product-info {
	float: left;
	margin-left: 20px;
	width: 500px;
}
	
.products-left {
	float: left;
	width: 370px;
}
	
.products-right {
	float: left;
	width: 280px;
}

.product-sm {
	float: left;
	height: 250px;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	width: 190px;
}

#row-gray {background-color: #50645B; font-size: 13px; color: #fff; font-weight: bold;}
#warranty-row {font-size: 11px; color: #000; font-weight: normal;}
#warranty-header {font-size: 18px; color: #000; font-weight: bold;}

.fitting {
	background: url(../images/css-images/fitting-instructions.jpg) center top no-repeat;
	height: 600px;
	width: 650px;
	}
