﻿* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/body-bg.gif);	
	text-align: center;
	font: 13px/1.3em Arial, Helvetica, sans-serif;
}

p {
	margin: 6px 0;
}

h1 {
	margin: 16px 0 18px 0;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	color: #0D7753;
	border-bottom: 3px solid #B2B2B2;
}

h1.home-heading {
    font-size: 20px;
    margin: 8px 0 18px 0;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	color: #97752E;
	margin: 28px 0 0 0;
}

h3 {
	margin: 24px 0 3px 0;
	font-size: 15px;
	line-height: 22px;
	color: #222222;
}

h3.overline {
	font-size: 16px;
	margin: 16px 0 -8px 0;
	color: #999999;
}

h3.overline a:link, h3.overline a:visited {
	color: #999999;
}

h3.overline a:hover {
	color: #333333;
}

h3.overline a:active {
	color: #999999;
}

h4 {
	font-size: 14px;
	line-height: 18px;
	color: #111111;
	margin: 8px 0 4px 0;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin: 8px 0 4px 0;
}

.underlined {
	text-align: center;
	padding-bottom: 2px;
	border-bottom: 1px solid #335817;
	margin: 0 12% 8px 12%;
}

.small {
	font-size: .9em;
	line-height: 1.3em;
}

.big {
	font-size: 1.2em;
	line-height: 1.4em;
}

.red {
    color: #D02121;
}

.large {
	font-size: 1.8em;
	line-height: 1em;
}

.intro {
	font-weight: bold;
	color: #97752E;
}

.green {
	color: #2CEC86;
}

.tan {
	color: #806222;
}

.right {
	text-align: right;
}

.top-padding-lt {
	padding-top: 12px;
}

.top-margin {
	margin-top: 240px;
}

.center-align {
	text-align: center;
}

.left-third {
	float: left;
	margin: 0 10px;
	width: 30%;
}

img {
	border: none;
}

.img-right {
	clear: right;
	float: right;
	margin: 2px 0 2px 20px;
}

.img-left {
	clear: left;
	float: left;
	margin: 2px 20px 4px 2px;
}

.img-left-padded {
	clear: left;
	float: left;
	margin: 2px 20px 30px 2px;
}

.img-left-side {
	clear: left;
	float: left;
	margin: 0 8px 4px 0;
}

.img-prod {
	float: right;
	margin: 0 0 4px 8px;
	border: 1px solid #AAAAAA;
}

.pullout {
	clear: right;
	float: right;
	width: 200px;
	padding: 12px 0 12px 30px;
	font-size: 1.5em;
	font-weight: bold;
	color: #777777;
	text-align: right;
}

blockquote {
	padding: 10px 40px;
}

a:link, a:visited {
	color: #01693C;
}

a:hover {
	color: #000000;
}

a:active {
	color: #01693C;
}

a:link.white, a:visited.white {
	color: #FFFFFF;
}

a:hover.white {
	color: #2CEC86;
}

a:active.white {
	color: #FFFFFF;
}

a:link.lt-grn, a:visited.lt-grn {
	font-style: italic;
	color: #2CEC86;
}

a:hover.lt-grn {
	font-style: italic;
	color: #61FE86;
}

a:active.lt-grn {
	font-style: italic;
	color: #2CEC86;
}

.inset-paper a {
	font-weight: bold;
}

a.noline {
	text-decoration: none;
}

.inset {
	margin: 6px 12px;
}

.inset2 {
	margin: 13px;
}

.clear {
	clear: both;
}

.divider {
	clear: both;
	width: 100%;
	border-bottom: 2px solid #DDDDDD;
	padding-top: 10px;
	margin-bottom: 20px;
}

.divider-side {
	clear: both;
	display: block;
	width: 100%;
	border-bottom: 1px solid #14BA62;
	padding-top: 0;
	margin-bottom: 0;
}

.warning-box {
	padding: 8px 30px 8px 100px;
	margin: 8px 0;
	font-size: 12px;
	background: #FFD205 url(images/airborne-contaminants-icon.gif) left center no-repeat;
}

.warning {
	padding-left: 36px;
	line-height: 40px;
	background: url(images/warning.jpg) left center no-repeat;
}

/* LAYOUT */

#page {
	position: relative;
	margin: 0 auto;
	padding-bottom: 144px;
	width: 1000px;
	text-align: left;
	background: url(images/page-bg.gif) no-repeat;
}

/* Header */

#header {
	width: 1000px;
	height: 230px;
	position: relative;
}

