/* Stylesheet: C:/Inetpub/wwwroot/vectrix/shared/css/global.css */
* {
	margin:0;
	padding:0;
}
a:focus { outline: none; }
a img {
	border:0;
}

body {
	background:#000;
	color: #888;
	font-family: Arial, sans-serif;
	text-align: center;
}

#content {
	width: 950px;
	margin:0 auto;
	text-align: left;
}

#header {
	padding:0 30px;
}

.toplogo {
	padding:17px 0 13px 0;
}
.toplogolink:focus {
	outline: none;
}

/* Top Nav */
#header ul {
	list-style-type:none;
	float:right;
	padding:83px 0 0 0;
	line-height:1em;
}

#header ul li {
	display:inline;
	padding:0 0 0 20px;
}

#header ul li a {
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

#header ul li.active a {
	color:#a7a9ac;
}

/* Footer */
#footer {
	background: url("/img/console/footer-bkgd.jpg");
	width:950px;
	height:100px;
	text-align:center;
	color:#646464;
	float:left;
}

#footer ul {
	list-style-type:none;
	font-size:11px;
	padding:17px 0 13px 0;
	border-top:2px solid #646464;
	margin:0 12px;
}

#footer ul li {
	display:inline;
	padding:0 12px 0 0;
}

#footer ul li a {
	color:#646464;
	font-size:10px;
	text-decoration:none;
}

#footer p.copyright {
	font-size:9px;
	margin:15px 0 0 0;
}

#isite {
	float:right; 
	position:relative; 
	top: -28px; 
	right:26px;
}


/* Stylesheet: C:/Inetpub/wwwroot/vectrix/shared/css/tip.css */
.tooltip_tip .tl {
	width: 20px;
	height: 20px;
	font-size: 1px;
	background-image: url('/img/widgets/tip/tl.png');
	#background-image: url('/img/widgets/tip/tl.gif');
}
.tooltip_tip .top {
	height: 20px;
	font-size: 1px;
	background-image: url('/img/widgets/tip/top.png');
	#background-image: url('/img/widgets/tip/top.gif');
}
.tooltip_tip .tr {
	width: 39px;
	height: 20px;
	font-size: 1px;
	background-image: url('/img/widgets/tip/tr.png');
	#background-image: url('/img/widgets/tip/tr.gif');
}
.tooltip_tip .left {
	width: 20px;
	font-size: 1px;
	background-image: url('/img/widgets/tip/left.png');
	#background-image: url('/img/widgets/tip/left.gif');
}
.tooltip_tip .right {
	height: 39px;
	font-size: 1px;
	background-image: url('/img/widgets/tip/right.png');
	#background-image: url('/img/widgets/tip/right.gif');
}
.tooltip_tip .bl {
	width: 20px;
	height: 39px;
	font-size: 1px;
	background-image: url('/img/widgets/tip/bl.png');
	#background-image: url('/img/widgets/tip/bl.gif');
}
.tooltip_tip .bottom {
	height: 20px;
	font-size: 1px;
	background-image: url('/img/widgets/tip/bottom.png');
	#background-image: url('/img/widgets/tip/bottom.gif');
}
.tooltip_tip .br {
	width: 39px;
	height: 39px;
	font-size: 1px;
	background-image: url('/img/widgets/tip/br.png');
	#background-image: url('/img/widgets/tip/br.gif');
}
.tooltip_tip .call {
	/* position: relative;
	top: 0;
	left: 0; */
}
.tooltip_tip .call div {
	background-image: url('/img/widgets/tip/call.png');
	#background-image: url('/img/widgets/tip/call.gif');
	background-position: 100% 50%;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	position: relative;
	left: 2px;
}
.tooltip_tip {
	color: #333333;
	font: 8pt Arial;
	z-index: 200;
}
.tooltip_tip h1 {
	color: #55B948;
	font: 8pt Arial bold;
	margin: 0;
	padding: 0 0 0.25em;
	text-transform: uppercase;
}
.tooltip_tip .tip {
	width: 200px;
	background-color: white;
}
.tooltip {
	cursor: pointer;
	#cursor: hand;
	text-transform: uppercase;
}

