/* CSS Document */
.gHidden{
	visibility:hidden;
}
/*Nav background*/
#navBg{
  display:block;
	float:left;
	width:214px;
	_width:214px;
	height: auto !important;
	background: url('/images/nav/bgpixel.gif') repeat-x;
	/*padding-bottom:80%;*/
}
a.navigation{
	font-family:  Verdana;
	font-size: 10px;
	color: #215D9A;
	text-decoration:none;
	font-weight: normal;
	margin-left:19px;
	font-weight:bold;
}

img#printLogoFleet{display:none;}

/*Nav logo*/
.fcoLogo{
	display:block;
	background: no-repeat url(/images/nav/fcoLogo.jpg);
	width:204px;
	height:53px;
	margin: 10px 0 9px 5px;
	padding:0;
	border:0 none;
	text-decoration:none;
}
.fcoLogoMask{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/nav/fcoLogo.png');
	width:204px;
	height:53px;
	cursor:pointer;
}
.fcoLogoMaskImg{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	width:204px;
	height:53px;
}
/*start above nav*/

/*Level one off images*/
.iMenu{
	/*margin:4px 0 5px 12px;*/
	position:relative;
	left:12px;
	margin: 4px 0 5px 0;
	width:191px;
	height: 27px;
	display:block;
}

#iSmallBusiness {
	background: url('/images/nav/btn_small_off.jpg') no-repeat ;
}

#iFleet{
	background: url('/images/nav/btn_fleet_off.jpg') no-repeat ;
}

#iGovernment{
	background: url('/images/nav/btn_government_off.jpg') no-repeat ;
}

#iTools {
	background: url('/images/nav/btn_tools_off.jpg') no-repeat ;
}

/*Level one rollover images*/
#iSmallBusiness:hover{
	background: url('/images/nav/btn_small_over.jpg') no-repeat ;
}
#iFleet:hover{
	background: url('/images/nav/btn_fleet_over.jpg') no-repeat ;
}
#iGovernment:hover{
	background: url('/images/nav/btn_government_over.jpg') no-repeat ;
}
#iTools:hover{
	background: url('/images/nav/btn_tools_over.jpg') no-repeat ;
}

/*Level one on images*/
.itemHide{
	display:none;
}
.itemShown{
	display:block;
	margin-top:-5px;
}
.itemInline{
	display:inline;
}

/*Level two off images*/

	.subItemOff{
		margin:0 0 0 12px;
		width:191px;
		height: 26px;
		display:block;
		cursor:pointer;
		background: url('/images/nav/levelTwo_off.jpg') no-repeat;
		color:#161616 !important;
		text-decoration:none;
	}

	.subItemOff span{
		display:block;
		position:relative;
		left:20px;
		top:6px;
		text-decoration:none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight:100;
		color:#161616 !important;
		width:170px;
	}
/*Level two on images*/
	h2.subItemOn{
		margin:0 0 0 12px;
		padding:0;
		width:191px;
		height: 26px;
		display:block;
		cursor:pointer;
		background: url('/images/nav/levelTwo_on.jpg') no-repeat !important;
		text-decoration:none;
	}
	h2.subItemOn span,  h2.subItemOn span{
		display:block;
		position:relative;
		left:20px;
		top:6px;
		text-decoration:none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color:#1a1a1a ;
		font-weight: bolder;
		width:170px;
	}

/*Level two over images*/
	
	h2.subItemOver{
		margin:0 0 0 12px;
		width:191px;
		height: 26px;
		display:block;
		cursor:pointer;
		background: url('/images/nav/levelTwo_over.jpg') no-repeat ;
		color:#1a1a1a  !important;
		text-decoration:none;
		font-weight:bold;
	}
	h2.subItemOver span{
		display:block;
		position:relative;
		left:20px;
		top:6px;
		text-decoration:none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color:#1a1a1a ;
		font-weight:bolder;
		width:170px;
	}

/*--end level two images--*/

/*Menu Links*/
.linksContent{
	background-color: #CECFCF;
	margin-left:12px;
	width:189px;
	height:auto;
	border:solid 1px #A4A6A5;
}

.pList{ margin:0; padding:0; list-style:none;}

.mLink{margin:3px 0 0 0;}
.mLink a{
	padding:0px 0 10px 32px;
	font-family: Arial;
	font-size:11px;
	color:#161616 !important;
	text-decoration:none;
}

.mLinkAbove{margin:6px 0 0px 0;}
.mLinkAbove a{
	padding:0px 0 0 32px;
	font-family: Arial;
	font-size:11px;
	color:#161616 !important;
	text-decoration:none;
}

.mLinkAboveTwoLines{margin:6px 0 0px 0;}
.mLinkAboveTwoLines a{
	padding:0px 0 0 32px;
	font-family: Arial;
	font-size:11px;
	color:#161616 !important;
	text-decoration:none;
	display:block;
	*display:inherit;
	*line-height:12px;
}

.mLinkAboveTwoLines a span{
	*padding-left:32px;
}

