@charset "utf-8";
html {
	font-size:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 130%;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #036;
	text-align:center;
}
em {
	color:#da0000;
	font-weight:bold;
}
a {
	color:#036;
	text-decoration:underline;
}
a:hover {
	color: #c00;
}
p {
	font-size:0.75em;
}
ul {
	font-size:0.75em;
}
ul ul {
	font-size:1em;
}
h1 {
	text-indent: -9999px;
	margin:0;
	padding:0;
	color: #036;
	font-size: 2em;
}
h2 {
	font-size: 1.25em;
	text-transform: capitalize;
	margin-top:0;
	font-weight:normal;
}
h3 {
	font-size: 1.25em;
	text-transform: capitalize;
	margin-top:0;
	color:#036;
	font-weight:normal;
}
h4 {
	margin-top: 3em;
	margin-bottom:0;
	padding-bottom:0;
	font-size: 1.25em;
	text-transform: capitalize;
	font-weight:normal;
}
h6 {
	font-size: 0.75em;
	text-transform:uppercase;
	margin:0;
	color:#036;
}



h1 a {
	display: block; /* Allows you to change the width and height of the image */
	height: 50px;
	width: 192px;
	text-indent: -9999px;
	text-decoration: none;
	z-index: 1000; /* IE Fix*/
	background: url(../i/logo_bestpump.gif) 20px 15px no-repeat;
}





img {
	border:0;
}


#container {
	width: 60em;
	margin: 2.7em auto 2em;
	text-align:left;
	background-color:#fff;

}

#top {
	background: url(../i/bg_logo.jpg) repeat-x;
	margin: 0;
	padding: 0 0 10px 0;
	text-align:left;
	border: 4px solid #fff;
}



#leftNav {
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
	background: url(../i/bg_logo.jpg) repeat-x;
}

#leftNav ul {
	list-style-type:none;
	font-size: 0.75em;
	margin-left:0;
	padding-left:0;
}

#rightNav {
	float: right;
	width: 160px;
	margin: 0;
	padding: 1em;
}

#content {
	margin-left: 200px;
	margin-right: 200px;
	border-right: 1px solid #ccc;
	padding: 1em;
}

#leftNav p, #rightNav p, #footer p { 
	margin: 0 0 1em 0;
}

#rightNav ul {
	margin-left: 4px;
}


#footer {
	clear: both;
	margin: 0;
	padding: 0.5em;
	color: #333;
	background:#fff url(../i/bg_logo.jpg) repeat-x top;
	border-top: 1px solid #ccc;
	overflow:auto;
}

.footerBox {
	float:left;
	width: 18em;
	margin: 1em;
}

.address {
	list-style-type: none;
	font-size: 0.75em;
	margin:0;
	padding:0;
}

.right {
	float:right;
	padding: 0 1em 1em;
}
.centre {
	text-align: center;
}
.bold {
	font-weight:bold;
}


/* Case study */

.case {
	margin-top:0;
}




/* Sitemap */

#siteMap {
	padding: 1em;
}




/* Table */
#pumpCompare {
	font-size: 0.75em;
	margin:0 auto;
}

#pumpCompare td {
	padding: 3px;
	text-align:center;
}

#pumpCompare tbody tr.even td {
	background-color: #eee;
}
#pumpCompare tbody tr.odd  td {
	background-color: #9CF;
}
.tableHeader {
	background-color:#036;
	color: #FFF;
	font-weight: bold;
}
.tableMeasures {
	background-color: #CCC;
}




/* Homepage 2 column layout */


#leftCol {
	float: left;
	width: 18em;
	margin: 0;
	padding: 1em;
	background: url(../i/bg_logo.jpg) repeat-x;
	border-right: 1px solid #ccc;
}

#homeContent {
	margin-left: 20em;
	padding: 1em;
}

.leftBox {
	border-bottom:1px dotted #ccc;
	margin-bottom: 1em;
}


.showBox {
	width: 14em;
	text-align: left;
	margin: 1em 2em;;
	padding: 0;
	float:left;
	border: 1px solid #ccc;
}
.showBox img {
	display: block;
	margin: 0 auto;
}
.showBox p {
	line-height: 1.6em;
	color: #444;
	display: block;
	text-align: justify;
	margin-top:0;
}
.showBox a {
	text-decoration: none;
	display: block;
	padding: 0.5em 1em 1em;
}
.showBox a:hover {
	background-color: #ECF0F4;
}
.showBox h5 {
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-transform:uppercase;
	color: #44749D;
	display:block;
	padding: 0;
	text-align:center;
	margin:0;
}





/* Subscription form */

label {
	width: 160px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
input, textarea {
	color: #da0000;
	background: #D7EBFF;
	border: 1px solid #036
}
.submit input {
	margin-left: 150px;
	color: #fff;
	background: #036;
	border: 2px outset #036;
}
fieldset {
	border: 1px solid #036;
	margin: 2em 0;
	padding:0.5em 1em;
}

legend {
	color: #036;
	background: #D7EBFF;
	border: 1px solid #036;
	padding: 2px 6px;
	font-size:0.75em;
	font-weight:bold;
}
.formExp {
	color: #444;
	padding-left: 10px;
}


#chat {
	position:absolute;
	top: 10px;
	left: 400px;
	text-align:center;
	font-size:0.75em;
	display:none;
}
#chat a {
	color:#fff;
	width: 200px;
	background:#da0000;
	border:1px solid #fff;
	display:block;
	font-weight:bold;
}
#chat a:hover {
	background:#fff;
	color:#da0000;
}
#chat a:visited {
	background:#da0000;
	color:#fff;
}

	




/* Horizontal navigation */

#navX {
	overflow:auto;
}

#navX ul {
	font-size: 0.875em;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
	float:left;
	width:100%;
	background: #ccc url(../i/bg_navx.gif) repeat-x center;
	text-transform:uppercase;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #959595;
	letter-spacing: 1px;
}
#navX ul li {
	display:inline;
}
#navX ul li a {
	text-decoration:none;
	padding: 0.3em 1em;
	color: #444;
	background: #ccc url(../i/bg_navx.gif) repeat-x center;
	border-right:1px solid #959595;
	border-left:1px solid #e5e5e5;
	float:left;
	font-weight:bold;
}
#navX ul li a:hover, #navX ul li#active a {
	text-decoration:none;
	color: #eee;
	background: #ccc url(../i/bg_active_navx.gif) repeat-x center;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #959595;
}