﻿/* ============================= General Styles ====================== */
html {
	margin:0;
	padding:0;
}
body {
	font-family:"Arial", Times, serif;
	font-size: 15px;
	text-align:center;
	margin:0;
	padding:0;
	background:#fff url('images/bg-body.png') repeat-x;
}

h1 {
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #716351;
}
h2 {
	margin:0 0 0 7px;
	color:#c00000;
	font-size:25px;
}

img {
	border:0px;
	margin: 3px;
	margin-top: 0px;
}

a {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
/* ============================= Container ====================== */

#container {
	width:100%;
	margin:0 auto;
	text-align:left;
}
/* ============================= Header ====================== */
#header {
	width: 980px;
	height: 147px;
	margin: auto;
	padding: 5px;
}
#header .logo {
	width:auto;
	float:left;
	border: 1px solid #CCCccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	margin-left: 25px;
	-moz-box-shadow: 2px 3px 10px #000;
	box-shadow: 2px 3px 10px #000;
	-webkit-box-shadow: black 2px 3px 10px;
	background:#000;
}

.sm_menu ul{
	list-style:none;
	float:right;
	padding:6px;
	margin: 5px;
	border:1px solid;
	border-radius:5px;
	background-color:#CCCCCC;
}
.sm_menu li{
	float:left;
	margin: 0 3px 0 0;
	font-size: 13px;
	padding:4px;
	background-color:#e9e9e9;
	width: 85px;
	text-align: center;
}
.sm_menu a{
	text-transform:uppercase;
}

.action {
	margin-top: 5px;
	float: right;
	width: 250px;
	text-align: center;
	background-color: #BE1F92;
	padding: 10px;
	border: 1px solid #CCCccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
  	margin-left: 75px;
	text-shadow: black 1px 1px;
  -moz-box-shadow:    2px 3px 10px #000;
   box-shadow:        2px 3px 10px #000;
   -webkit-box-shadow: black 2px 3px 10px;


  }
.action p {
	margin:4px;
}
.action a {
	text-transform:uppercase;
	color:#FFFCEA;
	font-weight:bold;
}
.number {
	margin-top:5px;
	font-size:34px;
		color: #ffffff;
	text-shadow: black 2px 2px;	
}
#header .top-menu {
	width:980px;
	margin: 11px 0 5px 0;
	float: left;
	background: #000;
}

.social{
	margin-top: 3px;
	margin-right: 17px;
	height: 35px;
	float: right;
}
.social img{
margin-right:5px;	
}

/* ============================= pgbody ====================== */

#pgbody {
	width:980px;
	margin:auto;
}
#right {
	width:268px;
	height:335px;
	float:right;
	margin-left: 3px;
	margin-top: 2px;
}

.cta{
	-webkit-box-shadow: black 2px 3px 10px;
	-webkit-border-radius: 4px;
	-moz-box-shadow:    2px 3px 10px #000;
    box-shadow:        2px 3px 10px #000;

}
/* ============================= Content ====================== */

#content p {
	line-height:1.2em;
	font-size:13px;
	text-align: justify;
	clear: none;
	margin-left: 0;
	margin-top: 20px;
}
#content {
	clear: both;
	width: 900px;
	color:#2b2b2b;
}
#content .dealer {
	width: 420px;
	height: 250px;
	float: left;
}
#content .dealer p {
	float: left;
	font-size: 14px;
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: normal;
	margin: 0 auto;
	padding: 0 10px;
}

.mid-page{
	width: 990px;
	background: #fff;
	clear: both;
	margin: auto;
	margin-top: 7px;
	-webkit-box-shadow: black 2px 3px 10px;
	-webkit-border-radius: 4px;
	  -moz-box-shadow:    2px 3px 10px #000;
   box-shadow:        2px 3px 10px #000;

}
.mid-page .col {
	width: 24%;
	float: left;
	padding: 8px;
	margin: 11px;
	background: #fff;
	-webkit-box-shadow: black 2px 3px 10px;
	-moz-box-shadow: 2px 3px 10px #000;
	box-shadow: 2px 3px 10px #000;
}

