@charset "UTF-8";
body  {
	font: 110% Helvetica, Arial sans-serif;
	background: #FFFFFF url('../images/page_bg.jpg') repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #596058;
	letter-spacing:-1px;
	font-weight:200;
}
a:link {
	color:#FF3333;
	text-decoration:none;
}
a:visited {
	color:#FF3333;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
a:active {
	color:#666;
	text-decoration:none;
}
p {
	line-height:125%;
}
.tecqua #container { 
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:20px;
} 

.tecqua #header { 
	padding: 20px 20px 0 20px;
	background:url(../images/container_bg.png) top;
	height:160px;
} 
.tecqua #header h1 {
	margin:0; 
	padding: 0 0 0 10px;
	color:#242424;
	font-size:30px;
	font-weight:200;
	width: 164px; height: 88px;
	background: url(../images/tecqua_header.png) no-repeat;
}
h2 {
	color:#242424;
	font-size:27px;
	font-weight:300;
	line-height:110%;
	margin-bottom:10px;
	margin-top:0;
	padding:0;
}
h3 {
	color:#242424;
	font-size:19px;
	font-weight:300;
	line-height:95%;
	margin-bottom:8px;
	margin-top:0;
	padding:0;
}
.tecqua #header span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

.tecqua #content_container { 
	background:url(../images/container_bg.png) bottom;
	margin:0;
	padding:0;
} 
.tecqua #sidebar1 {
	float: right; 
	width: 380px; 
	padding: 0 25px 0 10px;
	border-left: 1px dotted #CCCCCC;
}
.tecqua #mainContent { 
	margin: 0 410px 0 0; 
	padding: 0px 10px 0 25px;
	
}  
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Header Stuff */

#quote {
	float:left;
	width:500px;
	margin:5px 10px 0 30px;
	padding:0;
}
#quotecleaning {
	float:left;
	width:400px;
	margin:5px 10px 0 30px;
	padding:0;
}
#quoteprotection{
	float:left;
	width:420px;
	margin:5px 10px 0 30px;
	padding:0;
}
blockquote { 
	background: transparent url('../images/top_quote.png') left top no-repeat;
	padding: 0 0 0 24px;
  	margin:0;
}

blockquote div {
  	font-size: 90%; 
	font-family:Helvetica, Arial sans-serif;
	font-style:italic;
	font-weight: bold;
  	padding: 0;
 	margin:0;
  	background: transparent url('../images/bottom_quote.png') right bottom no-repeat;
}
cite {
	font-size:75%;
	color:#326cbd;
	padding:10px 20px 0 0;
	margin:0;
	float:right;
	display:block;
}

#call_us {
	float:right;
	width: 198px; height: 47px;
	background: url(../images/call_us.png) no-repeat;
	margin-top:-15px;
}

/* Navigation Styles */

#nav {
	width:930px;
	height:21px;
	margin-top:10px;
	background-image:url(../images/nav_bg.jpg);
	text-align:center;
	padding:6px 0 6px 0;
	
	}
#nav ul{
	display:block;
	list-style:none;
	padding:0 0 0 15px;
	margin:0;
	}
#nav li{
	display:inline;
	font-size:115%;
	font-weight:400;
	padding-right:26px;
	letter-spacing:-1px;
	}
a.navigation:link {
	color:#FFFFFF;
	text-decoration:none;
}
a.navigation:visited{
	color:#FFFFFF;
	text-decoration:none;
}
a.navigation:hover {
	color:#FF3333;
	text-decoration:none;
}
a.navigation:active {
	color:#FF3333;
	text-decoration:none;
}

a.selected{
	color:#FFFFFF;
	text-decoration:underline;
	}

a.blog {
	color:#FF3333;
	}

/* Highlight Styles */

.highlight-black {
	color:#000000;
	font-weight:400;
	}
.highlight-red {
	color:#FF0000;
	font-weight:400;
	}

/* Sidebar buttons */

.video {
	margin-bottom:10px;
	}

#physical_assets {
	display:block;
	width:380px;
	height:43px;
	margin-bottom:10px;
	background:url(../images/physical_assets.png) no-repeat 0 0;
	}
#physical_assets:hover {
	background-position: 0 -43px;
	}
#physical_assets span {
	display:none;
	}
	
#maintenance {
	display:block;
	width:380px;
	height:43px;
	margin-bottom:10px;
	background:url(../images/maintenance.png) no-repeat 0 0;
	}
#maintenance:hover {
	background-position: 0 -43px;
	}
#maintenance span {
	display:none;
	}	
	
#chemical_free {
	display:block;
	width:380px;
	height:43px;
	margin-bottom:10px;
	background:url(../images/chemical_free.png) no-repeat 0 0;
	}
#chemical_free:hover {
	background-position: 0 -43px;
	}
#chemical_free span {
	display:none;
	}

#facilities_manager {
	display:block;
	width:380px;
	height:43px;
	margin-bottom:10px;
	background:url(../images/facilities_manager.png) no-repeat 0 0;
	}
#facilities_manager:hover {
	background-position: 0 -43px;
	}
#facilities_manager span {
	display:none;
	}
	
/* Footer Styles */

.footer { 
	padding: 20px 20px 0 20px;
	text-align:center; 
} 
.footer p,li {
	font-size:70%;
	color:#999999;
	padding:0;
	margin:0;
}
.footer ul{
	display:block;
	list-style:none;
	padding:0;
	margin:0;
	}
.footer li{
	display:inline;
	}
a.footer:link {
	text-decoration:none;
	color:#333333;
}
a.footer:visited {
	text-decoration:none;
	color:#333333;
}
a.footer:hover {
	text-decoration:underline;
	}
a.footer:active {
	text-decoration:underline;
	}
	
/* Flash */
	
#flashcontent {
	width:380px;
	padding:0 0 10px 0;
	margin:0;
	}

/* Technical List */
	
.technical ul {
	padding:0;	
	margin:0;
	list-style-type:none;
	}
.technical li {
	display: block;
	background-image:url(../images/file_pdf.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:380px;
	font-size:19px;	
	padding:8px 0 20px 48px;
	height:48px;
	
	}
	
/* FORM */

#form input.form,textarea{
	width:340px; 
	margin-bottom:10px;
	background-color:#EFEFEF;
	border:none;
}

#form .form_fields{
	margin-bottom:10px;
}

.margin10 {
 margin-left:18px;
 }
