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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12pt;
	color: #fff;
	background-attachment: fixed;
	background-image: url(../images/road.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-family: Helvetica;
		}

body * {
		/*position: relative;*/
	border: 0;
	text-decoration: none
		}
		
a:visited {
	color: #fff;
}
	
a:link {
	color: #fff;
}
	
 h1 {
	color: #fff;
	font-family: Play;
	margin-top: 0px;
	text-shadow: 3px 3px #000;
	font-size: 23pt;
 }
	
 h2 {
	font-family: Play;
	color: #000;
	font-size: 23pt;
 } 
 
  h3 {
	font-family: Play;
	color: #000;
	font-size: 19pt;
 } 
 
  h4 {
	font-family: Play;
	color: #000;
	font-size: 16pt;
 } 
 
#top {
	text-align: right;
	color: #fff;
	height: 102px;
	position: relative;
	background-image: url(../images/door.jpg)
}
#socialwrap {
	width: 960px;
	margin: auto auto;
}

#socials {
	padding-top: 10px;
	display: inline-block;
	margin-right: 8px;
	}

#topbar {
	width: 100%;
	height: 185px;
	margin: auto auto;
	text-align: left;
	font-size: 12px;
	/*background-color: rgba(0,0,0,.30);
	-moz-box-shadow: 0px 25px 15px 5px rgba(0,0,0,.30);
	-webkit-box-shadow: 0px 25px 15px 5px rgba(0,0,0,.30);
	box-shadow: 0px 25px 15px 5px rgba(0,0,0,.30);*/
	z-index: 9999;
	margin-top: -4px;
	position: absolute;
	padding-top: 10px;

}

#topbarcontact {
	text-align: right;
	margin: auto auto;
	width: 960px;
	color: #fff;
	height: 50px;
	font-size: 16px;
	border: 1px solid inherit;
	position: relative;
}

#logo {
	position: absolute;
	margin-left: -25px;
	margin-top: -105px;
}

#sliderwrapper {
	width: 960px;
	height: 400px;
	margin: auto auto;
	-moz-box-shadow: 0px 0px 15px 10px rgba(0,0,0,.45);
	-webkit-box-shadow: 0px 0px 15px 10px rgba(0,0,0,.45);
	box-shadow: 0px 0px 15px 10px rgba(0,0,0,.45);
	margin-top: 191px;
}

#wrapper {
	height: auto;
	margin: auto;
	width: 960px;
}
	
#backnav {
	width: 100%;
	margin: auto auto;
	background-color: #111;
}

#uppernav {
	width: 960px;
	margin: auto auto;
	text-align: center;
	height: 60px;
}

#mainbody {
	text-align: left;
	line-height: 125%;
	color: #000;
	font-size: 13pt;
	width: 960px;
	/*background-color: #f4f4f4;
	-moz-box-shadow: 0px 0px 15px 10px rgba(0,0,0,.45);
	-webkit-box-shadow: 0px 0px 15px 10px rgba(0,0,0,.45);
	box-shadow: 0px 0px 15px 10px rgba(0,0,0,.45);*/
}

#feature {
	display: inline-block;
	height: 340px;
	width: 294px;
	margin-top: 70px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #fff;
	text-align: center;
	-moz-box-shadow: 0px 5px 15px 15px rgba(0,0,0,.60);
	-webkit-box-shadow: 0px 5px 15px 15px rgba(0,0,0,.60);
	box-shadow: 0px 5px 15px 15px rgba(0,0,0,.60);
	position: relative;
	border: 1px solid #aaa7a7;
}

#leftfeature {
	 border: 1px solid #f00; 
	width: 250px; 
	height: 300px; 
	float: left; 
	margin-right: 25px;
}

#rightfeature {
border: 1px solid #222; 
	width: 400px; 
	height: 400px; 
	float: right; 
	margin-top: 10px;
	-moz-box-shadow: 0px 5px 10px 10px rgba(0,0,0,.25);
	-webkit-box-shadow: 0px 5px 10px 10px rgba(0,0,0,.25);
	box-shadow: 0px 5px 10px 10px rgba(0,0,0,.25);
}

#text {
	margin-top: 310px;
	text-shadow: 2px 2px #000;
}

#fleet {
	width: 100%; 
	height: 400px; 
	background-image: url(../images/fleet.jpg); 
	background-size: cover; 
	-moz-box-shadow: 0px 5px 25px 15px rgba(0,0,0,.45);
	-webkit-box-shadow: 0px 5px 25px 15px rgba(0,0,0,.45);
	box-shadow: 0px 5px 25px 15px rgba(0,0,0,.45);
}

#copyright {
	padding: 10px;
	height: 130px;
	margin: auto auto;
	text-align: left;
	font-size: 12px;
	background-color: #333;
}

#copycontact {
	margin: auto auto;
	width: 960px;
	color: #fff;
	height: 50px;
}

.creditLink {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	text-align: right;
	float: right;
	margin-top: -60px;
	*margin-top: -60px;
	}
	
