* {
	margin: 0px;
	padding: 0px;
}


body {
	background:url(images/bg.jpg) repeat-x; 
	background-color:#336699;
	/*Below sets a base for em percentage used. x-small generally is about 12px*/
	font-size: x-small;	
	}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	color: #000;
	/*font percentage based on base declared in body tag*/
	font-size: 120%;
	margin: 10px 40px 10px 20px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

span{
	text-decoration: underline;
}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 27px;
	color: #CC0000;
	margin: 0px 0px 20px 20px;
	font-weight:normal;
	width: 94%;
}

h1.left {
	text-align: left;
}

h1#blue_sanitation {
	text-indent: -1999px;
	background: url(images/blue-sanitation-heading.gif) no-repeat right;
	height: 30px;
	width: 300px;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #006699;
	margin: 15px 0px 0px 20px;
	text-transform: uppercase;	
}


h3 {
	color: #FF0000;
	/*font percentage based on base declared in body tag*/
	font-size: 130%;
	margin: 10px 40px 10px 20px;
	line-height: 1.5em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #336699;
	text-align:center;
	background: #660000;
	padding: 10px 0px 10px 0px;
}


h5{
	font-size: 160%;
	text-decoration: underline;
}


h6{
	margin-left: 40px;
	font-size: 90%
}

address{
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#cc0000;
	font-size: 17px;
	width: 200px;
	left: 10px;
	top: 471px;

}


/*
ul{
  	

}
*/

#body-stretch li {
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	color: #333;
	line-height: 1.5em;	
	margin-left: 40px;
}

#body-stretch li a:link{
	font-family: Georgia, "Times New Roman", Times, serifl;
}


/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color: #000;
	text-decoration: none;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width:990px;
	margin: 0px auto;

}


div#container { 
	width:990px; 
	min-height:832px;
	overflow:visible;
	position: relative;
	padding:0;
	margin: 1px auto 0;
	background:url(images/container-bg.jpg) no-repeat;

	}
div#body-top {
	min-height:531px;
	height:auto !important;
	overflow:visible;
	width:646px
	}

div#body-stretch {
	background:url(images/body-stretch.jpg) repeat-y;
	padding:0 15px 25px 329px;
	}
	
div#testimony {
	width:90%; 
	margin:10px auto 15px;
	padding:10px;
	background:#FFF; border:dashed 1px #333;
	}	
	

div#footer {
	background:url(images/footer.gif) no-repeat;
	min-height:60px;
	height:auto !important;
	padding:40px 15px 15px 315px;	
	}

div#footer a:link, div#footer a:visited, div#footer li a:active {
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block-inline;
	font-size: 11px;
	padding: 5px 5px 5px 2px;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
}
div#footer a:link.last, div#footer a:visited.last, div#footer a:active.last {
	border-right:0;
}
div#footer a:hover, div#footer a.current:link, div#footer a.current:visited {
	color:#000
	}




div#copywrap {
	width: 970px;
	margin: 10px auto;
}
div#copywrap img {
	float: right;
	margin-right: 0px;
	border: 0;
}
div#copyright {
	float:left;
	text-align: left;
	color: #fff;
	font: 10px Arial, Helvetica, sans-serif;
}
div#copyright img {
	padding: 8px 0 15px;
	float:left;
}
div#copyright a:link, div#copyright a:visited {
	color: #fff;
}

/*container for pagetext and left coloum */


div#pagetext {
	width: 649px;
	float: left;
	display: inline;
	margin: 0px;
	}

div#right{
	width: 341px;
	float: left;
	margin-top: 2px;
	display: inline;
	position: relative;
}

div#right img{
	margin-top: -2px;
}

div.column1 address a{
	color: #cc0000;
	text-decoration: underline;
}

div#bottom {
	width: 990px;
	height: 69px;
	background: url(images/footer.gif);
	position: relative;
	clear:both;
	margin: 0px auto;
}

#flash-bg{
	width: 990px;
	height: 220px;
	background: url(images/.jpg);
} 

.cta{
	height: 531px;
    left: 15px;
    position: absolute;
    top: 259px;
    width: 314px;
}
 
 div#login{
 	width: 770px;
	text-align: right;
	clear: both; 
	font-size: 10px;
	margin: 0px auto;
 }
 
 div#login a:link {
 	color: #fff;
	font-weight: bold;

 }
 

 /* ----------------- IMAGE ELEMENTS ----------------- */

.right{
	float: right;
	margin-right: 20px;
	margin-left: 10px;
	font-size: 11px;
	text-align: center;
	border: 1px solid #333;
	padding: 2px;
}

#copyright {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px auto;
	width: 990px;
 }
 
 #copyright img{
 	float: right;
	margin-top: -20px;
	
 }
 
  #copyright a{
 	color: #fff;
	}
	
div#nav {
	width: 990px;
	height: 40px;
	margin:0 auto 0;
}
ul#mainnav {
	margin:   0 auto 0;
	padding: -1px 0 0 0;
}
ul#mainnav li {
	float: left; 
	padding: 0 1px;
	list-style: none;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 15px;
    padding: 10px 11px 9px;
    text-align: left;
	white-space: nowrap;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
background: #255380;


}
* html #nav a {
	width: 1%;}	
