*{
	margin: auto;
	padding: 0;
}
.content-full-width{
	width:960px;
	position: relative;
}
.clear{
	clear:both;
}
.centered{
	text-align: center;
}
.float-left{ float: left;}
.float-right{
	float: right; 
	margin-left: 30px;
}
/* RESPONSIVE SLIDER */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  text-align: center;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  /*height: auto;*/
  float: left;
  /*width: 100%;*/
  border: 0;

  width: auto;
  max-width: none;
}

#header{
	width: 960px;
	padding-top: 20px;
	position: relative;
}
#logo{
	float: left;
	margin-right: 20px;
}
#header-contact-info{
	float: left;
}
#header-contact-info p{
	color: #5da0df;
	font: 16px Open Sans, Arial, helvetica, sans-serif;
	margin-bottom: 10px;
}
#header-contact-info p span{
	font-size: 32px;
	font-weight: 700;
}
#header-social-media{
	position: absolute;
	right: 280px;
	bottom: 70px;
}
#header-social-media a{
	font-size: 50px;
	text-decoration: none;
	color: #5da0df;
}
#header-carrier-logo{
	position: absolute;
	right: 0;
	top: 0;
}
/*---NAVIGATION---*/
#nav {
	margin-top: 20px;
	padding: 10px 0;
	background:#0055a5;
	border-radius: 2px; -webkit-border-radius: 2px;
}
#nav > li{
	position: relative;
	display: inline;
}
#nav > li > a{
	font: 600 16px Open Sans, Arial, helvetica, sans-serif;
	padding: 0 10px;
	margin: 0 5px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
#nav > li > a:hover{
	color: #bedfff;
}
/*---------------*/
#featured{
	min-height: 300px;
}
#featured h1{
	font: 600 36px Open Sans, helvetica, Arials, sans-serif;
	margin-bottom: 20px;
}


/*layout*/
.col-group{
	margin: 30px 0;
}
.col-main, .col-side, .col-third, .col-two-third, .col-half{
	float: left;
	padding: 20px 0;
}
.col-spacer{
	margin-right: 2%;
}
.col-single{
	width: 100%;
}
.col-third{
	width: 32%;
}
.col-two-third{
	width: 64%;
}
.col-half{
	width: 49%;
}
.col-main{
	width: 70%;
}
.col-side{
	width: 28%;
}
.content-block h1{
	font: 600 32px Open Sans, Arial, helvetica, sans-serif;
	color: #30506e;
	margin-bottom: 30px;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
}
.content-block h2{
	font: 600 24px Open Sans, Arial, helvetica, sans-serif;
	color: #30506e;	
	margin-bottom: 10px;
}
.content-block h3{
	font: 600 20px Open Sans, Arial, helvetica, sans-serif;
	color: #30506e;	
	margin-bottom: 10px;
}
.content-block h4{
	font: 600 18px Open Sans, Arial, helvetica, sans-serif;
	color: #b62525;
	margin-bottom: 10px;
	background: #f1f1f1;
	padding: 5px;
}
.content-block p{
	font: 16px/1.5 Open Sans, Arial, helvetica, sans-serif;
	margin-bottom: 30px;
	color: #444;
}
.content-block p a, .content-block li a{
	color: #0055a5;
}

.content-block ul, .content-block ol{
	margin: 0 0 15px 30px;
	padding-bottom: 15px;
}
.content-block li{
	font: 16px/1.4 Open Sans, Arial, helvetica, sans-serif;
	margin-bottom: 5px;
	color: #444;
}
.product-specs{
	background: #fcfcfc;
	border-radius: 3px; -webkit-border-radius: 3px;
}
.product-specs li{
	font-size: 14px;
	padding: 0 20px;
}
.featured-quote{
	font: italic 36px/1.4 Open Sans, Arial, helvetica, sans-serif!important;
	color: #75aee4!important;
}
#sidebar-main-action-call{
	background: #5da0df url("../images/main-action-call-bg.png") no-repeat bottom right;
	padding: 20px;
	height: 280px;
}
#sidebar-main-action-call h2{
	font: 600 28px/1.1 Open Sans, Arial, helvetica, sans-serif;
	color: #fff;
	margin-bottom: 30px;
	text-transform: uppercase;
}
#sidebar-main-action-call a{
	background: #23c31a;
	font: 600 20px Open Sans, Arial, helvetica, sans-serif;
	color: #fff;
	display: block;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#sidebar-main-action-call a:hover{
	background: #209e19;
}
#emergency-services-sidebar{
	padding: 10px 20px;
	background: #e74242;
	margin-bottom: 20px;
}
#emergency-services-sidebar p{
	color: #fff;
	margin-bottom: 10px;
}
#emergency-services-sidebar h2{
	font: 600 30px Open Sans, Arial, helvetica, sans-serif;
	color: #fff;
	margin: 0;
}
#service-request{
	background: #23c31a;
	font: 600 24px Open Sans, Arial, helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 5px 0;
}
#service-request:hover{
	background: #209e19;
}
#specials{
	border: 3px dashed #ed5555;
	padding: 20px;
	margin-bottom: 20px;
}
#specials h2{
	color: #ed5555;
	font-weight: 700!important;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 2px solid #fac6c6;
	margin-bottom: 20px!important;
}
#credentials{
	text-align: center;
	padding-bottom: 20px;
}
.location-details{
	padding: 15px 0 0 15px;
}
.location-box{
	margin-bottom: 20px;
	background: #f1f1f1;
}
#footer{
	background: #5da0df;
	padding: 30px 0;
}
#footer-logo{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
#footer p{
	font: 14px Open Sans, Arial, helvetica, sans-serif;
	margin-bottom: 10px;
	color: #fff;
}
#footer-contact-info p span{
	font-size: 30px;
	font-weight: 600;
}
#footer p a{
	font-weight: 600;
	color:#fff;
	text-decoration: none;
}
#footer p a:hover{
	text-decoration: underline;
}
#recaptcha_widget_div{
	float: left;
}
#recaptcha_area{
	padding-left: 100px!important;
	padding-bottom: 20px!important;
}
