* { margin: 0; padding: 0; }

body
{
	background: #222 url("../images/bg.png") repeat;
	font-family: arial, verdana, tahoma, times new roman;
	font-size: 80%;
}

/* 404 Error Form */

.errorform fieldset
{
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
}

.errorform fieldset input { border: 1px solid #CCC; padding: 5px; }

/* Main Styles */

img
{
	border: 0;
}

a
{
	color: #369;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -455px;
	position: absolute;
	top: -255px;
	left: 50%;
}

#container
{
	border: 5px solid #444;
	width: 900px;
	height: 500px;
	background: #FFF;
}

#header
{
	width: auto;
	height: 100px;
	background:;
}

#menu
{
	width: 900px;
	height: 35px;
	background: #555;
	border-top: 5px solid #555;
	border-bottom: 5px solid #555;
}

#menuleft
{
	float: left;
	width: 400px;
	text-transform: uppercase;
}

#menuleft h2
{
	margin: 9px 0 0 10px;
	padding: 0;
	color: #FFF;
	font-size: 100%;
	letter-spacing: 0px;
}

#menuleft h2 a
{
	color: #D8E4F1;
	text-decoration: none;
}

#menuleft h2 a:hover
{
	color: #FFF;
	text-decoration: none;
}

#menuright
{
	float: right;
	width: 500px;
}

#menuright ul
{
	float: right;
	color: FFF;
	margin: 0 5px 0 0;
	font-weight: bold;
}

#menuright ul li
{
	display: inline;
}

#menuright ul li a
{
	padding: 9px 17px;
	color: #FFF;
	text-decoration: none;
	float: left;
	letter-spacing: 0px;
}

#menuright ul li a.active
{
	background: #333;
	color: #FFF;
}

#menuright ul li a:hover
{
	background: #222;
	color: #FFF;
}

#containerfull
{
	width: 870px;
	height: 325px;
	padding: 15px;
	overflow: auto;
}

#containergallery
{
	float: left;
	width: 330px;
	height: 355px;
	background: url('../images/gallery-background-home.jpg') no-repeat;
}

#containergallerypumps
{
	float: left;
	width: 330px;
	height: 355px;
	background: url('../images/gallery-background.jpg') no-repeat;
}

#containergallerycontact
{
	float: left;
	width: 330px;
	height: 355px;
}

#containertext
{
	float: right;
	overflow: auto;
	width: 540px;
	height: 325px;
	padding: 15px;
	line-height: 22px;
}

#container h1
{
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 22px;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #555;
	text-transform: uppercase;
}

#container p
{
	margin: 0 0 10px 0;
	padding: 0;
}

#containertext ul
{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
}

#containertext ul#comps
{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: square;
}

#footer
{
	clear: both;
	width: 870px;
	color: #777;
	padding: 15px;
	text-align: center;
	font-size: 11px;
}

#footer a span
{
	color: #777;
	text-decoration: none;
	text-transform: capitalize;
}

#footer a
{
	color: #888;
	text-decoration: none;
	text-transform: capitalize;
}

#footer a:hover
{
	color: #FFF;
}

#footer p
{
	margin: 0 0 2px 0;
	padding: 0;
}

#footerleft
{
	float: left;
	width: 425px;
	height: 50px;
}

#footerright
{
	float: left;
	width: 425px;
	height: 50px;
	text-align: right;
}






table.pumpstable
{
	border-collapse: collapse;
	width: 100%;
}

table.pumpstable th
{
	text-align: left;
	font-weight: bold;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 10px;
	vertical-align: top;
}

table.pumpstable td
{
	text-align: left;
	font-weight: normal;
	padding: 10px;
	border: 1px solid #CCC;
	vertical-align: top;
}

	table.pumpstable td.fixedwidth
	{
		width: 200px;
	}
	
	table.pumpstable td img
	{
		margin: 0 8px 8px 0;
	}