/* Import the basic stylesheets
--------------------------------------*/

@import url(/css/global.css);
@import url(/css/screen.css);

body {
	background: url(../images/homepage-bg.jpg) repeat-x #3686DF;
	}

/* Feature Section of Homepage
-------------------------------------------*/	

div#homepage_feature {
	height: 421px;
	position: relative;
	background: url(../images/homepage-feature.jpg) no-repeat;
	}
	
div#homepage_feature h2 {
	text-indent: -3000px;
	}
	
div#homepage_feature p.contact_btn {
	position: absolute;
	width: 285px;
	height: 97px;
	top: 305px;
	left: 600px;
	overflow: hidden;
	}
	
div#homepage_feature p.contact_btn a {
	display: block;
	position: relative;
	height: 100%;
	padding-top: 98px;
	background: url(../images/homepage-contact-btn.jpg) no-repeat 0 0;
	}
	
div#homepage_feature p.contact_btn a:hover {
	background-position: 0 -97px;
	}
	
/* Left column
------------------------------------*/

div#left_col {
	width: 520px;
	float: left;
	}
	
div#left_col h2 {
	margin-bottom: 20px;
	}
	
div#left_col dl {
	padding-left: 100px;
	height: 80px;
	overflow: hidden;
	vertical-align: middle;
	}
	
div#left_col dd {
	line-height: 120%;
	}
	
dl#jetting {	
	background: url(../images/icon-cleaner.png) no-repeat;
	}
	
dl#video {
	background: url(../images/icon-camera.png) no-repeat;
	}
	
dl#locating {
	background: url(../images/icon-locator.png) no-repeat;
	}
	
dl#grease {
	background: url(../images/icon-grease.png) no-repeat;
	}
	
/* Right column
-------------------------------------*/
	
div#right_col {
	margin-left: 540px;
	border-left: 1px solid #fff;
	padding-left: 35px;
	}
	
div#right_col h2 {
	margin-bottom: 20px;
	}
