/* Greenway - global.css */

body, html {
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	line-height: 19px;
	background: #ffffff;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #424242;
}

a {
	color: #0066FF;
}

a:hover {
	text-decoration: none;
}

.bigBoldLarge {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}

.blue {
	color: #0033CC;
}

.blueBold {
	color: #0033CC;
	font-weight: bold;
}

.img-align {
	vertical-align: middle;
	padding-right: 10px;
}

.greenway {
	color: #009900;
}

.focus {
	color: #CC0000;
}

.cas {
	color: #000098;
}

img {
	border: 0;
}

.leftImgFloat {
	float: left;
	margin-right: 25px;
	margin-bottom: 2px;
}

.floatLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.floatRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.productTag {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.bigBold {
	color: #000000;
	font-weight: bold;
}

.blue {
	color: #0033CC;
}

.centerBold {
	text-align: center;
	font-weight: bold;
}

.red {
	color: #FF0000;
}

.black {
	color: #000000;
}

.no_margin {
	margin: 0;
}

.indexText {
	font-size: 16px;
	text-align: center;
	margin-top: -15px;
	margin-bottom: 25px;
}

.breadcrumbs {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.underline {
	text-decoration: underline;
	
}	

#center-home {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 460px;
	z-index: 1;
}

#center-text-home {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#center-text-home h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000098;
	font-size: 22px;
	font-weight: bold;
	background: url(../images/midContentH1Bg.jpg) center left no-repeat;
	width: 470px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
	padding-bottom: -20px;
	margin-bottom: -40px;
	height: 62px;
	text-align: center;
}

#center-home object, #center-home embed {
	z-index: 1;
}

#center-home h6 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000098;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#center-home h5 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #11930e;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #999999;
	background: #ffffff url(../images/leftWrapperBg.jpg) top left repeat-y;
}

#wrapper-back {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	height: auto;
	overflow: hidden;
	border-right: 1px solid #999999;
	background: url(../images/rightWrapperBg.jpg) top right repeat-y;
}

/* ************** */
/* ************** */
/* ************** */
/* GLOBAL NAV */
/* ************** */
/* ************** */
/* ************** */

#globalNav {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 29px;
	background: #8595a8;
	border-bottom: 1px solid #666666;
}

#globalNav a {
	display: block;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 800;
	color: #ffffff;
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 20px;
	height: 29px;
	text-decoration: none;
	background: url(../images/nagDivider.jpg) left top no-repeat;
}

#globalNav ul {
	width: 800px;
	height: 29px;
	padding: 0;
	margin-top: 0px;
	list-style: none;
	padding-left: 70px;
	margin-left: auto;
	margin-right: auto;
}

#globalNav li {
	float: left;
	height: 29px;
	text-align: center;
}

#globalNav li a:hover {
	text-decoration: none;
	color: #a7d5ef;
}

/* ************** */
/* ************** */
/* ************** */
/* GLOBAL NAV */
/* ************** */
/* ************** */
/* ************** */

/* ************** */
/* ************** */
/* ************** */
/* TAX CREDIT */
/* ************** */
/* ************** */
/* ************** */

#tax-credit {
	
	position: fixed;
	
	top: 0px;
	right: 0px;
	
	width: 150px;
	height: 150px;
	
	z-index: 300;
	
}

#tax-credit p {
	
	margin: 0;
	
}

#coupon {

	position: fixed;
	
	width: 150px;
	height: 150px;
	
	right: 40px;
	top: 12px;
	
	z-index: 300;

}

#coupon p {

	margin: 0;

}

#coupon-wrapper {
	
	position: relative;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 0px;
	
	width: 800px;
	
	text-align: center;

}

#coupon-wrapper h1 {

	color: #11930e;
	
	font-size: 28px;

}

#coupon-wrapper p {

	font-size: 22px;

}

#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 165px;
	overflow: hidden;
	border-bottom: 1px solid #999999;
	background: #ffffff;
	z-index: 150;
}

#header p {

	margin: 0;
	text-align: center;

}

/* ************** */
/* ************** */
/* ************** */
/* NAVIGATION */
/* ************** */
/* ************** */
/* ************** */

#navigation {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 35px;
	background: #11930e;
	border-bottom: 1px solid #ffffff;
	z-index: 200;
}

