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


body{
	background-image:url(images/topgradient.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
    font-family:"Century Gothic", Arial, Georgia;
	font-size:14px;
	text-align:center;
}

h1{
	color:#069;
}

#container{
	background-image:url(images/pagefill.jpg);
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align:left;
	margin-bottom:200px;
	width:780px;
}

#footer{
	bottom:0px;
	height:100px;
	background-image:url(images/bottomrepeat.jpg);
}

#nav{
	background-image:url(images/nav.jpg);
	margin-left:50px;
	margin-top:20px;
	width: 167px;
	height: 318px;
	float:left;
}

#nav_buttons{
	padding-top:14px;
	padding-left:5px;
}

#home{background-image:url(images/home.jpg);height:27px;width:155px;}
#home:hover{background-position:0 -27px;}
#about{background-image:url(images/about.jpg);height:28px;width:155px;}
#about:hover{background-position:0 -28px;}
#commercial{background-image:url(images/commercial.jpg);height:28px;width:155px;}
#commercial:hover{background-position:0 -28px;}
#residential{background-image:url(images/residential.jpg);height:28px;width:155px;}
#residential:hover{background-position:0 -28px;}
#pressure{background-image:url(images/pressure.jpg);height:31px;width:155px;}
#pressure:hover{background-position:0 -31px;}
#abseiling{background-image:url(images/abseiling.jpg);height:27px;width:155px;}
#abseiling:hover{background-position:0 -27px;}
#contact{background-image:url(images/contact.jpg);height:30px;width:155px;}
#contact:hover{background-position:0 -30px;}
#photos{background-image:url(images/photos.jpg);height:28px;width:155px;}
#photos:hover{background-position:0 -28px;}

.content{
	float:left;
	width:450px;
	padding:30px;
}

.bottom_contact{
	margin-top:-40px;
margin-left:145px;	
}

.footer_text {
font-size:10px;
padding-top:45px;
}
.orangetext{
	color:#F60;
}

#form{
	padding-bottom:40px;
}




