@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #3977A4;
}

a:link {
	color:#FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color:#FFF;
	text-decoration:underline;
	background-color: #066;
}
a:active {
	color: #336991;
}
#bhome a#home {
	color: #2ABFAA;
} 
#babout a#about {
 color: #2ABFAA;
} 
#bpressurewashers a#pressurewashers {
 color: #CC0A0D; font-size-adjust: 125%;
} 
#bpumpsandparts a#pumpsandparts {
 color: #2ABFAA;
} 

#bchemicals a#chemicals {
 color: #2ABFAA;
} 
#bused a#used {
 color: #2ABFAA;
} 
#bcontact a#contact {
 color: #2ABFAA;
}  

.twoColFixLtHdr #container {
	width: 1024px; /* 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: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #336991;
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 
.twoColFixLtHdr #header {
	background-color: #EEE;
	height: 125px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.twoColFixLtHdr #container #nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	height: 25px;
	background-color: #1C394F;
	padding-top: 11px;
	font-weight: bold;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 280px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #FFF;
} 

.twoColFixLtHdr #container #mainContent h1 {
	font-size: 21px;
	color: #FFF;
	line-height: 30px;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 20px;
}

.twoColFixLtHdr #container #mainContent .middle {
	width: 350px;
}
.twoColFixLtHdr #container #mainContent table {
	font-size: .8em;
	font-weight: bold;
	text-align: center;
}

.twoColFixLtHdr #container #mainContent .underPhoto {
	font-size: .9em;
	color: #FFF;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
}
.twoColFixLtHdr #container .smalltype {
	font-size: 0.7em;
	color: #FFF;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent .imageonmain img {
	float: left;
	padding-right: 30px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #container #products {
	text-align: center;
}
.twoColFixLtHdr #container #products table tr td img {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent table tr td .tableleft1 {
	text-align: left;
	font-size: 1.1em;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent table tr td .tableleft {
	text-align: left;
	font-size: 0.9em;
}
.twoColFixLtHdr #container #mainContent .phone {
	font-size: 1.3em;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent .phone1 {
	font-size: .9em;
	text-align: center;
}
.twoColFixLtHdr #container #sidebar1 table {
	text-align: center;
	font-size: .7em;
	color: #FFF;
}










.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #FFF;
}
.twoColFixLtHdr #container #sidebar1 img {
	text-align: center;

}
.twoColFixLtHdr #container #sidebar1 p {
	text-align: center;
}

.twoColFixLtHdr #container #sidebar1 .small {
	font-size: 14px;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	text-align: center;
}

.twoColFixLtHdr #container #sidebar1 .left {
	text-align: left;
}



.twoColFixLtHdr #footer {
	padding: 0;
	color: #FFF;
	background-color: #1C394F;
	text-align: center;
} 


.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #FFF;
	text-align: center;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}




.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
