@charset "UTF-8";
/* CSS Document */

/* :::::::::::::::::::::::::::

MASTER STYLESHEET
Site: Controlled Environment

COLORS
Dark Blue BG: #003b50

::::::::::::::::::::::::::: */


/* Reset margins and padding on most base elements to give us a clean start 
-- Callout ULs with a specific target to avoid issues with the user text editor */
body, h1, h2, h3, h4, h5, h6, h7, #cover, header, nav ul, nav li, #content, footer { margin: 0; padding: 0; }

/* Hide the skip to main content link */
.skip-link {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

h1, h2, h3, h4, h5 { font-family: Arial, helvetica, sans-serif; }

h2 { height: 75px; display: block; }

h3 { display: block;  font-size: 24px; line-height: 32px; }
h3.home { height: 75px; }


/* Center the main page sections in the browser */

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

a:hover {
	text-decoration: underline;
}

img, a img { border: none;}


.big { display: block; font-size: 30px;  font-weight: bold; font-family: Arial, helvetica, sans-serif;}
.small { font-size: 10px;}
.orange { color: #e65229;}

/* Main Sections of each page :::::::::::: */
body { 
	background: #fff url("../images/bg-body.jpg") repeat-x left top; 
	font: 18px/24px georgia, helvetica, sans-serif;; 
	color: #000;
	} 
	
header {
	display: block;
	width: 960px;
	height: 138px;
	margin: 0 auto;
}

	header h1 { display: block; float: left; width: 240px;}
	
	header nav {display: block; float: right; width: 345px;}
	
	header nav ul { list-style: none; }
	header nav ul li { display: block; float: left; margin: 0 1px;}
	header nav ul li a { display: block; width: 113px; height: 138px; background-position: center top; text-indent: -9999px; }
	header nav ul li a:hover, header nav ul li a.active { background-position: center bottom; }
	header nav ul li#heat a 	{ background-image: url("../images/nav-heat.png"); }
	header nav ul li#cool a 	{ background-image: url("../images/nav-cool.png"); }
	header nav ul li#service a { background-image: url("../images/nav-service.png"); }

#container { 
	width: 960px;
	padding: 0;
	margin: 0 auto; 
	
}

#feature { 
	margin-top: 30px;
	margin-bottom: 30px;
	border: 3px solid #fff;
	-moz-box-shadow: 0 0 5px #bbb;
	-webkit-box-shadow: 0 0 5px #bbb;
	box-shadow: 0 0 5px #bbb;
}

	h2 img, #feature img { display: block; }

#content {
	
   	}
   	
#content p {
	padding: 5px 0;

}

#content ul { margin: 5px 50px; }


img.nate { position: absolute; margin: 30px 0 0 650px; }

#intro { float: left; width: 475px; padding-right: 20px; font-size: 18px; line-height: 24px;}
#rebate { float: left; width: 180px; padding: 0 20px; }


#prod {
	font-size: 14px;
	line-height: 18px;
	width: 600px;
	margin-top: 15px;
	padding: 10px 15px;
	background: #fff;
	border: 3px solid #d0d0d0;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	
}

#prod img {padding-right: 10px;}

#prod-bullets {
	clear: both;
	
}

#tips {
	width: 280px;
	margin-top: 15px;
	padding: 10px 15px;
	float: right;
}


	
footer {
	display: block;
	width: 100%;
	margin: 20px auto 0;
	font-size: 12px;
	color: #000;	
	background: #e5e5e5;
}

#center-it {width: 960px; padding: 30px 0 60px; margin: 0 auto;}

footer div#phone {
	width: 250px;
	float: left;
	padding-bottom: 30px;
}

footer div#legal {
	width: 600px;
	margin-top: 15px;
	padding: 10px 15px;
	background: #dedede;
	border: 1px solid #d0d0d0;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
}
	
	