﻿@charset "UTF-8";
@import url('reset.css');
/*@import url('jquery.fancybox-1.3.4.css');*/

@font-face {
	font-family: 'SteelfishRegular';
    src: url('type/steelfish_rg-webfont.eot');  /* IE9 Compat Modes */
    src: url('type/steelfish_rg-webfont.eot?iefix') format('eot'), /* IE6-IE8 */
         url('type/steelfish_rg-webfont.woff') format('woff'), /* Modern Browsers */
         url('type/steelfish_rg-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('type/steelfish_rg-webfont.svg#webfontg6LIwiL9') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SteelfishRegularItalic';
    src: url('type/steelfish_rg_it-webfont.eot');
    src: url('type/steelfish_rg_it-webfont.eot?iefix') format('eot'),
         url('type/steelfish_rg_it-webfont.woff') format('woff'),
         url('type/steelfish_rg_it-webfont.ttf') format('truetype'),
         url('type/steelfish_rg_it-webfont.svg#webfont9OQh6GYd') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('type/PTN77F-webfont.eot');
    src: url('type/PTN77F-webfont.eot?iefix') format('eot'),
         url('type/PTN77F-webfont.woff') format('woff'),
         url('type/PTN77F-webfont.ttf') format('truetype'),
         url('type/PTN77F-webfont.svg#webfontSTdD4QCq') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ===== colors ==================================== */

.color1 { color: #000; } /* default */

.success {
	font-weight: bold;
	color: #090;
}

.error,
.required {
	font-weight: bold;
	color: #c00;
}

.disclaimer{
	color:#333;
}

/* ===== base ====================================== */

html,
body {
	background-color: #6E6E6E;
	color: #000;
	text-align: center;
}

#container {
	position: relative;
	width: 995px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	background-color: #FFF
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	margin: 0 0 10px 0; 
}

h1 {
	font-size: 54px;
	color: #C3CAD8;
	border-bottom: 1px solid #255599;
	padding: 0 0 10px 0;
	text-transform: capitalize;
	font-family: "SteelfishRegular", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#engine-detail #introduction h1 {
	font-size: 40px;
}

#engine-detail #introduction h1 img {
	margin-bottom: -6px;
}

#Home h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: none;
	padding: 0;
}

#Home h1,
h2 {
	font-size: 24px;
	color:#2b5f98;
}

h3 {
	font-size: 16px;
	color:#2b5f98;
}

h4 { font-size: 16px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

em,
strong { color: #000; }

a {
	color: #003366;
}

a:hover {
	color: #0066CC; 
}

button,
.btn{
	width:auto;
	overflow:visible;
	cursor:pointer;
}

.btn-compare,
.btn-compare-disabled,
.btn-print{
	display:block;
	text-indent:-999em;
	overflow:hidden;
	height:23px;
	background-repeat:no-repeat;
}

.btn-print{
	width:56px;
	height:23px;
	background-image:url(../images/btn_Print.jpg);
}

p,
dl,
ol,
ul { margin-bottom: 1em; }

dt { font-weight: bold; }

li,
dt,
dd { margin-bottom: .5em; }

dd { padding-left: 2.5em; }

.hr {
	border-bottom: 1px solid #000;
	margin: 1em 0;
}

p {
	line-height: 170%;
}

.hidden { display:none; }

/* ===== header ==================================== */

#header  {
	width: auto;
	padding: 0;
	overflow: hidden;
}

.headerGradient {
	width: 100%;
	height: 12px;
	margin: 0 0 3px 0;
	clear: both;
	background: -moz-linear-gradient(0% 20% 270deg,#e4e5e7, #ffffff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e4e5e7), to(#ffffff));
	background: -webkit-linear-gradient(#e4e5e7, #ffffff);
	background: linear-gradient(top, #e4e5e7, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e5e7', endColorstr='#ffffff');
}

div#banner {
	clear: both;
	width: auto;
	overflow: hidden;
	height: 45px;
	position: relative;
	margin: 0 15px;
}

div#banner img.bannerBorderRight {
	width: 1px;
	height: 26px;
	background-color: #D9D9D9;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* ===== nav ======================================= */

#nav {
	overflow: hidden;
	clear: both;
	margin: 0 15px 5px 15px;
}

#nav ul  {
	padding: 0;
	margin: 0; 
	height: 25px;
	border-top: 1px solid #D9D9D9; 
	overflow: hidden; 
	height: 1%;
}

#nav ul li {
	display: block;
	padding: 0;
	margin: 0;
	float: left;
	font-size: 24px;
	font-family: "SteelfishRegular", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#nav ul li.navPipe {
	width: 46px;
	height: 25px;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#nav ul li.navPipe img {
	width: 1px;
	height: 8px;
	background-color: #D9D9D9;
	position: absolute;
	top: 0;
	left: 23px;
}

#nav ul li a {
	color: #666;
	text-decoration: none;
	padding: 0 0 5px 0;
	margin: 3px 0 0 0;
	display: block;
}

#nav ul li a:hover,
#nav ul li.on a {
	color: #2B5F98;
	background: transparent url('../images/hdr_navArrow.gif') no-repeat center bottom;
}

div#banner ul {
	position: absolute;
	right: 0;
	top: 2px;
	padding: 0;
	margin: 0; 
	height: 16px;
	border-bottom: 1px solid #D9D9D9;
}

div#banner ul li {
	display: block;
	padding: 0 0 2px 0;
	margin: 0;
	float: left;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 10px;
	position: relative;
}

div#banner ul li a {
	margin: 0 28px 0 0;
	color: #666;
	text-decoration: none;
}

div#banner ul li a:hover {
	color: #2B5F98;
}

div#banner ul li.last a {
	margin: 0;
}

div#banner ul li span {
	width: 1px;
	height: 8px;
	background-color: #D9D9D9;
	position: absolute;
	top: 8px;
	right: 14px;
}

.ie6 div#banner ul li span {
	top: 4px;
}

/* ===== tertiary nav =================================== */

nav#nav-tertiary ul {
	padding: 10px;
	margin: 0;
	font-family: Helvetica, sans-serif, Arial;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent url('../images/bg_tertiary-nav.png') repeat-y top left;
	width: 100%;
}

nav#nav-tertiary ul li {
	display: inline;
	padding: 0;
	margin: 0 15px 0 0;
}

nav#nav-tertiary ul li span {
	font-weight: normal;
	padding: 0 0 0 2px;
}

