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

html{
	margin: 0 0 0 0;
	width: 100%;
	height: 100%;
	
}


body{
	margin: 0 0 0 0;
	width: 100%;
	height: 100%;
	text-align:center;
	background-image:url( ../images/rockback.gif);
	background-repeat:repeat-x;
	
}


#container{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;

}




/* HOMEPAGE ONLY  */

#flash{
	width: 960px;
	height: 390px;	
}

#highone{
	width: 555px;
	height: 250px;
	background-image: url( ../images/highone_back.jpg);
	background-repeat:no-repeat;
	padding-top: 30px;
}

#h1contentframe{
	width:  415px;
	height: 187px;
	background-color:#FFF;
	background-image:url( ../images/h1frame.jpg);
	background-repeat:repeat-x;
	border: #FFF thick solid;
	margin-left: 65px;
}

#h1title{
	width: 170px;
	height: 55px;
	margin-left: 15px;
	margin-top: 10px;
	
}

#h1content{
	width: 180px;
	height: 100px;
	margin-left: 15px;
}

#h1map{
	width: 216px;
	height: 192px;
	margin-left: 195px;
	margin-top: -165px;
	
}


#hightwo{

	width: 550px;
	margin:0 auto;
	height: 180px;
	background-color:#FFF;
	background-image:url( ../images/hightwo_image.jpg);
	background-repeat:no-repeat;
}

#h2content{
	width: 300px;
	height: 115px;
	margin-top: -195px;
	margin-left: 250px;
	font-size:12px;
}



/* SECONDARY PAGES  */

#logo{
	width: 336px;
	height: 80px;
	margin-left: 38px;
}

#sbanner{
	width: 960px;
	height: 200px;
}

#scontent{
	width: 960px;
	min-height: 380px;
	
}

#features{
	width: 960px;
	min-height: 540px;
	
}

#operation{
	width: 960px;
	min-height: 520px;
	
}

#overhome{
	width: 960px;
	min-height: 420px;
	background-image: url(../images/worldmap.jpg);
	background-position:top center;
	
}

#dealersearch{
	text-align:center;
	min-height: 550px;
	
}

#video{
	width: 960px;
	min-height: 420px;
	text-align:center;
	background-image: url(../images/worldmap.jpg);
	background-position:top center;
	
}



/* FOOTER  */

#footershell{
		width: 100%;
	height: 50px;
	text-align: center;
	background-image: url( ../images/footershell.gif);
}

#footer{
	width: 700px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background-image: url( ../images/footer_back.png);
	
}


/* FONTS  */

.footer{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	line-height: 28px;
	text-decoration:none;
}

.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000;
}

.hcontent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height:18px;
}

.lred{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F00;
	
}

.stitle{
	font-size:20px;
	text-decoration:none;
	font-weight: bold;
	color:#096;
	font-family:Arial, Helvetica, sans-serif;
	
}