.mLinkBelow{
	margin:3px 0 10px 0!important;
}
.mLinkBelow a{
	padding:0px 0 0 32px;
	font-family: Arial;
	font-size:11px;
	color:#161616 !important;
	text-decoration:none;
}

.spaceLink{
	*padding:0px 0 1px 0px!important;
	padding:0px 0 1px 0px!important;
}
.mLink a:hover, .mLinkBelow a:hover, .mLinkAbove a:hover, 
.mLink a.selected, .mLinkBelow a.selected, .mLinkAbove a.selected 
{
	color:#cd2706 !important;
	background:url('/images/nav/orange_arrow.jpg') no-repeat 20px 3px;	
	text-decoration:underline!important;
}
.mLinkAboveTwoLines a:hover, .mLinkAboveTwoLines a.selected {
	color:#cd2706 !important;
	background:url('/images/nav/orange_arrow.jpg') no-repeat 20px 3px;	
	*background:url('/images/nav/orange_arrow.jpg') no-repeat 20px 7px;	
	text-decoration:underline!important;
}

.lock{
	background:url('/images/common/lock.gif') no-repeat 170px 7px;
}
body.Explorer8 .lock{
	background:url('/images/common/lock.gif') no-repeat 170px 2px;
}
.lockBottom{
	background:url('/images/common/lock.gif') no-repeat 170px 6px ;
	*padding:0 0 10px 0!important;
	padding:0 0 10px 0!important;
}

li a.twoLines span{
	margin:0 0 0px 20px;
	_margin:0 0 0px 20px;
	padding: 0 0 5px 0;
	_padding-bottom:0px;
	width:108px;
	height:12px;
	display:block;
	_display:inline-table;
	text-decoration:underline;
	cursor:pointer;
}
a.twoLines:hover{
	color:#cd2706 !important;
	background:url('/images/nav/orange_arrow.jpg') no-repeat 0px 0px top left;	
	_background:url('/images/nav/orange_arrow.jpg') no-repeat 8px 7px;	
}

/*ends above nav*/

/*start below nav*/
#locateDealerBox{
	overflow:hidden;
	height:64px;
	width:191px;
	background:url('/images/nav/btn_locate.jpg') no-repeat;
	margin: 12px 0 1px 12px;
}
.divForm{
	margin:24px 0 0 18px;
}
.dealerTextBox	{
	float:left;
	width:120px;
	font-size: 10px;
	color:#434F50;
	font-family:Verdana;
	margin-right:5px;
	/*margin-right:5px;*/
}
.dealerGoButton{
	display:block;
	overflow:hidden;
	background:url('/images/nav/btn_go.jpg') no-repeat;
	text-decoration:none;
	width:33px;
	height:19px;
}
.advSearch{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#1a1a1a;
	text-decoration:underline;
	float:left;
}
.belowMenuButton{
	margin:1px 0 0 12px;
	width:191px;
	height: 24px;
	display:block;
}

#belowMenu a#gmGlobalFleet{
	text-decoration:none;
	background: url('/images/nav/btn_GM_off.jpg') no-repeat ;
}
#belowMenu a#gmGlobalFleet:hover{
	background: url('/images/nav/btn_GM_on.jpg') no-repeat ;
}

#belowMenu a#aditional{
	text-decoration:none;
	background: url('/images/nav/btn_additional_off.jpg') no-repeat ;
}
#belowMenu a#aditional:hover{
	background: url('/images/nav/btn_additional_on.jpg') no-repeat ;
}

#belowMenu a#serviceNav{
	text-decoration:none;
	background: url('/images/nav/btn_service_off.jpg') no-repeat ;
}
#belowMenu a#serviceNav:hover{
	background: url('/images/nav/btn_service_on.jpg') no-repeat ;
}

#belowMenu a#contactUs{
	text-decoration:none;
	background: url('/images/nav/btn_contact_off.jpg') no-repeat ;
}
#belowMenu a#contactUs:hover{
	background: url('/images/nav/btn_contact_on.jpg') no-repeat ;
}

#belowMenu .menuEmail{
	display: block;
	overflow:hidden;
	width:191px;
	height: 107px;
	background: url('/images/nav/bkg_email.jpg') no-repeat;
	margin:1px 0 70px 12px;
}

.btnSignUp{
	display:block;
	position:relative;
	left:19px;
	top: 0px;
	_top: 4px;
	width:96px;
	height:21px;
	background: url('/images/nav/btn_email.gif') no-repeat;
	_overflow:hidden;
}
.btnSignUp:hover{
	background: url('/images/nav/btn_email_on.gif') no-repeat;
}

#belowMenu div.menuEmail span{
	width:160px;
	height: auto !important;
	display:block;
	font-size:9px;
	font-family: Verdana;
	margin: 8px 0px 2px 19px;
	color:#434F50;
}
/*
/***************************************/
#vehicleInfoOff.on{
	
}

.Explorer6 span.secondLine{margin-left:0px;}
.Explorer7 span.secondLine{margin-left:0px;}
/*ends below nav*/