nav#nav-tertiary ul li.backtoResultsLink span {
	padding: 0 2px 0 0;
}

nav#nav-tertiary ul li a {
	text-decoration: none;
	color: #FFF;
}

nav#nav-tertiary ul li a:hover {
	text-decoration: underline;
}

/* ===== content =================================== */

#main  {
	width:100%;
	overflow: hidden;
}

#introduction {
	width: 584px; /* 1024px - 70px padding - 370px padding = 584px */
	min-height: 230px; /*280px - 50px padding = 230px; */
	padding: 20px 70px 30px 370px;
	background-color: #06142F;
	background-image: -moz-linear-gradient(99% 2% 265deg,#050F23, #0B224E, #13387c 79%); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #06142F),color-stop(1, #133679)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#06142F, #133679); /* Chrome 10+, Saf6 */
	background-image: linear-gradient(top, #06142F, #133679);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#06142F', EndColorStr='#133679'); /* IE6–IE9 */
	position: relative;
}

#agriculture #introduction,
#defense #introduction,
#fire-and-emergency #introduction,
#industrial #introduction,
#marine #introduction,
#motorhome #introduction,
#pickup-and-suv #introduction,
#generator #introduction,
#truck-and-bus #introduction {
	background: #040F25 url('../images/bg_Agriculture-Index.jpg') no-repeat top left;
	filter: none;
}

#defense #introduction {
	background-image: url('../images/bg_Defense-Index.jpg');
}

#fire-and-emergency #introduction {
	background-image: url('../images/bg_Fire-Index.jpg');
}

#industrial #introduction {
	background-image: url('../images/bg_Industrial-Index.jpg');
}

#marine #introduction {
	background-image: url('../images/bg_Marine-Index.jpg');
}

#motorhome #introduction {
	background-image: url('../images/bg_Motorhome-Index.jpg');
}

#pickup-and-suv #introduction {
	background-image: url('../images/bg_PickupSUV-Index.jpg');
}

#generator #introduction {
	background-image: url('../images/bg_Generator-Index.jpg');
}

#truck-and-bus #introduction {
	background-image: url('../images/bg_TruckBus-Index.jpg');
}

#engine-detail #introduction {
	padding-left: 270px;
	width: 684px; /* 1024px - 70px padding - 270px padding = 684px */
}

#introduction a {
	color: #99CCFF;
}

#introduction a:hover {
	color: #0099FF; 
}

#introduction p,
#introduction ul {
	color: #FFF;
	clear: both;
}

#introduction ul {
	padding: 0;
	text-indent: none;
	list-style-position: inside;
}

#introduction img.product-detail {
	position: absolute; 
	left: 0; 
	top: 0;
}

#content {
	width:935px;
	padding: 13px 30px 25px 30px;
	overflow:hidden;
}

.contentGradient {
	width: 100%;
	height: 12px;
	margin: 0 0 3px 0;
	clear: both;
	background-color: #444444;
	background-image: -moz-linear-gradient(top, #E4E5E7, #FFFFFF); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #E4E5E7),color-stop(1, #FFFFFF)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#E4E5E7, #FFFFFF); /* Chrome 10+, Saf6 */
	background-image: linear-gradient(top, #E4E5E7, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#E4E5E7', EndColorStr='#FFFFFF'); /* IE6–IE9 */
}

#content aside,
#content section {
	display: inline-block;
	vertical-align: top;
}

ul#engine-thumbs {
	list-style: none;
	margin: 0;
	padding: 0 40px 0 0;
	font-weight: bold;
	font-size: 10px;
	width: 78px;
	text-align: center;
}

#Home #content {
	margin: 110px 0 0 0;
}

#Home #content p {
	width: 650px;
}

/* ===== footer ==================================== */

.footerGradient {
	width: 100%;
	height: 15px;
	clear: both;
	background: -moz-linear-gradient(0% 20% 270deg,#FFFFFF, #d5d6da);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#d5d6da));
	background: -webkit-linear-gradient(#FFFFFF, #d5d6da);
	background: linear-gradient(top, #FFFFFF, #d5d6da);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#d5d6da');
}

#footer {
	background: -moz-linear-gradient(99% 2% 265deg, #050f23, #0b224e, #13387c 79%);
	background: -webkit-gradient(linear, left top, left bottom, from(#06142f), to(#133679));
	background: -webkit-linear-gradient(#06142f, #133679);
	background: linear-gradient(top, #06142f, #133679);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#06142f', endColorstr='#133679');
	height: 250px;
	position: relative;
	color: #CCC;
	font-size: 11px;
}

#footer p {
	position: absolute;
	top: 19px;
	left: 20px;
	display: block;
	width: 290px;
	padding: 0 0 2px 0;
	margin: 0;
	float: left;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 10px; 
	color: #CCC;
	border: solid 1px #2C3952;
	border-width: 1px 1px 0 0;
	padding: 10px 10px 2px 0;
}

#footer ul#other-sites-list {
	width: 340px;
	height: 190px;
	position: relative;
	top: 20px;
	left: 20px;
	background-color: #2C3952;
	padding: 10px 10px 10px 15px;
	border: solid 1px #597cbe;
	z-index: 9999;
}

#footer ul#other-sites-list li {
	list-style-type: none;
	margin: 2px 0;
	display: block;
	float: left;
	height: 15px;
	width: 170px;
}

#footer small {
	position: absolute;
	bottom: 15px;
	left: 20px;
	display: block;
	width: 290px;
	padding: 0 0 2px 0;
	margin: 0;
	float: left;
	font-size: 10px; 
	color: #cccccc;
}

#footer a {
	color: #CCC;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}

.site-links {
	width: 615px;
	height: 190px;
	position: absolute;
	top: 26px;
	left: 320px;
}

.site-links dl {
	display: block;	
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
}

.site-links dl dt,
.site-links dl dd {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.site-links dl dt {
	color: #4886cb;
	border-bottom: solid 1px #2c3952;
	padding: 5px 75px 6px 15px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 10px;
	overflow: hidden;
	position: relative;
}

.site-links dl dt img {
	width: 1px;
	height: 8px;
	background-color: #2c3952;
	position: absolute;
	bottom: 0;
	left: 0;
}

.site-links dl dd {
	padding: 4px 0 0 15px;
}

.site-links dl.last dt {
	padding-right: 0;
	width: 120px;
}

.site-links dl.last dd {
	padding-right: 0;
	width: 120px;
	border-right: solid 1px #2c3952;
}

.site-links dl.last dd.mobile-link {
	border: solid 1px #2c3952;
	border-width: 1px 0 0 1px;
	height: 30px;
	background: transparent url('../images/mobile-icon.gif') no-repeat 10px 7px;
	width: 125px;
	padding: 13px 0 0 10px;
}

.site-links dl.last dd.mobile-link a {
	padding: 7px 0 7px 23px;
}

/* ===== tables ==================================== */

table.super {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #666; 
}

table.super caption,
table.super th,
table.super td {
	padding: .5em 1em;
	border: 1px solid #CCC;
}

table.super caption {
	font-weight: bold;
	border-bottom: none;
}

table.super td {
	background-color: #FFF;
}

table.super caption,
table.super th,
table.super tr.odd td {
	background-color: #EEE; 
}

table.super thead th,
table.super tfoot td,
table.super tr.odd th {
	background-color: #DDD; 
}

/* ===== #productsTable tabs =================================================== */

#generator #productsTable{ width:800px }

#productsTable {
	width: 722px; /* was:722 */
	padding: 0;
}
#engine-detail #productsTable{
	width: 772px;
}

#engine-detail #productsTable div.tab-content,
#industrial #productsTable div.tab-content {
	width: 770px;
	overflow: hidden;
	border: 1px solid #C4C4C4;
	border-width: 0 1px 1px 1px;
	padding: 0;
	text-align: left;
	background: #FFF url('../images/bg_engine-Detail.gif') repeat-y 0 0;
}

#engine-detail #productsTable div.three-sixty {
	text-align: center;
}

