
/* =General
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Remove border around linked images */
img {
	border: 0;
}
body {
	background: url(../img/layout/bg_body.jpg) top left;
}

/* =Page Dimensions
-----------------------------------------------------------------------------*/
/* Piefecta Jello Mold - controls min/max width - http://www.positioniseverything.net/articles/jello.html */
body {
	padding: 39px 350px 0 350px; /* these side paddings together determine the natural min-width */
	margin: 0;
	text-align: center; /* this centers the wrappers in older IEwin versions */
}
#sizer {
	margin: 0 auto 0 auto;/* this centers the wrappers in standards browsers */
	padding: 0;
	width: 60%; /* here is the critical value for customizing the Jello behavior */
	max-width: 300px;  /* version for IE is at the bottom of this style block */
}
#expander {
	margin: 0 -350px 0 -350px; /* these side margins should be the same or slightly less than body paddings */
	min-width: 700px; /* This prevents Safari from losing the negative margins in narrow windows */
	position: relative;
}
/* Holly hack for IE. Must be zero, not the usual 1% value, due to IE bug \*/
* html #expander { height: 0; }
/* */
/* helps IE get the child percentages right. */
#wrapper {
	position: relative;
	margin-top: -159px;
	padding: 5px 5px 0 5px;
	width: 100%;
} 
/* End Jello Mold */

#innerWrapper {
	text-align: left;
}
#bkgndStripe { 
	margin: 0 -350px;
	height: 154px;
	background: url(../img/layout/bg_repeat.jpg) repeat-x 0 -39px;
}
.left {
	float: left;
	width: 6%;
}
.middle {
	float: left;
	width: 88%;
}
.right {
	float: left;
	width: 6%;
}
.boxfix {
	margin-right: -6px;
}
/* =Typography
-----------------------------------------------------------------------------*/
body {
  font: 75%/1.3 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}
#mainContent h1 {
	font-size: 150%;
	color: #990000;
	padding-bottom: .5em;
}
#mainContent h3 {
	font-size: 130%;
	color: #C00;
	padding: 1em 0;
}
#mainContent h3.alt {
	color: #039;
}	
#mainContent .emergency {
	color: #CC0000;
	font-weight: bold;
}
.phone {
	font-weight: bold;
	color: #06c;
}
#mainContent .phoneExt {
	color: #666;
	font-weight: bold;
	margin: -1.3em 0 0 .5em;
}
#sidebarContent h2 {
	font-size: 150%;
	color: #999999;
	padding-bottom: 1em;
	text-align: left;
}
#mainContent p{
	padding-bottom: 1.5em;
	text-align: left;
}
#sidebarContent .boxContent h4 {
	color: #39c;
	font-size: 120%;
	text-align: left;
}

/* =Headings
-----------------------------------------------------------------------------*/
/*masthead elements*/
h1.logo {
	position: absolute;
	top: -38px;
	left: -40px;
	text-indent: -5000px;
	width: 132px;
	height: 131px;
	background: url(../img/layout/cooper_logo.png) no-repeat top left;
}
h1.logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 132px;
	height: 131px;
}
h2.slogan {
	position: absolute;
	top: 14px;
	left: 155px;
	margin: 0;
	text-indent: -5000px;
	width: 288px;
	height: 18px;
	z-index: 100;
	background: url(../img/layout/coopers_slogan.gif) no-repeat top left;
}
#masthead {
	position: relative;
	width: 100%;
	padding: 0;
	z-index: 200;
}
#masthead .left, #masthead .middle, #masthead .right {
	height: 38px;
}
#masthead .left {
	position: relative;
	background: url(../img/layout/corner_top_left.png) no-repeat right top; 
}
#masthead .middle {
	position: relative;
	background: url(../img/layout/masthead_center_bkgnd.gif) repeat-x left top;
}
#masthead .right {
	background: url(../img/layout/corner_top_right.png) no-repeat left top;
}
/*rss feed and air quality monitor*/
#rss {
	position: absolute;
	top: 0;
	left: 165px;
	margin-top: -21px;
	color: #003366;
}
#rss a {
	text-decoration: none;
	color: #003366;
}
#air {
}
/*
#air p {
	position: absolute;
	top: 0;
	right: 39px;
	margin-top: -32px;
	width: 177px;
	height: 35px;
	text-indent: -5000px;
	background: url(../img/layout/airquality3.png) no-repeat left top;
}
*/


.air_p {
	position: absolute;
	top: 0;
	right: 39px;
	margin-top: -32px;
	width: 177px;
	height: 35px;
	text-indent: -5000px;
	background: url(../img/layout/airqualityblank.png) no-repeat left top;
}
.air_p1 {
	position: absolute;
	top: 0;
	right: 39px;
	margin-top: -32px;
	width: 177px;
	height: 35px;
	text-indent: -5000px;
	background: url(../img/layout/airquality.png) no-repeat left top;
}
.air_p2 {
	position: absolute;
	top: 0;
	right: 39px;
	margin-top: -32px;
	width: 177px;
	height: 35px;
	text-indent: -5000px;
	background: url(../img/layout/airquality2.png) no-repeat left top;
}
.air_p3 {
	position: absolute;
	top: 0;
	right: 39px;
	margin-top: -32px;
	width: 177px;
	height: 35px;
	text-indent: -5000px;
	background: url(../img/layout/airquality3.png) no-repeat left top;
}

