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

*, html {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/layout/body-bg.png) repeat-x center 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1b1b1b;
}

h1, h2, h3, h4 {
	margin-bottom: 12px;
}
h1 {
	font-size: 18px;
	color: #004278;
}

h2 {
	font-size: 16px;
	color: #004278;
	font-style:italic;
}

h3 {
	font-size: 14px;
	font-style:italic;
	color: #717171;
}

h4 {
	font-size: 12px;
	color: #004278;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
}

#main_content {
	float: right;
	width: 700px;
	padding-top: 8px;
}

#main_content a {
	color: #1f5a89;
	text-decoration:underline;
}

#main_content a:visited {
	color: #7d4f05;
	text-decoration:underline;
}

#main_content a:hover {
	color: #f15623;
	text-decoration:none;
}

#main_content p, #main_content ul, #main_content ol {
	margin-bottom: 15px;
	line-height: 1.4em;
}

#main_content ul li, #main_content ol li {
	margin: 4px 2px;
}

#main_content #splash {
	background: url(../images/helping-bg.jpg) no-repeat top right;
	margin-bottom: 15px;
}

#main_content .right-breakout {
	float: right;
	background: #EBF7AC;
	width: 210px;
	padding: 14px 14px;
	font-size: 13px;
	margin: 0 0 0 10px;
}


#main_content .right-breakout-small {
	float: right;
	width: 80px;
	padding: 15px 20px;
	font-size: 13px;
	margin: 0 0 0 10px;
}


#main_content .right-img {
	float: center;
	padding: 10px 0px;
}

#main_content .right-breakout span {
	font-weight: bold;
	color: #0371A4;
	margin-bottom: 12px;
	display: block;
}
#main_content .right-breakout ul {
	margin: 0px;
}
#main_content .right-breakout ul li {
	margin: 0 0 0 20px;
}

#main_content #int-content {
	width: 380px;
}
#main_content #about-content {
	width: 315px;
}

#main_content #side-images {
	float: right;
	padding-right: 10px;
	width: 240px;
	text-align: right;
}
#main_content #about-side-images {
	width: 310px;
	padding-right: 5px;
	float: right;
	text-align: right
}
#main_content #side-images img, #right #about-side-images img {
	margin-bottom: 10px;
	border: 1px solid #d7e9f3;
}

#main_content ol#screening li, .blue-bold {
	color: #1c3f95;
	font-weight: bold;
}

#main_content ol#screening li p {
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}

#main_content #contact {
	border: 2px solid #ededed;
	background: #f0f8fe;
	text-align: center;
	padding-bottom: 15px;
}

#main_content #contact h2 {
	border-bottom: 2px solid #ededed;
	padding: 12px 0;
	background: #fff;
}
#main_content #contact table {
	width: 520px;
	margin: 0 auto;
}
#main_content #contact table td {
	text-align: left;
	line-height: 16px;
	padding-bottom: 6px;
}

#contact input, #contact textarea {
	padding: 2px 4px;
}

#main_content #contact input.name {
	width: 233px;
}
#main_content #contact input.address {
	width: 397px;
}
#main_content #contact input.address2 {
	width: 112px;
}
#main_content #contact input.phone {
	width: 444px;
}
#main_content #contact input.email {
	width: 451px;
}
#main_content #contact button.submit {
	border: 0;
	background: none;
}
#main_content #contact textarea.comment {
	width: 492px;
}
#city-table {
	margin-bottom:20px;
}
#footer {
	margin-top: 25px;
	padding: 15px 0 0 170px;
	color: #6b6a6a;
	text-align: center;
	font-size: 11px;
	border-top: 2px solid #004278;
	clear: both;
}
#footer a {
	color: #6b6a6a;
}

#left {
	width: 220px;
}

#header #logo a img {
	border: 0;
}



#left #nav {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin: 10px 0;
}

