body {
	background-image: url(images/water.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.main {
	max-width: 900px;
	background-color: rgb(51,102,153);
	border: 1px solid #FFF;
}
img.thumb {
	margin: .5cm .5cm 0 .5cm;
	border: 1px solid #FFFFFF;
}
div#center {
	width: 500px;
	height: 500px;
	margin-top: .5cm;
	border: 1px solid #FFF;
}
div#description {
	width: 540px;
	color: #191970;
	margin: 0 auto;
	background-color: #789;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-top: 2px solid #00008b;
	border-left: 3px solid #00008b;
	border-right: 4px solid #191970;
	border-bottom: 8px solid #191970;
}
div#linktop {
	margin: .5cm .5cm 0 .5cm;
	background-color: #191970;
	text-align: center;
	width: 150px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	border-left: 3px solid #00008b;
	border-right: 4px solid #191970;
	border-top: 2px solid #191970;
}
div.linkbox {
	margin: 0 .5cm .5cm .5cm;
	background-color: #CCC;
	text-align: center;
	width: 150px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-top: 2px solid #000000;
	border-left: 3px solid #00008b;
	border-right: 4px solid #191970;
	border-bottom: 8px solid #191970;
}
#truck {
	border: none;
	text-decoration:none;
	margin:0 auto;
	background: url(/images/trucks.png) 0 0 no-repeat;
	display: block;
	width: 190px;
	height: 71px;
}
#truck:hover { background-position:0 -72px; }
p.desc {
	color: #303030;
	font-size: 18px;
	font-weight: 700;
	max-width: 530px;
	margin: 8px 0.5cm;
}
.border { border: 1px solid #FFF; }
p.header {
	padding-top: 10px;
	margin-top: 0;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 110%;
}
div#preload {
	display: none;
	visibility: hidden;
}
div.pump1 {
	position: absolute;
	float: left;
	margin: 365px 0 0 10px;
	height: 100px;
	width: 100px;
	text-align: center;
	z-index: 1;
}
div.pump2 {
	position: absolute;
	float: left;
	margin: 365px 0 0 200px;
	height: 100px;
	width: 100px;
	text-align: center;
	z-index: 1
}
div.pump3 {
	position: absolute;
	float: left;
	margin: 365px 0 0 390px;
	height: 100px;
	width: 100px;
	text-align: center;
	z-index: 1
}
.manifold {
	margin: 0.5cm;
	margin-bottom: 8px;
	width: 150px;
}
a.hose, a.nozzle, a.attach, a.reels, a.contact {
	display: block;
	width: 135px;
	height: 42px;
	background: url(images/accbtns.png) no-repeat;
	text-align: center;
	border: none;
	margin: 5px auto 5px auto;
}
.hose { background-position: 0 0; }
.hose:hover { background-position: -136px 0; }
.hose:active { background-position: -272px 0; }
a.nozzle { background-position: 0 -43px; }
a.nozzle:hover { background-position: -136px -43px; }
a.nozzle:active { background-position: -272px -43px; }
a.attach { background-position: 0 -86px; }
a.attach:hover { background-position: -136px -86px; }
a.attach:active { background-position: -272px -86px; }
a.reels { background-position: 0 -129px; }
a.reels:hover { background-position: -136px -129px; }
a.reels:active { background-position: -272px -129px; }
a.contact { background-position: 0 -172px; }
a.contact:hover { background-position: -136px -172px; }
a.contact:active { background-position: -272px -172px; }
.popup {
	width: 271px;
	position: absolute;
	left: -82px;
	font-family: Verdana, Geneva, sans-serif;
}
.pop1 { top: -372px; }
.pop2, .pop3 { top: -368px; }
.poptop {
	background-color: #15487b;
	border-radius: 12px 12px 0 0;
	text-align: left;
	padding: 5px;
}
.popmain {
	/*background:url(images/box1a.gif) no-repeat top #000;*/
	background: #bab300;
	background: -moz-linear-gradient(top, #bab300 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bab300), color-stop(100%, #000000));
	background: -webkit-linear-gradient(top, #bab300 0%, #000000 100%);
	background: -o-linear-gradient(top, #bab300 0%, #000000 100%);
	background: -ms-linear-gradient(top, #bab300 0%, #000000 100%);
	background: linear-gradient(to bottom, #bab300 0%, #000000 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bab300', endColorstr='#000000', GradientType=0 );
	text-align: left;
	padding-left: 5px;
}
.fader {
	cursor: pointer;
	border: 1px solid #FFF;
	margin-top: 0;
}
span.poptitle {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
span.pumpname {
	color: #FF0;
	font-weight: bold;
	font-size: 11px;
}
.bull {
	color: #FF0;
	font-size: 9px;
}
.bottomdesc {
	color: #F90;
	font-size: 10px;
	text-indent: .5cm;
}
span.price {
	color: #F00;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}
.cart {
	border: none;
	margin-bottom: 0;
}