.mid-page .col-3 {
	width: 68%;
	float: left;
	min-height: 241px;
	padding: 8px;
	margin: 8px;
	background: #fff;
	-webkit-box-shadow: black 2px 3px 10px;
  -moz-box-shadow:    2px 3px 10px #000;
   box-shadow:        2px 3px 10px #000;

}
.mid-page .col-4 {
	width: 95%;
	float: left;
	min-height: 241px;
	padding: 5px;
	margin: 5px;
	text-align:justify;
}

.svc-svc img{
border:2px solid #000;	
}

.svc-svc b{
font-size:21px;	
margin:0 auto;
}
.svc-svc p{
margin-left:0px;	
}

.svc-svc a{
color:#666;	
}
/* ============================= Footer ====================== */
#footer-wrapper {
	width: 100%;
	height: 198px;
	background: #000000;
	float: left;
	margin-bottom: 10px;
}

#footer {
	width: 980px;
	clear: both;
	margin: auto;
	margin-top: 20px;
	background-color: #000001
 ;
}
#footer h2 {
	color: #980e1d;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align:left;
	margin-top:7px;
}
#footer ul {
	list-style: none;
	text-align: left;
	margin-top: 15px;
}
#footer li {
	line-height:20px;
	
}
#footer a {
	color: #999;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:hover {
	color: #b3977e;
}
#footer .col {
	width: 22%;
	float: left;
	height: 230px;
	padding: 3px;
	margin: 11px;
	background-color: white;
}
.address{
	padding:5px;
	}

/* ============================= blog footer ====================== */

.$bs-recent-posts-widget {margin:10px 0px;padding:0px;}
.ybr li  {border-bottom:0px #cccccc dotted; padding:0px 0px 10px 0px!important;}
.pipesTitle {padding-top:0px;}
.pipesDescription {display:true;}
.pipesThumbnail {display:none!important;}
.ycdr {background:transparent url(http://3.bp.blogspot.com/-oxTuqVj1ziA/T6P6wtxqsgI/AAAAAAAACBE/wWR0bb2gfuE/s1600/logo.png) 0px 0px no-repeat; padding: 1px 0px 0px 19px; height:14px; margin: 4px 0px 0px 0px;line-height:14px;}
.ycdr, .ycdr a {color:#999999;}
.widget .popular-posts ul {padding-left:0;}
/* ============================= blog footer ====================== */


#galfooter {
	width: 500px;
	margin: 0;
	clear: left;
	float: left;
}
#galfooter p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #4d4d4d;
	margin: 0;
	padding: 0;
	padding-bottom:10px;
}
#galfooter a {
	font-size: 11px;
	color: #4d4d4d;
}
strong {
	color: #4d4d4d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	float: right;
	margin: 0;
	padding-top:12px;
}
.clear{
	clear:both;
	width:100%;
	height:5px;
}
/* ZIPCODE PAGES
	********************************/
#towns {
	width: 700px;
	height: auto;
	overflow: hidden;
	clear: left;
	float: left;
	padding: 10px 0 10px 5px;

}
#towns .zipcodes a{
	color:#000;
}

#towns .zipcodes a:hover{
color:#666;	
}

#towns h3 {
	font-size:18px;
	line-height:1.4em;
}
#towns .col ul {
	list-style: none;
	padding-left: 10px;
}
#towns .col ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#zipcodes {
	width: 670px;
	height:300px;
	margin: 15px;
	margin-left:5px;
	text-align:left;
	float:left;
	font-size:12px;
	line-height:1.6em;
	font-family:Arial, Helvetica, sans-serif;
	overflow: auto;
}

#zipcodes .zipcodes {
	width:320px;
	float:left;
}

.gallery img{
	margin: 6px;
	border: 1px solid #021a40;
	width: 202px;
}
#contactForm{
	float:left;
	width:45%;
	margin-left:25px;
}

.label{
	width:150px;
	float:left;
}
input{
	float:left;
}
textarea{
	float:left;
}
iframe{
	width:300px;
	height:250px;
	float:right;
	margin: 5px 15px 0 0;
	}
	
	
