body {
	padding: 0;
	margin: 0;
	background: #212222 url(../images/backgrounds/page.jpg) repeat left top;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #ccc;
}
a, a:visited {
	color: #ccc;
}
a:hover {
	color: #fff;
}
li {
	list-style: square;
}
input, textarea {
	font-family: arial, sans-serif;
	font-size: 12px;
}
.default {
	width: auto !important;
	border: 0 !important;
	background: none !important;
}
sup {
	display: inline;
	line-height: 100%;
	padding: 0 0 0 2px;
	font-size: 8px;
}
.larger {
	font-size: larger;
}
.nowrap {
	white-space: nowrap;
}
.disclaimer {
	color: #999;
}
.bright {
	color: #ffcc00;
}
.button {
	border: 0  !important;
	padding: 4px 10px 6px 18px !important;
	width: auto !important;
	font-size: 11px !important;
	color: #fff !important;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	display: inline-block !important;
	text-decoration: none !important;
	line-height: 11px !important;
	font-family: arial, sans-serif !important;
	background: #693600 url(../images/backgrounds/button-w-arrow.gif) no-repeat left center !important;
}
.button.special {
	background: #693600 url(../images/backgrounds/special-button-w-arrow.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
#wrapper1 {
	background-image: url(../images/backgrounds/ajax-loader.gif) no-repeat -1000px -1000px; /* preload image */
	min-width: 980px;
}
#wrapper2 {
	position: relative;
	z-index: 1;
	background: url(../images/backgrounds/top/gradient-1.png) no-repeat center -110px;
	border-top: 10px solid #313335;
}
#wrapper2.build-and-equip {
	background-image: url(../images/backgrounds/top/gradient-2.png);
}
#wrapper3 {
	width: 980px;
	position: relative;
	overflow: hidden;
	margin: -10px auto 0 auto;
}
#logo {
	display: block;
	position: absolute;
	left: 5px;
	top: 0;
	z-index: 11;
}
#freightliner {
	display: none;
}
#header {
	width: 980px;
	position: relative;
}

#print {
	position: absolute;
	display: block;
	top: -20px;
	right: 60px;
	background: url(../images/icons/print-share.gif) no-repeat left top;
	width: 44px;
	height: 1px;
	padding: 15px 0 0 0;
	overflow: hidden;
}
#share {
	position: absolute;
	display: none;
	top: -20px;
	right: 0px;
	background: url(../images/icons/print-share.gif) no-repeat right top;
	width: 50px;
	height: 1px;
	padding: 15px 0 0 0;
	overflow: hidden;
}


/************************************************************
	top promo (for rotating slides)
************************************************************/
#topPromoImg {
	position: absolute;
	width: 100%;
	z-index: 0;
	height: 600px;
	background: none no-repeat center top;
}
#topPromoContent {
	width: 718px;
	height: 600px;
	position: absolute;
	right: 0;
	top: 0;
}
#topPromoNav {
	position: absolute;
	margin: 0 auto;
	z-index: 100;
	top: 450px;
	padding-left: 5px;
}
#topPromoNav .wrapper {
	height: 15px;
	background: url(../images/backgrounds/promo/promo-nav-right.png) repeat-x right center;
}
#topPromoNav .wrapper a {
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 -5px 0 10px;
	background: url(../images/backgrounds/promo/dot.png) no-repeat center center;
}
#topPromoNav .wrapper a.first {
	margin-left: -5px;
}
#topPromoNav .wrapper a.active {
	background-image: url(../images/backgrounds/promo/active-dot.png);
}