#engine-detail #productsTable div.tab-content div.tab-content-container {
	padding: 10px 30px;
}

#productsTable ul.ui-tabs-nav {
	width:100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: 25px;
}

#searchResults .ui-tabs-nav li,
#productsTable .ui-tabs-nav li {
	float: left;
	margin-bottom:0;
}

#Home-Literature #productsTable .ui-tabs-nav li{
	width:auto;
	height:auto;
}

#searchResults .ui-tabs-nav a,
#productsTable .ui-tabs-nav a {
	display: inline-block;
	background: transparent url('../images/tabnav.png') no-repeat left -50px;
	width: 361px;
	padding-top: 5px;
	height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-transform: uppercase;
	color: #dadada;
	text-align: center;
	text-decoration: none;
}
#generator #productsTable .ui-tabs-nav a,
#generator #productsTable .ui-tabs-nav a span{
	width:auto;
}
#productsTable .ui-tabs-nav a {
	width: 342px;
	padding: 0 0 0 9px;
	margin: 0 10px 0 0;
	font-size: 10px;
	height: auto;
}


#engine-detail #productsTable .ui-tabs-nav a,
#Home-Literature #productsTable .ui-tabs-nav a,
#generator #productsTable .ui-tabs-nav a {
	margin: 0 0 0 1px;
}

#engine-detail #productsTable .ui-tabs-nav li:first-child a,
#Home-Literature #productsTable .ui-tabs-nav li:first-child a,
#generator #productsTable .ui-tabs-nav li:first-child a {
	margin:0;
}
#productsTable .ui-tabs-nav a span {
	display: inline-block;
	background: #FFF url('../images/tabnav.png') no-repeat right -50px;
	height: 20px;
	padding: 5px 9px 0 0;
	width: 343px;
}

#engine-detail #productsTable .ui-tabs-nav a,
#engine-detail #productsTable .ui-tabs-nav a span,
#Home-Literature #productsTable .ui-tabs-nav a,
#Home-Literature #productsTable .ui-tabs-nav a span {
	width: auto;
}

#industrial #productsTable .ui-tabs-nav a,
#industrial #productsTable .ui-tabs-nav a span {
	width: 221.5px;
}

#searchResults .ui-tabs-nav a:hover,
#productsTable .ui-tabs-nav a:hover {
	background-position: left -25px;
	color:#efefef;
	cursor: hand;
	cursor: pointer;
}

#productsTable .ui-tabs-nav a:hover span {
	background-position: right -25px;
}

#searchResults .ui-tabs-nav li.ui-tabs-selected a,
#searchResults .ui-tabs-nav li.ui-tabs-selected a:hover,
#productsTable .ui-tabs-nav li.ui-tabs-selected a,
#productsTable .ui-tabs-nav li.ui-tabs-selected a:hover {
	background-position: left 0;
	color: #FFF;
}

#productsTable .ui-tabs-nav li.ui-tabs-selected a span,
#productsTable .ui-tabs-nav li.ui-tabs-selected a:hover span {
	background-position: right 0;
	color: #FFF;
}
#productsTable .btn-compare,
#productsTable .btn-compare-disabled{
	background-image:url(../images/btn_Compare.jpg);
	float:right;
	margin-top:1em;
	width:78px;
}
#productsTable .btn-compare-disabled{
	cursor:auto;
}
#productsTable .btn-compare{
	background-position:0 -23px;
}

#productsTable .tabtable {
	clear: both;
}
#productsTable .tabtable thead tr,
#productsTable .tabtable thead th,
#productsTable .tabtable thead th.header {
	padding:0;
	background: transparent url('../images/thead.jpg') repeat-x top left;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	border: none;
}
#productsTable .tabtable thead th span{
	display:block;
	text-align: center;
	margin:0 5px;
	padding:5px 12px;
	background:transparent url('../images/sorter.gif') no-repeat 100% 50%;
	cursor: pointer;
}
#productsTable .tabtable thead th.noSort span{
	background-image:none;
	cursor: default;
}
#productsTable .tabtable thead th.theader {
	background: transparent url('../images/theader.png') no-repeat top left; 
}

#productsTable .tabtable thead th.headerSortUp,
#productsTable .tabtable thead th.headerSortDown,
#productsTable .tabtable thead th.headerOn {
	background-position: left bottom;
	color: #FFF;
}

/*#productsTable .tabtable tbody td,*/
#productsTable .center{
	text-align:center;
}

img.bottomGradient,
img.bottomCurve {
	position: relative;
	bottom: -5px;
}

#productsTable .tabBottom {
	padding: 0;
	margin: 0;
	height: 20px;
	background-color: #8AB5DE;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	font-size: 10px;
	text-align: center;
	width: auto;
}

