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

#main {
	width: 950px;
	margin:0 auto;
	background-image:url(images/pipes-back.png);
	background-repeat:repeat;
	background-position: left top;
}
h1,h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#3b3b8b;
	font-weight:400;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#5d6669;
	font-weight:400px;
}
h4 {
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#3b3b8b;
	font-weight:normal;
	line-height:14px;
}
h4 span {
	font-size:18px;
	font-weight:bold;
	
}
p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5d6669;
}

#header {
	width: 100%;
	height:233px;
	background-image:url(images/header.png);
		
}

#content {
	width:767px;
	margin: 0 auto;

	
}

#tab {
	width:100%;
	height:27px;
	background-image:url(images/tab-bottom.png);
	background-repeat: no-repeat;
	background-position: top;
}

#body {
	width:100%;
	background-color:#FFF;
}

.col1 {
	width:330px;
	float:left;
	padding:20px;
}
.col1 img {
	width:294px;
	height:161px;
}

.col2 {
	width:330px;
	float:right;
	padding:20px;
}
#contact a{
	text-decoration:none;
	color:#3a3b8b;

}
#services {
	background-color:#c6c7f2;
	padding-top:3px;
	padding-bottom:10px;
	padding-left:25px;
}
#services ul {
	list-style:disc;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5d6669;
}
#services ul li {
	list-style-image:url(images/bullet.png);
	padding-top:10px;
}
#footer {
	width:100%;
	height:86px;
	background-color:#dadcdd;
	clear: both;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5d6669;
	vertical-align:middle;
}
.footer-left {
	width:300px;
	float:left;
	padding-left:31px;
	padding-top:20px;

}
.footer-right {
	width:200px;
	float:right;
	text-align:right;
	padding-right:31px;
	padding-top:20px;

}
.footer-right a {
	text-decoration:none;
	color:#3a3b8b;
}
