* {
	margin: 0px;
	padding: 0px;
}


body {
	background:#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#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{
  	

}
*/

#pagetext 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;
}

#pagtext 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; 
	position: relative;
		background: url(images/bg_wrapper.gif) top left repeat-y;

	}



div#header2{
	background: url(images/header.jpg);
	width: 649px;
	height: 217px;
	
}

div#textcontent{
	background: url(images/bg_pagetext.jpg) no-repeat;
	width: 649px;
}



/*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{
	position: absolute;
	left: 30px;
	width: 311px;
	height: 508px;
	top: 184px;
}

 
 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;
	}
	
	

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;




}
/* Creates our hover status. */
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;

}


/* Second Column Navigation */




ul#mainnav2 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 219px;
	left: 198px;
	top: 1px;
	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;




}
/* Creates our hover status. */
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;
}




	
/* ----------------- 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;
	}



.clear{
	clear: both;
}


.column1{
	width: 190px;
	float: left;
	color: #000;
	margin-left: 10px;
	margin-top: 20px;
	
}


.center{
	text-align: center;
	margin-top: 10px;
}

.cta img{
	display: inline;
}

/*
 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;
}
