@CHARSET "UTF-8";
/* CSS MME */

/* CSS RESET v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END OF CSS RESET v1.0 | 20080212 */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Helvetica,Arial,"Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	background: #FFF ;/*url(../SplashImgs/img_cars.jpg) no-repeat center bottom fixed;*/
	text-align: center;/* part 1 of 2 centering hack */
}
ul.list {
	line-height: 18px;
	list-style: circle;
	margin-left:15px;
}
h1 {
	font-family: Helvetica,Arial,"Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight:lighter;
	margin: 0 0 10px 0;
}
#modellogo h1 {
	display: none;
}
#mmelogo h1 {
	display: none;
}
p {
	line-height: 18px;
}
a:link {
	color:#fff;
	text-decoration:underline;
}
a:hover {
	color:#FF0000;
	text-decoration:none;
}
a:visited {
	color:#fff;
	text-decoration:underline;
}
div#modellogo {
	z-index: 10;
	height:100px;
	width:967px;
	background:url(../SplashImgs/logo_evo.png) no-repeat;
	margin-bottom:230px;
	clear:right;
	position:fixed;
	left: 20px;
	top: 10px;
}
div#content_bg {
	background:url(../SplashImgs/bg.png);
	position:fixed;
	top:101px;
	left: 22px;
	height: 572px;
	width:465px;
	margin:0px auto 0px 0px;
	text-align:center;
/*	overflow: hidden;*/
	z-index: -15;
	border-left: 1px solid white;
}
#content_container {
	position:absolute;
	top:101px;
	left: 20px;
	height: 572px;
	width:465px;
	margin:0px auto 0px 0px;
	text-align:center;
/*	overflow: hidden;*/
	z-index: -10;
	border-left: 1px solid white;
}
div#content {
	width:438px;
	_width:440px;
/*	background:url(../SplashImgs/bg.png);#000000;/*url(../SplashImgs/text_bg.png) top left;*/
	color:#FFFFFF;
	font-family: Helvetica,Arial,"Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:left;
	padding: 15px;
}
div#right a {
	z-index: -15;
	height:572px;
	width:498px;
	background:url(../SplashImgs/img_cars.png) no-repeat;
	margin-bottom:230px;
	clear:right;
	position:fixed;
	left: 490px;
	top: 100px;
}
div#hiddenTop {
	z-index: 5;
	position: fixed;
	height: 101px;
	width: 100%;
	top:0px;
	left:0px;
	background: #FFFFFF;
}
div#hiddenBottom {
	z-index: 5;
	position: fixed;
	height: 100%;
	width: 100%;
	top:672px;
	left:0;
	background: #FFFFFF;
}
div#scrollfix {
/*	height: 100%;*/
/*	position:relative;*/
}
div#debug {
	z-index: 20;
	position: fixed;
	color: #FF0000;
	top: 0px;
	left: 0px;
}