#air p a {
	position: absolute;
	top: 0;
	right: 0;
	width: 166px;
	height: 28px;
}
/* =Links
-----------------------------------------------------------------------------*/


/* =Main Nav
-----------------------------------------------------------------------------*/
#navigation {
	position: relative;
	width: 100%;
	padding: 0;
	clear: both;
}
#navigation .left, #navigation .middle, #navigation .right {
	height: 57px;
}
#navigation .left {
	background: url(../img/layout/nav_left.png) no-repeat right top;
}
#navigation .middle {
	background: url(../img/layout/nav_bkgnd.gif) no-repeat left top;
}
#navigation .right {
	background: url(../img/layout/nav_right.png) no-repeat left top;
}
#navigation li {
	display: inline;
}
#mainNav {
	margin-top: 0;
	padding: 0 0 0 110px;
	list-style: none;
	border-top: 5px solid #003564;
	border-bottom: 5px solid #003564;
	background: #069 url(../img/layout/mainnav_bkgnd.jpg) no-repeat 30% 0;
	height: 24px;
}
#mainNav li {
	float: left;
	padding: 4px 0 2px 0;
	background: url(../img/layout/nav_divider.gif) no-repeat 0px 7px;
}
#mainNav li.first {
	background: none;
}
#mainNav a {
	padding: 1px 5px 1px 5px;
	margin: 4px 2px 0 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .1em;
	text-decoration: none;
}
#mainNav a:link,#mainNav a:visited,#mainNav a:active {
	color: #99CCFF;
}
#mainNav a:after {

}
#mainNav a:hover, #mainNav a.active {
	color: #fff;
}
#mainNav a:hover {
	background: #3399CC;
}
#home #nav_home,
#products #nav_products,
#services #nav_services,
#support #nav_support,
#contact #nav_contact {
	color: #fff;
}

/* =Sub Nav
-----------------------------------------------------------------------------*/
#subNav {
	margin-top: 1px;
	padding-left: 130px;
	height: 25px;
	background: url(../img/layout/subnav_bkgnd.jpg) repeat-x bottom left;
}
#subNav a, #subNav li {
	margin: 0;
	padding: 1px 5px 2px 5px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: .2em;
	line-height: 20px;
	text-decoration: none;
}
#subNav a:link, #subNav a:active, #subNav a:hover, #subNav a:visited{
	color: #990000;
} 
#subNav a:hover, #subNav li {
	color: #c66;
}
#subNav a.active {
	padding: 1px 4px 0px 5px;
	border-top: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	background: #fff;
}

/* =Main Content
-----------------------------------------------------------------------------*/
#contentContainer {
	position: relative;
	width: 100%;
	padding-bottom: 0;
	clear: both;
	overflow: hidden;
}
#contentContainer .left {
	padding: 0 0 10000px 0;
	margin: 0 0 -10000px 0;
	background: url(../img/layout/extreme_left_shadow.png) no-repeat right top;
}
#contentContainer .middle {
	margin: 0 auto;
	padding-left: 6%;
}
#contentContainer .right {
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	background: url(../img/layout/extreme_right_shadow.png) repeat-y left top;
}

#contentWrapper {
	padding: 0 0 2% 0;
	background: #fff;
}
#mainContent {
	position: relative;
	padding-top: 55px;
	margin: 0;
	text-align:center;
	width: 100%;
	height: 800px;
	background: url(../img/layout/extreme_grunge.jpg);
}
#mainContent.fullwidth {
	width: 100%;
}
#mainContent img.scale {
	width: 100%;
	max-width: 546px;
}	
#mainContent img.scale {
	width:75%;
	max-width: 668px;
	margin: 0 auto;
}	