#productsTable .tfoot p {
	margin: 0;
	font-size: 10px;
}

/* ===== comparison table ========================== */


/* ===== forms ===================================== */

fieldset.super legend {
	color: #000; 
}

fieldset.super li {
	margin: 1em auto; 
}

fieldset.super li li {
	margin: .5em auto; 
}

fieldset.super label {
	display: block;
	color: #000;
}

fieldset.super li li label {
	display: inline;
	width: auto;
	color: #444;
}

label.error { width: 100%; }

fieldset.super .textfield,
fieldset.super .textarea,
fieldset.super .select,
fieldset.super .multiselect {
	border: 1px solid #999;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
}

fieldset.super .textfield:focus,
fieldset.super .textarea:focus,
fieldset.super .select:focus,
fieldset.super .multiselect:focus {
	border-color: #000; 
}

fieldset.super .multiselect,
fieldset.super .textarea {
	vertical-align: top; 
}

fieldset.super .textfield {
	width: 200px; 
}

fieldset.super .textarea {
	width: 400px;
	height: 100px;
}

fieldset.super .select,
fieldset.super .multiselect {
	width: 202px; 
}

fieldset.super .radio,
fieldset.super .checkbox {
	margin-left: 0; 
}

/* ===== Home ====================================== */

#Home h3 {
	font-family: "PTSansNarrowBold", Arial, Helvetica, sans-serif;
}

div#slideShowContainer a {
	position:relative;
	background-color: #13326E;
	display: block;
	width: 995px;
	height: 302px;
	overflow: visible;
}
div#slideShowContainer a img{
	position:absolute;
	top:0;
	left:0;
}
img.bottomPanel {
	z-index: 99;
	position: absolute;
	top: 405px;
	background-color: transparent;
}

ul#homeFeatures {
	width: 100%;
	overflow: hidden;
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 10px 0 30px 0;
	padding: 0 0 15px 15px;
	border-bottom: solid 1px #CCC;
}

ul#homeFeatures li {
	float: left;
	width: 260px;
	padding: 0 40px 0 0;
	border-right: solid 1px #CCC;
	margin: 0 0 0 5px;
	text-transform: uppercase;
	font-size: 11px;
}

ul#homeFeatures li.nav3 {
	border-right: none;
}

ul#homeFeatures li a {
	display: block;
	height: 50px; /*70px - 20px = 50px */
	width: 120px; /*220px - 100px = 120px */
	padding: 20px 0 0 100px;
	color:#2b5f98;
	text-decoration: none;
	margin: 0 0 0 40px;
	font-weight: bold;
	background: #FFF url(../images/Home/homepage-icons.jpg) no-repeat 0 0;
}

ul#homeFeatures li a:hover {
	background-position: 0 -70px; 	
	color: #0066CC;
}

ul#homeFeatures li.nav2 a {
	background-position: 0 -140px;
}

ul#homeFeatures li.nav2 a:hover {
	background-position: 0 -210px;
}

ul#homeFeatures li.nav3 a {
	height: 45px; /*70px - 25px = 45px */
	padding-top: 25px;
	background-position:  0 -280px;
}

ul#homeFeatures li.nav3 a:hover {
	background-position:  0 -350px;
}

ul#homeFeatures li a span {
	color: #000;
	font-size: 10px;
}

/* ===== Sub pages (About Us, Heritage, Locations, Features, etc.) ======== */

#Home-AboutIEG article,
#Home-Company_Heritage article,
#Home-Locations article,
#Home-Anniversary article,
#Home-Literature article,
#Contact-Index article,
#Home-Legal article,
#Home-SiteMap article,
#Emissions-Pages article,
#News-Pages article {
	background-color: #FFF;
	overflow: hidden;
	padding: 30px 30px 30px 270px;
}

#Home-AboutIEG article,
#Home-Company_Heritage article,
#Home-Locations article,
#Home-Anniversary article,
#Contact-Index article,
#Emissions-Pages article {
	background: #FFF url('../images/bg_Home-About_IEG.png') no-repeat top left;
}

#Home-Company_Heritage article {
	background-image: url('../images/bg_Home-Company_Heritage.png');
}

#Home-Locations article {
	background-image: url('../images/bg_Home-Locations.png');
}

#Home-Anniversary article {
	background-image: url('../images/bg_Home-Anniversary.png');
}

#Contact-Index article {
	background-image: url('../images/bg_Home-About_IEG.png');
}

#Emissions-Pages article {
	background-image: url('../images/bg_Emissions.png');
}

#Home-Literature article,
#News-Pages article {
	background: transparent url('../images/bg_Literature-Index.png') no-repeat scroll top left;
}

#News-Pages article {
	background-image: url("../images/bg_News-Index.png");
}

#Home-Legal article,
#Home-SiteMap article,
#thank-you article {
	padding: 0 90px 0 40px;
}

#News-Pages article {
	padding: 30px 30px 30px 230px;
}

#Home-AboutIEG article h3,
#Home-Company_Heritage article h3,
#Home-Locations article h3,
#Home-Legal article h3,
#Emissions-Pages #content h3 {
	font-size: 21px;
}

#Emissions-Pages article {
	min-height: 230px;
}

#Emissions-Pages img.chart{
	display:block;
	margin:0 auto;
}


#Home-AboutUs #introduction,
#Home-AboutIEG #introduction,
#Home-Company_Heritage #introduction,
#Home-Locations #introduction,
#Home-Anniversary #introduction,
#Home-Literature #introduction,
#Contact-Index #introduction,
#Home-Legal #introduction,
#Home-SiteMap #introduction,
#Emissions-Pages #introduction,
#News-Pages #introduction,
#thank-you #introduction {
	position:relative;
	height: auto;
	width: auto;
	overflow: hidden;
	padding: 40px 240px 20px 40px;
	margin: 0;
	min-height:0;
}
#Emissions-Pages #introduction{
	padding-bottom:80px;
}

#Home-Legal #introduction,
#Home-SiteMap #introduction,
#thank-you #introduction,
#Home-Literature #introduction {
	background: #040F25 url('../images/bg_TruckBus-Index.jpg') no-repeat top left;
	filter: none;
	padding: 70px 240px 20px 200px;
	min-height: 120px;
	height: 120px;
}