/*
ul#mainnav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 219px;
	left: 39px;
	top: -1px;
	height: 175px;
}

ul#mainnav li {
	display: inline; 
	list-style: none;


}


ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #fff;
	width: 138px;
	display: block;
	font-size: 11px;
	background: none;
	font-weight: bold;
	padding: 6px 3px 6px 15px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	background: url(images/pointer.gif) left no-repeat;
	font-family:Tahoma, sans-serif;
	text-transform: uppercase;


ul#mainnav li a:hover {
	color: #fff;
	background: url(images/pointer.gif) left no-repeat #f00;

	
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #f00;
	background: #fff;


}

ul#mainnav2 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 219px;
	left: 111px;
	top: 2px;
	height: 147px;
}

ul#mainnav2 li {
	display: inline; 
	list-style: none;


}


ul#mainnav2 li a:link, ul#mainnav2 li a:visited, ul#mainnav2 li a:active {
	color: #fff;
	width: 138px;
	display: block;
	font-size: 11px;
	background: none;
	font-weight: bold;
	padding: 6px 0px 6px 15px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	background: url(images/pointer.gif) left no-repeat;
	font-family:Tahoma, sans-serif;
	text-transform: uppercase;




}
ul#mainnav2 li a:hover {
	color: #fff;
	background: url(images/pointer.gif) left no-repeat #f00;

	
}

ul#mainnav2 li a.current:link, ul#mainnav2 a.current:visited {
	color: #f00;
	background: #fff;}
 Creates our hover status. */


/* Creates our hover status. */


/* Second Column Navigation */

	
/* ----------------- UTILITY NAVIGATION ----------------- */

	ul#utilitynav {
	position: absolute;
	padding: 0px;
	left: 157px;
	top: 39px;
	width: 836px;
	
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #fff;
		display: block;
		float: left;
		font-size: 10px;
		font-weight: bold;
		padding: 0px 4px 0px 4px;
		text-decoration: none;	
		margin-bottom: 20px;
	}
	
	
	ul#utilitynav li a:hover {
		color: #fff;
		text-decoration: underline;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #fff;
		text-decoration: underline;
		width: auto;
	}


.column1{
	width: 190px;
	float: left;
	color: #000;
	margin-left: 25px;
	margin-top: 20px;
	
}

.center{
	text-align: center;
	margin-top: 10px;
}

.cta img{
	display: inline;
}

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
img.left {
	float: left;
	margin: 5px 15px 10px 15px;
}
img.right {
	float: right;
	margin: 5px 15px 10px 15px;
}
img.leftborder {
	padding: 2px;
	border: 1px solid #000;
	float: left;
	margin: 5px 15px 10px 15px;
}
img.rightborder {
	padding: 2px;
	border: 1px solid #000;
	float: right;
	margin: 5px 15px 10px 15px;
}
img.border {
	padding: 2px;
	border: 1px solid #000;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.ulleft {
	float: left;
	margin-left: 15px;
	padding-left: 15px;
	width: 150px;
}

/*
 table{
	width: 633px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	font-size: 120%;
}

table tr{
	padding: 5px;

}

 th{
	background: #015b7e;
	color: #fff;
	font-size: 12px;
	height: 21px;
	text-align: left;
	padding: 5px;
	text-align: center;
	border-right: 1px solid #fff;
	text-align: center;
}

td{
	padding: 5px;
	border-bottom: 1px solid #ccc;
	color: #333;
	background: #fff;
	
}

td li{
	color: #333;
	font-size: 110%;
}
*/
#audio{
	position: absolute;
	left: 838px;
	top: 189px;
	width: 1px;
}

fieldset{
 	font-size: 110%;
 	font-family: Arial, Helvetica, sans-serif;
 	width: 575px;
 	margin-left: 20px;
	margin-top: 20px;
	border: none;
}

.border {
	border: 1px solid #ccc;
	margin: 0px auto;
}
span.comp_name {
	font-family: "Times New Roman", Times, serif;
	color: #cc0000;
	font-weight: 900;
	text-decoration: none;
	font-size: 125%;
}
span.blue_sanitation {
	color: #408cff;
	font-family: "Brush Script MT", "Edwardian Script ITC", Vivaldi, Century;
	text-decoration: none;
	font-size: 145%;
}
img#video_link {
	margin-left: 20px;
	border: none;
}
.more_exciting {
	color: #CC0000;
	font-weight: 900;
	font-size: 125%;
	text-decoration: none;
}
div#links_col {
	width: 310px;
	text-align: center;
	float: left;
}
h2.equipment_h2 {
	font-size: 165%;
}

.blue { color:#0066ff; text-decoration:none;}

.red { color:#cc0000; text-decoration:none;}

.caps { text-transform:uppercase; text-decoration:none; font-family:Georgia, Times New Roman, Times, serif;}
div.products {
	float: left;
	width: 170px;
	margin-left: 15px;
	background: #FFFFFF;
	border: 1px solid #B6B6B6;
	padding: 5px 5px 5px 15px;
	margin-bottom: 20px;
	height: 700px;
}
div.products p {
	clear: left;
	font-size: 11px;
	line-height: 14px;
	margin: 10px 0px;
	padding: 0px;
}
div.products img {
	clear: left;
	float: left;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 20px;
}

/*  NOT NEEDED 

div#header2{
	background: url(images/header.jpg);
	width: 649px;
	height: 217px;
	
}

div#textcontent{
	background: url(images/bg_pagetext.jpg) no-repeat;
	width: 649px;
}




*/
