@charset "UTF-8";
/* CSS Document */

/* Second line of Main Navigation*/
#subNavigation {
border-bottom: 1px solid #333333;
border-left: 1px solid #898989;
border-right: 1px solid #898989;
text-align: left;
font: 1em;
background-color:#435F68; 
}
#subNavigation ul {
list-style: none;
padding: 2px 0;
}
#subNavigation a:link, #subNavigation a:visited {
text-transform: uppercase;
text-decoration: none;
color: #D8FFFF;
background-color: #435F68;
border-right: 1px solid #333937;
padding: 2px 27px;
position: relative;
}/*Padding must match subNavigation ul padding for 1st value (top and bottom)*/

#subNavigation a:visited {
color: #D8FFFF;
}
#subNavigation a:hover {
text-decoration: none;
color:#000;
}
/* AUTOMATES THE ACTIVE TAB for SUBNAVIGATION PAGES*/
#TrailersPage #TrailersPageLink a:link, #TrailersPage #TrailersPageLink a:visited, #TrailersPage #PumpTrailersPageLink a:link, #TrailersPage #PumpTrailersPageLink a:visited, 
#PTselfPrimePage #PTselfPrimePageLink a:link, #PTselfPrimePage #PTselfPrimePageLink a:visited, #PTselfPrimePage #PumpTrailersPageLink a:link, #PTselfPrimePage #PumpTrailersPageLink a:visited, 
#SkidUnitsPage #SkidUnitsPageLink a:link, #SkidUnitsPage #SkidUnitsPageLink a:visited, #SkidUnitsPage #PumpTrailersPageLink a:link, #SkidUnitsPage #PumpTrailersPageLink a:visited, 
#CornellPumpsPage #CornellPumpsPageLink a:link, #CornellPumpsPage #CornellPumpsPageLink a:visited, #CornellPumpsPage #PumpTrailersPageLink a:link, #CornellPumpsPage #PumpTrailersPageLink a:visited, 
#PTfeaturesPage #PTfeaturesPageLink a:link, #PTfeaturesPage #PTfeaturesPageLink a:visited, #PTfeaturesPage #PumpTrailersPageLink a:link, #PTfeaturesPage #PumpTrailersPageLink a:visited, 
#PTaccessoriesPage #PTaccessoriesPageLink a:link, #PTaccessoriesPage #PTaccessoriesPageLink a:visited, #PTaccessoriesPage #PumpTrailersPageLink a:link, #PTaccessoriesPage #PumpTrailersPageLink a:visited,
#PTvideoPage #PTvideoPageLink a:link, #PTvideoPage #PTvideoPageLink a:visited, #PTvideoPage #PumpTrailersPageLink a:link, #PTvideoPage #PumpTrailersPageLink a:visited {
	color: #6CF;
}/*****************/


/* Product Navigation*/
#productNavigation h1 {
	float: left;
	font: 1.5em/1 Arial, Helvetica, sans-serif;
	padding-top: 25px;
	padding-bottom: 5px;
	padding-left:10px;	
}
#productNavigation {
border-bottom: 1px solid #898989;
text-align: right;
font: 1em;
background-color: #E6E6E6; 
width: 100%;
}
#productNavigation ul {
list-style: none;
padding: 30px 0 5px 0;
}
#productNavigation a:link, #productNavigation a:visited {
text-transform: uppercase;
text-decoration: none;
color: #000;
background-color: #E6E6E6;
padding: 30px 20px 5px 20px;
position: relative;
}/*Padding must match subNavigation ul padding for 1st value (top and bottom)*/

#productNavigation a:visited {
color: #000;
}
#productNavigation a:hover {
text-decoration: none;
color: #0096F1;
}