/* Stylesheet: C:/Inetpub/wwwroot/vectrix/shared/css/global-dealer.css */
#dealer_map {
	width: 950px;
	height: 317px;
	background-image: url('/img/specific/dealers-large-map.jpg');
	display: block;
	position: relative;
}
.controls select, .controls input {
	text-transform: none;
	font-size: 10px;
}
.selectors {
	margin-left: 150px;
}
.controls label.country {
	margin-right: 22px;
}
#country {
	width: 167px;
	color:#000;
}
#country option, #country select {
	color:#000;
}
#state {
	width: 180px;
}
#zip {
	width: 48px;
}
.go {
	position: absolute;
	top: 30px;
	left: 420px;
}

/* Stylesheet: C:/Inetpub/wwwroot/vectrix/shared/css/console_dash.css */
#dash {
	position: relative;
	top: -10px;
	left: 0;
	margin-bottom: -10px;
	width: 950px;
	height: 88px;
	background-image: url('/img/console/dash.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	line-height:1.2em;
}
#dash .eco_toolButton, #dash .rangeButton, #dash .interact, #dash .gallery {
	position: absolute;
	top: 31px;
	width: 63px;
	height: 48px;
	opacity: 0;
	#filter: alpha(opacity=0);
	background-color: #353734;
}
#dash .eco_toolButton {
	background-image: url('/img/console/economics_over.gif');
}
#dash .rangeButton {
	background-image: url('/img/console/range_over.gif');
}
#dash .interact {
	background-image: url('/img/console/interact_over.gif');
}
#dash .gallery {
	background-image: url('/img/console/gallery_over.gif');
}
#dash .eco_toolButton { left: 8px; }
#dash .rangeButton { left: 81px; }
#dash .interact { left: 802px; }
#dash .gallery { left: 875px; }
#dash .content {
	position: absolute;
	left: 165px;
	top: 20px;
	width: 619px;
	height: 53px;
	color: #CCC;
}

#main {
	color: white;
}

#tools_range .rangeButton, #tools_eco_nomics .eco_toolButton, #tools .eco_toolButton {
	opacity: 0.75;
	#filter: alpha(opacity=75);	
	background-image: none;
}
#dash .position {
	position: relaative;
}

#dash .content a {
	text-decoration: none;
	color: #c5fb11;
}
#dash .content a:hover {
	text-decoration: underline;
	color: #1cc970;
}

.downloads {
	position: absolute;
	top: 5px;
	left: 8px;
	width: 100px;
	font-weight: bold;
}
.left_vr {
	position: absolute;
	overflow: hidden;
	left: 112px;
	top: 5px;
	width: 1px;	
	height: 47px;
	background-color: #000000;
	border-left: 1px solid #48484b;
	border-right: 1px solid #262626;
}
.right_vr {
	position: absolute;
	overflow: hidden;
	left: 504px;
	top: 5px;
	width: 1px;	
	height: 47px;
	background-color: #000000;
	border-right: 1px solid #48484b;
	border-left: 1px solid #262626;
}
#dash .content {
	color: white;
	font: 9px Arial;
	text-transform: uppercase;
}
.print, .share, .bookmark {
	width: 58px;
	height: 11px;
	position: absolute;
	left: 528px;
}
.print:focus, .share:focus, .bookmark:focus {
	outline: none;
}
.print {
	top: 10px;
	background-image: url('/img/console/print.gif');
}
.share {
	top: 25px;
	background-image: url('/img/console/share.gif');
}
.bookmark {
	top: 40px;
	background-image: url('/img/console/bookmark.gif');
}
.go {
	display: block;
	position: absolute;	
	overflow: hidden;
	width: 16px;
	height: 16px;
	background-image: url('/img/console/go.gif');	
}
.go:focus {
	outline: none;
}


/* Stylesheet: C:/Inetpub/wwwroot/vectrix/shared/css/console.css */
/* Main content Area */
#experience_gallery #main {
	height: 390px;
}
#main {
	background:#666;
	background-image: url('/img/console/main-bkgd.jpg');
}

#index #main {
	height:511px;
}

#experience_interact #main {
	height:390px;
}

/* Promo Area */
#promos {
	padding:10px 0 0 13px;
	background-color:#191919;
	height:148px;
}

