<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document by Dieter Schneider | www.csstemplateheaven.com */

* {margin: 0; padding: 0;}

/*--------------------------------- SITE STRUCTURE -----------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(images/bg_pattern.gif);
}

#container {
	width: 900px;
	padding: 5px;
	margin: 0px auto;
	font-size: 1.2em;
	background-color: #FFFFFF;
}

#header {
	height: 150px;
	background-image: url(images/pumpnewlogo.jpg) ;
	margin-bottom: 1px;
	background-repeat: no-repeat;
	text-align: right;
	
	
}



#left {
	float: left;
	width: 170px;
}

#right {
	float: right;
	width: 250px;
}

#content {
	margin-right: 2px;
	margin-left: 2px;
	border: #484D54;
}

#footer {
	clear: both;
	padding: 5px;
	text-align: center;
	font-size: 0.9em;
}

/*--------------------------------- NAVIGATION -----------------------------*/

#navcontainer ul
{
	background-color: #036;
	color: White;
	float: left;
	width: 100%;
	background-image: url(images/navcontainer.gif);
	background-repeat: repeat-x;
	height: 61px;
	clear: both;
	margin-bottom: 30px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 20px 20px;
color: White;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
color: #CCCCCC;
}

/*------------------------------- CONTACT FORM -----------------------------------*/

form.contact_us {
	width: 180px;
	margin-left: 9px;
}

input.fields_contact_us {display: block;
        width: 160px;
		border-top: 1px solid #C4D2E2;
		border-left: 1px solid #C4D2E2;
		border-bottom: 1px solid #E3E4E9;
		border-right: 1px solid #E3E4E9;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {width: 160px;
		border-top: 1px solid #C4D2E2;
		border-left: 1px solid #C4D2E2;
		border-bottom: 1px solid #E3E4E9;
		border-right: 1px solid #E3E4E9;
		  display: block;
          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	margin-left: 108px;
	padding: 2px;
	background-color: #F2F3F7;
}

/*------------------------------- TEXT FORMATTING -----------------------------------*/

p {	margin-top: 20px;
	margin-bottom: 20px;
}

p.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #993300;
}

h1 {}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	text-transform: 
}

h3 {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #666666;
	border-bottom: 1px dotted gray;
	font-family: Georgia, "Times New Roman", Times, serif;
}

dl {}

dt {
	font-weight: bold;
	margin-bottom: 3px;
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
}

dd {margin-bottom: 15px; border-bottom: 1px dotted gray; padding-bottom: 15px; font-size: .9em;}

.icons {
	margin-right: 16px;
}</pre></body></html>