#navigation li a {
	
	display: inline-block;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	letter-spacing: 1px;
	font-size: 13px;
	color: #ffffff;
	padding-top: 7px;
	margin-left: 5px;
	margin-right: 5px;
	height: 28px;
	text-decoration: none;	
}

#navigation li a img {
	
	display: inline-block;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	color: #ffffff;
	padding-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	height: 28px;
	text-decoration: none;	
}

#navigation .dropdown {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 5px;
	height: 35px;
	margin-left: 0px;
}

#navigation .nodrop {
	margin-right: 20px;
}

#navigation ul {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 35px;
	padding: 0px;
	list-style: none;
	position: relative;
	width: 750px;
}

#navigation li {
	display: inline;
	list-style-type: none;
	float: left;
	margin-right: 5px;
}

#navigation li a:hover {
	text-decoration: underline;
	color: #ffffff;
	/* background: #2541ab; */
}

#navigation li ul {     
	position: absolute;     
	width: 275px;
	top: 35px;
	height: auto;
	background: #11930e;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999; 
	padding-left: 10px;
	padding-bottom: 12px;
	visibility: hidden;
} 

#navigation li ul li { 
	text-align: left;
	margin-left: 2px;
	margin-top: 0px;
	color: #e5f5e6;
	padding: 0;
	float: none;
	height: 25px;
}

#navigation li ul li a {     
	display: block;
	color: #ffffff;
	font-size: 14px;
	padding-bottom: -10px;
	height: 20px;
	margin-left: 2px;
	text-align: left;
} 

#navigation li ul li a:hover {     
	color: #ffffff;
	text-decoration: underline;
}   

#navigation li:hover ul {     
	visibility: visible;
	margin-left: -70px;
}

/* ************** */
/* ************** */
/* ************** */
/* NAVIGATION */
/* ************** */
/* ************** */
/* ************** */


#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
}

#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
}

#maincol {
	position:relative;
	margin:0;
	padding:10px;
	min-height: 550px;
	background: url(../images/rightWrapperBg.jpg) top right repeat-y;
}

/* ************** */
/* ************** */
/* ************** */
/* LEFT CONTENT */
/* ************** */
/* ************** */
/* ************** */

#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:225px; /* actual value */
	margin:0 0 -10px 0;
	padding-bottom: 10px;
	background:#e4f5e3;
	border-right: 1px solid #999999;
	z-index:100;
}

#leftcol h1 {
	height: 25px;
	width: 200px;
	margin: 0;
	background: #11930e url(../images/leftContentH1Arrow.jpg) left center no-repeat;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	padding-left: 25px;
	padding-top: 6px;
}

#leftcol p {
	padding-left: 10px;
	padding-right: 10px;
}

/* ************** */
/* ************** */
/* ************** */
/* LEFT CONTENT */
/* ************** */
/* ************** */
/* ************** */

/* ************** */
/* ************** */
/* ************** */
/* MID CONTENT */
/* ************** */
/* ************** */
/* ************** */

#centercol {
	position:relative;
	padding-left: 0px;
	margin-left: 240px;
	margin-right: 200px;
	margin-bottom: 40px;
}

#centercol h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #11930e;
	font-size: 22px;
	font-weight: bold;
	background: url(../images/midContentH1Bg.jpg) center left no-repeat;
	padding-top: 35px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: -20px;
	height: 62px;
}

#centercol h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #11930e;
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#centercol h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #11930e;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

#centercol h4 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #11930e;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

#centercol p {
	padding-left: 30px;
	padding-right: 10px;
}

#centercol ul {
	margin: 0;
	margin-left: 50px;
	padding: 0;
}

#centercol li {
	list-style-type: none;
	background: url(../images/mainContentBullet.jpg) left top no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
}

#siteMap {
	
}

#siteMap ul {
	margin: 0;
	margin-left: 50px;
	padding: 0;
}

#siteMap li {
	list-style-type: none;
	background: url(../images/mainContentBullet.jpg) left top no-repeat;
	padding-left: 20px;
	margin-bottom: 2px;
}

.noBullet {
	background: none;
	background-image: none;
}

#centercol table {
	border: 1px solid #999999;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

