/*Elements*/
html, body {
	margin: 0;
	padding: 0;
	font-family: verdana, tahoma, arial;
	background-color: #000000;
	/*background: url(images/newback.png);
	background-size: cover;*/
}

header {
	 height: 200px;
	 width: 1000px;
	 display: block;
	 padding: 0;
	 margin: 0;
}

/*menu*/

nav {
	 width: 1000px;
	 height: 50px;
	 text-align: center;
	 float: left;
	 clear: none;
	 padding: 0;
	 margin: 0;
	 float: left;
	 clear: none;

	 

}

nav ul {
	 text-decoration: none;
	 list-style-type: none;
	 float: left;
	 width: 1000px;
	 height: 35px;
	 clear: none;
	 text-align: center;
	 padding: 0;
	 margin: 10px 0 0 20px;

}

nav ul li {
	 height: 35px;
	 background-repeat: no-repeat;
}

nav ul li.home {
	 float: left;
	 width: 100px;
	 background-image: url(images/home.png);
	 clear: none;
	 color: #82BC00;
}

nav ul li.home:hover {
	float: left;
	width: 100px;
	background-image: url(images/homehover.png);
	color: #82BC00;
	font-style: normal;
	font-weight: 600;	 
}


nav ul li.about {
	 float: left;
	 width: 145px;
	 background-image: url(images/about.png);
	 clear: none;
	 padding: 0;
	 margin: 0;
	 color: #82BC00;
}

nav ul li.about:hover {
	float: left;
	width: 145px;
	background-image: url(images/abouthover.png);
	color: #82BC00;
	font-style: normal;
	font-weight: 600;	 
}

nav ul li.services {
	 float: left;
	 width: 200px;
	 background-image: url(images/services.png);
	 clear: none;
	 padding: 0;
	 margin: 0;
	 color: #82BC00;
}

nav ul li.services:hover {
	float: left;
	width: 200px;
	background-image: url(images/serviceshover.png);
	color: #82BC00;
	font-style: normal;
	font-weight: 600;	 
}

nav ul li.gallery {
	 float: left;
	 width: 120px;
	 background-image: url(images/gallery.png);
	 clear: none;
	 padding: 0;
	 margin: 0;
	 color: #82BC00;
}

nav ul li.gallery:hover {
	float: left;
	width: 120px;
	background-image: url(images/galleryhover.png);
	color: #82BC00;
	font-style: normal;
	font-weight: 600;	 
}
nav ul li.contact {
	 float: left;
	 width: 195px;
	 background-image: url(images/contact.png); 
	 clear: none;
	 padding: 0;
	 margin: 0;
	 color: #82BC00;
}

nav ul li.contact:hover {
	float: left;
	width: 195px;
	background-image: url(images/contacthover.png);
	color: #82BC00;
	font-style: normal;
	font-weight: 600;	 
}

nav ul li.testimonials {
	 float: left;
	 width: 200px;
	 background-image: url(images/testimonials.png);
	 clear: none;
	 padding: 0;
	 color: #82BC00;
}

nav ul li.testimonials:hover {
	float: left;
	width: 200px;
	background-image: url(images/testimonialshover.png);
	color: #82BC00;
	font-style: normal;
	font-weight: 600;	 
}



footer {
	 margin: 0;

}

h1, h3, h4, h5, h6 {
	 margin: 0;
	 padding: 0;
}

h1 {
	text-align: left;
	margin-left: 10px;
	margin-top: 20px;
	width: 500px;
	float: left;
	clear: none;
}

h2 {
	 color: #7cb604;
	 margin-bottom: 3px;

}

h3 {
	 font-family:  Times, "Times New Roman", serif;	
	 color: #7cb604;
	 height: 80px;
}


p {
	color: #ffffff;	
	margin: 0;
}

a {
	text-decoration: none;
	color: 	#7cb604;
}

form {
	 margin-left: 50px;
	 color: #FFFFFF;	
}

/*ID's*/

#container {
	 margin: 0 auto 0 auto;
	 padding: 0;
	 width: 1000px;
	 height: auto;

}

#content {
	 width: 1000px;
	 float: left;
	 clear: none;
}
	 


#slideshowpanel {
	 float: left;
	 width: 450px;
	 height: 337px;
	 margin-left: 50px;
	 margin-top: 50px;
	 border: solid 2px #7cb604;

}

/*Classes*/

.servicescontent {
	 width: 800px;
	 float: left;	
	 margin: 0 0 0 100px;
}

.servicesheaders img{
	 margin: 20px 0 0 0;	

}


.gallerycontent {
	 width: 500px;
	 float: left;
	 margin-left: 250px;
	 margin-bottom: 20px;	 	
}

.gallerycontent img{
	 margin-bottom: 3px;	
}


.header img {

	 clear: none;
	 float: left;

	
}

.homeinfo {
	float: left;
	width: 475px;
	margin: 25px 0 0 7px;

}

.aboutinfo {
	float: left;
	width: 500px;
	margin-left: 50px;

}


.homeimg {
	 float: left;
	 width: 500px;
	 height: 278px;
	 margin-top: 50px;
}

.homeinfo p {
	 color: #FFFFFF;	
	 margin-left: 5px;


}

.truckimg {
	 margin: 50px 0 0 0;	
}

.contactinfo {
	  clear: both;
	  color: #ffffff;
	  height: 50px;
	  width: 500px;
	  margin: 0;	
}

.aboutheader {
 	width: 1000px;
	margin: 0 0 25px 82px;	
}

.tracyimg {
	 width: 400px;	
}

/*Slideshow Home*/
#s3slider {
    width: 450px; /* important to be same as image width */
    height: 337px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
	margin: 0 auto 0 auto;
	
}
 
#s3sliderContent {
    width: 450px; /* important to be same as image width or wider */
	height: 337px;
    position: absolute; /* important */
    margin: 0; /* important */
	padding: 0;
	list-style-type: none;
	float: left;
	clear: none;

	}
 
.s3sliderImage {
    float: left; /* important */
    position: relative; /* important */
    display: none; /* important */
	width: 450px;
}

 
.s3sliderImage span {
    position: absolute; /* important */
    left: 0;
    font: 30px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 250px;
	color: #ffffff;
    display: none; /* important */
    top: 0; /*
        if you put top: 0;  -> the box with text will be shown
                                at the top of the image
        if you put bottom: 0;  -> the box with text will be shown
                                at the bottom of the image
    */
}

.clear {
    clear: both;
}