/************************************************************
	nav
************************************************************/
#nav {
	position: absolute;
	right: 259px;
	padding-left: 9px;
	top: 0;
	z-index: 100;
	background: url(../images/backgrounds/top-pop/vans.png) no-repeat -1000px -1000px;
}
#nav ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#nav > ul li {
	float: left;
	padding: 0 0 2px 0;
	list-style: none;
	position: relative;
	background: url(../images/backgrounds/nav/right.png) no-repeat left 0;
}
#nav > ul li.active {
	background: url(../images/backgrounds/nav/right.png) no-repeat left -26px;
}
#nav > ul li.first {
	background: url(../images/backgrounds/nav/left.png) no-repeat left 0;
}
#nav > ul li.first.active {
	background: url(../images/backgrounds/nav/left.png) no-repeat left -26px;
}
#nav > ul li.last {
	background: url(../images/backgrounds/nav/right.png) no-repeat right 0;
}
#nav > ul li.last.active {
	background: url(../images/backgrounds/nav/right.png) no-repeat right -26px;
	border-right: 0;
}
#nav > ul a {
	display: block;
	color: #fff;
	padding: 4px 13px 6px 13px;
	text-decoration: none;
	border-right: solid 1px #303236;
	border-left: solid 1px #4a4d4f;
}
#nav > ul li.first a {
	padding-left: 14px;
	border-left: 0;
}
#nav > ul li.last a {
	padding-right: 14px;
	border-right: 0;
}
#nav > ul li.active a {
	color: #333 !important;
}
#nav > ul li a:hover {
	color: #333 !important;
}
#nav .preloader, #extraNav .preloader {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/backgrounds/ajax-loader-horiz.gif) no-repeat center center;
}
/************************************************************
	extra nav
************************************************************/
#extraNav {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	background: url(../images/backgrounds/top-pop/extra.png) no-repeat -1000px -1000px;
}
#extraNav > ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#extraNav > ul li {
	float: left;
	padding: 0 0 2px 0;
	list-style: none;
	position: relative;
	background: url(../images/backgrounds/extra-nav/right.png) no-repeat left 0;
}
#extraNav > ul li.active {
	background: url(../images/backgrounds/extra-nav/right.png) no-repeat left -26px;
}
#extraNav > ul li.first {
	background: url(../images/backgrounds/extra-nav/left.png) no-repeat left 0;
}
#extraNav > ul li.first.active {
	background: url(../images/backgrounds/extra-nav/left.png) no-repeat left -26px;
}
#extraNav > ul li.last {
	background: url(../images/backgrounds/extra-nav/right.png) no-repeat right 0;
}
#extraNav > ul li.last.active {
	background: url(../images/backgrounds/extra-nav/right.png) no-repeat right -26px;
	border-right: 0;
}
#extraNav > ul a {
	display: block;
	color: #fff;
	padding: 4px 12px 6px 12px;
	text-decoration: none;
	border-right: solid 1px #464a4d;
	border-left: solid 1px #64686a;
}
#extraNav > ul li.first a {
	padding-left: 14px;
	border-left: 0;
}
#extraNav > ul li.last a {
	padding-right: 15px;
	border-right: 0;
}
#extraNav > ul li.active a {
	color: #333 !important;
}
#extraNav > ul li a:hover {
	color: #333 !important;
}

/************************************************************
	sidebar
************************************************************/
#sidebar {
	width: 250px;
	float: left;
	padding: 0;
	position: relative;
	z-index: 10;
}
#sidebar .txtPromo {
	position: absolute;
	top: 120px;
	left: 0;
	margin: 0 0 0 40px;
	display: block;
	z-index: 1;
}
#sidebar .promos {
	
}
#sidebar .promos .promo {
	margin: 0 auto;
	display: block;

}

