#container{
position:relative;
width:980px;
height:600px;
margin:0px auto;
text-align:left;
top:10px;
background:url(../images/splash/splash_page_bg.jpg) no-repeat;
}

#buzz_word{
	position:absolute;
	width:236px;
	height:23px;
	left: 710px;
	top: 13px;
} 

/* Navigation */
#navigation{
width:546px;
height:24px;
left:354px;
top: 42px;
z-index:100;
}

/* Hotlinks */

#hotlinks{
position:relative;
width:126px;
height:auto;
top:120px;
left: 38px;
}

#intro_flash{
	position:absolute;
	width:654px;
	height:471px;
	top:82px;
	left: 197px;
}

#scroller{
position:relative;
width:75px;
height:152px;
float:right;
right:35px;
}

.vehicleshlbutton a {
	display:block;
	width: 126px;
	height: 57px;
	background: url(../images/buttons/hotlinks_splash/vehicles.gif) no-repeat top left;
	margin-bottom:2px;	
}

.vehicleshlbutton a:hover {
	background-position: bottom left;
}

.newshlbutton a {
	display:block;
	width: 126px;
	height: 57px;
	background: url(../images/buttons/hotlinks_splash/news.jpg) no-repeat top left;
	margin-bottom:2px;		
}

.newshlbutton a:hover {
	background-position: bottom left;
}

.customershlbutton a {
	display:block;
	width: 126px;
	height: 57px;
	background: url(../images/buttons/hotlinks_splash/customers.jpg) no-repeat top left;
    margin-bottom:2px;			
}

.customershlbutton a:hover {
	background-position: bottom left;
}


.environmenthlbutton a {
	display:block;
	width: 126px;
	height: 57px;
	background: url(../images/buttons/hotlinks_splash/environment.jpg) no-repeat top left;
	margin-bottom:2px;			
}

.environmenthlbutton a:hover {
	background-position: bottom left;
}

.imgvidhlbutton a {
	display:block;
	width: 126px;
	height: 57px;
	background: url(../images/buttons/hotlinks_splash/video.jpg) no-repeat top left;
	margin-bottom:2px;			
}

.imgvidhlbutton a:hover {
	background-position: bottom left;
}

.technologyhlbutton a {
	display:block;
	width: 126px;
	height: 57px;
	background: url(../images/buttons/hotlinks_splash/technology.jpg) no-repeat top left;
	margin-bottom:2px;			
}

.technologyhlbutton a:hover {
	background-position: bottom left;
}

.dealerlochlbutton a {
	display:block;
	width: 126px;
	height: 57px;
	background: url(../images/buttons/hotlinks_splash/dealer.jpg) no-repeat top left;		
}

.dealerlochlbutton a:hover {
	background-position: bottom left;
}


/* Footer & Footer Links */
#footer{
position:relative;
width:100%;
height:190px;
background-image:url(../images/footer/footer_bg_repeat.jpg);
background-repeat:repeat-x;
text-align:left;
background-color:#394958;
}

#footer_logo{
left:30px;
}

#footer_links{
position:relative;
width:980px;
height:100px;
top:60px;
margin: 0px auto;
}

.footer_hyper{
width:130px;
height:100px;
top:70px;
float:left;
}

#footer_top_links{
position:relative;
width:300px;
height:20px;
float:right;
top:-140px;
font-size:11px;
color:#FFFFFF;
}

/* Safari Hack */
@media screen and (-webkit-min-device-pixel-ratio:0){
#footer_top_links {top:-45px;}
} 

/* Opera */ 
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { 
#footer_top_links {top:-45px;}
} 