#left #nav ul li {
	margin-bottom: 3px;
}
/* outer nav state */
#left #nav a {
	display: block;
	color: #FFF;
	text-decoration: none;
	background: #004278;
	padding: 4px 10px;
}
/* outer nav hover state */
#left #nav a:hover {
	background: #267abe;
	color: #FFF;
}
#left #nav #active a {
	background: #004278 url(../images/layout/nav-arrow.png) no-repeat 205px 10px;
}
#left #nav #active a:hover {
	background: #267abe url(../images/layout/nav-arrow.png) no-repeat 205px 10px;
}
#left #nav ul li ul {
	margin-top: 1px;
}
#left #nav ul li ul li {
	margin-bottom: 1px;
}
/* inner nav state */
#left #nav #active ul li a {
	padding-left: 10px;
	background: #c6e0f5;
	font-weight: normal;
	color: #484848;
}
/* inner nav hover/active states */
#left #nav #active ul li a:hover,
#left #nav ul li #active a
{
	background: #9acef8;
	color: #484848;
}

#left #nav ul li ul li ul li {
	margin-bottom: 1px;
}
#left #nav ul li ul li ul li a {
	padding-left: 26px;
	background: #EBF7AC;
	font-weight: normal;
	color: #0d4538;
}

#left #nav ul li ul li ul li #active a:hover {
	background: #a8be33;
	color: #fff;
}
#left #nav ul li ul li ul li #active a {
	font-weight: bold;
	background: #EBF7AC;
	color: #0d4538;
}


#left #nav-images {
	padding-top: 30px;
	text-align: center;
}

#left #nav-images img {
	border: 2px solid #ededed;
	margin-bottom: 35px;
}

#left #nav-form {
	background-color:#0371A4;
	margin: 20px;
	padding:13px;
	border: solid 1px #a4a4a4;
}


/* #bulleted styles below */

#bulleted ul {
	list-style-image: url(bullet1.png);
}

#bulleted li {
	margin-bottom:10px;
}


/* estimate styles below */

#estimate {
	margin: 22px 0 20px 20px;
	width: 302px;
	float: right;
	background-image: url(../images/layout/free-estimate.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
}

#estimate p {
	font-size: 13px;
	font-weight: bold;
	color: #004278;
	text-align: center;
	padding-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
}

#estimate a, #estimate a:visited {
	color: #004278;
	text-decoration:underline;
}

#estimate a:hover {
	text-decoration:none;
}


.tag {
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
}
.free{
	font-size:20px;
	color: #BED73D;
}
.phone{
	text-align:center;
	background-color:#fff;
	font-size:16px;
	margin:10px 1px;
	padding:10px 5px;
	color:#0371A4;
}
.rep{
	font-size:12px;
}

#left table td{
	font-size:10px;
	padding:5px;
	background-color:#ffffff;
}
.online {
	font-size:18px;
	text-align:center;
	color:#0371A4;
}
#left input, textarea{
	font-size:10pt
}
.img-right {
	margin: 0 0 10px 10px;
	float: right;
}

.img-left {
	margin: 0 10px 10px 0;
	float: left;
}
.int-testimonial {
border: 1px solid #CCCCCC;
margin-bottom:8px;
padding:5px;
}

.int-testimonial .author {
font-size:11px;
font-style:italic;
}

#idea-nav {
	background: #000;
	clear: both;
	height: 72px;
	color: #CCCCCC;
}

#idea-nav table {
	float: right;
	margin-top: 5px;
}

#idea-nav table td {
	text-align: center;
	vertical-align: middle;
	margin-right: 3px;
	border-right: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
	text-transform: uppercase;
}

#idea-nav a {
	color: #b9b9b9;
	text-decoration: none;
	display: block;
	width: 165px;
	height: 23px;
	padding-top: 5px;
	font-weight: bold;
	vertical-align: middle;
}
#idea-nav a:hover {
	color: #eee;
}

#idea-nav table td.active a {
	color: #fff;
}