/* fancy menu */
#sidebar .fancyMenu {
	line-height: 100%;
	width: 200px;
	padding: 500px 0 40px 25px;
	position: relative;
	width: 215px;
	background: url(../images/backgrounds/fancy-nav-bg.png) no-repeat center bottom;
	margin: 0 auto;
}
#sidebar .fancyMenu ul {
	padding: 0;
	margin: 0;
}
#sidebar .fancyMenu ul li {
	list-style: none;
	padding: 2px 0 0 0;
}
#sidebar .fancyMenu ul li a {
	display: block;
	text-align: right;
	padding: 8px 40px 8px 0;
	background: url(../images/icons/dots.png) no-repeat 180px 1px;
}
#sidebar .fancyMenu ul li a.active {
	background: url(../images/icons/dots.png) no-repeat 180px -29px;
}
#sidebar .fancyMenu ul ul {
	padding: 0;
	margin: 0 32px 0px 0;
}
#sidebar .fancyMenu ul ul li {
	padding: 0;
}
#sidebar .fancyMenu ul ul li a {
	background: none;
	padding: 5px 10px 5px 0;
	text-decoration: none;
	color: #ccc;
	background: url(../images/icons/pointers.png) no-repeat right -38px;
}
#sidebar .fancyMenu ul ul li a:hover {
	background: none;
	color: #FFCC00;
	background: url(../images/icons/pointers.png) no-repeat right -15px;
}



/* promo menu */
.promoMenuHolder {
	width: 100%;
	padding-top: 635px;
	position: relative;
	background: url(../images/backgrounds/sidebar/net.png) repeat-y top center;
}
.promoMenuHolder .promoMenu {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 250px;
	padding: 38px 0 0 0;
	bottom: -20px;
	background: url(../images/backgrounds/sidebar/top.png) no-repeat left top;
}
.promoMenuHolder .promoMenu > ul {
	padding: 10px 30px 25px 30px;
	margin: 0;
	line-height: 170%;
	background: url(../images/backgrounds/sidebar/bottom.png) no-repeat left bottom;
}
.promoMenuHolder .promoMenu ul li {
	list-style: none;
}
.promoMenuHolder .promoMenu ul li.first {
	list-style: none;
	background: url(../images/backgrounds/horiz-dots.png) repeat-x left top;
}
.promoMenuHolder .promoMenu ul li a {
	text-decoration: none;
	color: #eff1f3;
	display: block;
	padding: 2px 0 4px 0;
	text-align: center;
	background: url(../images/backgrounds/horiz-dots.png) repeat-x left bottom;
}
.promoMenuHolder .promoMenu ul li a:hover {
	text-decoration: underline;
}
.promoMenuHolder .promoMenu .wrapper {
	padding: 7px 30px 32px 30px;
	background: url(../images/backgrounds/sidebar/bottom.png) no-repeat left bottom;
}
.promoMenuHolder .promoMenu .subWrapper {
	padding: 10px 0 0 0;
	background: url(../images/backgrounds/horiz-dots.png) repeat-x left top;
}

/************************************************************
	content
************************************************************/
#content {
	margin-top: 510px;
	float: right;
	width: 698px;
	padding: 0 0 20px 20px;
	float: right;
	line-height: 160%;
	position: relative;
	z-index: 0;
}
#content h1 {
	padding: 0 0 15px 0;
	margin: 0;
}
#content h1 sup {
	position: relative;
	top: -5px;
	display: inline-block;
}


