
/* main stage flash */

#stage {
	margin:0 auto;
	position: relative;
	width: 760px;
	padding:0;
	min-height:322px;
}
	
/* header top */

#header_top {
	background: url(../pix/background/bg_hdr_top.jpg) no-repeat 0 0;
	margin: 0px auto;
	position: relative;
	width: 760px;
	height: 80px;
	}
	
#header_top li {
	display:inline;
}
	
#header_top #unav{
	height:25px;
	padding:0 127px 0 0;
}
	
#header_top li#home a{
	background: url(../pix/global/btn_h_home.gif) repeat-x 0 0;
	padding:0px;
	position:relative;
	width:53px;
	height:25px;
	display:block;
	float:right;
	}
	
#header_top li#home a:hover {
	background: url(../pix/global/btn_h_home_on.gif) repeat-x 0 0;
	}
	
#header_top li#contact a{
	background: url(../pix/global/btn_h_contact.gif) repeat-x 0 0;
	padding:0px;
	position:relative;
	width:81px;
	height:25px;
	display:block;
	float:right;

	}
	
#header_top li#contact a:hover {
	background: url(../pix/global/btn_h_contact_on.gif) repeat-x 0 0;
	}
	
#header_top li#sign a{
	background: url(../pix/global/btn_h_sign.gif) repeat-x 0 0;
	margin:0;
	padding:0px;
	position:relative;
	width:61px;
	height:25px;
	display:block;
	float:right;
	}
	
#header_top li#sign a:hover {
	background: url(../pix/global/btn_h_sign_on.gif) repeat-x 0 0;
	}


/* backgrounds */
	
#bg_callout {
	width: 760px;
	height: 51px;
	z-index:10;
	right: 0;
	top:472px;
	background-color:#FFF;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7; 
	-khtml-opacity:0.7;
}

#bg_shade_left {
	background: url(../pix/global/bg_shade_left.jpg) no-repeat 0% 0%;
	margin: 0px auto;
	position: relative;
	width: 10px;
	height: 523px;
	float: left;
	}
	
#bg_shade_right {
	background: url(../pix/global/bg_shade_right.jpg) no-repeat 0% 0%;
	margin: 0px auto;
	position: relative;
	width: 10px;
	height: 523px;
	float: left;
	}
	
/* main navigation */

#main_nav {
position: relative;
/*background: url(../pix/global/bg_nav_sdw.jpg) no-repeat 0 27px;*/
margin: 0px auto;
width:760px;
height:70px;
padding:0px;
z-index:3;
}

#main_nav_i {
width:506px;
margin: 0;
padding:0;
float:left;
z-index:3;
}

#main_nav_l {
background: url(../pix/global/bg_nav_l.jpg) no-repeat 0% 0%;
width: 127px;
height:27px;
float:left;
z-index:3;
}

#main_nav_r {
background: url(../pix/global/bg_nav_r.jpg) no-repeat 0% 0%;
width: 127px;
height:27px;
float:left;
z-index:3;
}

#main_nav_sdw {
background: url(../pix/global/bg_nav_sdw.jpg) no-repeat 0% 0%;
width: 760px;
height:10px;
margin:0px;
}


/* clear */

.clear {
	clear:both;
}

/* flash */

#ball {
position: absolute;
width: 125px;
height:160px;
z-index:10;
right: 0;
}

/* bottom call out*/

#callout li h3 {
font: bold 11px/14px Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}

#callout li p {
font: normal 11px/14px Arial, Helvetica, sans-serif;
margin:0;
padding:0;
text-decoration:none;
}

/* L1 */
	
#main_nav ul#L1 li {
	display:inline;
	list-style-type: none;
}

#main_nav ul#L1 li#about {
	background: url(../pix/global/btn_about_on.jpg) no-repeat 0 0;
	width: 126px;
	height: 27px;
	display:block;
	float:left;
}
	
#main_nav ul#L1 li#about a{
	background: url(../pix/global/btn_about.jpg) no-repeat 0 0;
	width: 126px;
	height: 27px;
	display:block;
	float:left;
}

#main_nav ul#L1 li#about a:hover{
	background: url(../pix/global/btn_about_on.jpg) no-repeat 0 0;
}