#centercol th {
	border-bottom: 1px solid #999999;
	padding: 10px;
}

#centercol td {
	border-bottom: 1px solid #cccccc;
	padding: 8px;
}

#makes td {
	text-align: center;
}

/* ************** */
/* ************** */
/* ************** */
/* MID CONTENT */
/* ************** */
/* ************** */
/* ************** */

/* ************** */
/* ************** */
/* ************** */
/* RIGHT CONTENT */
/* ************** */
/* ************** */
/* ************** */

#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	z-index:99;
	padding-top: 10px;
}

#rightcol h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #11930e;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

#customerTestimonials {
	width: 200px;
	height: 150px;
	background: url(../images/customerTestimonialsBg.jpg) center bottom no-repeat;
}

#customerTestimonials p {
	padding-left: 10px;
	padding-right: 10px;
}

/* ************** */
/* ************** */
/* ************** */
/* RIGHT CONTENT */
/* ************** */
/* ************** */
/* ************** */

/* ************** */
/* ************** */
/* ************** */
/* EDUCATION MAT */
/* ************** */
/* ************** */
/* ************** */

#columnWrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 300px;
	margin-top: 10px;
	margin-bottom: 50px;
}

#leftColumn {
	position: absolute;
	width: 250px;
	height: auto;
	left: 0px;
}

#rightColumn {
	position: absolute;
	width: 250px;
	height: auto;
	left: 250px;
}

#columnWrapperContact {
	position: relative;
	width: 600px;
	height: 150px;
	margin-top: 10px;
}

#columnWrapperContact #leftColumn {
	position: absolute;
	width: 300px;
	height: auto;
	left: 0px;
}

#columnWrapperContact #rightColumn {
	position: absolute;
	width: 300px;
	height: auto;
	left: 300px;
}

/* ************** */
/* ************** */
/* ************** */
/* CORPORATE HOME */
/* ************** */
/* ************** */
/* ************** */

#corporateHomeTable {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 602px;
	height: 200px;
	border: 1px solid #999999;
}

#corporateHomeTable p {
	padding-left: 0px;
	text-align: center;
	padding-top: 10px;
}

.tableText {
	font-size: 14px;
}

.table_cas {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 200px;
	border-right: 1px solid #999999;
	background: url(../images/table_bg_cas.jpg) bottom left repeat-x;
}

.table_cas p {
	margin: 0;
	padding: 0;
}

.table_greenway {
	position: absolute;
	left: 402px;
	top: 0px;
	width: 200px;
	height: 200px;
	background: url(../images/table_bg_greenway.jpg) bottom left repeat-x;
}

.table_greenway p {
	margin: 0;
	padding: 0;
}

.table_focus {
	position: absolute;
	left: 201px;
	top: 0px;
	width: 200px;
	height: 200px;
	border-right: 1px solid #999999;
	background: url(../images/table_bg_focus.jpg) bottom left repeat-x;
}

.table_focus p {
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	height: 90px;
	width: 100%;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #999999;
	background: #e4f5e4;
}

#footer a {
	color: #5d5d5d;
	font-weight: bold;
}

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

#footer .greenway {
	color: #009900;
}

#footer .focus {
	color: #CC0000;
}

#footer .cas {
	color: #000098;
}

/* ************** */
/* ************** */
/* ************** */
/* ************** */
/* ************** */
/* ************** */

/* PRODUCT PAGE STYLES */

/* ************** */
/* ************** */
/* ************** */
/* ************** */
/* ************** */
/* ************** */

#tankless-water-heater {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 98%;
	height: auto;
}

#tankless-water-heater .top {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 177px;
	width: 100%;
	background: url(../images/tanklessHeader.jpg) top center no-repeat;
}	

#tankless-water-heater h1 {
	font-weight: normal;
	color: #d31145;
	background: none;
	margin-top: 20px;
	margin-bottom: 10px;
	height: auto;
	widht: auto;
	padding: 0px;
}

#tankless-water-heater h2 {
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	color: #2e637d;
	background: none;
	height: auto;
	widht: auto;
	margin: 0px;
	padding: 0px;
}

#tankless-water-heater p {
	padding-left: 0px;
}