#locallnk {
	list-style:none;
	float:left;
	clear:both;
	width:100%;

}
.local-itm{
	width:45%;
	float:left;
}
.twn_box{
	width:45%;
	float:left;
	margin:5px;
	}
	.sld ul{
		font-size:12px;
		margin-left: -15px;
	}
.svcs{
		width: 720px;
		margin-left: -35px;
	}
.svcs ul{
	list-style:none;
	}
	
.svcs li{
	width:150px;
	height:150px;
	margin:5px;
	padding:4px;
	float:left;
	text-align:center;
	border:thin;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: black 2px 3px 10px;
	}
.affil {
	float: left;
	margin: 15px 0px 0px 30px;	
	border: 1px solid #CCCccc;
	padding:3px;
}
#man_slides iframe{
	width:100%;
	height: 80px;
	float: right;
	margin: 10px 0px 0 0;
}
.clients{
	color: white;
	margin: 10px 1px -30px 0px;
	background: #be9c7e;
	z-index: 1;
	position: absolute;
	padding: 3px;
}
.svc{
	width: 29%;
	height: 315px;
	background: white;
	float: left;
	margin: 6px;
	padding: 5px;
	-moz-box-shadow: 2px 3px 10px #000;
	box-shadow: 2px 3px 10px #000;
	-webkit-box-shadow: black 2px 3px 10px;
	border: 1px solid #CCCccc;
	border-radius: 10px;
}
.coupon{
	float:right;
	margin:8px;
}
.lnkcol{
	margin-left:45px; 
	width:260px;	
	font-size:12px;
	float:left;
	padding: 8px;
	margin: 11px;
	background: #fff;
	-webkit-box-shadow: black 2px 3px 10px;
	-moz-box-shadow: 2px 3px 10px #000;
	box-shadow: 2px 3px 10px #000;
}
.col-3 p a{
    color: #840101;
}
.col-3 .pimg{
    float: right;
    margin: 18px 1% 10px;
    border: 1px solid #a9a9a9;
}
@media only screen and (max-width: 767px) {
	body {
		background: black;
	}
	
	#mid-banner {
		width: 100%;
		margin: 0 auto;
		clear: both;
		height: auto;
		/* 
		display: none; 
		*/
	}
	
	.slide {
		width: 100%;
	}
	
	#slider {
		width: 100% !important;	
		height: 300px !important;
		background-size: 100% 100% !important;
	}
	
	#slider img {
		width: 100%;
	}
	
#container {
		width: 100%;
		height: auto;
	}
h2 {
margin-bottom: 0;
margin-top: 0;
margin-left: 7px;
color: #c8180d;
padding: 0;
font-size: 18px;
font-weight: normal;
}
	#header {
		width: 100%;
		height:335px;
		margin: 0 auto;
	}
/* replace text for  mobile*/
	#header .logo {
	width: 100%;
	float: none;
	margin: 1px;
	}	
	#header .logo img {
		width: 90% !important;	
		border: 1px solid #CCCccc;
		border-radius: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
		margin-left:16px;
	}
	.sm_menu	{
		display:none;
	}
		
	.number {
		margin-top: 5px;
		font-size: 34px;
		color: #FFFEE0;
	}
.social {
	height: 45px;
	float: right;
	margin-right: 8px;
	}
.social img{
	margin-top: 9px;
	width: auto !important;
	}