#Home-AboutUs #introduction h1,
#Home-AboutIEG #introduction h1,
#Home-Company_Heritage #introduction h1,
#Home-Locations #introduction h1,
#Home-Anniversary #introduction h1,
#Home-Literature #introduction h1,
#Contact-Index #introduction h1,
#Home-Legal #introduction h1,
#Home-SiteMap #introduction h1,
#Emissions-Pages #introduction h1,
#News-Pages #introduction h1,
#thank-you #introduction h1 {
	border-bottom: none;
	color: #C3CAD8;
	font-size: 50px;
}

#Home-AboutUs #introduction a,
#Contact-Index #introduction a {
	color: #FFF;
}

#Home-AboutUs #introduction a:hover,
#Contact-Index #introduction a:hover {
	text-decoration: none;
}

ul.content-sub-nav {
	list-style-type: none;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	padding: 2px 0 2px 1px;
	margin: 0;
	background-color: #13387C;
}
ul#emissions-nav{
	position:absolute;
	bottom:0;
	left:4px;
	height:40px;
	background:none;
}

ul.content-sub-nav li {
	list-style-type: none;
	display: block;
	margin: 0;
	width: 197px;
	float: left;
	text-align: center;
}

ul#about-nav.content-sub-nav {
	padding-left: 22px;
}

ul#about-nav.content-sub-nav li {
	width: 236px;
}

ul#emissions-nav.content-sub-nav li {
	width: 157px;
}

ul#about-nav.content-sub-nav li.pipe,
ul.content-sub-nav li.pipe,
ul#emissions-nav.content-sub-nav li.pipe {
	display: block;
	width: 2px;
}

ul.content-sub-nav li a {
	padding: 10px 0;
	background: -moz-linear-gradient(0% 20% 270deg,#555555, #141414);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555555), to(#141414));
	background: -webkit-linear-gradient(#555555, #141414);
	background: linear-gradient(top, #555555, #141414);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#141414');
	display: block;
	text-transform: uppercase;
	color: #d9d9d9 !important;
	text-decoration: none;
	border: solid 1px #06142f;
	border-width: 1px 0 0 1px;
	overflow: hidden;
}

ul.content-sub-nav li a:hover {
	color: #ffffff !important;
}

ul.content-sub-nav li.on a {
	background: #06142f !important;
	color: #FFF;
}

#Home-AboutUs ul.aboutUsLargeNav {
	position: relative;
	padding: 0;
	height: 320px;
	margin: 0 0 7px 0;
	padding: 0 0 0 22px;
	width: 100%;
	overflow: hidden;
	list-style: none;
}

#Home-AboutUs ul.aboutUsLargeNav li {
	margin: 0;
	width: 236px;
	height: 320px;
	float: left;
}

#Home-AboutUs ul.aboutUsLargeNav li.pipe {
	display: block;
	width: 2px;
	background: transparent;
}

#Home-AboutUs ul.aboutUsLargeNav a {
	display: block;
	width: 236px;
	height: 320px;
	background: transparent url('../images/subsubnav_aboutUs.jpg') no-repeat left top;
}

#Home-AboutUs ul.aboutUsLargeNav a.nav2 {
	background-position: -243px 0;
}

#Home-AboutUs ul.aboutUsLargeNav a.nav3 {
	background-position: -484px 0;
}

#Home-AboutUs ul.aboutUsLargeNav a.nav4,
#Home-AboutUs ul.aboutUsLargeNav a.nav5 {
	width: 236px;
	height: 160px;
	background-position: -727px 0;
}

#Home-AboutUs ul.aboutUsLargeNav a.nav5 {
	position: absolute;
	right: 45px;
	bottom: 0;
	background-position: -727px -160px;
}

#Home-AboutUs ul.aboutUsLargeNav li { text-indent: -9999px; }

/* Literature Page */

#Home-Literature article {
   width:770px;
   margin:0 auto;
   padding-left:0;
   background-image:none;
}
#Home-Literature #productsTable{
	width:100%;
}

#Home-Literature article h5,
#Home-Literature article h6,
#Home-Literature article h3 {
    clear: both;
}

#Home-Literature article h5 {
	margin-top: 30px;
}

#Home-Literature article h6 {
	border-bottom: solid 1px #CCC;
	padding: 10px 0 5px 0;
	margin: 0 0 15px 0;
}

#Home-Literature article .tab-content{
	margin-bottom:2em;
}
#Home-Literature article .tab-content-container{
	border:1px solid #c4c4c4;
	padding:10px 30px;
}

#Home-Literature article .tab-content ul {
    border-width:0;
    list-style-type: none;
    margin:0 0 0 -16px;
    padding: 0;
	width:725px;
    overflow: hidden;
}

#Home-Literature article .tab-content ul li {
    float: left;
	display:inline;
    margin: 0 0 1em 16px;
    padding:0;
    width: 165px;
    overflow: hidden;
}
#Home-Literature article .tab-content a,
#Home-Literature article .tab-content a img,
#Home-Literature article .tab-content a span{
	display:block;
}
#Home-Literature article .tab-content a{
	height:195px;
}
#Home-Literature article .tab-content a img{
	margin-bottom:.75em;
}
#Home-Literature article .tab-content a span{
	margin-top:.5em;
}

/* Anniversary feature page */

a.downloadpdfDiesel {
	display: block;
	background: transparent url('../images/downloadpdfDiesel.jpg') no-repeat left top;
	width: 150px;
	height: 250px;
	margin: 0 0 1em 1em;
	float: right;
	text-indent: -9999px;
}
		
.strip {
	background: transparent url('../images/strip.jpg') no-repeat left top;
	height: 62px;
	clear: both;
}

#videoholder { padding: 20px 0; }
		
#videobox {
	width: 300px;
	padding-right: 20px;
	float: left;
}
		
#videobtns {
	width: 170px;
	float: left;
}
		
a.btn_play_1,
a.btn_play_2 {
	display: block;
	width: 100px;
	height: 75px;
	margin-top: 5px;
	background: #000 url("../images/btn_play_1.jpg") no-repeat left top;
	text-indent: -9999px;  
}
		
a.btn_play_2 {
	background-image: url("../images/btn_play_2.jpg"); 
}

a.btn_play_1 span,
a.btn_play_2 span {
	display: none; 
}

#videobox {
	width: 300px;
	padding-right: 20px;
	float: left;
}

/* Contact Us Form */

#Contact-Index form ol {
	list-style-type: none;
}