/************************************************************
	top vehicle overview
************************************************************/
#header .topVanOverview {
	padding: 0;
	background: url(../images/backgrounds/top-pop/vans.png) no-repeat left bottom;
	top: 0;
	left: 11px;
	position: absolute;
	z-index: -1;
}
#header .topVanOverview .content {
	width: 575px;
	padding: 40px 50px 50px 50px;
	overflow: hidden;
	color: #fff;
}
#header .topVanOverview .content .intro {
	float: left;
	width: 215px;
}
#header .topVanOverview .content .intro h1 {
	margin: 0;
	padding: 0;
	font-weight: lighter;
	font-size: 20px;
	color: #fff;
}
#header .topVanOverview .content .intro h3 {
	padding: 0 0 3px 0;
	margin: 0;
	font-size: 13px;
	font-weight: lighter;
}
#header .topVanOverview .content .intro .type {
	display: block;
	padding: 0 0 7px 0;
	font-weight: bold;
}
#header .topVanOverview .content .intro .price {
	font-weight: lighter;
	font-size: 10px;
	display: inline-block;
	padding: 10px 0 15px 0;
	margin: 0;
	text-transform: uppercase;
}
#header .topVanOverview .content .intro .price img {
	margin: 0 0 -10px 2px;
}
#header .topVanOverview .content .intro ul {
	padding: 0 0 10px 0;
	margin: 0;
}
#header .topVanOverview .content .intro ul li {
	list-style: none;
}
#header .topVanOverview .content .preview {
	float: right;
	width: 270px;
}
#header .topVanOverview .content .preview .thumb {
	float: left;
	margin-left: -50px;
}
#header .topVanOverview .content .preview ul {
	padding: 10px 0 0 15px;
	margin: 0;
}
#header .topVanOverview .content input, #header .topVanOverview .content select {
	border: 0;
	padding: 2px 3px 3px 3px;
	font-size: 11px;
}
#header .topVanOverview .content .button {
	margin: 5px 0 0 0;
}
#header .topVanOverview .preloader {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/backgrounds/ajax-loader.gif) no-repeat center center;
}

#header .topOwnerLogin {
	padding: 0;
	background: url(../images/backgrounds/top-pop/extra.png) no-repeat left bottom;
	top: 0;
	left: 2px;
	position: absolute;
	z-index: -1;
}
#header .topOwnerLogin .content {
	width: 205px;
	overflow: hidden;
	padding: 45px 25px 20px 25px;
	border: 0;
	color: #fff;
}
#header .topOwnerLogin .content a {
	color: #fff;
	text-decoration: none;
}
#header .topOwnerLogin .content label {
	display: block;
	color: #fff;
}
#header .topOwnerLogin .remember {
	padding: 0 0 5px 0;
}
#header .topOwnerLogin .content .remember label {
	display: inline;
	color: #ccc;
}
#header .topOwnerLogin .full {
	width: 175px;
	margin: 0 0 10px 0;
	border: 0;
	padding: 2px 3px 3px 3px;
	font-size: 11px;
	background: #52555a;
	color: #fff;
	border: solid 1px #666;
}
#header .topOwnerLogin .short {
	width: 110px;
	margin: 0 2px 0 0;
	border: 0;
	padding: 2px 3px 3px 3px;
	font-size: 11px;
	background: #52555a;
	color: #fff;
	border: solid 1px #666;
}
#header .topOwnerLogin ul {
	width: 244px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	overflow: hidden;
	border-top: solid 1px #414141;
}
#header .topOwnerLogin ul li {
	width: 50%;
	border-bottom: solid 1px #272727;
	list-style: none;
	float: left;
}
#header .topOwnerLogin ul li.first {
	border-right: solid 1px #414141;
	margin-left: -1px;
}
#header .topOwnerLogin ul li a {
	display: block;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
#header .topOwnerLogin ul li a:hover, #header .topOwnerLogin ul li a.active {
	color: #ffcc00;
}
#header .topOwnerLogin ul li.first a {
	border-right: solid 1px #272727;
}


#header .topShoppingTools {
	padding: 0;
	background: url(../images/backgrounds/top-pop/extra.png) no-repeat left bottom;
	top: 0;
	left: 2px;
	position: absolute;
	z-index: -1;
}
#header .topShoppingTools .wrapper {
	
}
#header .topShoppingTools .content {
	width: 205px;
	overflow: hidden;
	padding: 45px 25px 30px 35px;
	border: 0;
	color: #fff;
	line-height: 200%;
}
#header .topShoppingTools .content ul {
	padding: 0;
	margin: 0;
}
#header .topShoppingTools .content ul li {
	list-style: none;
}
#header .topShoppingTools .content ul li a {
	color: #ccc;
	text-decoration: none;
	line-height: 150%;
}
#header .topShoppingTools .content ul li a:hover {
	color: #fff;
}


