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

/*CSS Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: arial;
	font-size: 14px;
	background-color: #B2DA4E;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*End CSS Reset*/


/*Structure*/
.container {
height:auto;
width:auto;
background-color:#b2da4e;
}

.header{
height: 150px;
width: 100%;
background-color:#B2DA4E;
background-image:url(../images/headergradient.png);
background-repeat: repeat-x;
z-index:1;}


.overlay{
height: 150px;
width: 1280px;
margin-right:auto;
margin-left: auto;
background-image:url(../images/headeroverlay.png);
background-repeat:no-repeat;
z-index:2;}


.logo{
margin-right: auto;
margin-left: auto;
width: 550px;
height: 150px;
background-image: url(../images/logo.png)}

.navcont{
	width:100%;
	height: 45px;
	background-color:#b0d84c;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.navbar{
width: 991px;
height: 45px;
margin-right:auto;
margin-left:auto;
background-color:#B2DA4E;
border-left-style: solid;
border-left-color: #fff;
border-left-width: 1px;
border-right-style: solid;
border-right-color: #fff;
border-right-width: 1px;
}

.rotator{
width:750px;
margin-top: 40px;
margin-left:auto;
margin-right: auto;
height: 300px;
background-color:#000;
border: 7px solid #fff;

}

.lowercont{
width: 930px;
margin-top:40px;
margin-left:auto;
margin-right:auto;
height: 250px;

}
.quickcontact{
width: 355px;
float:right;
height: 200px;
margin-top: 15px;
padding: 23px;
background-image:url(../images/videobg.png);

}
.clear{
clear:both;
}


.about{
width:485px;
float:left;
height:280px;
background-image: url(../images/aboutbg.png);
background-repeat:no-repeat;
padding-top: 23px;
padding-left: 23px;
line-height: 17px;
font-size: 13px;

}

.banner{
width:100%;
height: 140px;
background-color:#660000;
background-image:url(../images/bannerbg.png);

}

.dropshadow{
width:100%;
height: 8px;
background-image:url(../images/dropshadow.png);
background-repeat:repeat-x;}
.uppertext{
height: 70px;
width: 460px;
padding-right: 15px;
padding-top: 9px;
}

.lowertext{
height: 140px;
width: 220px;
padding-right: 15px;
padding-top: 6px;}
h1{
font-size: 16px;
text-align: center;
font-weight: bold;
}

.wall{
margin-right: auto;
margin-left: auto;
margin-top: 90px;
height: 49px;
width: 100%;
background-color: #B2DA4E;
background-image:url(../images/wall.png);
background-repeat:repeat-x;
}

.box{
width: 200px;
height: 110px;
float: left;
border-left: 1px solid #C4C4C4;
padding-top:12px;
padding-bottom: 20px;
padding-right: 20px;
padding-left: 20px;
font-size: 13px;

}


.boxright{
width: 200px;
height: 110px;
float: right;
padding-top:12px;
padding-bottom: 20px;
padding-right: 20px;
padding-left: 20px;
border-left: 1px solid #C4C4C4;
border-right: 1px solid #C4C4C4;
font-size: 13px;

}

.boxholder{
width: 1207px;
height: 140px;
margin-right: auto;
margin-left: auto;
line-height: 16px;
}

h2{
font-size: 15px;
font-weight: bold;
margin-bottom: 7px;
text-align: center;
}

<!--Slider-->
#slider1 {
	/*width: 720px; *//* important to be same as image width */
	/*height: 300px;*/ /* important to be same as image height */
	width: 750px;
	height:300px;
	position: relative; /* important */
	overflow: hidden; /* important */
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	margin-top: 0px;
}


#slider1Content {
	width: 750px; /* important to be same as image width or wider */
/*
	position: absolute;
*/
	top: 0;
	margin-left: 0;
	z-index: 2;
}
.slider1Image {
    float: left;
    margin-left: 0px;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
	left: 0;
	/*	width: 110px !important;
	height: 280px;*/
		width: 0px !important;
	height: 0px;
	visibility: hidden;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}

.bg{
background-image: url(../images/leaves.png);
background-position-x: center;

}

