/*****************************************/
/******* ©2008 // despecial.com *******/
/*****************************************/

/* RESET */
html, body, p, h1, h2, h3, form, input, select, ul, li {
	margin: 0;
	padding: 0
}

/* DEFAULTS */
body { 
	background-color: #000;
	color: #707374;
	font: normal 11px Arial, Helvetica,Sans-Serif;
}

a:link,
a:visited { 
	font: normal 11px Arial, Helvetica,Sans-Serif;
	text-decoration: none;
	color:#707374
}

a:hover,
a:active {
	text-decoration: none;
	color: #939da0
}

img { border: none }

p { margin-bottom: 15px }

.none { display: none }

#site {
	position: absolute;
	width: 100%;
	height: 502px;
	left: 0;
	top: 50%;
	margin-top: -251px;
	background: transparent url("../_img/content-bg.png") repeat-x
}

#topbar {
	margin-top: 50px;
	width: 100%;
	height: 40px;
	background: transparent url("../_img/topbar.png") repeat-x;
}

#logo {
	position: absolute;
	left: 50%;
	margin-left: -230px;
	margin-top: -6px;
}

#reluxcar {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 50%; 
	margin-top: -90px
}

#slogan {
	position: absolute;
	left: 50%;
	top: 50%; 
	margin-top: 180px;
	margin-left: -440px;
}

#videoplayer1,
#videoplayer2 {
	height: 300px;
	width: 400px;
	position: absolute;
	left: 50%;
	margin-left: 60px;
	top: 50%; 
	margin-top: -100px;
}

#choose {
	position: absolute;
	left: 50%;
	top: 50%; 
	margin-top: 177px;
	margin-left: 75px;
}

#contact {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 50%; 
	margin-top: -90px;
	display: none;
}
#srchinfo {
	position:absolute;
	left:-9000px;
	text-indent: -9000px
}
#footer {
	color: #3e3e3e;
	text-align: center;
	width: 99%;
	position: absolute;
	bottom: -35px;
}