﻿
#pagecontainerouter_landing
{   
    position:relative;
    min-height: 100%;
    height:100%;
	margin: 0 auto;
	overflow: hidden;
	width:1100px;
	min-width: 1100px;
	max-width: 1100px;
	background:#000 url("../images/body_back2.png") repeat-y;
}
#fiftyLandingPage {margin:0 auto;width:800px; height:615px;background:transparent url("../images/landing_pagev2_bg.gif") no-repeat;}
#land_part1 {float:left; width:800px; height:240px;/*background:transparent url("../images/top_part1.gif") no-repeat;*/}
#land_part2 {float:left; width:800px; height:135px;/*border:dashed 1px #ff0000;*//*background:transparent url("../images/main_yrepeat.png") repeat-y;*/}
#land_part3 {float:left; width:800px; height:142px;/*border:dashed 1px #00cc00;*//*background:transparent url("../images/btm_part1.gif") no-repeat;*/}
#land_part4 {float:left; width:800px; height:50px;/*border:dashed 1px #0000cc;*//*background:transparent url("../images/btm_part2.gif") no-repeat;*/}

.maintxt {color:#ffffff; /*letter-spacing: 0.05mm;*/ font-family:"Arial";}
#land_part2 p, #land_part4 p {padding:0; margin:0; margin:0 auto; margin-bottom:15px; width:640px; padding-left:20px; padding-right:20px; text-align:center; color:#ffffff; font-size:14px;}

/**
    share this nav
**/
.landingnav {
    height:140px;
}
#landingnav {
	list-style: none; margin:0 auto; margin-top:20px;width:516px; /*486px*/
}
#landingnav li {
	float: left;
}
#landingnav li.spacer {float:left; width:15px; height:1px;}
#landingnav span {
	background: url("../images/btns_roll.png");
	float: left;
	width: 162px;
	height: 94px;
	margin: 0px 0px 0px 0px;
	margin-top:0px;
	/*cursor:pointer;*/
	cursor: default;
}
#landingnav li#moto span {
	/*background-position: 0px 0px;	cursor:pointer;*/
	background-position: 0px -94px;	cursor:pointer;
}
#landingnav li#auto span {
	/*background-position: 0px -188px; cursor:pointer;*/
	background-position: 0px -282px; cursor:pointer;
}
#landingnav li#marine span {
	/*background-position: 0px -376px; cursor:pointer;*/
	background-position: 0px -470px; cursor:pointer;
}
/*
#moto a:hover span {
	background-position: 0px 0px;	
}
#auto a:hover span {
	background-position: 0px -188px;	
}
#marine a:hover span {
	background-position: 0px -376px;	
}
*/
#landingnav li#moto a:hover span, #landingnav li#moto a:hover span.hvr {
	/*background-position: 0px -94px;	cursor:pointer;*/
	background-position: 0px 0px;	cursor:pointer;
}

#landingnav li#auto a:hover span,#landingnav li#auto a:hover span.hvr {
	/*background-position: 0px -282px; cursor:pointer;*/
	background-position: 0px -188px; cursor:pointer;	
}
#landingnav li#marine a:hover span, #landingnav li#marine a:hover span.hvr {
	/*background-position: 0px -470px; cursor:pointer;*/
	background-position: 0px -376px; cursor:pointer;	
}

