.clear {
	clear:both;
}

body, html {
	background: #fff url(images/background.jpg) repeat-x;
	margin: 0;
	padding: 0;
}


#wrapper{
	width: 960px;
	margin: 0 auto;
	min-height: 850px;
}

#footer_wrapper {
	width: 960px;
	margin: 0 auto;
}

h1 {
   font-family: 'Fjalla One', sans-serif;
   font-size: 40px;
   font-weight: normal;
   margin-bottom: 10px;

}

h2 {
   font-family: 'Fjalla One', sans-serif;
   font-size: 24px;
   font-weight: normal;
   color: #c13f2e;
}

h3 {
   font-family: 'Fjalla One', sans-serif;
   font-size: 19px;
   font-weight: normal;
   color: #c13f2e;
   margin-bottom: -10px;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 20px;
}

a {
   color: #c13f2e;
   text-decoration: none;
}

a:hover {
   color: #c13f2e;
   text-decoration: underline;
}

a:visited {
   color: #c13f2e;
}

ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;	
}

#header {
	height: 94px;
	margin: 0;
}

#logo {
	width: 317px;
	height: 80px;
	float: left;
}

#nav {
   float:right;
   width:510px;
   font-family: 'Fjalla One', sans-serif;
   margin-top: 40px;
   font-weight: normal;   
}

#nav ul {
   margin:0;
   padding:0;
}
#nav ul li {
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
}
#nav ul li a {
   font-family: 'Fjalla One', sans-serif;
   font-weight: normal;   
   color: #ff5d5d;
   padding: 0px 31px 0px 0px;
   text-decoration:none;
   font-size: 19px;
}

#nav ul li a:hover {
	color: #fff;
}

#nav ul li.last a {
   font-family: 'Fjalla One', sans-serif;
   font-weight: normal;   
   color: #ff5d5d;
   padding: 0px 0px 0px 0px;
   text-decoration:none;
   font-size: 19px;
}

#nav ul li.last a:hover {
	color: #fff;
}

#slider {
	background: url(images/slider_bg.jpg) no-repeat;
	width: 960px;
	height: 329px;
	margin-top: 40px;	
}

.slider_text {
	padding: 10px 35px 20px 35px;
	width: 520px;	
}

#top_image_contact {
	background: url(images/contact_image.jpg) no-repeat;
	width: 960px;
	height:	168px;
	margin-top: 40px;	
}

#top_image_services {
	background: url(images/services_image.jpg) no-repeat;
	width: 960px;
	height:	168px;
	margin-top: 40px;	
}

#top_image_testimonials {
	background: url(images/testimonials_image.jpg) no-repeat;
	width: 960px;
	height:	168px;
	margin-top: 40px;	
}

#top_image_faqs {
	background: url(images/faqs_image.jpg) no-repeat;
	width: 960px;
	height:	168px;
	margin-top: 40px;	
}

.quote {
	background: url(images/quote.jpg) no-repeat;
	width: 194px;
	height: 46px;
}

#featured {
	margin-top: 30px;
}

.featured_box {
	width: 268px;
	background: #e8e8e8;
	border: 1px solid #b7b7b7;	
	margin-right: 23px;
	min-height: 300px;
	padding: 17px;
}

.featured_box_last {
	width: 268px;
	background: #e8e8e8;
	border: 1px solid #b7b7b7;	
	min-height: 300px;
	padding: 17px;
}

.featured_box_wrapper {
	float: left;	
}

.red_bar {
	float: left;
	background: url(images/red_bar_bg.jpg) repeat-x;
	width: 270px;
	height: 25px;	
	font-family: 'Fjalla One', sans-serif;
    font-weight: normal; 
	font-size: 17px;  
	padding: 14px 17px 17px 17px;
	color: #fff;
}

.arrow {
	margin-left: 6px;	
}

.red_bar a {
	color: #fff;	
}

#content_left {
	float: left;
	width: 600px;
	margin-right: 15px;
	margin-top: 20px;
}

#content_right {
	width: 343px;
	float: right;
	margin-bottom: 40px;
}

#content_right ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	margin: 0;	
	margin-top: 45px;
}

#content_right ul li {
	border-top: 1px solid #000;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 70px;
	list-style: none;
}

#content_right ul li img {
	float: left;
	margin-left: -43px;	
	margin-right: 15px;
}

#content_right ul li.last {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 70px;
	list-style: none;
}

#pipes {
	background: url(images/pipes.jpg) no-repeat;
	width: 960px;
	height: 95px;
	margin-top: 15px;
}

#footer {
	background: #c52f1d url(images/footer_bg.jpg) repeat-x;
	height: 165px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #fff;
}

#footer_left {
	float: left;
	margin-top: 10px;
}

#footer_left a {
	color: #fff;	
}

#footer_left p {
	color: #fff;	
}
#footer_right {
	float: right;
	margin-top: 10px;
	color: #fff;
}

#footer_right a {
	color: #fff;	
}

#footer_right p {
	color: #fff;	
}