#leftpromo {
	width:277px;
	height:128px;
	background:url(/img/console/promo-left.jpg) no-repeat 0 0;
	float:left;
	padding:10px;
}
#rightpromo {
	width:281px;
	height:128px;
	background:url(/img/console/promo-right.jpg) no-repeat 0 0;
	float:left;
	padding:10px;
}
.openQuote {
	float: left;
}
#leftpromo .openQuote {
	padding:0;
}
#rightpromo .openQuote {
	padding:0 0 0 30px;
}
.closeQuote {
	position: relative; 
	bottom: 13px; 
	float: right;	
}
#leftpromo .closeQuote {
	padding: 30px;
}
.promo h2{
	color:#FFF;
	font-family:"arial black", arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:0 0 15px 0;
	line-height:1.2em;
}
.faq p {
	margin: 10px 0 0 5px;
	width: 230px !important;
}
.faq h2 {
	margin: 1px 0 0 46px;
	padding: 9px 0 0;
}
#leftpromo .testimonials h2 {
	padding:0 0 35px 0px;	
	margin: 0 0 0 29px;
}
#rightpromo .testimonials h2 {
	padding: 0 0 35px 63px;
}
.faq p a {
	padding-left: 0;
}
.promo h1 {
	color:#1DB35A;
	float:left;
	width:35px;
	font-family: arial, sans-serif;
	font-size:36px;
	padding:0 0 0 0;
	margin: 0 0 0 0;
}

.testimonials {
	margin-top:10px;
}

.testimonials p {
	width: 212px !important;
	position: relative;
}
#leftpromo .testimonials p {
	margin: 0 0 0 28px;
}
#rightpromo .testimonials p {
	margin: 0 0 0 63px;
}

.promo p {
	color:#A7A9AC;
	font-family:arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	padding:0 0 7px 0;
	width:260px;
	line-height:1.2em;
}

.promo p a {
	color:#1DB35A;
	font-family:arial, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	
}
.promo {
	position: relative;
}
.promo a.out {
	color:#1DB35A;
	font-family:Arial Black, Arial, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	position: absolute;
	bottom: 15px;
}
.promo .faq a.out {
	left: 17px;
}

#leftpromo .testimonials a.out {
	left: 38px;
}
#rightpromo .testimonials a.out {
	left: 72px;
}

#rightpromo .environment {
	margin:0 0 0 30px;
}

#ridebuy {
	width:200px;
	height:110px;
	float:left;
	background:#000;
	padding: 18px 63px;
}

#console_flash {
	height: 100%;
}
#console_center, #console_center .pos {
	position: relative;
}
#console_center .abs {
	position: absolute; 
	top: 0; 
	left: 0;
}
#console_center .size {
	position: relative; 
	width: 200px; 
	height: 110px;
}
#console_center #road {
	position: absolute; 
	top: 49px; 
	left: 62px;
	width: 48px;
	height: 44px;
	overflow: hidden;
}
#console_center #road_fore {
	position: absolute; 
	top: 0px; 
	left: -32px;
}
#console_center .control {
	position: absolute; 
	top: 43px; 
	left: -10px;	
}
#console_center .control select, #console_center .control input {
	font-size: 10px; 
	font-family: Arial Narrow, Arial;
}
#console_center .control .test_ride {
	position: relative; 
	top: 3px;
}
#console_center .control .test_ride:focus, #console_center .control .buy:focus {
	outline: none;
}
#console_center .control .buy {
	display: block; 
	position: absolute; 
	top: 20px; 
	left: 0px; 
	width: 78px; 
	height: 14px;	
}
#home_center {
	position: relative;
	width: 950px;
	margin: 0 auto;
}
#home_center #ridebuy {
	position: absolute; 
	top: -153px; 
	left: 373px;
	display: none;
	background-color: none;
	padding:14px 12px;
}
div.cmf-skinned-select {
    background: url('/img/console/flex_select.png') top right no-repeat ;
    border: none;
	width: 80px;
}
div.cmf-skinned-text {
	line-height: 20px;
	background: url('/img/console/flex_select.png') top left no-repeat;
	left: 0;
	text-align: center;
	font-family: Terbuchet MS, Arial;
	color: #666666;
}
#manual option {
	text-align: center;
	font-family: Trebuchet MS, Arial;
	color: #666666;
}

