body {
	margin: 0px;
	padding: 0px;
	color: #3a3430;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	line-height:1.5em; 
	background-color: #e1e1e1;
}

ul {
	margin: 0;
}

a, a:link, a:visited {
	color: #2d607f;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.text-bold {
	font-weight:bold;
}

p { margin: 0px; padding: 0 0 10px 0; }
img { border: none; }

h1 { font-size: 40px; font-weight: bold; margin: 0 0 30px 0; padding: 5px 0; color: #000; }
h2 { font-size: 28px; font-weight: normal; line-height: 28px; margin: 0 0 30px 0; padding: 0; color: #000; }
h3 { font-size: 21px; margin: 0 0 20px 0; padding: 0; padding: 0; color: #000; }
h4 { font-size: 18px; font-weight: normal; margin: 0 0 20px 0; padding: 0; color: #000; }
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; color: #333; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0;}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r30 { margin-right: 30px; }
.margin_b20 { margin-bottom: 20px; }

.vertical_divider { background: url(images/vertical_divider.jpg) repeat-y right;  }
.horizon_divider {  background: url(images/hor_divider.jpg) repeat-x bottom; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.image_wrapper {
	display: inline-block;
	padding: 8px;
	border: 1px solid #999;
	background: #ffffff;
	margin-bottom: 10px;
}

.image_wrapper2 {
	display: inline-block;
	padding: 4px;
	border: 1px solid #999;
	background: #ffffff;
	margin-bottom: 10px;
}

.fl_img {
	float: left;
	margin: 3px 30px 15px 0;
}
.fr_img {
	float: right;
	margin: 3px 0 15px 15px;
}

.img-250px img {
	width: 250px;
}

blockquote { font-style: italic; margin-left: 10px;}
cite { font-weight: bold; }
cite span { color: #2d607f; }
em { color: #bf4300; }

.list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.list li {
	background: transparent url(images/list.png) no-repeat 0 0px;
	margin:0 0 10px;
	padding:0 0 0 25px;
	line-height: 20px;
}

.list li a {
	text-decoration: none;
}

.list li a:hover {
	text-decoration: underline;
}

.button a {
	clear: both;
	display: block;
	width: 100px;
	height: 27px;
	padding: 5px 0 0 22px;
	margin-top: 15px;
	background:  url(images/button.png) no-repeat;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
img.button {
	clear: both;
	display: block;
	width: 100px;
	height: 27px;
	margin-top: 15px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button_custom {
	margin-top: 30px;
}

.button a:hover {
	background: url(images/button_hover.png) no-repeat;
}

#header_wrapper {
	width: 100%;
	background: #f3f3f3;
	height: 200px;
}

#header {
	width: 990px;
	height: 200px;
	padding: 0;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat;
}

#header  #site_title {
	float: left;
	width: 400px;
	padding: 35px 0 0 40px;
}

#header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#header  #site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 38px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#header  #site_title h1 a span {
	display: block;
	margin-top: 5px;
	margin-left: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#header_phone_no {
	float: right;
	padding-right: 40px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding-top: 60px;
}

#header_phone_no span a {
	font-size: 30px;
	color: #ef7716;
}

/* menu */

#menu {
	clear: both;
	width: 940px;
	height: 90px;
	padding: 3px 25px;
	background: url(images/menu.png) no-repeat;
}

#menu #home_menu a {
	float: left;
	display: block;
	width: 46px;
	height: 46px;
	margin-right: 40px;
	background: url(images/home.png) no-repeat;
}

#menu #home_menu a:hover {
	background: url(images/home_hover.png) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	float: left;
	display: block;
	height: 27px;
	padding: 2.5px 0 0 0;
	margin: 0 15px 0 0 ;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #fff;	
	font-weight: bold;
	outline: none;
	border: none;
}

#menu ul li a:hover, #menu ul li .current {
	color: #fec823;
}

/* end of menu */

#middle_wrapper1 {
	width: 100%;
	background: url(images/banner.jpg) repeat-x;
	height: 280px;
}

#middle_wrapper2 {
	width: 100%;
	height: 280px;
	background: url(images/banner_wrapper.jpg) no-repeat top center;
}

#middle {
	width: 900px;
	height: 220px;
	padding: 30px 45px;
	margin: 0 auto;
	color: #c5dcea;
	font-size: 20px;
	background: url(images/banner_wrapper.jpg) center top no-repeat;
}

#middle h1 {
	color: #fff;
	font-size: 50px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #555;
	font-weight: normal;
	padding: 50px 0 0 0;
}

#middle h1 span {
	font-size: 30px;
	color: #fec821;
	margin-left: 30px;
}

#middle  p {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px;
}

#middle a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#middle a span {
	color: #fec821;
}

#middle a:hover {
	color: #fec821;
}

/* main */

#main {
	clear: both;
	width: 900px;
	padding: 45px;
	margin: 0 auto;
}

#img-plumbing-1 {
	width: 200px;
}

#content {
	float: right;
	width: 600px;
}

.col_w270 {
	width: 270px;
}

.col_w250 {
	width: 250px;
}

.col_w190 {
	width: 190px;
	padding-right: 40px;
}

.services_section {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.services_section .ss_left {
	float: left;
	width: 80px;
}

.services_section .ss_left img {
	width: 80px;
	height: 80px;
}

.services_section .ss_right {
	float: right;
	width: 500px;
}

.price {
	color: #000;
	font-size: 16px;
}

.price span {
	font-size: 20px;
	color: #C00;
}

#sidebar {
	float: left;
	width: 240px;
}

#contact_form {
	float: left;
	width: 400px; 
	padding: 0px;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
	/*border:1px solid #e2d1be;
	padding: 20px 20px 10px 20px; */
}

#contact_form form .input_field {
	width: 300px;
	padding: 5px;
	background: #d1d1d1;
	border: 1px solid #b7aeae;
	color: #333; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form label {
	display: block;
	width: 100px;
	font-size: 14px;	
	margin-right: 10px;
}

#contact_form form textarea {
	width: 388px;
	height: 200px;
	background: #d1d1d1;
	border: 1px solid #b7aeae;
	padding: 5px; 
	color: #333; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form .submit_btn {
	margin-left: 50px;
	width: 122px;
	height: 32px;
	border: none;
	color: #fff;
	cursor: pointer;
	margin: 10px 0;
    padding: 5px 14px;
	background: url(images/button.png) no-repeat;
}

#contact_form form .submit_btn:hover {
	background: url(images/button_hover.png) no-repeat;
}

/* end of main */

/* footer */

#footer_wrapper {
	width: 100%;
	border-top: 1px solid #fff;
	padding-top: 1px;
	background: #28556e; 
}

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 20px 35px;
	text-align: center;
	color: #8ab6d1;
}

#footer a {
	color: #b4d8ee;
}

#map {
    width: 500px;
    height: 225px;
    float: left;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    -moz-box-shadow: 0px 5px 20px #ccc;
    -webkit-box-shadow: 0px 5px 20px #ccc;
    box-shadow: 0px 5px 20px #ccc;
}


/* Services */

.services-item img {
	margin:5px;
}

.img-200height {
	height:200px;
}

.img-fullwidth {
	width:100%;
}

.img-50width {
	width:45%;
}