#header .topFindDealer {
	padding: 0;
	background: url(../images/backgrounds/top-pop/extra.png) no-repeat left bottom;
	top: 0;
	left: 2px;
	position: absolute;
	z-index: -1;
}
#header .topFindDealer .wrapper {
	
}
#header .topFindDealer .content {
	width: 205px;
	overflow: hidden;
	padding: 55px 25px 40px 25px;
	border: 0;
	color: #fff;
}
#header .topFindDealer #state, #header .topFindDealer #zip {
	width: 100px;
	margin: 0 2px 0 0;
}
#header .topFindDealer #state {
	font-size: 12px;
	width: 105px;
	padding: 1px;
}
#header .topFindDealer .content label {
	display: block;
}
#header .topFindDealer .or {
	height: 34px;
	color: #999;
	text-align: center;
	background: url(../images/backgrounds/top-pop/or.png) repeat-x center center;
}
#header .topFindDealer .or span {
	background: #2b2b2b;
	display: inline-block;
	padding: 10px 3px  3px 3px;
}
#header .topFindDealer td {
	white-space: nowrap;
}






/************************************************************
	dataForm
************************************************************/
.dataForm {
	padding: 0;
	margin: 0;
}
.dataForm .row {
	padding: 0 0 2px 0;
	width: 100%;
}
.dataForm .row label {
	display: block;
	font-weight: bold;
}
.dataForm .row .field input, .dataForm .row .field select, .dataForm .row .field textarea {
	position: relative;
	width: 96%;
	font-size: 12px;
	padding: 3px 3px;
	border: solid 1px #444;
	background: #1f2020;
	color: #ccc;
}
.dataForm .row .field select {
	position: relative;
	width: 97%;
	padding: 3px 3px;
}
.dataForm .errorFld {
	border: solid 1px red !important;
}
.dataForm .errorMarker {
	color: red;
	display: block;
	line-height: 100%;
}
.dataForm .errorSummary {
	color: red;
	margin-top: -5px;
}


.success {
	color: #FFCC00;
}
.dataForm ul.errors {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: -13px;
}
.dataForm ul.errors li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style: none;
}



/************************************************************
	DATA TABLE
************************************************************/
.dataTable {
	border-collapse: collapse;
}
.dataTable tr {
	
}
.dataTable th {
	border: solid 1px #444;
	background: #252626;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
.dataTable td {
	border: solid 1px #444;
	background: #252626;
	padding: 3px 10px;
}


/************************************************************
	MAP SEARCH
************************************************************/
#mapSearch {
	line-height: 150%;
	font-size: 12px;
	border-top: solid 1px #000;
}
#mapSearch td {
	vertical-align: top;
}
#mapSearch .title, #mapSearch .distance, #mapSearch .buttonSet {
	border-top: solid 1px #575757;
}
#mapSearch .address, #mapSearch .contact, #mapSearch .options, #mapSearch .buttonSet {
	border-bottom: solid 1px #000;
}
#mapSearch .noborder {
	border-bottom: 0;
}
#mapSearch .title {
	padding: 10px 0 5px 0;
}
#mapSearch .title span {
	padding: 2px 0 0 0;
	width: 22px;
	height: 20px;
	text-align: center;
	display: inline-block;
	background: url('../images/icons/circle.png') no-repeat left center;
	color: #fff;
	font-weight: bold;
}
#mapSearch .title a {
	padding-left: 2px;
	color: #fff;
	text-decoration: none;
}
#mapSearch .distance {
	color: #999;
	font-weight: bold;
	padding: 10px 0 0 10px;
}
#mapSearch .address {
	padding: 0 0 10px 28px;
	color: #fff;
}
#mapSearch .contact {
	color: #fff;
}
#mapSearch .options a, #mapSearch .options span {
	display: inline-block;
	text-decoration: none;
	color: #ffcc00;
	font-size: 11px;
	padding: 0 0 0 10px;
	background: url('../images/icons/pointers.png') no-repeat 0 -18px;
}
#mapSearch .options a.nobullet, #mapSearch .options span.nobullet {
	padding: 0;
	background: none;
}
#mapSearch .options span {
	background: url('../images/icons/pointers.png') no-repeat 0 5px;
	color: #999;
}
#mapSearch .options a:hover {
	text-decoration: underline;
}
#mapSearch .buttonSet {
	padding: 15px 0 10px 0;
	width: 20%;
}
#mapSearch .buttonSet .button {
	margin-bottom: 5px;
}