#floating-notification {
	position: relative;
	float: left;
	width: 180px;
	height: auto;
	border: 1px solid #d31145;
	background: #ffffff url(../images/floating-notification-bg.jpg) bottom left repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#floating-notification h1 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#purifierHeader {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	width: 100%;
	height: auto;
	/* border: 2px solid #2b3c98; */
}

#purifierHeader .top {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #a8a8a8;
	border-right: 2px solid #a8a8a8;
	border-top: 2px solid #a8a8a8;
	border-bottom: 5px solid #a8a8a8;
	height: 177px;
	width: 100%;
	background: #2b3c98 url(../images/purifierHeader.jpg) top center no-repeat;
}	

#purifierHeader p {
	margin: 0;
}	

#purifierHeader .rightFloat {
	float: right;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 5px;
}

.text {
	padding-left: 15px;
	padding-right: 15px;
	float: none;
}

#purifierHeader h6 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	background: #2b3c98;
	width: 98%;
	padding: 10px;
	margin-bottom: 15px;
}

#purifierHeader h5 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2b3c98;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-top: 30px;	
}

#purifierHeader h4 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2b3c98;
	margin-bottom: 10px;
	margin-top: 30px;	
}

#purifierHeader li {
	list-style: none;
	background: url(../images/cas_bullet.jpg) left top no-repeat;
	margin-left: 5px;
	padding-right: 30px;
	padding-left: 40px;
	margin-top: 15px;
}

#purifierHeader .rightVideo {
	float: none;
}

#purifierHeader .leftVideo {
	float: none;
	margin-left: 25px;
}

#purifierHeader img {
	float: left;
	margin-right: 25px;
}

#thermostatHeader {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	width: 100%;
	height: auto;
	/* border: 2px solid #2b3c98; */
}

#thermostatHeader .top {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #a8a8a8;
	border-right: 2px solid #a8a8a8;
	border-top: 2px solid #a8a8a8;
	border-bottom: 5px solid #a8a8a8;
	height: 177px;
	width: 100%;
	background: #2b3c98 url(../images/thermostatHeader.jpg) top center no-repeat;
}

#thermostatHeader p {
	margin: 0;
}	

#thermostatHeader .rightFloat {
	float: right;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 5px;
}

.text {
	padding-left: 15px;
	padding-right: 15px;
	float: none;
}

#thermostatHeader h6 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	background: #2b3c98;
	width: 90%;
	padding: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#thermostatHeader h5 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2b3c98;
	padding-left: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 30px;	
}

#thermostatHeader h4 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2b3c98;
	margin-bottom: 10px;
	margin-top: 30px;	
}

#thermostatHeader li {
	list-style: none;
	background: url(../images/cas_bullet.jpg) left top no-repeat;
	margin-left: 5px;
	padding-right: 30px;
	padding-left: 40px;
	margin-top: 15px;
}

#thermostatHeader .rightVideo {
	float: none;
}

#thermostatHeader .leftVideo {
	float: none;
	margin-left: 25px;
}

#performanceHeader {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	width: 100%;
	height: auto;
	/* border: 2px solid #2b3c98; */
}

#performanceHeader .top {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #a8a8a8;
	border-right: 2px solid #a8a8a8;
	border-top: 2px solid #a8a8a8;
	border-bottom: 5px solid #a8a8a8;
	height: 177px;
	width: 100%;
	background: #2b3c98 url(../images/performanceHeader.jpg) top center no-repeat;
}

#performanceHeader p {
	margin: 0;
}	

#performanceHeader .rightFloat {
	float: right;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 5px;
}

.text {
	padding-left: 15px;
	padding-right: 15px;
	float: none;
}

#performanceHeader h6 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	background: #2b3c98;
	width: 98%;
	padding: 10px;
	margin-bottom: 15px;
}

#performanceHeader h5 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2b3c98;
	padding-left: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 30px;	
}

#performanceHeader h4 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2b3c98;
	margin-bottom: 10px;
	margin-top: 30px;	
}

#performanceHeader li {
	list-style: none;
	background: url(../images/cas_bullet.jpg) left top no-repeat;
	margin-left: 5px;
	padding-right: 30px;
	padding-left: 40px;
	margin-top: 15px;
}