#header	.top-menu {
		width: 100%;
		padding-top: 7px;
		padding-bottom: 7px;
		margin:auto;
		clear:both;
	}
	
	.action {
		padding-top: 8px;
		float: right;
		width: 89%;
		text-align: center;
		background-color: #000000;
		margin: 9px 6px 5px 0px;
	}
		
	#pgbody {
		height: 100%;
		margin: auto;
		clear: both;
	}
	
	#right {
		width: 100%;
		height: auto;
		float: right;
		margin-left: 3px;
		margin-top: 2px;
		border-style: solid 1px;
	}
	#right img{
		width: 31%;
	}
	.mid-page {
		width: 95%;
		clear: both;
		margin: auto;
		margin-top: 10px;
		background: #fff;
		-webkit-box-shadow: black 2px 3px 10px;
		-webkit-border-radius: 4px;
	    -moz-box-shadow:    2px 3px 10px #000;
  		 box-shadow:        2px 3px 10px #000;

	}
	.mid-page .col {
		width: 90%;
		float: left;
		height: auto;
		padding: 3px;
		margin: 11px;
		background-color: #d4d0c8;
		-webkit-box-shadow: black 2px 3px 10px;
		-moz-box-shadow:    2px 3px 10px #000;
 		box-shadow:        2px 3px 10px #000;
		clear:both;
	}
	
	.mid-page .col img{
		width: 97%;
	}
	
	.mid-page .col-3 {
		width: 89%;
		float: left;
		height: auto;
		padding: 7px;
		margin: 8px;
		background-color: #d4d0c8;
		-webkit-box-shadow: black 2px 3px 10px;
		-moz-box-shadow:    2px 3px 10px #000;
		box-shadow:        2px 3px 10px #000;
		clear:both;
	}

	.mid-page .col-3 p {
		text-align:justify;
	}
	.mid-page .col-3 img{
		width: 98%;
	}
	.sld{
		font-size:12px;
	}
	.sld h3{
		font-size:14px;
		margin:2px;
		padding:2px;
	}
.mid-page .col-4 img {
	width: 97%;
	float: left;
	margin: auto;
	text-align:justify;
}


	#content {
		width: 100%;
		margin: 0 auto;	
	}
	#footer-wrapper {
		height: auto;
		clear: both;
	}
	#footer {
		width: 87%;
		height: auto;
		margin-left: 17px;
	}
#footer .box {
	width: 100%;
	height: auto;
	float: none;
	clear:both;
}
#footer a {
	color: #999;
	font-weight: normal;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer .box.first {
width: 100%;
}	
#footer .box.third {
	width: 100%;
	height: auto;
	clear:both;
}

#galfooter {
width: 100%;
margin: 0;
clear: left;
float: left;
margin-top:60px;
}
#galfooter a{
font-size:12px;
}

	strong {
		float: left;
		clear: left;	
	}
	
#content p {
line-height: 1.2em;
font-size: 14px;
text-align: justify;
clear: both;
margin-left: 0;
margin-top: 20px;
}

#contactForm {
		width: 100%;	
	}
.svc-svc {
float: left;
margin-right: 10px;
width: 90%;
margin-bottom: 10px;
}
.svc-svc img {
	border: 2px solid #000;
	width:100%;
}
#footer .col {
	width: 90%;
	float: left;
	height: auto;
	padding: 3px;
	margin: 11px;
	background-color: white;
	clear:both;
}

#towns {
width: 98%;
height: auto;
overflow: hidden;
clear: left;
float: left;
padding: 10px 0 10px 5px;
}

#zipcodes {
width: 98%;
text-align: left;
font-size: 11px;
line-height: 1.6em;
font-family: Arial, Helvetica, sans-serif;
}
#zipcodes .zipcodes {
width: 100%;
float: left;
clear:both;
}
h1 {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
	body {
		overflow-x: hidden;	
	}
textarea{
	float:left;
	width:225px;
}
iframe{
	width:90%;
	height:250px;
	clear:both;
	margin: 4px;
	}
#locallnk {
	list-style:none;
	float:left;
	width:100%;
	clear:both;
}
.local-itm{
	width: 100%;
	float: left;
	clear: both;
	margin-left: -35px;
}
.twn_box{
	width:100%;
	float:left;
	margin:1px;
	clear:both;
	}
	
.svcs {
	width: 100%;
	margin-left: -35px;
}
.svcs ul {
	width: 100%;
}
.svcs li{
	width:45%;
	height:150px;
	margin:2px;
	padding:2px;
	float:left;
	text-align:center;
	border:thin;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: black 2px 3px 10px;
	}
.affil {
	float: left;
	margin: 5px 0px 0px 5px;	
}
.pipesTitle{
	font-size:12px;
}
.svc {
	width: 90%;
	height: auto;
}
.lnkcol{
	width: 225px;
}
}
