* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	background-color: #006699;
}
a {
	color:#033;
	text-decoration:underline;
}
a:hover {
	color:#FFA200;
	text-decoration:none;
}
h3 {
	color:#036;
}
#container2 {
	width: 840px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
	background-color: 069;
	margin-top: 100px;
} 
#left_plunger {
	background-image: url(../images/left_plunger.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 439px;
	width: 212px;
}
#header {
	padding: 0;
	width:832px;
	height:250px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 4px solid #FFF;
	margin: 0px;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	height: 800px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}
#mainContent {
	width:374px;
	float: left;
	height: 800px;
	background-image: url(../images/grad2.jpg);
	background-repeat: repeat-x;
	border: medium solid #FFF;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
} 
#right_box {
	float: left;
	height: 800px;
	width: 220px;
	background-repeat: repeat-x;
	background-image: url(../images/gradient.jpg);
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}
#footer {
	text-align:center;
} 
#footer p {
	text-align: center;
	padding: 20px 0px;
}
#footer ul {
	text-align: left;
	padding-left: 370px;
}
#footer table {
	margin-left: 380px;
}
.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;
}
/*begin menu*/
#navcontainer {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0 10px;
}
#navlist li a {
	color:#000;
	font-size:24px;
	text-decoration:none;
}
#navlist li a:hover {
	color:#FFF;
	font-size:24px;
}
#navlist #active a {
	color:#CCC;
	font-size:24px;
}
/* --------------------------------------end border----------------------------------*/
#main_wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1264px;
	height: 100%;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
}
#right_plunger {
	background-image: url(../images/right_plunger.jpg);
	float: left;
	background-repeat: no-repeat;
	height: 439px;
	width: 212px;
}
h1 {
	color: #FFF;
}
h2 {
	color: #000;
}
.img_box {
	background-repeat: no-repeat;
	height: 120pt;
	width: 220px;
	background-position: center center;
	background-image: url(../images/faucet.jpg);
}
.img_box3 {
	background-image: url(../images/plumber.jpg);
	background-position: center center;
	height: 470px;
	width: 374px;
	background-repeat: no-repeat;
}
.img_box2 {
	background-image: url(../images/drain.jpg);
	background-position: center center;
	height: 140px;
	width: 220px;
	background-repeat: no-repeat;
}
.img_box5 {
	background-image: url(../images/plunger2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 260px;
	width: 190px;
}
