body {
    background: #393939 url(images/bg_body.gif) repeat-x top;
    border-top: 5px solid #ab1412;
    margin: 0;
    padding: 0;
    font-family: Tahoma;
}
#PageWrapper {
    width: 770px;
    margin: 0 auto;
}
#ColumnOne {
    width: 160px;
    float: left;
    background: url(images/bg_columnone.gif) repeat-y;
}
#ColumnTwo {
    width: 610px;
    float: right;
    background: #fff;
}
#Content {
    background: url(images/bg_content.gif) no-repeat 5px top;
    padding:  5px 20px 0;
    margin: 5px 0 20px 0;
}
.FooterContactFormWrapper {
    background: url(images/bg_content.gif) no-repeat 5px top;
    padding:  5px 20px 0;
    margin: 5px 0 20px 0;
    height: 350px;
}
#ColumnOnePadder {
    padding: 9px;
}
#Footer {
    background: url(images/bg_footer.gif) no-repeat;
    height: 49px;
    position: relative;
    clear: both;
}
.develisys, .lnkSitemap {
    position: absolute;
    top: 60px;
    right: 20px;
    color: #5c5c5c;
    font-size: 12px;
    text-decoration: none;
    padding-bottom: 20px;
}
.lnkSitemap {
	left: 20px;
	width: 80px;
}
.lnkSitemap:hover {
	color: #ab1412;
}
#Sitemap, #Sitemap li{
	list-style: none;
}
#Sitemap {
	padding: 0;
	margin: 0;
}
.fullWidthAdBox {
    background: url(images/bg_fullwidthadbox.png) no-repeat bottom;
    min-height: 164px;
    margin-bottom: 20px;
}
.fullWidthAdBox div {
    min-height: 164px;
    padding: 12px;
    background: url(images/bg_yellowtrailer.jpg) no-repeat bottom right;
}
h1 {
    font-size: 24px;   
    font-weight: normal;
    margin: 0;
    padding: 10px 0 5px;
}
h2 {
    font-size: 20px;   
    font-weight: normal;
    margin-bottom: 5px;
    color: #AB1412;
}
.fullWidthAdBox h1 {
    margin: 0 0 5px;
}
.fullWidthAdBox p {
    margin: 0 0 15px;
    width: 330px;
}
.fullWidthAdBox a.button {
    display: block;
}
.halfWidthAdBox {
    width: 275px;
    background: url(images/bg_halfwidthadbox.gif) no-repeat bottom;
}
.halfWidthAdBox.left {
    float: left;
}
.halfWidthAdBox.right {
    float: right;
}
.halfWidthAdBox div {
    padding: 12px;
}
.halfWidthAdBox h2 {
    font-size: 24px;   
    font-weight: normal;
    margin: 0 0 5px;
}
.halfWidthAdBox p {
    margin: 0 0 15px;
}

h4 {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: normal;
    color: #393939;
}
#ColumnOne p {
    font-size: 11px;
    margin-top: 2px;
    color: #393939;
}
#ColumnTwo p, #ColumnTwo li {
    font-size: 14px;
    line-height: 18px;
    margin-top: 2px;
}
#ColumnTwo p.largeText {
    font-size: 16px;
    line-height: 22px;
}

#Nav {
    margin: 15px 0 30px;
    padding: 0;
}
#Nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#Nav li a, #Nav li a:link {
    color: #999999;
    text-decoration: none;
    display: block;
    padding: 3px 0;
    background: url(images/bg_nav.gif) no-repeat right;
    font-size: 14px;
}
#Nav li a:hover, #Nav li a.active, #Nav li.activeChild > a {
    background: url(images/bg_nav-hover.gif) no-repeat right;
    color: #ab1412;
}
a#lnkSitemap {
	background: none;
}

/* Subnav */
#SubNav {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 150px;
    float: left;
}
#SubNav li {
    padding: 0;
    margin: 0 0 1px 0;
}
#SubNav li a {
    display: block;
    font-size: 11px;
    height: 23px;
    line-height: 23px;
    text-decoration: none;
    background: url(images/bg_subnav.png) no-repeat right;
    color: #AB1412;
    padding-left: 5px;
}
#SubNav li a:hover {
    background: #fff;
}
#SubNav li a.active {
    background: #fff;
}


a img {
    border: none;
}
a:hover {
    text-decoration: none;
}
label {
    display: block;
    padding-top: 5px;
    font-size: 12px;
}
fieldset {
    border: 1px solid #EBEBEB;
    padding: 10px;
}
.customList {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
    line-height: 15px;
}
.customList li {
    margin: 0;
    padding: 0;
    font-size: 12px;
    margin-right: 15px;
    margin-bottom: 8px;
}
.productH2 {
    margin: 10px 0 10px;
    padding: 0;
    padding-left: 25px; 
    background:  url(images/bg_product-h2.gif) no-repeat left center;
    float: left;
    width: 95%;
}
.productH2.down {
    background: url(images/bg_product-h2down.gif) no-repeat left center;
    margin-bottom: 0;
}