.mapBorderLeft, .mapBorderRight, .mapBorderBottom {
	z-index: 11;
	position: absolute;
}
.mapBorderLeft {
	background: url(../images/backgrounds/map/border-left.png) no-repeat left top;
	width: 20px;
	height: 700px;
	left: 0px;
	top: 0;
}
.mapBorderRight {
	background: url(../images/backgrounds/map/border-right.png) no-repeat right top;
	width: 20px;
	height: 700px;
	right: 0px;
	top: 0;
}
.mapBorderBottom {
	background: url(../images/backgrounds/map/border-bottom.png) no-repeat right top;
	width: 1200px;
	height: 100px;
	right: 0px;
	top: 550px;
}


/************************************************************
	PROMO SLIDER
************************************************************/
.promoSlider {
	width: 688px;
	position: relative;
}
.promoSlider .wrapper {
	width: 640px;
	height: 112px;
	position: relative;
	overflow: hidden;
	float: left;
}
.promoSlider .content {
	position: absolute;
	left: 0;
	top: 0;
	height: 112px;
	white-space: nowrap;
	padding: 0 2px;
}
.promoSlider a {
	display: block;
	width: 212px;
	float: left;
	position: relative;
	text-decoration: none;
	background: url(../images/backgrounds/slider/thumb.png) no-repeat center center;
}
.promoSlider a .caption {
	position: absolute;
	bottom: 9px;
	left: 6px;
	display: block;
	width: 200px;
	overflow: hidden;
	color: #fff;
}
.promoSlider a .caption .text {
	text-decoration: none;
	position: relative;
	left: 0;
	bottom: 0;
	z-index: 1;
	padding: 2px 5px;
}
.promoSlider a .caption .bg {
	background: #000;
	opacity: 0.8;
	filter:alpha(opacity=80);
	z-index: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 21px;
	position: absolute;
}
.promoSlider a:hover .caption .bg {
	background: #996600;
}
.promoSlider img {
	float: left;
	margin: 9px 6px;
	width: 200px;
	height: 100px;
}
.promoSlider .prev {
	float: left;
	z-index: 1;
	width: 24px;
	height: 112px;
	background: url(../images/backgrounds/slider/nav.png) no-repeat 0 3px;
}
.promoSlider .prev.active {
	background: url(../images/backgrounds/slider/nav.png) no-repeat -24px 3px;
}
.promoSlider .prev.active:hover {
	background: url(../images/backgrounds/slider/nav.png) no-repeat -48px 3px;
}
.promoSlider .next {
	float: right;
	z-index: 1;
	width: 24px;
	height: 112px;
	background: url(../images/backgrounds/slider/nav.png) no-repeat -120px 3px;
}
.promoSlider .next.active {
	background: url(../images/backgrounds/slider/nav.png) no-repeat -96px 3px;
}
.promoSlider .next.active:hover {
	background: url(../images/backgrounds/slider/nav.png) no-repeat -72px 3px;
}
#sliderNav {
	float: right;
	padding: 5px 43px 0 0;
	z-index: 1;
}
#sliderNav a {
	float: left;
	display: block;
	width: 17px;
	height: 7px;
	background: #7C7D83;
	text-indent: -9999px;
	margin: 0 2px 0 0;
}
#sliderNav a.active {
	background: #000000;
}



