/* @group General Rules */

/* -- undo browser HTML defaults (see: http://tantek.com/log/2004/09.html#d06t2354) -- */

:link,:visited {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code,p {
	font-size: 1em;
}

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

address {
	font-style: normal;
}

span {
	display: none;
}

em.warn {
	font-style: normal;
	color: #f00;
}

a {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul, ol {
	list-style: none;
}

html {
	display: block;
	font: 11px/150% "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #fff;
}

body {
	margin: 0px;
	color: #333;
	text-align: center;
}

/* @end */

#wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#header {
	color: #333;
	width: 960px;
	float: left;
	padding: 0px;
	height: 170px;
	margin: 0px 0px 0px 0px;
	background: url(../images/header.jpg) no-repeat;
	text-align: right;
}

#subcolumn {
	color: #333;
	background: url(../images/nav-bkgd.jpg) no-repeat;
	margin: 0px 0px 3px 0px;
	padding: 15px 0px 0px 15px;
	width: 302px;
	min-height: 200px;
	float: left;
}

#subcolumn img {
	margin-left: -15px;
	margin-top: 10px;
}


#maincolumn {
	position: relative;
	float: right;
	color: #333;
	margin: 0px 0px 3px 0px;
	padding: 15px 0px 0px 0px;
	min-height: 200px;
	width: 627px;
	border-right: 1px solid #e4e4e4;
	display: inline;
	z-index: 999;
}

#maincolumn h3 {
	font: 15px/175% "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	/*border-bottom: 1px solid #eee;*/
	padding-bottom: 0px;
	background: url(../images/orange-arrow.gif) 0px 6px no-repeat;
	font-weight: bold;
}

#maincolumn img.pump {
	position: absolute;
	top: -22px;
	left: -207px;
	z-index: 999;
}

#maincolumn h1 {
	display: block;
	position: absolute;
	top: 0;
	left: -117px;
	width: 87px;
	height: 218px;
}

#maincolumn p {
	margin: 10px 20px 10px 20px;
}

#maincolumn p.industry {
	font-size: 14px;
	line-height: 24px;
}

#homeicons {
	url(../images/icons-bkgd.gif) no-repeat bottom right: ;
	margin: 3px 0px 3px 0px;
	padding: 15px 15px 15px 15px;
	width: 484px;
	height: 180px;
	float: left;
	background: #9FBDC9 url(../images/icons-bkgd.gif) no-repeat right bottom;
	color: #000;
}

#homeicons h1 {
	margin: 0px 0px 10px 0px;
	color: #fff;
	text-transform: uppercase;
}

a#home {
	display: block;
	width: 41px;
	height: 58px;
	background: url(../images/home2.gif) 0 0 no-repeat;
	float: right;
}
a#home:hover {
	background-position: 0 -58px;
}

a#about {
	display: block;
	width: 68px;
	height: 58px;
	background: url(../images/about2.gif) 0 0 no-repeat;
	float: right;
}
a#about:hover {
	background-position: 0 -58px;
}

a#contact {
	display: block;
	width: 52px;
	height: 58px;
	background: url(../images/contact2.gif) 0 0 no-repeat;
	float:right;
}
a#contact:hover {
	background-position: 0 -58px;
}

ul#iconstrip {
	display: block;
	position: relative;
	margin: 0px 0px 10px 0px;
	height: 51px;
}

ul#iconstrip li {
	display: inline;
	width: 47px;
	height: 51px;
	padding-right: 6px;
	float: left;
}

a#petroleum {
	display: block;
	width: 47px;
	height: 51px;
	
	background: url(../images/icon-petroleum.gif) 0 0 no-repeat;
}

a#petroleum:hover, a#petroleum.selected {
	background-position: 0 -51px;
}

a#industrial {
	display: block;
	width: 47px;
	height: 51px;
	
	background: url(../images/icon-industrial.gif) 0 0 no-repeat;
}

a#industrial:hover, a#industrial.selected {
	background-position: 0 -51px;
}

a#aviation {
	display: block;
	width: 47px;
	height: 51px;
	
	background: url(../images/icon-aviation.gif) 0 0 no-repeat;
	
}

a#aviation:hover, a#aviation.selected {
	background-position: 0 -51px;
	/*-webkit-transform: scale(-1);*/
}

a#transportation {
	display: block;
	width: 47px;
	height: 51px;
	
	background: url(../images/icon-transportation.gif) 0 0 no-repeat;
	
}