#mainContent h1{
	position: absolute;
	top: 2%;
	left: 2%;
	margin: 0;
	padding: 0;
	width: 346px;
	height: 157px;
	text-indent: -5000px;
	background: url(../img/layout/extreme_logo.png) no-repeat;
}
#picholder {
	position: absolute;
	top: 177px;
	left: 20px;
	margin: 0;
	padding: 0;
	width: 346px;
	height: 397px;
	background: url(../img/layout/extreme_picholder.png) no-repeat;
}
#photo {
	position: absolute;
	top: 35px;
	left: 55px;
	width: 235px;
	height: 149px;
}
#text {
	position: absolute;
	top: 210px;
	left: 55px;
	width: 235px;
	height: 149px;	
}
#thanks {
	position: absolute;
	top: 10px;
	left:390px;
	margin: 0;
	padding: 25px 75px 45px 35px;
	width:210px;
	height: 150px;
	background: url(../img/layout/extreme_thanks.png) no-repeat;
}
#thanks p {
	margin: 0;
	padding-bottom: 0;
	font-size: 11px;
}
#thanks p strong {
	text-transform: uppercase;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C1BD74;
}
#photoLinks{
	position:absolute;
	top: 185px;
	left: 390px;
	width: 278px;
	height: 345px;
	background: url(../img/layout/extreme_photo_links_sm.png) no-repeat;
}
#photoMenu a {
  position: absolute;
  width: 100px;
  height: 65px;
  text-decoration: none;
}
#photoMenu a i { 
	visibility: hidden; 
}
a#photo1 {
	top: 25px;
	left: 35px;
}
a#photo2 {
	top: 75px;
	left: 150px;
}
a#photo3 {
	top: 110px;
	left: 20px;
}
a#photo4 {
	top: 160px;
	left: 150px;
}
a#photo5 {
	top: 210px;
	left: 40px;
}
a#photo6 {
	top: 250px;
	left: 150px;
}
.redbox {
  background: url(../img/layout/left_redbox.jpg) repeat-y left top;
}
.redbox .inner {
	background: url(../img/layout/right_redbox.jpg) repeat-y right top;
}
.redbox .boxContent {
	padding: 0 15px;
}
.redbox .topleft {
	margin: 0;
	height: 18px;
	background: url(../img/layout/top_left_redbox.jpg) no-repeat left top;
}
.redbox .topright {
	display: block;
	margin: 0;
	height: 18px;
	background: url(../img/layout/top_right_redbox.jpg) no-repeat right top;
}
.redbox .bottomleft {
	margin: 0;
	height: 25px;
	background: url(../img/layout/bottom_left_redbox.jpg) no-repeat left bottom;
}
.redbox .bottomright {
	display: block;
	margin: 0;
	height: 25px;
	background: url(../img/layout/bottom_right_redbox.jpg) no-repeat right bottom;
}
/* =Secondary Content
-----------------------------------------------------------------------------*/
#sidebarContent {
	float: right;
	margin-top: 0;
	width: 32%;
	text-align: center;
}
#sidebarContent p {
	text-align: left;
}
#sidebarContent img {
	margin: .5em 0;
}
#sidebarContent img.scale {
	width: 90%;
	max-width: 280px;
}
#sidebarContent img.scale100 {
	width: 100%;
}
#sidebarContent img.topimg {
	margin-bottom: 3em;
}
.phoneBlock {
	float: left;
	width: 47%;
	text-align: center;
	margin: 3% 1%;
}
.bluebox {
	margin-bottom: 2em;
  background: url(../img/layout/left_bluebox.jpg) repeat-y left top;
}
.bluebox .inner {
	margin: 0;
	background: url(../img/layout/right_bluebox.jpg) repeat-y right top;
}
.bluebox .topleft {
	margin: 0;
	height: 9px;
	background: url(../img/layout/top_left_bluebox.jpg) no-repeat left top;
}
.bluebox .topright {
	display: block;
	margin: 0;
height: 9px;
	background: url(../img/layout/top_right_bluebox.jpg) no-repeat right top;
}
.bluebox .bottomleft {
	margin: 0;
	height: 15px;
	background: url(../img/layout/bottom_left_bluebox.jpg) no-repeat left bottom;
}
.bluebox .bottomright {
	display: block;
	margin: 0;
	height: 15px;
	background: url(../img/layout/bottom_right_bluebox.jpg) no-repeat right bottom;
}
.bluebox .boxContent {
	margin: 0;
	padding: 0 15px;
}
.small {
	float:left;
	width: 40%;
	text-align: center;
}
.small h1 {
	margin-top: 4px;
	padding: 0;
}
#sidebarContent .boxContent img, #sidebarContent .boxContent img {
	margin-left: 5%;
	margin-right: 5%;
}
#sidebarContent .boxContent img {
	float: right;
}
#sidebarContent .alt img {
	float: left;
}
#sidebarContent .alt h4 {
	text-align: right;
}
/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	position: relative;
	width: 100%;
	padding: 0;
	clear: both;
	text-align: center;
}
#footer p {
	padding-top: 1em;
	color: #fff;
}
#footer .left, #footer .middle, #footer .right {
	height: 80px;
}
#footer .left {
	background: url(../img/layout/extreme_corner_bottom_left.png) no-repeat right top;
}
#footer .middle {
	background: url(../img/layout/extreme_bottom_bkgnd_rpt.png) repeat-x left top;
}
#footer .right {
	background: url(../img/layout/extreme_corner_bottom_right.png) no-repeat left top;

}
/* =Forms
-----------------------------------------------------------------------------*/
#masthead form, #masthead input {
	margin: 0;
}
#masthead form {
	position: absolute;
	top: 0px;
	right: 15px;
	margin: 0;
	padding: 13px 15px 0 0;
	width: 170px;
	height: 34px;
}
#masthead form input {
	height: 12px;
	font-size: 10px;
}
#masthead form p {
	margin: 0;
}
#mainContent select, #mainContent textarea {
	margin-top: .5em;
	display: block;
}	
/* =Misc 1
-----------------------------------------------------------------------------*/
.clear {
	clear:both;
}
.center {
	text-align: center;
}
/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix, * html #wrapper {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */
