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

* {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

body {
	text-align: center;
	background: #5f5f5f url(../images/bg_tile.jpg) top center repeat-x;
	color:  #FFF;
	font: normal 12px Arial, Helvetica, sans-serif;
	
}

.container {
	width: 737px;
	margin: 0 auto;
	background-color: #1b1b1b;	
	padding: 5px 5px 5px 5px;
	border: 1px solid #666666;
	margin-bottom: 10px;
}

.top {
	width: 734px;
	height: 403px;
	background: url(../images/top_bg.jpg) no-repeat;
	margin: 0 auto;
	text-align: left;
	position: relative;
	margin-top: 85px;
}

.branding {
	position: absolute;
	width: 241px;
	height: 134px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	top: -65px;
	left: 0px;
}

.texts {
	position: absolute;
	width: 362px;
	height: 81px;
	background: url(../images/headers.jpg) no-repeat;
	text-indent: -9999px;
	top: 75px;
	left: 50px;
}

.top_links {
	display: block;
	position: absolute;
	width: 103px;
	height: 39px;
	top: 200px;
}

.home {
	
	left: 10px;
}



.about_us {
	
	left: 130px;
}


.services {
	
	left: 255px;
}



.contact_us {
	
	left: 380px;
	width: 111px;
}


.coverage {
	left: 510px;
}


.links {
	left: 630px;
}


.sub_services {
	display: block;
	position: absolute;
	width: 152px;
	height: 108px;
	top: 265px;
}

.bracket {
	position: absolute;
	left: 100px;
	top: 231px;
}
.site {
	left: 20px;
}

.mobile {
	left: 200px;
}	

.tank {
	left: 385px;
}

.delivery {
	left: 560px;
}


.bottom {
	padding: 5px;
}

.footer {
	width: 500px;
	height: 40px;
	margin: 0 auto;
	text-align:center;
}

.footer p {
	line-height: 16px;
}
.footer a {
	color: #FFF;
	text-decoration:underline;
}