#Contact-Index form ol li {
	margin: 10px 0;
	width: 500px;
}

#Contact-Index form li li {
	display: inline-block;
	width: 210px;
	margin: .5em 0 0;
}

#Contact-Index form li.OptIn,
form li.last {
	padding-left: 140px; 
}

#Contact-Index form label {
	display: inline-block;
	width: 140px;
	vertical-align: top;
}

#Contact-Index form ol ol label {
	display: inline;
	width: auto;
}

#Contact-Index form ol input {
	width: 200px;
	color: #000;
	font-weight: normal;
}

#Contact-Index form ol li.radiogroup {
	margin: 20px 0;
}

#Contact-Index form ol li.radiogroup fieldset {
	border: 1px solid #999;
	padding: 10px;
}

#Contact-Index form ol li.radiogroup fieldset legend {
	padding: 0 10px;
}

#Contact-Index form li.radiogroup ol li {
	margin: 5px 0;
	width: 190px;
	overflow: hidden;
	float: left;
}

#Contact-Index form li.radiogroup ol li.lengthyOnes {
	width: 280px;
}

#Contact-Index form li.radiogroup input {
	margin: 0 7px 0 0;
	width: auto;
	float: left;
}

#Contact-Index form li.radiogroup input#OtherApplication {
	float: right;
	margin-right: 35px;
}

#Contact-Index form li.OptIn {
	overflow: hidden;
	padding: 0;
	margin: 0 0 20px 0;
}

#Contact-Index form li.OptIn label { 
	width: 407px; 
	float: left;
	padding: 0 0 0 10px;
}

#Contact-Index form li.OptIn input { 
	width: auto; 
	float: left;
}

#EmailForm,
#EmailFormErrorHolder,
#EmailDialog {
	text-align: left; 
}

li#DirectionsContainer {
	height: 300px;
	overflow: auto;
	margin: 0 10px 10px 10px;
}

/* Site Map */
#Home-SiteMap #content ul {
	display: block;
	float: left;
	margin-right: 80px;
}

#Home-SiteMap #content ul li {
	margin: 5px 0;
}

#Home-SiteMap #content ul li ul {
	float: none;
	margin: 0;
}

/* Emissions */


table#comparison-table thead th {
	font-weight: normal; 
	text-transform: none;
	vertical-align: middle;
	background-color: #FFF;
}
	
table#comparison-table strong {
	color: #666; 
}

table#comparison-table strong.advantage {
	color: #269E39; 
}

table#comparison-table td {
	text-align: center;
}

table#comparison-table thead th img {
	float: left; 
	margin: 0;
}

table.super th.fiction,
table.super th.fact {
	background-color: #B00; 
	color: #FFF; 
}

table.super th.fact {
	background-color: #269E39;
}

/* News Pages */

#News-Pages #productsTable .tabtable td {
    background-color: #FFFFFF;
    border-bottom: 1px solid #BBBBBB;
    border-right: 1px solid #DDD;
    border-left: 1px solid #DDD;
    font: 11px Arial,Helvetica,sans-serif;
    padding: 4px 10px;
}

#News-Pages #productsTable .tabBottom {
	font-size: 12px;
	padding: 4px;
}

#News-Pages article#pressContact {
	padding-left: 300px;
	padding-bottom: 150px;
}

#News-Pages article#individual-article {
	padding-left: 270px;
}

table#image-gallery td,
table#image-gallery th {
	text-align: left;
	vertical-align: middle;
}

table#image-gallery td {
	text-align: center;
}

table#image-gallery thead th {
	text-align: center;
	vertical-align: middle;
	background-color: #FFF;
}

/* ===== Service Locator ============================================ */

#dealer #content {
	min-height: 200px;
}

#dealer #introduction,
#Dealers-Search-Results #introduction {
	background: #040F25 url('../images/bg_TruckBus-Index.jpg') no-repeat top left;
	filter: none;
}

.SearchTitle_level {
	display: block;
	background: transparent url('../images/thead.jpg') repeat-x top left;
	padding: 5px 10px 0;
	margin: 0;
	height: 18px;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
}

#dealer #productsTable {
	position: absolute;
	z-index: 99;
}

#DealersDrillDown {
	background: transparent url('../images/bg_DealersDrillDown.gif') repeat top left;
	border-right: 1px solid #DDD; 
	overflow: visible;
	position: relative;
	z-index: 99;
}

#hoverMenu,
#hoverMenu ul {
	padding: 0;
	margin: 0;
	width: 181px; /* width of menu items */
	list-style: none;
	font-size: 12px;
	color: #444;
	font-weight: normal;
}

#hoverMenu ul {
	position: absolute;
	left: 181px;
	top: 0;
	display: none;
	overflow: visible;
}

#hoverMenu li {
	position: relative;
	background-color: #FFF;
	width: 180px; /* Set 1px less than menu width */
	height: 32px;
	border: 1px solid #DDD;
	border-width: 0 1px;
	border-bottom: 1px solid #BBB;
	padding: 0;
	margin: 0;
}

#hoverMenu li.even {
	background: #EEE; 
}

#hoverMenu li span,
#hoverMenu li a span {
	cursor: pointer;
	display: inline-block;
	padding: 10px;
}

#hoverMenu li.over {
	background-color: #CCC;
}

#hoverMenu li.hover {
	background-color: #B8CDE4;
	font-weight: bold;
	color: #000;
}

#hoverMenu li a {
	display: block;
	height: 22px;
	text-decoration: none;
	color: #666;
}

#hoverMenu li a:hover {
	background-color: #CCC;
	color: #444;
}

#hoverMenu li.level4,
#hoverMenu li.level4 a {
	width: 174px;
	height: auto;
	padding: 0;
}

#hoverMenu li.over > ul {
	display: block;
}

#SearchTitle_level2,
#SearchTitle_level3,
#SearchTitle_level4,
#SearchTitle_level5 {
	display: none;
}

#DealerSearch {
	display: none;
	background-color: #FFF;
	padding: 10px;
	overflow: hidden;
	position: relative;
	border: 1px solid #DDD;
	border-width: 0 1px 1px 1px;
}

#DealerSearch h3 {
	display: block;
	height: 27px;
	border-bottom: 1px solid #A5C3E0;
	font-size: 16px;
	color: #005AA2;
	margin: 0 0 13px;
}

#DealerSearch ol {
	overflow: hidden;
	margin: 0;
	padding: 0; 
}