#performanceHeader .rightVideo {
	float: none;
}

#performanceHeader .leftVideo {
	float: none;
	margin-left: 25px;
}

#performanceHeader .leftFloat {
	float: left;
	margin-right: 25px;
}

#comfortHeader {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	width: 100%;
	height: auto;
	/* border: 2px solid #2b3c98; */
}

#comfortHeader .top {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #a8a8a8;
	border-right: 2px solid #a8a8a8;
	border-top: 2px solid #a8a8a8;
	border-bottom: 5px solid #a8a8a8;
	height: 177px;
	width: 100%;
	background: #2b3c98 url(../images/comfortHeader.jpg) top center no-repeat;
}

#comfortHeader p {
	margin: 0;
}	

#comfortHeader .rightFloat {
	float: right;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 5px;
}

.text {
	padding-left: 15px;
	padding-right: 15px;
	float: none;
}

#comfortHeader h6 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	background: #2b3c98;
	width: 98%;
	padding: 10px;
	margin-bottom: 15px;
}

#comfortHeader h5 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2b3c98;
	padding-left: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 30px;	
}

#comfortHeader h4 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2b3c98;
	margin-bottom: 10px;
	margin-top: 30px;	
}

#comfortHeader li {
	list-style: none;
	background: url(../images/cas_bullet.jpg) left top no-repeat;
	margin-left: 5px;
	padding-right: 30px;
	padding-left: 40px;
	margin-top: 15px;
}

#comfortHeader .rightVideo {
	float: none;
}

#comfortHeader .leftVideo {
	float: none;
	margin-left: 25px;
}

#comfortHeader .leftFloat {
	float: left;
	margin-right: 25px;
}

#baseHeader {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	width: 100%;
	height: auto;
	/* border: 2px solid #2b3c98; */
}

#baseHeader .top {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #a8a8a8;
	border-right: 2px solid #a8a8a8;
	border-top: 2px solid #a8a8a8;
	border-bottom: 5px solid #a8a8a8;
	height: 177px;
	width: 100%;
	background: #2b3c98 url(../images/baseHeader.jpg) top center no-repeat;
}

#baseHeader p {
	margin: 0;
}	

#baseHeader .rightFloat {
	float: right;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 5px;
}

.text {
	padding-left: 15px;
	padding-right: 15px;
	float: none;
}

#baseHeader h6 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	background: #2b3c98;
	width: 98%;
	padding: 10px;
	margin-bottom: 15px;
}

#baseHeader h5 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2b3c98;
	padding-left: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 30px;	
}

#baseHeader h4 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2b3c98;
	margin-bottom: 10px;
	margin-top: 30px;	
}

#baseHeader li {
	list-style: none;
	background: url(../images/cas_bullet.jpg) left top no-repeat;
	margin-left: 5px;
	padding-right: 30px;
	padding-left: 40px;
	margin-top: 15px;
}

#baseHeader .rightVideo {
	float: none;
}

#baseHeader .leftVideo {
	float: none;
	margin-left: 25px;
}

#baseHeader .leftFloat {
	float: left;
	margin-right: 25px;
}


/* *************
****************
****************/
/* FORMS */
/* *************
****************
****************/

fieldset {
	width: 400px;
	margin-left: 20px;
	padding: 25px;
	border: 1px solid #cccccc;
}

legend {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #11930e;
}

label {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: 500;
}

fieldset hr {
	width: 100%;
	text-align: left;
	margin-bottom: 7px;
	color: #ffffff;
	border-bottom: 1px dotted #999999;
}

textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 120px;
	width: 300px;
}

/* 

	PRODUCT INDEX PAGE
	
*/

.productThumb {

	float: left;
	
	width: 180px;
	height: 200px;
	
	border: 1px solid #cccccc;
	
	margin: 10px;
	
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	
	background: #ffffff url(../images/productThumb-bg.jpg) top left repeat-x;
	
}
  
.productThumb p {

	text-align: center;
	
	font-size: 16px;
	font-weight: normal;
	
}

.productThumb a {

	text-decoration: none;
	
	color: #11930e;
		
}

.productThumb a:hover {

	text-decoration: underline;
		
}

.productThumb a:hover img {

	text-decoration: none;
		
}