#main_nav ul#L1 li#about_on a{
	background: url(../pix/global/btn_about_on.jpg) no-repeat 0 0;
	width: 126px;
	height: 27px;
	display:block;
	float:left;
}

#main_nav ul#L1 li#glance {
	background: url(../pix/global/btn_glance_on.jpg) no-repeat 0 0;
	width: 127px;
	height: 27px;
	display:block;
	float:left;
}

#main_nav ul#L1 li#glance a{
	background: url(../pix/global/btn_glance.jpg) no-repeat 0 0;
	width: 127px;
	height: 27px;
	display:block;
	float:left;
}

#main_nav ul#L1 li#glance a:hover{
	background: url(../pix/global/btn_glance_on.jpg) no-repeat 0 0;
}

#main_nav ul#L1 li#compare {
	background: url(../pix/global/btn_compare_on.jpg) no-repeat 0 0;
	width: 126px;
	height: 27px;
	display:block;
	float:left;
}

#main_nav ul#L1 li#compare a{
	background: url(../pix/global/btn_compare.jpg) no-repeat 0 0;
	width: 126px;
	height: 27px;
	display:block;
	float:left;
}

#main_nav ul#L1 li#compare a:hover{
	background: url(../pix/global/btn_compare_on.jpg) no-repeat 0 0;
}

#main_nav ul#L1 li#account {
	background: url(../pix/global/btn_account_on.jpg) no-repeat 0 0;
	width: 127px;
	height: 27px;
	display:block;
	float:left;
}

#main_nav ul#L1 li#account a{
	background: url(../pix/global/btn_account.jpg) no-repeat 0 0;
	width: 127px;
	height: 27px;
	display:block;
	float:left;
}

#main_nav ul#L1 li#account a:hover{
	background: url(../pix/global/btn_account_on.jpg) no-repeat 0 0;
}

/* L2 */

#main_nav ul#L2{
	width:760px;	
	background: url(../pix/global/btn_0_null_bg.gif) repeat-x 0 0;
	height:50px;
}

#main_nav ul#L2 li{
	display:inline;
	list-style-type: none;
}

#main_nav ul#L2 li#roadside {
	background: url(../pix/global/btn_i_0_roadside_on.gif) no-repeat 0 0;
	width:105px;
	height:35px;
	display:block;
	float:left;
}

#main_nav ul#L2 li#roadside a{
	background: url(../pix/global/btn_i_0_roadside.gif) no-repeat 0 0;
	width:105px;
	height:35px;
	display:block;
	float:left;
}


#main_nav ul#L2 li#roadside_on a {
	background: url(../pix/global/btn_i_0_roadside_on.gif) no-repeat 0 0;
	width:105px;
	height:35px;
	display:block;
	float:left;
}

#main_nav ul#L2 li#roadside a:hover {
	background: url(../pix/global/btn_i_0_roadside_on.gif) no-repeat 0 0;
}

#main_nav ul#L2 li#customer_care_on {
	background: url(../pix/global/btn_i_0_customer_care_on.gif) no-repeat 0 0;
	width:131px;
	height:25px;
	display:block;
	float:left;
}

#main_nav ul#L2 li#customer_care a{
	background: url(../pix/global/btn_i_0_customer_care.gif) no-repeat 0 0;
	width:131px;
	height:25px;
	display:block;
	float:left;
}

#main_nav ul#L2 li#customer_care a:hover{
	background: url(../pix/global/btn_i_0_customer_care_on.gif) no-repeat 0 0;
}

#main_nav ul#L2 li#planning_on {
	background: url(../pix/global/btn_i_0_planning_on.gif) no-repeat 0 0;
	width:94px;
	height:25px;
	display:block;
	float:left;
}

#main_nav ul#L2 li#planning a {
	background: url(../pix/global/btn_i_0_planning.gif) no-repeat 0 0;
	width:94px;
	height:25px;
	display:block;
	float:left;
}

#main_nav ul#L2 li#planning a:hover{
	background: url(../pix/global/btn_i_0_planning_on.gif) no-repeat 0 0;
}

#main_nav ul#L2 li#savings_on {
	background: url(../pix/global/btn_i_0_savings_on.gif) no-repeat 0 0;
	width:184px;
	height:25px;
	display:block;
	float:left;
}