#logo {
	width: 302px;
	height: 297px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#top-links {
	width: 900px;
	position: absolute;
	right: 46px;
	top: 26px;
}

#top-links ul {
	list-style-type: none;
	font-size: 14px;
}

#top-links li {
	list-style-type: none;
	float: right;
	padding: 0 0 0 18px;
}

#top-links a:link, #top-links a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#top-links a:hover {
	color: #2CEC86;
	text-decoration: underline;
}

#top-links a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#catalog-link {
	position: absolute;
	width: 100px;
	height: 150px;
	top: 64px;
	right: 42px;
	text-align: left;
}

/* Main Content */

#wrapper {
	width: 1000px;
	background: #18715E url(images/container-bg.gif) repeat-x 0 500px;
}

#container {
	width: 100%;
	float: right;
	margin-left: -285px;
}

#content {
	margin-left: 285px;
	overflow: hidden;
}

#contact {
	float: right;
	margin: 0 0 4px 8px;
	width: 187px;
	height: 240px;
	font: bold 11px/17px Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	border-left: 8px solid #FFFFFF;
	background: url(images/contact-bg.jpg) no-repeat;
}

#contact-home {
	float: right;
	width: 187px;
	height: 240px;
	font: bold 11px/17px Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	background: url(images/contact-home-bg.jpg) no-repeat;
}

#rotator {
	position: absolute; 
	width: 475px;
	height: 240px;
	background: #000000;
	overflow:hidden;
}

#rimg0{
	vertical-align:bottom;
	position:relative;
	z-index:5;
}

#rimg1{
	vertical-align:bottom;
	position:relative;
	top:-240px;
	z-index:10;
	opacity:.0;
	-moz-opacity:0.0;
	filter:alpha(opacity=0);
}

.inset-paper p.contact-text, .paperless p.contact-text {
	width: 100%;
	border-top: 1px solid #14BA62;
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	margin: 7px 0;
}

.paperless {
	position: relative;
	width: 685px;
	height: 240px;
	margin-bottom: 20px;
	text-align: left;
}

.paper {
	clear: both;
	width: 685px;
	margin-bottom: 30px;
	text-align: left;
	background: #FFFFFF;
}

.green-top {
	width: 100%;
	background: #14BA62;
}

.green-top h1 {
	color: #FFFFFF;
	margin: 0;
	border: none;
}

.inset-paper {
	position: relative;
	width: 625px;
	min-height: 950px;
	margin: 0 0 0 30px;
	padding: 40px 0 30px 0;
}

.inset-paper-home-alt {
	position: relative;
	width: 625px;
	height: 750px;
	margin: 0 0 0 30px;
	padding: 40px 0 30px 0;
}

.inset-paper-home {
	position: relative;
	width: 625px;
	margin: 0 0 0 30px;
	padding: 40px 0 30px 0;
}

.inset-paper p {
	margin: 12px 0;
	line-height: 1.4em;
}

.inset-paper ul, .inset-paper ol {
	margin: 6px 40px 12px 40px;
}

.inset-paper ul.articles-list {
	list-style-type: none;
	margin: 6px 12px 12px 20px;
}

.inset-paper ul.articles-list li {
	list-style-type: none;
	margin: 24px 0;
}


.inset-paper li {
	margin: 5px 0;
	line-height: 1.3em;
}

.category-item {
	clear: both;
	margin: 12px 0;
	padding: 12px 0;
	border-top: 2px solid #A6A6A6;
}

.category-item h2 {
	margin-top: 2px;
}

.last {
	padding-bottom: 36px;
	border-bottom: 2px solid #A6A6A6;
}
.home-tagline{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
    line-height: 24px;
}

.home-secondary {
	position: absolute;
	top: 116px;
	left: 0;
	z-index: 100;
}

.home-primary {
	position: absolute;
	top: 210px;
	left: 0;
	z-index: 0;
}

/* Sidebar */

.category-item h2 a {
	font-size: 14px;
}

#content-sidebar {
	width: 285px; 
	float: left;
}

#product-nav, .sidebar-box {
	width: 235px;
	margin: 0 0 15px 30px;
	background: url(images/sidebar-bg.jpg) repeat-y;
}

#product-nav h2 {
	padding: 8px 0;
	margin: 0 0 2px 0;
	font-size: 20px;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	background-color: #14BA62;
}

.product-nav-inset {
	margin: 0 2px;
	padding-top: 48px;
}

#nav-links {
	margin: 0;
}

