@charset "utf-8";

/* CSS Document */

*
{
	border:none;
	margin:0px;
	padding:0px;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, address
{
	margin: 0;
	padding: 0;
}

body, td, th
{
	font-family:Verdana, "Lucida Grande", Arial;
	font-size: 12px;
	color:#666666;
}

body
{
	background-image:url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-color:#ffffff;
	/*behavior:url(images/"csshover.htc");*/
}

a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

a:link { text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { text-decoration: underline; }

a:active { text-decoration: none; }

ul { list-style-position:outside; margin-left:15px; }

/*#wrapper1
{
	position:relative;
	width:988px;
	height:auto;
	left:10px; 
	top:20px;
	background-image:url(images/home_slice.jpg);
	background-repeat:repeat-y;
	overflow:visible;
}*/

#wrapper1
{
	position:relative;
	width:988px;
	height:auto;
	left:50%; 
	margin-left:-494px;
	top:20px;
	background-image:url(images/home_slice.jpg);
	background-repeat:repeat-y;
	overflow:visible;
}

/*#wrapper2
{
	position:relative;
	width:988px;
	height:auto;
	background-image:url(images/inner_page_slice.jpg);
	background-repeat:repeat-y;
	overflow:visible;
}*/

#wrapper2
{
	position:relative;
	top:20px;
	width:988px;
	height:auto;
	left:50%; 
	margin-left:-494px;
	background-image:url(images/inner_page_slice.jpg);
	background-repeat:repeat-y;
	overflow:visible;
}

#wrapper3
{
	position:relative;
	float:left;
	/*left:18px;
	top:10px;
	left:50%;
	margin-left:-494px;*/
	width:972px;
	height:auto;
}

#shadow_left
{
	position:relative;
	float:left;
	width:8px;
	height:822px;
	background-image:url(images/shadow_left.jpg);
	z-index:1;
}

#shadow_right
{
	position:relative;
	float:right;
	width:8px;
	height:822px;
	background-image:url(images/shadow_right.jpg);
	z-index:1;
}

#header
{
	position:relative;
	float:left;
	width:972px;
	height:114px;
	background-image:url(images/homepage_header.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	display:block;
	text-indent:-9000px;
	overflow:hidden;
}

p { margin-bottom:9px; }

p.callforinfo
{
	position:absolute;
	float:right;
	bottom:6px;
	right:15px;
	font-family:"Lucida Grande", Verdana, Arial;
	font-size:13px;
	color:#316e7e;
	font-weight: normal;
}

a.consultation
{
	position:absolute;
	float:right;
	top:-5px;
	right:15px;
	font-family:"Lucida Grande";
	font-size:13px;
	color:#595441;
	font-weight:normal;

}

span.arrow1 { font-size:8px; font-weight:bold; position:relative; bottom:1px; margin-left:5px; }
span.arrow2 { font-size:8px; font-weight:normal; position:relative; bottom:1px; margin-left:5px; }
span.arrow3 { font-size:8px; font-weight:bolder; position:relative; bottom:1px; margin-left:5px; }

/******************************************************************************************************************************************
															NAV BAR 
*******************************************************************************************************************************************/

#nav_bar
{
	position:relative;
	float:left;
	width:972px;
	height:33px;
	background-image:url(images/nav_bg.jpg);
}

#nav, #nav ul
{ /* all lists */
	list-style: none;
	z-index:10;
}

#nav a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4f97aa;
	display: block;
	width: auto;
	z-index:10;
}

#nav li
{ /* all list items */
	float:left;
	width: auto; /* width needed or else Opera goes nuts */
	height:33px;
	z-index:10;
}

#nav a.home
{
	width:100px;
	height:33px;
	font-size:14px;
	background-image:url(images/nav_home.jpg);
	display:block;
	text-indent:-9000px;
	overflow:hidden;
	z-index:10;
}

#nav a.srv
{
	width:150px;
	height:33px;
	font-size:14px;
	background-image:url(images/nav_services.jpg);
	display:block;
	text-indent:-9000px;
	overflow:hidden;
	z-index:10;
}

#nav a.srv2
{
	width:205px;
	height:23px;
	padding-top:10px;
	padding-left:10px;
	background-image:url(images/nav_dropdown.jpg);
	color:#666666;
	border:#cccccc solid 1px;
	z-index:10;
}

#nav a.prd
{
	width:150px;
	height:33px;
	font-size:14px;
	background-image:url(images/nav_products.jpg);
	display:block;
	text-indent:-9000px;
	overflow:hidden;
	z-index:10;
}

#nav a.prd2
{
	width:195px;
	height:23px;
	padding-top:10px;
	padding-left:10px;
	background-image:url(images/nav_dropdown.jpg);
	color:#666666;
	border:#cccccc solid 1px;
	z-index:10;
}

#nav a.art
{
	width:150px;
	height:33px;
	font-size:14px;
	background-image:url(images/nav_articles.jpg);
	display:block;
	text-indent:-9000px;
	overflow:hidden;
	z-index:10;
}

#nav a.art2
{
	width:230px;
	height:23px;
	padding-top:10px;
	padding-left:10px;
	background-image:url(images/nav_dropdown.jpg);
	color:#666666;
	border:#cccccc solid 1px;
	z-index:10;
}

#nav a.tst
{
	width:150px;
	height:33px;
	font-size:14px;
	background-image:url(images/nav_testimonials.jpg);
	display:block;
	text-indent:-9000px;
	overflow:hidden;
	z-index:10;
}

#nav a.cnt
{
	width:150px;
	height:33px;
	font-size:14px;
	background-image:url(images/nav_contact.jpg);
	display:block;
	text-indent:-9000px;
	overflow:hidden;
	z-index:10;
}

#nav li ul /* second-level lists */
{
	position: absolute;
	width:100px;
	top:33px;
	left: -9000px;
	text-indent:0px;
	z-index:10;
}

#nav li:hover ul, #nav li.sfhover ul
{
	left: auto;
	z-index:100;
	display:block;
}


.sep1
{
	position:relative;
	float:left;
	width:1px;
	height:33px;
	margin-left:60px;
	background-image:url(images/nav_separator.jpg);
	z-index:10;
}

.sep
{
	position:relative;
	float:left;
	width:1px;
	height:33px;
	background-image:url(images/nav_separator.jpg);
	z-index:10;
}

#nav_spacer
{
	float:left;
	width:972px;
	height:14px;
	background-image:url(images/homepage_nav_spacer.jpg);
	z-index:0;
}

/******************************************************************************************************************************************
															END NAV BAR 
*******************************************************************************************************************************************/

#homepage
{
	float:left;
	width:942px;
	height:auto;
	padding-right:30px;
	z-index:0;
}

#content
{
	float:left;
	width:927px;
	height:auto;
}

#home_sidebar
{
	position:relative;
	float:right;
	width:295px;
	height:auto;
	margin:0 0 30px 0;
}

#cloud
{
	width:972px;
	height:74px;
	background-image:url(images/cloud.jpg);
	margin-bottom:-15px;
}

#flash_frame
{
	position:relative;
	float:right;
	left:0;
	width:578px;
	height:auto;
	background-image:url(images/homepage_flash_frame.jpg);
	background-repeat:no-repeat;
	margin-right:30px;
	padding:18px;
	padding-top:16px;
	padding-right:21px;
	z-index:1;
}

#flash
{
	position:relative;
	margin-top:-1px;
	margin-left:-3px;
	margin-bottom:12px;
	width:578px;
	height:328px;
	z-index:1;
}

p.flash_header
{
	margin:15px 0 15px 9px;
	font-weight:bold;
	font-size:12px;
	line-height:18px;
}

#about_ozone
{
	position:relative;
	float:right;
	width:230px;
	margin:0 12px;
	text-align:right;
}

#flash_testimonial
{
	position:relative;
	float:left;
	/*top:420px;*/
	width:315px;
	height:auto;
	margin-left:9px;
}

#new_products
{
	position:relative;
	float:left;
	width:315px;
	height:auto;
	margin-left:9px;
	font-size:12px;
	line-height:18px;
}

#new_products h4.green { margin-bottom:0px; }
#new_products h4.blue { margin-top:15px; }

a.prod_spot { font-size:12px; color:#7ea20f; text-decoration:underline; font-weight:bold; }

p.testimonial {
	font-style:italic;
}

a.testimonial
{
	font-size:12px;
	font-weight:bold;
	color:#585449;
	font-style: italic;
}

a.flash
{
	float:right;
	margin-bottom:15px;
	margin-right:5px;
}

#home_sidebar h1 { font-size:28px; margin:15px 0 -15px;  }

h2
{
	font-family:"Lucida Grande", Verdana, Arial;
	font-size:24px;
	font-weight:normal;
	margin-top:30px;
	margin-bottom:15px;
}

h2.grey { color:#716c59; }

h2.grey + h3.green { margin-top:15px; }

h3
{
	font-family:"Lucida Grande";
	font-size:18px;
	font-weight:normal;
	margin-top:30px;
	margin-bottom:15px;
}

h3.blue { color:#69a2bc; }

h3.green { color:#7ea20f; }

h3.grey { color:#676359; }

h3.green + h4.blue { margin-top:10px; }

h4
{
	font-family:"Lucida Grande";
	font-size:14px;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:15px;
}

h4.blue { color:#578a98; }

h4.green { color:#7ea20f; }

h4.grey { color:#423d2f; }

h4.blue + p { margin-top: -10px; }

h3.green + p { margin-top: -10px; }

a.learn_more + h4.green { margin-top:35px; }

#quicklink
{
	position:relative;
	float:left;
	width:128px;
	height:90px;
	margin-right:10px;
	text-indent:-9000px;
	overflow:hidden;
}

.quicklink_hpt
{
	position:relative;
	float:left;
	width:128px;
	height:90px;
	margin-right:10px;
	text-indent:-9000px;
	overflow:hidden;
	background-image:url(images/homepage_quick_link_1.jpg); 
}

.quicklink_iaq
{
	position:relative;
	float:left;
	width:128px;
	height:90px;
	margin-right:10px;
	text-indent:-9000px;
	overflow:hidden;
	background-image:url(images/homepage_quick_link_2.jpg);
}

.quicklink_aco
{
	position:relative;
	float:left;
	width:128px;
	height:90px;
	margin-right:10px;
	text-indent:-9000px;
	overflow:hidden;
	background-image:url(images/mould2a.jpg);
}

.quicklink_realtor
{
	position:relative;
	float:left;
	width:128px;
	height:98px;
	margin-right:10px;
	text-indent:-9000px;
	overflow:hidden;
	background-image:url(images/quicklink_realtor.jpg);
}

a.learn_more
{
	font-weight:bold;
}

#services
{
	width:188px;
	height:45px;
	margin-left:45px;
	margin-bottom:15px;
}

#inner_page_left_column
{
	float:left;
	width:515px;
	height:auto;
	margin-left:45px;
	margin-top:-15px;
}

#inner_page_right_column
{
	float:right;
	margin-top:-75px;
	width:300px;
	height:auto;
	margin-right:-10px;
}


#inner_page_picture_frame
{
	width:280px;
	height:210px;
	background-image:url(images/inner_page_picture_frame.jpg);
	padding-left:6px;
	padding-top:6px;
	padding-right:12px;
	padding-bottom:14px;
	margin-bottom:20px;
}

a.request
{
	font-family:"Lucida Grande", Verdana, Arial;
	font-size:12px;
	color:#6396ad;
}
 
#homepage_bottom
{
	position:relative;
	float:left;
	width:988px;
	height:43px;
	background-image:url(images/homepage_bottom.jpg);
}

#inner_page_bottom
{
	position:relative;
	float:left;
	width:988px;
	height:44px;
	background-image:url(images/inner_page_bottom.jpg);
}

#footer
{
	position:relative;
	float:left;
	width:963px;
	height:57px;
	background-image:url(images/footer.jpg);
	padding-top:10px;
	padding-left:25px;
	color:#FFFFFF;
	line-height:18px;
}

#footer a
{
	font-size:x-small;
	color:#FFFFFF;
	margin-left:5px;
	margin-right:5px;
}

p.copyright
{
	font-size:x-small;
	color:#97958c;
	display:inline;
	margin-left:5px;
}

#footer a.pyfo { color:#97958c; }

#certificates
{
	position:relative;
	float:right;
	width:988px;
	height:82px;
	background-color:#FFFFFF;
}

a.emlab
{
	position:relative;
	float:right;
	width:59px;
	height:57px;
	background-image:url(images/certificate_1.jpg);
}

a.ieso
{
	position:relative;
	float:right;
	width:90px;
	height:57px;
	background-image:url(images/certificate_2.jpg);
}

a.iaqa
{
	position:relative;
	float:right;
	width:62px;
	height:57px;
	background-image:url(images/certificate_3.jpg);
}

a.shell
{
	position:relative;
	float:right;
	width:62px;
	height:57px;
	background-image:url(images/certificate_4.jpg);
}

a.mhhc
{
	position:relative;
	float:right;
	width:101px;
	height:57px;
	background-image:url(images/certificate_5.jpg);
}

a.anabec
{
	position:relative;
	top:5px;
	float:right;
	width:90px;
	height:47px;
	background-image:url(images/certificate_6.jpg);
}

.clearfloat { clear:both; }

.clearleft { clear:left; }

.clearright { clear:right; }