/************************************************************
	360 view
************************************************************/
#view360 {
	position: absolute;
	top: 40px;
	left: 80px;
}
#view360 img {
	width: 600px;
	height: 300px;
	margin: 0 auto;
}
#view360 .rotation {
	padding: 30px 35px 0 0;
	text-align: center;
}
#view360 .rotation .left {
	display: inline-block;
	margin-right: 10px;
	width: 87px;
	height: 28px;
	background: url(../images/rotate-left.png) no-repeat left top;
}
#view360 .rotation .right {
	display: inline-block;
	margin-left: 10px;
	width: 87px;
	height: 28px;
	background: url(../images/rotate-right.png) no-repeat left top;
}
#view360 .preloader {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/* background: url(../images/backgrounds/ajax-loader.gif) no-repeat center center; */
	color: #fff;
	text-align: center;
	padding-top: 150px;
}


/************************************************************
	footer
************************************************************/
#footer {
	width: 980px;
	overflow: hidden;
	padding: 20px 0 0 0;
	position: relative;
	clear: both;
	margin: 0 auto;
	background: url(../images/hr.png) no-repeat center 25px;
}
#footer .social {
	float: left;
	width: 202px;
	padding: 35px 30px 0 30px;
}
#footer #bottomNav {
	overflow: hidden;
	float: right;
	width: 685px;
	padding: 25px 35px 5px 0;
	margin-left: -10px;
}
#footer .wrapper {
	float: right;
}
#footer ul {
	padding: 0;
	margin: 0 0 0 30px;
	float: left;
	color: #fff;
	line-height: 180%;
}
#footer ul.first {
	margin-left: 0;
}
#footer ul li {
	list-style: none;
}
#footer ul a {
	text-decoration: none;
	color: #ccc;
}
#footer ul a:hover {
	text-decoration: underline;
}
#footer .likeMB {

}
#footer .likeMB strong {
	display: block;
	padding: 5px 0 0 3px;
	float: left;
	color: #3b5998;
	display: none;
}
#footnote {
	color: #98a0a9;
	padding: 20px 0 15px 0;
	text-align: right;
	background: url(../images/hr.png) no-repeat top center;
	text-align: center;
	position: relative;
	z-index: 2;
}
#footnote .links {
	padding: 3px 0;
	word-spacing: 3px;
}
#footnote .links a {
	word-spacing: normal;
	color: #98a0a9;
}



.errors {
	color: red;
}




#popup {
	z-index: 1000;
	position: absolute;
	display: none;
}
#popup .preloader {
	color: #fff;
}
#popup .close {
	background: url(../images/icons/close.gif) no-repeat left top;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 10px;
	right: 10px;
}
#popup .close span {
	display: none;
}
#pageOverlay {
	background: #000;
	z-index: 999;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}



/* gallery popup */
#galleryPop {
	padding: 10px 10px 45px 10px;
	z-index: 1000;
	position: absolute;
	display: none;
	background: #565c63;
	background: url(../images/backgrounds/gallery-content.png) no-repeat bottom center;
}
#galleryPop .image {
	padding: 10px;
	background: #fff;
	padding: 2px;
	border: solid 1px #474c52;
	width: 600px;
	height: 450px;
}
#galleryPop .content {
	border-top: solid 1px #454a4f;
	margin-top: 7px;
}
#galleryPop .content .wrapper {
	border-top: solid 1px #787d82;
	padding: 10px 0;
	color: #fff;
	width: 606px;
	white-space: normal !important;
}
#galleryPop .content strong {
	font-size: 12px;
}
#galleryPop .content .description {
	padding-right: 20px;
}
#galleryPop .galleryPrev {
	width: 45%;
	position: absolute;
	display: block;
	left: 45%;
	bottom: 20px;
	width: 21px;
	height: 21px;
	display: inline-block;
	background: url(../images/icons/arrow-left.png) no-repeat center center;
}
#galleryPop .galleryNext {
	width: 45%;
	position: absolute;
	display: block;
	float: right;
	right: 45%;
	bottom: 20px;
	width: 21px;
	height: 21px;
	display: inline-block;
	background: url(../images/icons/arrow-right.png) no-repeat center center;
}
#galleryPop .galleryClose {
	position: absolute;
	top: 485px;
	right: 10px;
	z-index: 1;
	width: 15px;
	display: block;
	height: 15px;
	background: url(../images/icons/close.gif) no-repeat center center;
}
#galleryPop .preloader {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 85%;
	left: 0;
	top: 0;
	background: url(../images/backgrounds/ajax-loader.gif) no-repeat center center;
}