a#transportation:hover, a#transportation.selected {
	background-position: 0 -51px;
}

a#marine {
	display: block;
	width: 47px;
	height: 51px;
	
	background: url(../images/icon-marine.gif) 0 0 no-repeat;
	
}

a#marine:hover, a#marine.selected {
	background-position: 0 -51px;
}

a#mining {
	display: block;
	width: 47px;
	height: 51px;
	
	background: url(../images/icon-mining.gif) 0 0 no-repeat;
	
}

a#mining:hover, a#mining.selected {
	background-position: 0 -51px;
}

a#chemical {
	display: block;
	width: 47px;
	height: 51px;
	
	background: url(../images/icon-chemical.gif) 0 0 no-repeat;
	
}

a#chemical:hover, a#chemical.selected {
	background-position: 0 -51px;
}

a#filtration {
	display: block;
	width: 47px;
	height: 51px;
	
	background: url(../images/icon-filtration.gif) 0 0 no-repeat;
	
}

a#filtration:hover, a#filtration.selected {
	background-position: 0 -51px;
}

a#agriculture {
	display: block;
	width: 47px;
	height: 51px;
	padding: 0px;
	background: url(../images/icon-agriculture.gif) 0 0 no-repeat;
	
}

a#agriculture:hover, a#agriculture.selected {
	background-position: 0 -51px;
}

#homeicons div.ui-tabs-hide {
	display: none;
}

#homepumps {
	background: #fff;
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	width: 412px;
	float: right;
}

#pumpseries {
	display: block;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#pumpseries li {
	color: #333;
	float: left;
	width: 135px;
	border-right: 1px solid #e4e4e5;
	margin: 0px 0px 0px 0px;
}

#pumpseries li.last {
	border: 0px;
}

#pumpseries a {
	display: block;
	width: 74px;
	height: 20px;
	padding: 0px;
	color: #333;
	background: url(../images/view-all.gif) 0 0 no-repeat;
	text-decoration: none;
}

#pumpseries a:hover {
	background-position: 0 -20px;
}

/* @group Orange Bar */

#orange-bar {
	clear: both;
	position: relative;
	background: #f1592a;
	width: 960px;
	height: 12px;
	z-index: 10;
}

#orange-bar img {
	position: absolute;
	top: -10px;
	left: 660px;
}

/* @end */

/* @group Nav */

#nav {
	margin: 0;
	padding: 0;
	width: 105px;
	height: 189px;
	list-style: none;
	overflow: hidden;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav a {
	float: left;
	padding: 0px;
	overflow: hidden;
	height: 21px !important;
	height /

**/: 21px;


/* for IE5/Win only */
}

#nav a:hover {
	background-position: 0 -21px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -21px;
}

#nav-petroleum a {
	width: 105px;
	height: 21px;
	background: url(../images/petroleum-trans.png) no-repeat left top;
}

#nav-industrial a {
	width: 105px;
	height: 21px;
	background: url(../images/industrial-trans.png) no-repeat left top;
}

#nav-aviation a {
	width: 105px;
	height: 21px;
	background: url(../images/aviation-trans.png) no-repeat left top;
}

#nav-transportation a {
	width: 105px;
	height: 21px;
	background: url(../images/transportation-trans.png) no-repeat left top;
}

#nav-marine a {
	width: 105px;
	height: 21px;
	background: url(../images/marine-trans.png) no-repeat left top;
}

#nav-mining a {
	width: 105px;
	height: 21px;
	background: url(../images/mining-trans.png) no-repeat left top;
}

#nav-chemical a {
	width: 105px;
	height: 21px;
	background: url(../images/chemical-trans.png) no-repeat left top;
}

#nav-filtration a {
	width: 105px;
	height: 21px;
	background: url(../images/filtration-trans.png) no-repeat left top;
}

#nav-agriculture a {
	width: 105px;
	height: 21px;
	background: url(../images/agriculture-trans.png) no-repeat left top;
}

/* @end */

#product-chart {
	display: block;
	position: relative;
	width: 960px;
	margin-top: 3px;
	overflow: hidden;
	border-top: 1px solid #dddddf;
}

#wrapper h6 {
	color: #666;
	line-height: 12px;
	font-size: 9px;
	font-weight: normal;
	margin: 23px;
}

