@import url('general.css');
/***************************************
**	Global Styles
****************************************/
* {
	padding: 0px;
	margin: 0px;
	font-family: arial;
}
body {
	background-color: #171717;
	text-align: center;
}

h1 { font-style: italic; color: #f47830; margin-bottom: 15px; font-size: 30px; font-weight: 400; }
h2 { font-style: italic; color: #2ea08c; border-bottom: 1px solid #3f403f; font-weight: 300; margin-bottom: 10px; }
h3 { font-size: 16px; font-weight: 300; color: #2ea08c; margin-bottom: 15px; }
h3 a { font-size: 16px; font-weight: 300; color: #2ea08c; }
p, li, a, td, span, input, textarea { font-size: 13px; }

a { color:#F47830; text-decoration: none; }
a:hover { text-decoration: underline; }

/***************************************
**	Site Structure
****************************************/
#navigation {
	height: 38px;
	background-color: #151515;
	border-bottom: 1px solid #717274;
	position: relative;
	z-index: 100;
}
.wrap {
	text-align: left;
	width: 960px;
	margin: 0px auto;
}

/***************************************
**	Navigation Styles
****************************************/
#navigation ul {
	margin: 0px;
}
#navigation ul li {
	float: left;
	list-style-type: none;
	margin: 0px;
}
#navigation ul li a {
	display: inline-block;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	text-decoration: none;
	padding: 0 31px;
	color: #949494;
	border-right: 1px solid #2b2b2b;
}
#navigation ul li a:hover, #navigation ul li a.active {
	background: url('images/hover-gradient.jpg') repeat-x bottom left;	
}
#navigation ul li a.first {
	border-left: 1px solid #2b2b2b;
}

/***************************************
**	Subpage Banner
****************************************/
#sub-banner {
	background: #000 url(images/subpage-banners/banner1.jpg) no-repeat top center;
	height: 134px;
	position: relative;
	z-index: 10;
}
#sub-banner-logo {
	position: absolute !important;
	top: -40px;
	left: -20px;
}

/***************************************
**	Subpage Sidebar
****************************************/
#subpage-sidebar {
	float: left;
	width: 220px;
}
#subpage-sidebar ul {
	margin-left: 0px;
}
#subpage-sidebar li {
	list-style-type: none;
	margin-left: 0px;
	padding: 2px 0;
}
#subpage-sidebar li a {
	color: #000;
}
#subpage-sidebar h3 {
	color: #707070;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 0 30px;
	height: 30px;
	line-height: 28px;
	font-size: 20px;
}
#subpage-sidebar h3 a {
	color: #707070;
	height: 30px;
	line-height: 28px;
	font-size: 20px;
	display: block;
}
#subpage-sidebar h3.products {
	background: url(images/icons/products-icon.png) no-repeat top left;
}
#subpage-sidebar h3.home {
	background: url(images/icons/home-icon.png) no-repeat top left;
}
#subpage-sidebar h3.dealer {
	background: url(images/icons/dealer-icon.png) no-repeat top left;
}
#subpage-sidebar h3.paper {
	background: url(images/icons/paper-icon.png) no-repeat top left;
}
#subpage-sidebar h3.book {
	background: url(images/icons/book-icon.png) no-repeat top left;
}

/***************************************
**	Homepage Main Content
****************************************/
.home-page-col p {
	font-size: 13px;
	line-height: 1.6em;
}

/***************************************
**	Subpage Main Content
****************************************/
#subpage-main-content {
	float: right;
	width: 640px;
	padding-bottom: 15px;
}

.odd {
	background-color: #ECECEC;
}

/***************************************
**	FAQs Content
****************************************/
.faqs h3 {
	margin-bottom: 5px;
	padding-top: 10px;
}

/***************************************
**	Contact Content
****************************************/
.contact-page-sidebar {
	float: right;
	width: 245px;
}
.contact-main {
	width: 365px;
}

/***************************************
**	Find a Dealer Content
****************************************/
#find-a-dealer {
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
#find-a-dealer table {
	width: 100%;
	margin: 5px;
}
.selector-style {
	font-size: 12px;
	line-height: 1.5em;
	padding: 1px;
}
/***************************************
**	Content Body
****************************************/
.content-bg {
	background-color: #4c4c4e;
}
.content-body {
	padding: 1px 0;
	width: 960px;
	background: #fff url(images/content-body-bg.png) repeat-y top left;
	min-height: 300px;
}
.content {
	margin: 20px 25px;
}
.document {
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 25px;
	background: url('images/icons/document.png') no-repeat top left;	
}
.accessory {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 33px;
	background: url('images/icons/accessory.png') no-repeat top left;	
}
/***************************************
**	Footer Styles
****************************************/
#footer {
	background-color: #171717;
	min-height: 130px;
	padding: 1px 0px;
	padding-bottom: 20px;
}
#footer-wrap {
	margin: 25px;
}
#footer-contact-us {
	width: 235px;
	float: left;
}
#footer-dealer-locator {
	width: 300px;
	float: left;
	margin-left: 25px;
}
#footer p {
	margin-bottom: 4px;
}
#footer td, #footer p, #footer span, #footer a {
	color: #868686;
}
.heat-glo {
	opacity: .5;
	margin-top: 25px;
}
.heat-glo:hover {
	opacity: 1;
}
.kozy-heat {
	margin-top: 15px;
	opacity: .5;
	margin-right: 45px;
}
.kozy-heat:hover {
	opacity: 1;
}


