body {
	margin: 0;
	padding: 0;	
	background-color: #000;
	font-family: Arial, Helvetica, swiss, sans-serif;
}
div {
	position: relative;
}
img, a, a:link, a:hover, a:active, a:visited {
	border: 0;
	color: #000;
	cursor: hand;
}

div#container {
	width: 1211px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -605px;
	margin-top: -300px;	
	background: url(../images/car_bg.jpg) no-repeat;
	overflow: hidden;
}
div.prehome_container {
	background: url(../images/prehome_bg.jpg) no-repeat !important;	
}
div#content {
	float: left;
	top: 0;
	left: 0;
	width: 918px;
	height: 600px;
	overflow: hidden;
}
div#contenttext {
	top: 130px;
	left: 120px;
	height: 140px;
	width: 500px;
}
div#contenttext p, div#clicktodiscover p {
	font-size: 8pt;
	line-height: 14pt;
	color: #FFF;
}
div#clicktodiscover p {
	font-size: 10pt;
}
div#clicktodiscover {
	left: 135px;
	top: 120px;
	height: 30px;
	width: 200px;	
}
div#clicktodiscover p a:link, div#clicktodiscover p a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 10.5pt;
}
div#clicktodiscover p a:hover, div#clicktodiscover p a:active {
	color: #EAB293;
}
div#stack {
	float: left;
	height: 600px;
	width: 292px;
	overflow: hidden;
}
div#stack div#top {
	background: url(../images/stack_top.jpg) no-repeat;
	height: 108px;
	width: 292px;
}
div#stack div#thebox {
	height: 151px;
	width: 292px;
	margin-left: 2px;
}
div#stack div#watch {
	height: 127px;
	width: 292px;
}
span#watchbutton {
	display: block;
	height: 108px;
	width: 158px;
	background: url(../images/stack_watch.jpg) no-repeat;
}
div#stack div#car {
	height: 128px;
	width: 292px;
	overflow: hidden;
}
span#carbutton {
	display: block;
	height: 108px;
	width: 158px;
	background: url(../images/stack_car.jpg) no-repeat;
}
div#stack span#aston {
	display: block;
	height: 84px;
	width: 292px;
	background: url(../images/stack_aston.jpg) no-repeat;
}

div#homefooter {
	width: 918px;
	height: 84px;
	top: 320px;
	left: 0;
}
div#homefooter span#logo {
	display: block;
	float: left;
	height: 84px;
	width: 518px;	
	background: url(../images/home_logo.gif) no-repeat;
}
div#homefooter div#lockunlock {
	float: left;
	height: 84px;
	width: 170px;
	background: url(../images/home_lockunlock.jpg) no-repeat;
}
div#homefooter div#panel {
	float: left;
	height: 84px;
	width: 230px;
	background: url(../images/home_panel.jpg) no-repeat;
}
div#prehome_container {
	position: absolute;
	left: 700px;
	top: 100px;
	width: 300px;
	height: 350px;
}
h1 {
	color: #EAB293;
	font-size: 150%;
	font-weight: normal;
	padding-bottom: 30px;
}
p.prehome_text {
	color: #FFF;
	margin-bottom: 15px;	
}
div#prehome_container a:link, div#prehome_container a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 90%;
}
div#prehome_container a:hover, div#prehome_container a:active {
	color: #EAB293;
}
div.arrow {
	height: 44px;
	width: 157px;
	padding: 13px 5px;
	background: url(../images/btnArrow.jpg) right top no-repeat;
}

img#locker {
	height: 84px;	
}
span#journeybutton:hover, span#watchbutton:hover, span#carbutton:hover {
	background-position: 0 100% !important;
}
.bgtop {
	background-position: 0 0 !important;
}
.bgbottom {
	background-position: 0 100% !important;
		
}
.normal {
}
.hide {
	display: none;
}