/* popup forms */
#popup .row .field input, #popup .row .field select, #popup .row .field textarea {
	position: relative;
	width: 96%;
	font-size: 11px;
	padding: 2px 2px;
	border: solid 1px #ccc;
	background: #fff;
	color: #000;
}
#popup .row .field select {
	position: relative;
	width: 97%;
	padding: 2px 2px;
}
#popup .row.firstName {
	display: inline-block;
	width: 48%;
	margin-right: 2%;
}
#popup .row.lastName {
	display: inline-block;
	width: 46%;
	margin-right: 2%;
}
#popup .row.city {
	display: inline-block;
	width: 48%;
	margin-right: 2%;
}
#popup .row.region {
	display: inline-block;
	width: 22%;
	margin-right: 2%;
}
#popup .row.zip {
	display: inline-block;
	width: 22%;
}
#popup .row #address, #popup .row #phone, #popup .row #email {
	width: 46%;
}
#popup #dataForm {
	width: 825px;
	color: #fff;
	overflow: hidden;
	background: #303436 url(../images/backgrounds/popup-form-shade.gif) repeat-y 338px 0;
}
#popup #mainForm {
	float: right;
	width: 420px;
	padding: 10px 30px;
	background: #525559;
}
#popup #mainForm h1 {
	margin: 5px -30px 10px -30px;
	padding: 0;
	border-bottom: solid 1px #787d82;
}
#popup #mainForm h1 span {
	display: block;
	padding: 0 30px 10px 30px;
	border-bottom: solid 1px #454a4f;
}
#popup #findDealerForm {
	float: left;
	width: 285px;
	padding: 10px 30px;
}
#popup #findDealerForm .zip {
	display: inline-block;
	width: 30%;
	margin-right: 3%;
}
#popup #findDealerForm .radius {
	display: inline-block;
	width: 30%;
	margin-right: 1%;
}
#popup #findDealerForm .buttonSet {
	display: inline-block;
	width: 30%;
	margin: 13px 0 0 0;
}

#popup #findDealerForm .results {
	margin: 10px -30px;
	line-height: 150%;
	border-bottom: dotted 1px #707479;
}
#popup #findDealerForm .results .result {
	padding: 20px 30px;
	border-top: dotted 1px #707479;
}
#popup #findDealerForm .results .result .options {
	color: #ccc;
	padding: 0 0 5px 0;
}
#popup #findDealerForm .results .result .options span {
	display: inline-block;
	padding-right: 15px;
}
#popup #findDealerForm .results .result .options a {
	color: #00ADEF;
	text-decoration: none;
}
#popup #findDealerForm .results .result .options a:hover {
	text-decoration: underline;
}
#popup #findDealerForm .results .result .phones {
	color: #ccc;
}
#popup #findDealerForm .results .result .fax {
	display: inline-block;
	padding-left: 20px;
}
#popup #findDealerForm .errorSummary {
	display: block;
}
#popup #dataForm .options .field {
	width: auto;
}
#popup #dataForm .options label {
	font-weight: lighter;
	display: inline;
}
#popup #success {
	padding: 15px 0 515px 0;
}