#main_nav ul#L2 li#savings a{
	background: url(../pix/global/btn_i_0_savings.gif) no-repeat 0 0;
	width:184px;
	height:25px;
	display:block;
	float:left;
}

#main_nav ul#L2 li#savings a:hover{
	background: url(../pix/global/btn_i_0_savings_on.gif) no-repeat 0 0;
}

#main_nav ul#L2 li#reimbursement_on {
	background: url(../pix/global/btn_i_0_reimbursement_on.gif) no-repeat 0 0;
	width:127px;
	height:25px;
	display:block;
	float:left;
}

#main_nav ul#L2 li#reimbursement a{
	background: url(../pix/global/btn_i_0_reimbursement.gif) no-repeat 0 0;
	width:127px;
	height:25px;
	display:block;
	float:left;
}

#main_nav ul#L2 li#reimbursement a:hover{
	background: url(../pix/global/btn_0_reimbursement_on.gif) no-repeat 0 0;
}


/* L3 */

#stage ul#L3 li {
	list-style-type: none;
	margin:0px;
	padding:0px;
	display:inline;
}

#stage ul#L3{
	top:0px;
	width:127px;
	margin:0px;
	padding:0px;
	left:0;
	float:left;
}

#stage ul#L3 li#nav_top{
	position:absolute;
	background: url(../pix/global/img_l_nav_top.jpg) no-repeat 0 0;
	width:127px;
	height:3px;
	display:block;
	margin:0px;
	padding:0px;
	top:0px;
}

#stage ul#L3 li#towing a {
	position:absolute;
	background: url(../pix/global/img_l_emergency.jpg) no-repeat 0 0;
	width:127px;
	height:42px;
	display:block;
	margin:0px;
	padding:0px;
	top:3px;
}

#stage ul#L3 li#towing a:hover, #stage ul#L3 li#towing .active {
	background: url(../pix/global/img_l_emergency_on.jpg) no-repeat 0 0;
}

#stage ul#L3 li#towing {
	background: url(../pix/global/img_l_emergency_on.jpg) no-repeat 0 0;
}

#stage ul#L3 li#lockout a {
	position:absolute;
	background: url(../pix/global/img_l_lockout.jpg) no-repeat 0 0;
	width:127px;
	height:43px;
	display:block;
	top:45px;
}

#stage ul#L3 li#lockout a:hover, #stage ul#L3 li#lockout .active {
	background: url(../pix/global/img_l_lockout_on.jpg) no-repeat 0 0;
}

#stage ul#L3 li#lockout {
	background: url(../pix/global/img_l_lockout_on.jpg) no-repeat 0 0;
}

#stage ul#L3 li#flattire a {
	position:absolute;
	background: url(../pix/global/img_l_flattire.jpg) no-repeat 0 0;
	width:127px;
	height:42px;
	display:block;
	top:88px;
}

#stage ul#L3 li#flattire a:hover, #stage ul#L3 li#flattire .active {
	background: url(../pix/global/img_l_flattire_on.jpg) no-repeat 0 0;
}

#stage ul#L3 li#flattire {
	background: url(../pix/global/img_l_flattire_on.jpg) no-repeat 0 0;
}

#stage ul#L3 li#fuel a {
	position:absolute;
	background: url(../pix/global/img_l_fuel.jpg) no-repeat 0 0;
	width:127px;
	height:43px;
	display:block;
	top:130px;
}

#stage ul#L3 li#fuel a:hover, #stage ul#L3 li#fuel .active {
	background: url(../pix/global/img_l_fuel_on.jpg) no-repeat 0 0;
}


#stage ul#L3 li#battery a {
	position:absolute;
	background: url(../pix/global/img_l_battery.jpg) no-repeat 0 0;
	width:127px;
	height:42px;
	display:block;
	top:173px;
}

#stage ul#L3 li#battery a:hover, #stage ul#L3 li#battery .active {
	background: url(../pix/global/img_l_battery_on.jpg) no-repeat 0 0;
}

#stage ul#L3 li#battery {
	background: url(../pix/global/img_l_battery_on.jpg) no-repeat 0 0;
}

#stage ul#L3 li#nav_btm {
	position:absolute;
	background: url(../pix/global/img_l_nav_btm.jpg) no-repeat 0 0;
	width:127px;
	height:11px;
	display:block;
	top:210px;
}


