body {
	background-color: #003145;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

#main {
	position:relative;
	top: 20px;
	position: absolute;
	left: 50%;
	width: 474px;	
	text-align: left;
	margin-left:-230px;
}

#logoTopRight {
	position:absolute;
	left: 409px;	
	top:0px;
	width:65px;
	height:130px;
	float:right;
	overflow:auto;
	display:none;
}

#content {
	position:absolute;
	top:0px;
	left:0px;
	background-color:#FFFFFF;
	display:none;
	z-index:none;
	height:405px;
}


#contentImgCover {
	position:absolute;
	top:0px;
	left:0px;
	width:474px;
	height:300px;	
	z-index:10;
	display:none;
	background-color:#000000;	
}
	

#contentImageAnimation	{
	position:absolute;
	top:0px;
	left:0px;
	width:474px;
	height:300px;
	display:none;
	z-index:10;
	overflow:hidden
}
	
#contentImg {
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
	width:474px;
	height:300px;
	overflow:hidden;
}

#contentNoJavaScript {
	position:absolute;
	top:0px;
	left:0px;
	height:300px;
	width:474px;
	z-index:30;
	display:block;
	overflow:hidden;
}

#contentNoJavaScript img {
	position:absolute;
	top:0px;
	left:0px;
	height:300px;
	width:474px;
	display:block;
	overflow:hidden;
}


#navigation {
	top: 310px;
	position:absolute;
	height: 40px;
	width: 474px;
}

#navigation img {
	border:none;
}

#navigation a {
	border: none;
}

#navwrap {
	height:24px;
	overflow:hidden;
}

#buttons {
	width: 474px;
	margin: 0px;
	padding: 0px;
	list-style:none;
	height: 30px;
	display:inline;
	overflow:hidden;
}

#buttons li {
	margin: 0px;
	padding: 0px;
	list-style:none;
	display: inline;
}


#buttons a {
	float:left;
	overflow:hidden;
	padding:24px 0 0 0;
	height: 0px;
	width: 80px;
	height /**/:24px; /* for IE5/Win only */
}

#buttons a:hover {
	background-position: 0 -48px;
}

#buttons a:active {
	background-position: 0 -48px;
}

#buttons #globalLI {
	float:right;
}

#auto a {
	background: url(../images/navigation/auto.gif) top left no-repeat;
}

#moto a {
	background: url(../images/navigation/moto.gif) top left no-repeat;
}

#marine a {
	background: url(../images/navigation/marine.gif) top left no-repeat;
}

#atv a {
	background: url(../images/navigation/atv.gif) top left no-repeat;
}

#globalLI a {
	background: url(../images/navigation/global.gif) top left no-repeat;
}


#imprint {
	position:absolute;
	top:385px;	
	width:474px;
	height:30px;
}

#imprint a {
	display:block;
	width:150px;
	height:24px;
	margin-left:324px;
	background: url(../images/navigation/imprint_legal_disclaimer.gif) top left no-repeat;
}

#imprint a:hover {
	background-position: 0 -48px;
}

#imprint a:active {
	background-position: 0 -48px;
}