#idea-nav table tr.bottom td {
	border-bottom: 0;
}
#idea-nav table td.right {
	border-right: 0;
}

#idea-nav #idea-logo {
	float: left;
	margin-left: 19px;
}

#contact-button {
	background: url(../images/free-estimate.png) no-repeat top left;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin: 10px 5px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 18px;
}

#contact-button a {
	display: block;
	padding: 40px 0 0 0;
	height: 50px;
	text-decoration: none;
	color: #fff;
}

#certified {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 6px;
}

#certified table {
	width: 96%;
}
#certified td {
	text-align: center;
	vertical-align: middle;
}

#tv-spot {
	background: url(../images/layout/tv-spot-bg.png) no-repeat top left;
	height: 98px;
	padding-top: 14px;
	margin-bottom: 10px;
	text-align: center;
}

#map {
	background: #ececec;
	border: 1px solid #5d5d5d;
	margin: 20px 0px 10px 20px;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	color: #363535;
	width: 248px;
	float: right;
	}
#map p, #content #map p {
	padding: 8px;
	margin: 0;
}

.clear {
 clear:both;
 }
 
 
 div.scroll {
height: 100px;
width: 210px;
overflow-Y: scroll;
border: 1px solid #666;
padding: 6px 10px;
text-align:left;
margin-top:8px;
margin-bottom:5px;
background-color: #FFF;
}
.Newscroll {
height: auto;
width: 200px;
border: 0px solid #666;
padding: 0px;
text-align:left;
margin-top:8px;
margin-bottom:5px;
background-color: #FFF;
}

.cities-title {
	font-weight:bold;
    font-size: 12px;
	margin:1px 1px 7px 1px;
	padding: 4px 0;
	color:#808080;
	display:block;
	background-color:#FFF;
	border-bottom: 1px solid #d1d1d1;
}


/* #left-capsule styles below */

#left-capsule {
	margin: 0px 15px 15px 0px;
	h-space:5px;
	width:302px;
	float:left;
}


/* #right-capsule styles below */

#right-capsule {
	margin: 0px 0px 15px 15px;
	h-space:5px;
	width:302px;
	float:right;
}

#right-capsule-map {
	margin: 0px 0px 15px 15px;
	h-space: 5px;
	width: 303px;
	float: right;
}


/* #sidebox styles below */


#sidebox {
		width: 300px;
		border:1px;
		border-style:solid;
		background-color:#daeffe;
		border-color:#ccc;
}

#sidebox ul {
	list-style-image: url(/images/bullet3.png)
}

#sidebox h3 {
		 color: #005f99;
		 text-align:center;
		 margin-bottom:10px;
		 margin-top: 5px;
}

#sidebox ul li {
	margin-left:40px;
	text-align:left;
	margin-bottom:5px;
}

#sidebox p {
	margin: 0 10px;
}


/* table#breakout styles below */

table#breakout {
	background-color:#daeffe;
	border:1px solid #ccc;
	padding:8px;

}

table#breakout td {
	vertical-align:top;
}

table#breakout h3 {
		 color: #375a8a;	
}

table#breakout h2 {
		  color: #FFFFFF;
		  margin:5px 0;
}

table#breakout ul {
		  margin-top:10px;
}

table#breakout ul li {
		  margin-bottom:10px;
}


/* table#ljthink styles below */

table#ljthink {
border:1px solid #CCCCCC;
width:400px;
margin-top:23px;
padding: 5px;
}


/* table#quad styles below */

table#quad {
	cellpadding:5px;
	background-color:#daeffe;
	border: 1px solid #CCCCCC;
	margin-bottom:10px;
}

table#quad td {
	vertical-align:top;
}

table#quad p {
	margin-left:10px;
	margin-right:10px;
}

table#quad li {
	margin-right:10px;
}

table#quad h3 {
	margin-left:10px;
	margin-right:10px;
	color: #005f99;
}


/* table#service styles below */

table#service {
	width:100%;
	border:0;
}