#product-chart dl.series {
	display: block;
	clear: both;
	position: relative;
	width: 960px;
	height: 78px;
	border-bottom: 1px solid #dddddf;
	background: url(../images/dt-bg.gif) repeat-y 214px top;
	cursor: pointer;
}

#product-chart dl.series dt {
	display: inline;
	float: left;
	position: relative;
	width: 214px;
	height: 78px;
}

#product-chart dl.series dd.series-number {
	display: inline;
	float: left;
	width: 81px;
	height: 72px;
	margin: 3px 3px 0 3px;
	border: 1px solid #dddddf;
	border-top: none;
	border-bottom: none;
	background: #bedae6 url(../images/down-arrow.gif) no-repeat left top;
}

#product-chart dl.series.selected dd.series-number {
	background: #89a7b3 url(../images/up-arrow.gif) no-repeat left top;
}

#product-chart dl.series dd.sm-pic {
	display: inline;
	float: left;
}

#product-chart dl.series dd.available-motors {
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px 0 0 10px;
	height: 67px;
	border-left: 1px solid #dddddf;
	font-weight: bold;
	font-size: 10px;
	line-height: 15px;
}

#product-chart dl#one-inch dt {
	background: url(../images/product-titles/1-inch-pumps.gif) no-repeat left top;
}

#product-chart dl#one-inch.selected dt {
	background: url(../images/product-titles/1-inch-pumps-o.gif) no-repeat left top;
}

#product-chart dl#one-half-inch dt {
	background: url(../images/product-titles/15-inch-pumps.gif) no-repeat left top;
}

#product-chart dl#one-half-inch.selected dt {
	background: url(../images/product-titles/15-inch-pumps-o.gif) no-repeat left top;
}

#product-chart dl#two-inch dt {
	background: url(../images/product-titles/2-inch-pumps.gif) no-repeat left top;
}

#product-chart dl#two-inch.selected dt {
	background: url(../images/product-titles/2-inch-pumps-o.gif) no-repeat left top;
}

#product-chart dl#ac-mobile dt {
	background: url(../images/product-titles/15-inch-pumps.gif) no-repeat left top;
}

#product-chart dl#ac-mobile.selected dt {
	background: url(../images/product-titles/15-inch-pumps-o.gif) no-repeat left top;
}

#product-chart dl#mobile-tank-cleaning dt {
	background: url(../images/product-titles/mobile-tank-cleaning.gif) no-repeat left top;
}

#product-chart dl#mobile-tank-cleaning.selected dt {
	background: url(../images/product-titles/mobile-tank-cleaning-o.gif) no-repeat left top;
}

#product-chart dl#fuel-filtration dt {
	background: url(../images/product-titles/fuel-filtration.gif) no-repeat left top;
}

#product-chart dl#fuel-filtration.selected dt {
	background: url(../images/product-titles/fuel-filtration-o.gif) no-repeat left top;
}

#product-chart dl.selected dd.series-number {
	background: #89a7b3 url(../images/up-arrow.gif) no-repeat left top;
}

#product-chart div.series-content {
	display: none;
	position: relative;
	overflow: hidden;
	zoom: 1;
	background: #f4fbfe url(../images/dt-bg2.gif) repeat-y left top;
}

body.products #product-chart div.series-content {
	display: block;
}

/* @group My Group */



/* @end */

#product-chart div.product-info {
	display: block;
	position: relative;
	width: 745px;
	overflow: hidden;
	float: right;
	zoom: 1;
	/* background: url(../images/product-info-bg.gif) repeat-y left top; */
}

#product-chart div.product-info.ui-tabs-hide {
	display: none;
}

#product-chart div.product-info h2 {
	display: block;
	position: relative;
	float: left;
	width: 81px;
	margin-left: 3px;
}

/* #product-chart div.product-info div.info-block {
	display: block;
	position: absolute;
	top: 20px;
	left: 103px;
	width: 300px;
	text-align: left;
} */

#product-chart div.product-info div.info-block {
	display: inline;
	position: relative;
	float: left;
	margin-top: 20px;
	padding-left: 103px;
	width: 300px;
	text-align: left;
}

#product-chart div.product-info div.info-block h6 {
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

#product-chart div.product-info h3 {
	display: block;
	position: relative;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 5px;
}

#product-chart div.product-info p {
	display: inline;
	float: left;
	width: 300px;
}