#DealerSearch ol.colA,
#DealerSearch p.colB,
#DealerSearch ol.colC {
	float: left;
	text-align: left;
	z-index: 99;
	position: relative;
}

#DealerSearch p.colB {
	font-weight: bold;
	color: #005AA2;
	text-align: center;
	position: absolute;
	z-index: 1;
	width: 700px; /*720px - 20px padding = 700px */
}

#DealerSearch ol.colC {
	float: right;
}

#DealerSearch ol.colA li,
#DealerSearch ol.colC li {
	display: block;
	overflow: hidden;
}

#DealerSearch input,
#DealerSearch select {
	width: 210px;
	border: 1px solid #999;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
}

#DealerSearch select {
	width: 212px; 
}

#DealerSearch a.btn {
	display: inline-block;
	background: transparent url('../images/btn_Go.jpg') no-repeat top left;
	width: 44px;
	height: 23px;
	text-indent: -9999px;
	position: relative;
	top: -2px;
}

#Dealers-Search-Results .ui-state-active,
#Dealers-Search-Results .ui-state-default {
	background: transparent;
	border-width: 0;
}

#Dealers-Search-Results h3 {
	margin-top: -15px; 
}

li.startOverLink a,
li.emailLink a,
li.printLink a,
li.printPreviewLink a {
	background: transparent url('../Images/btn-sprite.png') no-repeat 0 -18px;
	padding: 0 0 0 20px;
	height: 16px;
}

li.emailLink a {
	background-position: 0 -34px;
}

li.printPreviewLink a,
li.printLink a {
	background-position: 0 -50px;
}

li.printLink a {
	display: none;
}

.disclaimer{
	padding:1em 0;
}

/* ===== jQuery Dialog ============================================ */

.ui-widget-overlay {
	background-color: #000;
	opacity: .60;
	filter: Alpha(Opacity=60);
	position: absolute;
	left: 0;
	top: 0;
}

.ui-dialog {
	position: relative;
	background-color: #FFF;
	padding: 15px;
	-moz-border-radius: 8px; /* FF1+ */
	-webkit-border-radius: 8px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	overflow: hidden;
}

.ui-dialog-titlebar-close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background-color: #028CE8;
	padding: 5px 10px;
	height: 12px;
	-webkit-border-top-right-radius: 8px; /* FF1+ */
	-moz-border-radius-topright: 8px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-top-right-radius: 8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	line-height: 12px;
	color: #FFF;
	text-decoration: none;
}

.ui-dialog-titlebar-close:hover  {
	color: #DFDFDF; 
}

#EmailDialog label,
#DirectionsHolder label {
	display: inline-block;
	text-align: right;
	margin: 0 5px 0 0;
	width: 50px;
}

#DirectionsHolder label {
	width: 100px;
}

#EmailDialog input.required,
#DirectionsHolder select.required {
	color: #000;
	font-weight: normal;
}

#DirectionsHolder input#getDirections {
	float: right;
}

#Dealers-Search-Results button.ui-state-default,
#Dealers-Directions button.ui-state-default {
	background-color: #EEE;
	border: 1px outset #888;
	margin: 0 5px;
}

ul#EmailFormErrors li {
	text-indent: none;
	padding: 0;
	margin: 0;
}

ul#EmailFormErrors li label,
ul#Errors li label {
	width: 100%;
	text-align: left;
}

/* ===== Landing Micro-site Page =================================== */

#motorhome-landing #header,
#fire-and-emergency-landing #header,
#transit-landing #header {
	display: none;
}

.landing-page #introduction {
	width: 464px; /* 1024px - 40px padding - 520px padding = 464px */
	height: 220px; /*280px - 60px padding = 220px; */
	padding: 60px 520px 0px 40px;
	background-image: none;
	color: #FFF;
	filter: none; /*removes IE filter that is originally applied*/
}

.landing-page #content {
	display: block;
	overflow: hidden;
	padding: 0;
	width: 894px;
	margin: 5px auto 15px auto;
}

#motorhome-landing .landing-page #introduction,
#fire-and-emergency-landing .landing-page #introduction,
#transit-bus-landing .landing-page #introduction {
	background: #040F25 url('../images/bg_Motorhome-Landing.jpg') no-repeat top left;
}

#fire-and-emergency-landing .landing-page #introduction {
	background-image: url('../images/bg_Emergency-Landing.jpg');
}

#transit-landing .landing-page #introduction {
	background-image: url('../images/bg_Transit-Bus.jpg');
}
.landing-page #introduction h1 {
	padding: 4px 0 5px 180px;
	font-size: 34px;
	background: transparent url('../images/hdr_logo.png') no-repeat top left;
	border-color: #FFF;
	color: #FFF;
}

.landing-page #introduction h5,
.landing-page #introduction h6 {
	font-family: "PTSansNarrowBold", Arial, Helvetica, sans-serif;
	color: #dadada;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: -0.005em;
	line-height: 20px;
	margin: 5px 0;
}

.landing-page #introduction h6 {
	font-size: 16px;
}

.landing-page #introduction p {
	color: #dadada;
	font-weight: bold;
	line-height: 14px;
	margin: 0;
}

.landing-page ul#engine-thumbs {
	list-style: none;
	padding: 0;
	font-weight: bold;
	font-size: 10px;
	width: 100%;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

.landing-page ul#engine-thumbs li {
	display: inline-block; 
	overflow:hidden;
	width: 125px;
	height: 155px;
	margin: 0;
	padding: 0;
    text-align: center;
}

.landing-page ul#engine-thumbs li a img {
	width: 125px;
	height: 125px;
}

.landing-page ul#engine-thumbs li p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	overflow: hidden;
}

.landing-page ul#engine-thumbs li p a {
	display: block;
	width: 125px;
	height: 30px;
	color: #000;
	margin: 0;
	padding: 0;
	text-decoration: none;
	background: #ededed url('../images/overviewNavBkgd.jpg') repeat-y 0 0;
}

.landing-page ul#engine-thumbs li a:hover {
	text-decoration: underline;
}

/* START Inactive thumbnail styles*/

.landing-page ul#engine-thumbs li.inActive img {
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
	opacity: 0.4;
	filter: alpha(opacity=40)
}

.landing-page ul#engine-thumbs li.inActive p a {
	background: #FFF;
}