table#service td {
	padding: 5px;
		background-color:#cbe3f8;
}



/* table.product_chart styles below */

table.product_chart {
	margin-top:20px;
}


table.product_chart th {
	text-align:center;
	padding: 8px 0px 8px 0px;
	font-size:15px
}

table.product_chart td {
	text-align:center
}

table.product_chart p {
	padding:8px 16px 0px 16px;
	text-align:left
}

table.product_chart ul {
	text-align:left;
	padding:0px 16px 0px 0px;
	margin-left:13px;
}


table#opinion td {
	padding:4px
}

div.testimonials table td {
	padding:10px;
}

.border {
	border:1px solid #ccc
}

#productpage h2 {
	color:#292929;
	font-size:14pt;
	font-weight:bold;
	margin:0
}

#productpage .img-left {
	margin-right:17px
}

#productpage .img-right {
	margin-left:17px
}

#productpage .warranty {
	margin:0px 0px 25px 0px;
	font-style:italic;
	color: #0072ae;
}

#productpage .quote {
	margin-top:30px;
}

#productpage .quote a {
	font-weight:bold;
	font-style:italic;
	color:#566019;
	font-size:13pt;
	text-decoration:none
}

#productpage .quote a:hover {
	font-weight:bold;
	font-style:italic;
	color:#a8be33;
	font-size:13pt;
	text-decoration:none
}

#productpage .details h3 {
	color:#566019
}

#productpage .details ul {
	padding-left:250px
}

.zoom {
	
	width:211px;
	text-align:center;
	color:#0072ae;
	font-weight:bold;
	text-decoration:none
}

#productpage ul.product-left {
	list-style-type:none;
	padding:10px 0px 0px 0px;
	margin-bottom:490px;
}

#productpage ul.product-left li {
	background-image:url('../images/blue-circle-arrow.png');
	background-repeat:no-repeat;
	background-position:0em .1em;
	padding-left:2em;
	padding-bottom:8px;
}

#productpage ul a {
	color:#292929;
	text-decoration:none
}

#productpage ul a:hover {
	text-decoration:underline
}

#productpage .detailtitle {
	font-weight:bold;
	font-size:12pt;
}

table.colors {
	margin:15px 0px 15px 0px
}

table.colors th {
	padding:5px
}

table.colors td {
	text-align:center;
	padding:3px 0px 3px 0px
}

#productpage hr {
	margin:15px 0px 15px 0px;
	height:1px;
	background-color:#ddd;
	color:#ddd;
	border:0
}

div#contact-form h1 {
	color:#7e8a3e;
	background-color:#fff;
	padding:0px;
	margin:0px;
	font-size:21px
}

div#contact-form h1.orange {
	color:#dc8700
}

div#contact-form h2 {
	color:#7e8a3e;
	margin:8px 0px 8px 0px;
	font-size:18px;
}

div#contact-form p.phone {
	color:#7e8a3e;
	font-size:18px;
	font-weight:bold;
	padding:0px;
	text-align:left
}

div#contact-form p.phone-orange {
	color:#dc8700;
	font-size:18px;
	font-weight:bold;
	padding:0px;
	text-align:left
}

div.contact-box {
	background-color:#f7fae9;
	border:2px solid #d1df8a;
	padding:8px;
	width:350px
}

div#contact-form .caption  {
	font-size:10px;
	width:57%;
	line-height:12px;
	margin-top:20px
}

p.italicpurple {
	color:#7e8a3e;
	font-style:italic;
	font-size:14px;
	margin:0px;
}

div#contact-right-col {
	float:right;
	width:250px;
	margin-left:20px
}

div#contact-right-col p.heading {
	color:#7e8a3e;
	font-weight:bold;
	font-size:14px;
	padding-top:2px
}

div#contact-right-col ul.benefits {
	list-style-type:none;
	padding-left:0px;
	margin-bottom:10px;
}