/*.specTable {
    border-collapse: collapse;  
    font-size: 12px;
    float: left;
    margin-bottom: 10px;
}
.specTable td {
    vertical-align: top;
    padding: 4px 0;
    border-bottom: 1px solid #EBEBEB;
}
.specTable td.one {
    width: 130px;
}
.specTable td.two {
    width: 285px;
}*/


/*MAPQUEST FORM*/
.mapquestForm {
    border: 1px solid #f2efe9;
    background: #faf9f6 url(images/bg_mapquest.gif) no-repeat 5px 10px;
    float: right;
    padding: 27px 0 15px 0;
}
.mapquestForm label {
    display: inline;
    display: block;
    padding-left: 10px;
    font-size: 11px;
}
.mapquestForm input{ 
    display: block;
    margin: 0 10px;
    margin-top: 3px;
}
.mapquestForm h3 {
    padding-left: 10px;
    margin: 0;
}
.streetAddress, .city, .state, .zipCode {
    width: 135px;
}
.mapquestForm input.state {
    width: 50px;
}
.mapquestForm input.zipCode {
    width: 65px;
}
.printBanner {
    display: none;
}
.sisterLinks {
    float: left;
    width: 100%;
    padding-top: 15px;
}
#ColumnTwo .sisterLinks p {
    font-size: 11px;
    line-height: 14px;
}


/*TRAILERS LANDING PAGE*/
.trailerList {
	float: left;
	clear: left;
	margin-top: 1em;
    border-bottom: 4px solid gray;
}
.trailerList, #TrailerList li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.trailerList li {
	position: relative;
	height: 89px;
	width: 424px;
	margin: 4px 0;
	padding: 0 10px 0 136px;
	background: #EBEBEB;
}
.trailerList h3 {
	float: left;
	background: url(images/bg_plus.gif) left center no-repeat;
	margin: 1em 0 0.3em;
	padding-left: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #AB1412;
}
#ColumnTwo .trailerList p {
	clear: left;
	line-height: 14px;
	color: #6b6a68;
    font-size: 12px;
	margin: 0 160px 0 0;
}
.trailerList a.specs {
	position: absolute;
	bottom: 11px;
	right: 11px;
	text-decoration: none;
	width: 101px;
	line-height: 11px;
    font-size: 12px;
    color: #393939;
	padding: 5px 0 7px 12px;
	background: url(images/bg_btnspecs.gif) 0 0 no-repeat;
}
.trailerList a.specs:hover {
	background-position: 0 -23px;
    color: #fff;
}
.trailerList a.thumb {
	position: absolute;
	top: 11px;
	left: 12px;
	width: 112px;
	height: 67px;
}
.trailerList h3 img {
	padding-left: 4px;
}


/*Stock Program*/
#StockProgramAd {
	position: relative;
	float: left;
	width: 548px;
	padding: 0 10px 10px 10px;
	border: 1px solid #BFBFBF;
	background: #EBEBEB;
	overflow: hidden;
	margin: 4px 0 1em;
}
#StockProgramAd h2 {
	float: left;
	width: 244px;
	margin: 7px 0 0 0;
	height: 26px;
    font-size: 24px;
    padding: 0;
}
#StockProgramAd a {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0;
	width: 295px;
	font-size: 11px;
	line-height: 13px;
	padding: 7px 16px 8px 255px;
	border: 1px solid #fff;
	text-decoration: none;
	color: #4F4F4F;
}
#StockProgramAd a span {
	color: blue;
	text-decoration: none;
}
#StockProgramAd a:hover {
    border: 1px solid #AB1412;
}
#StockProgramAd a:hover span {
	text-decoration: underline;
}


/*STOCK INFO ON PRODUCT PAGE*/
.pnlStockProgram {
	font-size: 12px;
	line-height: 15px;
    margin-top: 13px;
}
.pnlStockProgram a {
	display: block;
	padding: 10px;
	width: 548px;
    text-decoration: none;
	cursor: pointer;
	border: 1px solid gray;
	background: #fff;
    color: #ab1412;
	}
.pnlStockProgram a:hover {
	background: #fff;
	border: 1px solid #8e110f;
}

.lblNotes {
	display: block;
	margin: 1em 0;
}
.lblLink {
	font-weight: bold;
	display: block;
	margin: 1em 0 0 0;
}






/*jump links*/
ul.jumpLinks {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 30px;
}
ul.jumpLinks li {
    float: left;
    padding: 5px 5px 5px 0;
}

/*NEW SPEC PAGES*/
#GeneralSpecs, #DetailSpecs {
	margin: 0 0 1em 0;
    background: #EBEBEB;
    border-bottom: 4px solid gray;
}
.specs {
	width: 100%;
}
tr td {
    font-weight: bold;
}
tr.alt {
	background: #DFDFDF;
}
tr.alt td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
    
}
.specs td {
	vertical-align: top;
	padding: 8px 10px;
	color: #4F4F4F;
	width: 30%;
    font-size: 12px;
}
.specs td.value {
	width:70%;
    font-weight: normal;
}


