* {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	margin:0;
	padding:0;
	background:url(images/bkgrd.gif) top repeat-x #395d02;
}



#wrap {
	width:1004px;
	margin:0 auto;
}

#top {
	height:133px;
	background:url(images/top.png) no-repeat center top;
}

#nav {
    width:1004px;
    height:46px;
    margin:0 auto;
}

#nav a {
    display:block;
    height:46px;
    margin:0;
    padding:0;
    float:left;
    background:url(images/navbtns.gif);
}

#nav a.item1 {
    width:229px;
    background-position:-0px 0px
}
#nav a:hover.item1 {
    background-position:-0px -46px
}
#nav a.item2 {
    width:226px;
    background-position:-229px 0px
}
#nav a:hover.item2 {
    background-position:-229px -46px
}
#nav a.item3 {
    width:226px;
    background-position:-455px 0px
}
#nav a:hover.item3 {
    background-position:-455px -46px
}
#nav a.item4 {
    width:226px;
    background-position:-681px 0px
}
#nav a:hover.item4 {
    background-position:-681px -46px
}
#nav a.item5 {
    width:59px;
    background-position:-907px 0px
}
#nav a:hover.item5 {
    background-position:-907px -46px
}
#nav a.item6 {
    width:38px;
    background-position:-966px 0px
}
#nav a:hover.item6 {
    background-position:-966px -46px
}

#header {
	height:264px;
}

#estimate {
	height:97px;
	background:url(images/estimate.gif) no-repeat left;
}

#estimateform {
	display:block;
	float:right;
	width:825px;
	height:45px;
	margin-top:26px;
}

#estimateform select{
	width:158px;
	height:45px;
	line-height:45px;
	float:left;
	margin-left:5px;
	padding:0 5px!important;
}

#estimateform input{
	width:142px;
	height:41px;
	line-height:41px;
	float:left;
	margin-left:5px;
	padding:0 5px!important;
}

#submit {
	height:45px!important;
	line-height:45px!important;
	border-radius:0!important;
	background:#095a24;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	border:none;
	cursor:pointer;
}

#submit:hover {	
	background:#627f1a;
}

#body-main {
	background:#FFF;
	padding:30px;
}

#footer {
	background:#000;
}

h1 {
	margin-top:0;
	color:#030;
	font-size:23px;
}

.slideshow {
	width:732px;
	float:left;
}

#rightside {
	width:272px;
	float:left;
}
#footer {
	background:#69c113;
	color:#fff;
	padding:3px;
}
.footer-text {
	font-family:Calibri, Verdana, Geneva, sans-serif; 
	font-size:12px;
	color:#000;
	padding:0px;
	
}
a:link {
	color:#095a24;
	text-decoration:none;
	
}
a:active {
	color:#095a24;
	text-decoration:none;
}
a:visited {
	color:#095a24;
	text-decoration:none;
}
a:hover {
	color:#095a24;
	text-decoration:underline;
}