div#contact-right-col ul.benefits li {
	background-image:url('../images/arrow.png');
	background-repeat:no-repeat;
	background-position:0em .1em;
	padding-left:2.2em;
	padding-bottom:8px;
	margin-left:0px
}

div.testimonials_home {
border:2px solid #d1df8a;
margin-bottom:20px;
padding:10px;
color:#555
}

div.testimonials_home1 {border:2px solid #b3d3d3;
margin-bottom:20px;
padding:10px;
color:#555;
width:620px;
padding:13px
}

#index-main {
	clear:both;
}
#index-main img {
	border: 0;
}
#index_sub {
	margin-top: 10px;
}
#index_sub img {
	margin-right: 20px;
	float:left;
	border: 0;
}

#homeright {
	float:right;
	margin: 0 0 10px 40px;
}

#homeright h1 {
	color: #91a94b;
	font-size:18px;
	line-height:22px;
	display: block;
	margin: 0 0 12px 53px;
}

#reviewus {
	border:1px solid #e3e3e3;
	background-image:url(../images/speechbub.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 12px;
	color: #5d5d5d;
}

#servcapsule {
	margin:15px 0 0 0;
	background-color:#ededed;
	border: 1px solid #d1d1d1;
	width: 218px;
}


#thinkdaily {
	font-size: 11px;
	line-height: 15px;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}

#thinkdaily_im {
	padding-right: 10px;
	float: left;
}

#thinkdaily p {
  padding-top: 10px;


}

#greenbox {
		width: 300px;
		height:350px;
		border:1px;
		border-style:solid;
		border-color:#ccc;
		background: #fff url('../images/green-remodeling-back.jpg') no-repeat top left;
		float:right;
		margin: 0px 0px 15px 15px;
}


#greenbox h2 {
	padding-left:10px;
	padding-top:10px;
	color:#266503;
	}

#greenbox li {
	color:#2665032e7c06;
	}

#greenbox li {
	margin-left:10px;
	margin-bottom:8px;
	}

#greenbox2 {
		width: 350px;
		height:200px;
		border:1px;
		border-style:solid;
		border-color:#ccc;
		background-color:white;
		background-image:url('/images/green-finishing-back.jpg');
		float:left;
		margin: 5px 15px 5px 0px;
}

#greenbox2 p {
		padding-left:170px;
		padding-right:5px;
		padding-top:10px;
}

 /* styling for elements inside overlay */
.boxdetails {
	position:absolute;
	top:15px;
	right:15px;
	font-size:15px;
	color:#fff;
	width:295px;
}

.boxdetails h3 {
	color:#aba;
	font-size:15px;
	margin:0 0 15px 0;
}

#triggers img {
-moz-border-radius:4px 4px 4px 4px;
background-color:#FFFFFF;
border:1px solid #CCCCCC;
cursor:pointer;
margin:0 5px;
padding:2px;
margin-left: -3px
}



#triggers table td {
text-align: center;
font-weight: bold;
width:152px;
}


/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:680px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}


/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url('../images/close.png');
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.margin-top {
  margin-top: 30px;


}


/* ---------- Larry's Sign-up form  */

#td-signup-wrap {
	border: 1px solid #d7dfca;
	width: 258px;
	float: right;
	margin: 20px 0 5px 10px;
}
#td-signup {
	border: 5px solid #ccc;
	background: url(../images/td-signup-header.jpg) no-repeat 50% 1px;
	padding: 142px 0 0;
	font-size: 12px;
	color: #4b4b4b;
}
#td-signup .subhead {
  display: block;
  background: #d8e8fd;
  padding: 2px 7px;
  margin: 0 1px 8px;
  font-size: 11px;
}

#td-signup table {
	width: 100%;
	margin: 0 0 3px;
	padding: 0 7px;
}
#td-signup p,
#td-signup .submit {
padding: 0 7px;
}

