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

body {
	margin: 0;
	padding: 0;
}
#wrapper {
	margin: 10px auto;
	width: 887px;
}


/***** HEADER *****/
#header {
	float:left; display:inline;
	background:url(images/header-bg.gif);
	width: 887px;
	height: 104px;
}
#header p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	color:#fff;
}
#header a {
	text-decoration:none;
	color:#fff;
}


/***** NAVIGATION *****/
#nav {
	float:left; display:inline;
	width: 887px;
	margin: 10px 180px 30px 180px;
}
#nav span {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color:#ccc;
}
#nav a {
	text-decoration:none;
	color:#ccc;
}
.divide {
	margin: 0 10px;
	float:left; display:inline;
}
.hp a {
	float:left; display:inline;
	background-image:url(images/btn_home.jpg);
	background-position:0 0;
	display:block;
	width: 90px; 
	height: 25px;
	text-decoration:none;
}
.hp a:hover {
	float:left; display:inline;
	background-image:url(images/btn_home-over.gif);
}
.hp span {
	visibility:hidden;
}
.pu a {
	float:left; display:inline;
	background-image:url(images/btn_pumps.jpg);
	background-position:0 0;
	display:block;
	width: 90px; 
	height: 25px;
	text-decoration:none;
}
.pu a:hover {
	background-image:url(images/btn_pumps-over.gif);
}
.pu span {
	visibility:hidden;
}
.va a {
	float:left; display:inline;
	background-image:url(images/btn_valves.jpg);
	background-position:0 0;
	display:block;
	width: 90px; 
	height: 25px;
	text-decoration:none;
}
.va a:hover {
	background-image:url(images/btn_valves-over.gif);
}
.va span {
	visibility:hidden;
}
.op a {
	float:left; display:inline;
	background-image:url(images/btn_options.jpg);
	background-position:0 0;
	display:block;
	width: 90px; 
	height: 25px;
	text-decoration:none;
}
.op a:hover {
	background-image:url(images/btn_options-over.gif);
}
.op span {
	visibility:hidden;
}
.tu a {
	float:left; display:inline;
	background-image:url(images/btn_test-units.jpg);
	background-position:0 0;
	display:block;
	width: 90px; 
	height: 25px;
	text-decoration:none;
}
.tu a:hover {
	background-image:url(images/btn_test-units-over.gif);
}
.tu span {
	visibility:hidden;
}


/***** MAIN *****/
#main {
	float:left; display:inline;
	width: 825px;
	padding:0 21px;
}
.home {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align:justify;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color:#ccc;
	padding-right: 50px;
}
.roundbox p, span {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color:#000;
}
.roundbox a {
	text-decoration:none;
}
.roundbox li {
	list-style:disc;
	margin-left:-20px;
}
.px {
	background:url(images/1px.gif) repeat-y;
}
/***** FOOTER *****/
#footer {
	float:left; display:inline;
	width: 887px;
}
#footer p {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color:#fff;
}
#footer a {
	text-decoration:none;
	color:#fff;
}