.landing-page ul#engine-thumbs li.inActive a {
	color: #8C8C8C;
	text-decoration: none;
}

.landing-page ul#engine-thumbs li.inActive a:hover {
	text-decoration: underline;
}

/* END Inactive thumbnail styles*/

.landing-page nav#nav-tertiary ul {
	padding: 10px 10px 10px 20px;
	background: #336699 url('../images/overviewNavTertBkgd.jpg') repeat-y 0 0;
	margin: 0;
}

.landing-page #product-overview {
	display: block;
	overflow: hidden;
	background: #FFF url('../images/overviewBkgd.jpg') repeat-y 0 0;
	padding: 0;
}

.product-overview-padding {
	padding: 20px;
}

.landing-page #product-overview .colLeft {
	float: left;
	width: 450px;
	font-size: 12px;
	padding: 0 20px 0 5px;
}

.landing-page #product-overview h2 {
	font-family: Helvetica, Arial;
	text-transform: uppercase;
	font-size: 16px;
	width: 320px;
	height: 45px;
	margin: 5px 0 3px 0;
	position: relative;
}

.landing-page #product-overview h2 span {
	display: block;
	position: absolute;
	top: 10px;
	right: 15px;
}

.landing-page #product-overview p,
.landing-page #product-overview li {
	font-family: Helvetica, Arial;
	color: #444444;
	line-height: 130%;
}

.landing-page #product-overview p.pdfLink {
	font-family: Helvetica, Arial;
	border-top: solid 1px #95afcb;
	padding: 10px 0 0 0;
	font-weight: bold;
}

.landing-page #product-overview .colRight {
	float: right;
	width: 370px;
	padding: 20px 0 0 0;
}

.landing-page #product-overview .colRight img.engine-featured-image {
	float: left;
}

ul.logo-list {
	overflow: hidden;
	width: 170px;
	float: right;
	padding: 0;
	list-style-type: none; 
	display: none;
}

ul.logo-list li {
	margin: 0 0 10px 0;
	overflow: hidden;
	text-align: center;
	width: 170px;
	display: block;
}

ul.logo-list li img {
	margin: 0 auto;
}

#motorhome-landing ul#motorhome-logos,
#fire-and-emergency-landing ul#fire-rescue-logos,
#transit-landing ul#transit-logos {
	display: block;
}

/* ===== Error/Invalid Pages ======================= */

body#Invalid-Page article {
	width: 100%;
	padding: 40px 0;
}

/* ===== default =================================== */

.icon-pdf {
	background: transparent url('../Images/btn-Sprite.png') no-repeat 0 -66px;
	padding: 0 0 5px 20px;
	margin: 0;
	display: inline-block;
	overflow: hidden;
}

.large { font-size: 1.5em; }

.small { font-size: 10px; }

.nowrap { white-space: nowrap; }

.block { display: block; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-left { text-align: left; }

.alignright,
.right {
	margin: 0 0 1em 1em;
	float: right;
}

.alignleft,
.left {
	margin: 0 1em 1em 0;
	float: left;
}

.clear-right { clear: right; }

.clear-left { clear: left; }

.clear { clear: both; }

.reduced-top { margin-top: 0; }

.reduced,
fieldset.super ol,
#site-title {
	padding: 0;
	border: none;
	margin: 0;
	list-style: none;
}

.hid,
#site-title a { text-indent: -9999px; }

.hide,
.print,
.hr hr,
.ui-tabs .ui-tabs-hide,
div#ErrorHolder,
div#EmailFormErrorHolder {
	display: none; 
}

sup.normal-superscript {
	font-family: 'arial';
}

h1 sup.normal-superscript {
	font-size: 16px;
	position: relative;
	top: -24px;
	padding: 1px;
}

/* MODAL */
/**
 * domModal.css
 */
#modalOverlay,
#modalContent{
	position:fixed;
	display:none;
}
#modalOverlay{
	z-index:100;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:#000;
}
#modalContent{
	z-index:101;
	top:50%;
	left:50%;
	/* following styles should be modified for your needs */
	color:#444;
	text-align:left;
	border:2px solid #fff;
	background:#fff url(../Images/loading-anim.gif) no-repeat 50% 50%;
    /*rounded-corners*/
    -moz-border-radius:0px;
    border-radius:0px;
    /*drop-shadow*/
	-moz-box-shadow: 0px 2px 8px #444;
	-webkit-box-shadow: 0px 2px 8px #444;
	box-shadow: 0px 2px 8px #444;
    /*
    -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#111111')";/* For IE 8 /
    filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#111111');/* For IE 5.5 - 7 /
    */
}
/* adjust styling below for alternate implementations */
#modalClose{
    position:absolute;
    display:block;
	width:30px;
	height:30px;
	top:-16px;
	right:-16px;
	margin-top:0;
	text-indent:-999em;
	overflow:hidden;
	background-image:url(../Images/btn_modal_close.png);
}

/* use alternate styles for 'position:fixed' unsupported in IE6 */
.ie6 #modalOverlay,
.ie6 #modalContent{
     position:absolute;
}
.ie6 #modalOverlay{
     height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight :document.body.offsetHeight + 'px');
}
.ie6 #modalContent{
    margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

/* ===== .ie, .ie6 .ie7, .ie8, .ie9, .lte7, .lte8, .lte9, .gt9 ===== */

.lte8 #Contact-Index form li.radiogroup label {
	position: relative;
	top: 3px;
}

.lte7 .landing-page ul#engine-thumbs li {
	display: block; 
	float: left;
	margin: 0 1px 0 1px;
}

.lte7 h1 sup.normal-superscript {
	top: -34px;
}

.ie6 div#slideShowContainer a {
	overflow: hidden;
}

.ie6 #hoverMenu li {
	margin-bottom: -2px; 
}

.ie6 ul.content-sub-nav li a,
.ie6 #header,
.ie6 #Home-Literature article ul {
	height: 1%; 
}

.ie6 #productsTable .ui-tabs-nav a, 
.ie6 #productsTable .ui-tabs-nav a span {
	width: 332px;
}

.ie6 #industrial #productsTable .ui-tabs-nav a {
	margin: 0 1px 0 0;
}

.ie6 #introduction {
	height: 1% !important;
}

.ie6 #fire-and-emergency-landing #introduction,
.ie6 #motorhome-landing #introduction{
	height: 220px !important;
}

.ie6 #dealer #content {
	height: 180px;
}