#td-signup table.signup-text td {
	padding: 0 0 2px;
}
#td-signup table.signup-text td.input {
	padding-right: 0;
	text-align: right;
}
#td-signup table.signup-text td input {
	font-size: 12px;
	padding: 1px 2px;
	width: 150px;
	border: 1px solid #d4d4d4;
}
#td-signup table.signup-radio td {
	padding: 0 3px 5px 0;
}
#td-signup p {
	line-height: 14px;
	margin: 0 0 8px;
}
#td-signup p input {
	width: 230px;
	margin-top: 3px;
	padding: 1px 2px;
	font-size: 12px;
	border: 1px solid #d4d4d4;
}
#td-signup .submit {
	text-align: center;
	margin-bottom: 7px;
}


.padding-left {
  padding-left: 10px;

}


#social-media-icons {
  margin-top: 20px;

}

#news-movie {
  padding-left: 85px;
}
#smart-buy {
	border: none;
	margin-bottom: 9px;
	padding-left: 21px;
}

#smart-buy-body {
		width: 550px;
		border:0px;
		float:left;
		margin-left: 50px;
		color: #464646;
}

#smart-buy-body h2 {
	font-size: 16pt;
	color: #06a326;
	font-weight:bold;
	line-height: 115%;
	}

#smart-buy-body li {
	color:#464646;
	}

#smart-buy-body li {
	margin-left:10px;
	margin-bottom:8px;
	}
	
	#disclamer {
		font-size:10px;
		line-height: 110%;
		color: #757575;
		margin-left: 50px;
		margin-right: 50px;
	}

#spacer {
		width: 650px;
		height: 4px;
		border: 0px;
		float:left;
		background-color: #e2e2e2;
		margin-top: 15px;
		margin-bottom: 10px;
}

#smart-header {
	font-size: 24px;
	color: #8e8d8d;
	font-weight: bold;
	padding-bottom: 15px;
}

.newstop {
	background-color: #FFF;
    border: 1px solid #D9D9D9;
    color: #888888;
    display: block;
    font-weight: bold;
    padding: 5px 0 5px 8px;
}

.newsbox {
	background-color: #EDEDED;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    padding: 8px 12px;
}

.vidlink {
	display:block;
	text-align: right;
	margin: 5px 0;
}

.vidlink a, .vidlink a:visited {
	text-decoration:underline;
	color: #1f5a89;
}

.vidlink a:hover {
	text-decoration:none;
}

.testimonials {
  background: #F7F7F7;
  border: 1px solid #AFAFAF;
  padding: 0 0 10px;
  margin: 10px 0;
}

.testimonials p:first-child {
  background: #EFEFEF;
  border-bottom: 1px solid #AFAFAF;
  font-size: 18px;
  margin: 0 0 5px;
  text-align: center;
  display: block;
  padding: 5px 0;
}
.testimonials p:first-child strong {
  font-weight: normal;
  color: #4A4A4A;
}
.testimonials p {
  padding: 0 10px 12px;
}

.testimonials p a {
  padding: 0;
}

.testimonials a, .testimonials a:visited {
  color: #0087cd;
  padding: 8px 0 0 10px;
}

.testimonials a:hover {
	text-decoration: none;
}


#main_content ol, #main_content ul {
padding: 0 0 0 30px;
overflow: hidden;
}

#review-us {
border: 1px solid #D1D1D1;
background-image: url(../images/speechbub.png);
background-repeat: no-repeat;
background-position: left top;
padding: 12px;
color: #5D5D5D;
margin-bottom: 8px;
}

#estimate-open {
    background-image: url("/images/layout/open-sign-clean.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    height: 78px;
    margin-top: 12px;
    width: 361px;
	color: #04aceb;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
}

#estimate-open p {
    font-size: 15px;
}

#estimate-open span {
    font-size: 20px;
}

#estimate-open a {
	color: #04aceb;
}

#estimate-open a:hover {
	color: #0493c9;
}

#estimate-open #open-containter {
	padding: 28px 0 0 98px;
}