/* forms */
label {
    display: block;
    padding-top: 5px;
	margin: 0.75em 0 0.3em 0;
	color: #717171;
}
label span, .required span {
	padding: 0 3px;
	vertical-align: middle;
}
.formColumnLeft {
	clear: left;
	float: left;
	width: 218px;
	/*margin-top: 1em;*/
}
.formColumnRight {
	float: left;
	width: 335px;
	/*margin-top: 1em;*/
}
input, textarea {
	background: #3f3f3f url(images/bg_formfield.gif) bottom left repeat-x;
	color: #DFDFDF;
	border: 1px solid #505050;
	border-top-color: #1c1c1c;
	border-left-color: #1c1c1c;
	padding: 4px 6px;
	margin: 0;
}
textarea {
	width: 100%;
	height: 10.5em;
}
textarea.textarea {
    width: 90%;
}
.required {
	font-size: 1.0em;
	text-align: right;
	margin: -3em 0 0 7px;
	color: #717171;
}
#ColumnTwo p.claim {
	margin: 0 0 1em 0;
	font-size: 11px;
	color: #717171;
}
.claim strong {
	color: #a2a2a2;
}
.btnSubmit {
	margin: 10px 0 10px;
}
.btnSubmit, .submit {
	background-image: none;
	background: #555;/*#334455;*/
	border: 1px solid #1c1c1c;
	border-top-color: #666;
	border-left-color: #666;
	padding-bottom: 5px;
}
.warning {
	background: #FFDFDF;
	padding: 10px;
	color: red !important;
	font-size: 12px;
    border: 1px solid red;
}
.warning br {
	display: inline;
	height: 0;
	line-height: 0;
}
.warning strong {
	font-size: 12px;
	color: red;
	display: block;
	margin-bottom: 0.4em;
}
.confirm {
	background: #030;
	padding: 6px 8px 8px;
	color: #a2a2a2 !important;
	font-size: 12px;
}
.confirm p, .warning p {
	text-align: center;
}
.backToTop {
	float: left;
	font-size: 1.1em;
}


/*next previous*/
.nextprev {
	font-size: 11px;
    height: 30px;
    margin: 0 5px 5px;
    display: block;
    position: relative;
    background: url(images/bg_nextprev.gif) no-repeat 0 0;
}

.nextprev span {
    visibility: hidden;
}
.nextprev .nextprevPrevious {
    line-height: 30px;
    float: right;
    margin: 0 70px 0 .5em;
    line-height: 29px;
}
.nextprev .nextprevNext {
    position: absolute;
    right: 15px;
    margin: 0 .5em;
    line-height: 29px;
    
}
.nextprev .nextprevNext a,
.nextprev .nextprevPrevious a {
    text-decoration: none;
    font-weight: bold;
    color: gray;
}
.nextprev .nextprevNext a:hover,
.nextprev .nextprevPrevious a:hover {
    color: blue;
}

.nextprev div span {
	color: #727272;
}

.sectionHeading {
    text-transform: uppercase;
    font-size: 10px;
    color: gray;
    letter-spacing: .08em;
    margin-left: 22px;
    position: absolute;
    z-index: 100;
    margin-top: 9px;
}

.productBanner {
    width:610px;
    height:250px; 
    display: block;
    padding-bottom: 5px;
}

.customizeList {
    list-style: none;
    margin: 0;
    padding: 0;
	 overflow: hidden;
}
#ColumnTwo ul.customizeList li {
    list-style: none;
    margin: 0;
    padding: 5px 0;
    float: left;
    width: 50%;
    font-size: 12px;
}

/*DEALERS PAGE*/
h2.divider {
	clear: left;
	margin-top: 1.5em;
}
dl.dealers {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.dealers dt {
	margin: 1em 0 0 0;
	padding: 0;
	font-weight: bold;
}
.dealers dd {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
}
.dealers dd.contact {

}
.states {
	font-size: 12px;
	float: left;
	width: 190px;
	margin-bottom: 1em;
}
.states a {
	display: block;
	margin: 0.25em 0;
}

/*STOCK PROGRAM TABLE*/
#tblInventory {
	width: 100%;
	border-collapse: collapse;
}
#tblInventory td, 
#tblInventory th {
	border-bottom: 1px solid #fff;
	padding: 5px 10px;
    text-align: left;
    vertical-align: top;
}
#tblInventory td {
    font-weight: normal;
    font-size: 12px;
    color: #4F4F4F;
}
#tblInventory th {
    padding-left: 0;
}

#ColumnTwo p.disclaimer {
	clear: both;
	font-size: 12px;
	margin-top: 2em;	
}
