@charset "utf-8";
/* CSS Document 

DEFAULTS
LAYOUT
UNIVERSAL
SECTOR
CONTACT

green: #00867c;
purple: #413eb3;
yellow: #fbfae6;

*/

html, body {
height:100%;
}
body {
margin:0px;
padding:0px;
background:#fbfae6 url(images/background.gif);
font: 12px Arial, Helvetica, sans-serif;
}
p, li, td {
font-size:1em;
}
td, div {
overflow:hidden;
}

li {
margin-bottom: 10px;
}
h1 {
font-size:1.8em;
color:#00867c;
border-bottom:1px solid #cbcadf;
padding-bottom:5px;
}
	h1 span {
	color:#413eb3;
	font-size:.8em;
	}
h2 {
font-size:1.6em;
color:#413eb3;
}
h3, .required {
font-size:1.4em;
color:#413eb3;
}
	.required {
	font-weight:bold;
	}
	h3 span {
	font-size:.8em;
	color:#000;
	}
h4 {
font-size:1.2em;
}
a {
font-weight:bold;
}
a:link, a:visited {
color:#413eb3;
}
a:hover, a:active {
color:#33998f;
}
img {
border:none;
}
i {
display:none;
height:0;
}
div {
overflow:hidden;
}
blockquote {
border-left:10px solid #deebf0;
padding-left:10px;
margin:20px 40px 20px 20px;
display:block;
}
.gone {
	display:none;
}
/* ---------- LAYOUT ---------- */
#container {
width:780px;
margin:0 auto;
padding:0 15px;
background:url(images/shadow.png);
}
#wrap {
float:left;
width:780px;
background:#FFF url(images/bottom.gif) repeat-x bottom;
}
#banner {
height:150px;
padding-top:50px;
background: url(images/background_inner.jpg) no-repeat right top;
text-align:center;
border-top:13px solid #413eb3;
}
#middle {
background: url(images/back.gif) repeat-y;
margin-bottom:15px;
}
#side {
width:145px;
float:left;
padding-bottom:10px;
}
#nav {
width:120px;
margin:15px auto;
padding:0;
list-style-type:none;
border-top:1px solid #cbcadf;
}
	#nav li { /* edits in style_ie.css */
	margin:0;
	padding:0;
	border-bottom:1px solid #cbcadf;
	overflow:hidden;
	}
	#nav a {
	text-decoration:none;
	display:block;
	padding:10px;
	background-repeat:no-repeat;
	background-position:right center;
	}
	#nav a:link, #nav a:visited {
	
	}
	#nav a:hover, #nav a:active {
	background-color:#e4e3ef;
	}
	#n_home {
	background: url(images/n_home.png);
	height:8px;
	}
	#n_company {
	background: url(images/n_company.png);
	height:8px;
	}
   #n_services {
	background: url(images/n_services.png);
	height:8px;
	}
    #n_expertise {
	background: url(images/n_expertise.png);
	height:8px;
	}
    #n_cleaning {
	background: url(images/n_cleaning.png);
	height:20px;
	}
    #n_environment {
	background: url(images/n_environment.png);
	height:8px;
	}
    #n_bysector {
	background: url(images/n_bysector.png);
	height:8px;
	}
    #n_testimonials {
	background: url(images/n_testimonials.png);
	height:8px;
	}
    #n_glossary {
	background: url(images/n_glossary.png);
	height:8px;
	}
    #n_stain {
	background: url(images/n_stain.png);
	height:8px;
	}
    #n_faq {
	background: url(images/n_faq.png);
	height:8px;
	}
    #n_contact {
	background: url(images/n_contact.png);
	height:8px;
	}
    #n_login {
	background: url(images/n_login.png);
	height:8px;
	}
    #n_feedback {
	background: url(images/n_feedback.png);
	height:8px;
	}
	.current {
	background-color:#deebf0
	}
#content {
float:left;
width:600px;
padding:0 10px 20px 10px;
}
#footer {
font:9px "Times New Roman", Times, serif;
color:#6d6aa0;
text-align:center;
padding:25px 5px;
clear:both;
}
.warn {
	background:#413EB3;
	padding:5px 10px;
}
	.warn * {
		color:#FFF;
		margin:2px 0;
	}
/* ---------- UNIVERSAL ---------- */
.imgbrd, .imgbrdr {
border:1px solid #413eb3;
}
.imgbrd {
float:left;
margin:0 10px 10px 0;
}
.imgbrdr, .imgr{
float:right;
margin:0 0 10px 10px;
}

/* ---------- SECTOR ---------- */
#sector {
list-style-image:url(images/bigul.gif);
margin:30px;
}
	#sector li {
	margin-bottom:20px;
	}
	#sector a {
	font-size:1.6em;
	}
	
/* ---------- CONTACT ---------- */
#contact {
margin:0 0 0 40px;
padding:0;
border-top:1px dashed #cbcadf;
}
	#contact td, .formtable td {
	vertical-align:top;
	padding:5px 10px 15px 10px;
	border-bottom:1px dashed #cbcadf;
	font-weight:bold;
	}
	.contact1 {
	text-align:right;
	color: #00867c;
	}
	.contact2 {
	color: #413eb3;
	font-size:1.4em;
	}
/* ---------- FORMS ---------- */
.formtable {
margin:0 0 0 40px;
border:1px solid #cbcadf;
width:500px;
}
	.formtable td {
	width:50%;
	}
	.formsubmit {
	border:none;
	text-align:right;
	}