@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 {  }

h1 { margin: 90px 30px 0; font-weight: normal; font: 24px/28px georgia, helvetica, sans-serif;}
h1 span { font-size: 16px; color: #999;}

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

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

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

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: #3983a1 url("../images/917mil.jpg") no-repeat center top; 
	font: 14px/18px arial, helvetica, sans-serif;
	color: #000;
	} 
	
header {
	display: block;
	width: 960px;
	height: 138px;
	margin: 0 auto;
}

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

#co-1, #co-2, #co-3 { 
	margin: 20px 30px;
	padding: 20px;
	background: #f7f7f7;
	border: 4px double #ccc;
	-moz-box-shadow: 0 0 5px #bbb;
	-webkit-box-shadow: 0 0 5px #bbb;
	box-shadow: 0 0 5px #bbb;
	
}
#co-1 h3 { padding-top: 20px; }
#co-1 p { padding-bottom: 15px; }

#co-2, #co-3 { width:387px; float: left; margin-top: 0; }
#co-2 img, #co-3 img { margin-right: 15px; }
#co-3  { margin-left: 0;}

	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;
}
	
	