.aboutpage{
height: 500px;
width: 500px;
padding: 20px;
margin-bottom: 35px;
float: left;
line-height: 21px;
background-image: url(../images/aboutusbg.png);
background-repeat: no-repeat;
padding: 30px;
padding-top: 46px;
font-size: 12px;
}

.auto{
margin-right: auto;
margin-left: auto;
width: 925px;
padding-top: 30px;
border-bottom: 3px solid #fff;
padding-bottom: 35px;
}

.testimonials{
height: 300px;
float: right;
width: 290px;
padding: 31px;
padding-top: 20px;
line-height: 19px;
font-size: 16px;
margin-top: 105px;
background-image: url(../images/testimonialsbg.png);
background-repeat: no-repeat;
}

.testimonialitem{
height: auto;
width: 600px;

}

.topbox{
width: 600px;
height: 30px;
background-image: url(../images/topbox.png);
background-repeat: no-repeat;
}

.bottombox{
width: 600px;
height: 30px;
background-image: url(../images/bottombox.png);
background-repeat: no-repeat;
}

.testimonialtext{
height: auto;
width: 540px;
background-image: url(../images/testimonialtext.png);
background-repeat: repeat-y;
padding-left: 30px;
padding-right: 40px;
line-height: 16px;
}

.slideshow-mason{
float:right;
margin-bottom: 90px;
background-image: url(../images/slideshow-bg.png);
background-repeat: no-repeat;
width: 500px;
height: 400px;
padding: 20px;
padding-left: 26px;
padding-top: 25px;
}
.slideshowbg{
background-image: url(../images/masonry-bg.png);
background-repeat: no-repeat;
}

.mason-info{
float:left;
height:300px;
width: 275px;
margin-top: 25px;
padding: 32px;
font-size: 13px;
padding-top: 11px;
line-height: 18px;
background-image: url(../images/masonry-bg.png);
background-repeat: no-repeat;
margin-left: 0px;
}
.shrubtree{
width: 340px;
height: 300px;
background-image: url(../images/shrub-tree-bg.png);
background-repeat: no-repeat;
padding: 30px;
float: right;
padding-top: 68px;

}

.asphalt{
width: 613px;
height: 960px;
background-image: url(../images/asphalt-bg.png);
background-repeat: no-repeat;
padding: 30px;
padding-top: 60px;
margin-right: auto;
margin-left: auto;
line-height: 16px;

}

.treetruck{
width: 500px;
height: 298px;
background-image: url(../images/treetruck.png);
background-repeat: no-repeat;
float:left;
margin-top: 14px;

}

.asphalttruck{
width: 500px;
height: 298px;
background-image: url(../images/asphalttruck.png);
background-repeat: no-repeat;
margin-right: auto;
margin-left: auto;
}

h3{
font-size: 14px;
color: #004a80;
font-weight: bold;
}

.snowcontainer{
width: 680px;
height: 890px;
background-image: url(../images/snow-bg.png);
background-repeat: no-repeat;
margin-right: auto;
margin-left: auto;
line-height: 16px;
}

.landscapecontainer{
width: 680px;
height: 675px;
background-image: url(../images/total-landscape-bg.png);
background-repeat: no-repeat;
margin-right: auto;
margin-left: auto;
line-height: 16px;
}
.contact{
width: 589px;
height: 290px;
background-image: url(../images/contact-bg.png);
background-repeat: no-repeat;
margin-right: auto;
margin-left: auto;
margin-bottom: 35px;
}



.footer{
height: 80px;
margin-left: auto;
width: 758px;
margin-right: auto;
color: #fff;
margin-top: 13px;
}
 .facebook{
 height: 45px;
 width: 45px;
 }

.social{
width: 1083px;
height: 45px;
margin-left: auto;
margin-right: auto;
border-right: 2px solid white;
border-left: 2px solid white;

}

.patiocontainer{
width: 680px;
height: 675px;
background-image: url(../images/patio-driveway-bg.png);
background-repeat: no-repeat;
margin-right: auto;
margin-left: auto;
line-height: 16px;
}
/*
<!--Gallery-->
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:506px; margin:50px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:500px; height:300px; padding:2px; border:1px solid #ccc; background:#000}
#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:500px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(../images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(../images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(../images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(../images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(../images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}
*/





#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:503px;
	height:300px;
	overflow:hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}