#product-chart div.product-info dl {
	display: block;
	position: relative;
	float: right;
	position: relative;
	width: 299px;
	height: auto;
	border-bottom: none;
	background: none;
	font-size: 9px;
	margin: 10px 10px 10px 0;
}

#product-chart div.product-info dt {
	margin-top: 10px;
	color: #f1592a;
	text-transform: uppercase;
}

#product-chart div.product-info dd {
	padding-left: 12px;
	background: url(../images/plus.gif) no-repeat 2px 5px;
}

#product-chart div.series-overview {
	display: block;
	position: relative;
	float: left;
	width: 215px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}

#product-chart div.series-overview img {
	display: block;
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
}

#product-chart div.series-overview dl {
	display: block;
	position: relative;
	margin: 10px 0 0 25px;
}

#product-chart div.series-overview dl dt {
	clear: both;
	color: #f1592a;
	font-weight: bold;
}

#product-chart div.series-overview dl dd {
	font-size: 9px;
	clear: both;
	margin-left: 10px;
}

#product-chart div.series-overview ul {
	display: block;
	position: relative;
	clear: both;
	overflow: hidden;
	width: 189px;
	margin: 0 0 0 25px;
	font-size: 10px;
}

#product-chart div.series-overview ul.header {
	margin-top: 24px;
}

#product-chart div.series-overview ul li {
	display: block;
	float: left;
}

#product-chart div.series-overview ul li.fuel {
	width: 30px;
}

#product-chart div.series-overview ul li.mobility {
	width: 60px;
}

#product-chart div.series-overview ul li.pump {
	width: 99px;
}

#product-chart div.series-overview ul.header li {
	color: #f1592a;
	text-transform: uppercase;
}

#product-chart div.series-overview ul li span {
	display: inline;
}

#product-chart div.series-overview ul li a {
	font-size: 10px;
	color: #f1592a;
	text-decoration: underline;
	text-transform: none;
}

#product-chart div.series-overview ul li a:hover {
	color: #333;
}

#product-chart div.series-overview ul li a.selected {
	color: #f1592a;
}

#product-chart div.series-overview ul li a.selected:hover {
	color: #333;
}

#product-chart div.photo-gallery {
	display: block;
	position: absolute;
	top: 0;
	left: 3px;
	height: 81px !important;
	width: 81px;
	z-index: 300;
}

#product-chart div.photo-gallery a {
	display: block;
	position: relative;
	height: 81px !important;
	width: 81px;
	color: #99b6c1;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/camera.gif) no-repeat left top;
}

#product-chart div.photo-gallery a:hover {
	color: #99b6c1;
	background: url(../images/camera.gif) no-repeat left -81px;
}

/* @group Footer */

#footer {
	width: 960px;
	position: relative;
	clear: both;
	font-size: 10px;
	line-height: 13px;
	color: #333;
	background: #fff url(../images/footer-stripes.gif) no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	min-height: 85px;
	text-align: right;
}

#footer p {
	padding: 25px 0px 15px 0px;
}

#footer a {
	color: #39F;
}

#footer img {
	position: absolute;
	top: 25px;
	left: 0px;
}

#footer p.vcard span {
	display: inline;
}

#footer p.vcard a {
	color: #333;
}

/* @end */

/* @group Misc. */

#maincolumn h3.home {
	margin-left: 215px;
	margin-right: 15px;
	line-height: 24px;
	background: none;
	font-weight: normal;

}

hr.org {
	clear: both;
	border: 0;
	color: #f1592a;
	background-color: #f1592a;
	height: 12px;
	width: 100%;
	text-align: left;
	margin-bottom: 0px;
}

a.more {
	font-size: 9px;
	font-weight: bold;
	color: #fff;
}

.hide {
	display: none;
}

/* @end */


/* contact Form styles */
div.form-container { margin: 0px; padding: 0px; background-color: #FFF; border: #660000 0px solid; width: 600px; }

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0; }

div.form-container form select { width: 140px; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #666; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #eee 1px solid;  }
div.form-container form legend { font-weight: bold; color: #ff6600; padding: 0 10px; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input, div.form-container textarea { border: 1px solid #e3e3e3; padding: 3px;}
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #fbfbe6; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 180px; }

input.button {
	width: 75px; 
	height: 30px; 
	background: #ff6600;
	color: #ffffff;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}

input.button:hover {
	background: #666666;
	color: #ffffff;
	cursor: pointer;
}
