@charset "UTF-8";
/* CSS Document */

img, div, input {
	behavior: url("iepngfix.htc");
}
* {
	margin:0px;
	padding:0px;
}
a{
	cursor:pointer;
}
body {
	background-color:#355f9b;
}
/* Main Background Image */
#main_image {
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-486px;
	z-index:100;
}
/* Hover Over Background Image */
.hover_button {
	position:absolute;
	z-index:1001;
}
/* Each Hover Individualy */
#hover_1 {
	width:146px;
	height:97px;
	left:130px;
	top:444px;
}
#hover_2 {
	width:169px;
	height:109px;
	left:255px;
	top:452px;
}
#hover_3 {
	width:187px;
	height:156px;
	left:397px;
	top:453px;
}
#hover_4 {
	width:156px;
	height:115px;
	left:541px;
	top:438px;
}
#hover_5 {
	width:145px;
	height:92px;
	left:647px;
	top:442px;
}
/* Video Player on Homepage */
#video_player {
	position:absolute;
	left:50%;
	top:103px;
	margin-left:-260px;
	z-index:101;
	border:0px;
}

/* Video Player on Player Popup */
#player_popup {
	width:521px;
	height:314px;
	text-align:center;
}
/* Set Dream Ride Logo Above Player */
#dream_ride_logo_player {
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-200px;
	z-index:112;
	behavior: url("iepngfix.htc");
}

/* Set Player Z-Depth */
#video_player object {
	z-index:101;
	border:0px;
}
/* Dynamic AJAX Box */
#dynamic_text {
	position:absolute;
	top:142px;
	left:68px;
	width:150px;
	height:261px;
	font-family:Arial;
	font-weight:normal;
	font-size:14px;
	color:#000;
	z-index: 110;
}
#dynamic_text_heading {
	background-color:#000000;
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	height:27px;
	left:67px;
	position:absolute;
	top:112px;
	width:150px;
	text-transform:uppercase;
}
/* Sliding Banner */

.slide {
	position: absolute;
	overflow: hidden;
	height: 63px;
	width: 299px;
	top: 24px;
	left: 675px;
}
#slidebottom .inner {
	display: none;
}
.slide .inner {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 299px;
	height: 66px;
	background-image: url(../img/slider.png);
	background-repeat: no-repeat;
	margin-left: 299px;
	behavior: url("iepngfix.htc");
}
.slide button {
	margin: .7em 0 0 .7em;
}