#nav-links ul {
	list-style-type: none;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

#nav-links li {
	list-style-type: none;
	padding: 8px 0 8px 0;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
}

#nav-links a {
	width: 230px;
	display: block;
}

#nav-links a:link, #nav-links a:visited {
	text-decoration: none;
	color: #14BA62;
}

#nav-links a:hover {
	text-decoration: underline;
	color: #2EDB7F;
}

#nav-links a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#nav-links h2 a:link, #nav-links h2 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#nav-links h2 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#nav-links h2 a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.sidebar-top {
	width: 235px;
	height: 25px;
	background: url(images/sidebar-top.jpg) no-repeat;
}

.sidebar-bottom {
	clear: both;
	width: 235px;
	height: 25px;
	background: url(images/sidebar-bottom.jpg) no-repeat;
}

.sidebar-ghostbox {
	width: 235px;
	margin: 24px 0 24px 30px;
}

.sidebar-inset h2 {
	text-align: center;
	text-decoration: none;
}

ul.article-links {
	margin: 4px 0;
	list-style-type: square;
	color: #14BA62;
	border-top: 2px solid #14BA62;
	border-bottom: 2px solid #14BA62;
	padding-left: 18px;	
}

ul.article-links li {
	color: #FFFFFF;
	padding: 8px 0;
}

.sidebar-inset {
	margin: 0 20px;
}

/* Page bottom and featured */

#tagline {
	clear: both;
	width: 1000px;
	margin-top: -30px;
	height: 35px;
	background: url(images/content-bottom.jpg) no-repeat;
}

#tagline h3 {
	font: bold italic 18px/30px Georgia, Times, "Times New Roman", serif;
	text-align: center;
	color: #82D49F;
	margin: 0;
}


#primary {
	width: 1000px;
	height: 120px;
	position: absolute;
	bottom: 10px;
	left: 0;
	background: url(images/primary-bg.gif) no-repeat;
}

#utility {
	margin: 0 20px;
	padding: 4px 0 0 0;
	font-size: 13px;
	color: #EED49F;
	text-align: center;
}

#utility h3 {
	padding: 2px 0 3px 0;
	margin: 0 0 4px 0;
	font-size: 16px;
	color: #EED49F;
	width: 100%;
	text-align: center;
	border-bottom: 2px solid #82D49F;
}

#utilinks {
	margin: 0;
	padding-bottom: 6px;
}

#utilinks ul {
	list-style-type: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
}

#utilinks li {
	display: inline;
	margin: 0 6px;	
}

#utilinks a:link, #utilinks a:visited {
	color: #FFFFFF;
}

#utilinks a:hover {
	color: #EED49F;
}

#utilinks a:active {
	color: #FFFFFF;
}

#utiltext {
	padding: 0;
}

/* TABLES */

table.specs {
	clear: both;
	margin: 20px 0;
	width: 100%;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #A6A6A6;
	border-left: none;
}

td.desc {
	padding: 4px 15px;
	background: #BBBBBB;
}

table.specs th {
	padding: 4px;
	text-align: center;
	font-size: 13px;
	color: #000000;
	border-bottom: 2px solid #A6A6A6;
	border-bottom: 2px solid #A6A6A6;
}

.desc h2 {
	margin: 8px 0 6px 0;
	color: #FFFFFF;
}

.specs th.gray-white, .simple1 th.gray-white, .simple2 th.gray-white {
	color: #FFFFFF;
	text-align: center;
	background: #A6A6A6;
}

table.specs td {
	clear: both;
	padding: 2px 3px;
	text-align: center;
	font-size: 12px;
	color: #333333;
	border-bottom: 1px solid #DDDDDD;
}

table.specs td.al {
	text-align: left
}

table.specs td.ar {
	text-align: right;
}

table.specs td ul, table.specs td.al ul, table.specs td.ar ul {
	text-align: left;
	width: 60%;
	margin: 2px 0 8px 18%;
	padding: 0 0 0 16px;
}

table.simple1 {
	clear: both;
	margin: 20px 0;
	width: 100%;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #A6A6A6;
	border-left: none;
}

table.simple1 th {
	padding: 4px;
	font-size: 13px;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px dotted #A6A6A6;
}

table.simple1 td {
	padding: 2px 3px;
	text-align: center;
	font-size: 12px;
	color: #333333;
	border-bottom: 1px solid #DDDDDD;
}

table.simple2 {
	border: 2px solid #A6A6A6;
}
