@charset "utf-8";
/* CSS Document */

*, html {
	padding: 0;
	margin: 0;
}

body {
	background: url(../images/layout/site-bg.png) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#292929;
}

a {
	color:#028987;
	text-decoration:underline
}

a:hover {
	color:#5b3695;
}

a:visited {
	color:#482e72;
}

a img {
	border: 0;
}

.bold-plum {
	font-weight:bold;
	color:#292929;
	font-size:15px
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #aaa;
	border-top: 0; border-bottom: 0;
}

.cities-title {
	font-weight:bold;
	font-size:14px;
	margin-bottom:20px
}

hr {
	margin:15px 0px 15px 0px;
	height:1px;
	background-color:#ddd;
	color:#ddd;
	border:0
}


/* Header ---------------------------------------------------------------------------- */
#header {
	height: 157px; 
	background: url(../images/layout/header-bg.png) repeat-x bottom;
}

#header #top-contact {
	float: right;
	width: 690px;
	padding-right: 20px;
	font-size: 17px;
	color: #636363;
	letter-spacing: 2px;
	margin-top: 15px;
}

#header #top-contact-btn {
	float: right;
	text-align: center;
	letter-spacing: normal;
	margin-top: -2px;
}
#header #top-contact-btn a {
	display: block;
	background: url(../images/layout/top-contact-btn.png) no-repeat top left;
	width: 164px;
	height: 21px;
	padding-top: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#header #top-contact-btn a:hover {
	text-decoration: underline;
}

#header #steps {
	float: right;
	width: 730px;
	clear: right;
	padding: 0 0 0 0;
	margin: 17px 0 0 0;
}

#steps ul li.step1 { background: url(../images/layout/step-1-bg.png) no-repeat top left; }
#steps ul li.step1:hover { background: url(../images/layout/step-1-bg-pink.png) no-repeat top left; }
#steps ul li.step1:visited { background: url(../images/layout/step-1-bg.png) no-repeat top left; }
#steps ul li.step2 { background: url(../images/layout/step-2-bg.png) no-repeat top left; }
#steps ul li.step2:hover { background: url(../images/layout/step-2-bg-pink.png) no-repeat top left; }
#steps ul li.step2:visited { background: url(../images/layout/step-2-bg.png) no-repeat top left; }
#steps ul li.step3 { background: url(../images/layout/step-3-bg.png) no-repeat top left; }
#steps ul li.step3:hover { background: url(../images/layout/step-3-bg-pink.png) no-repeat top left;}
#steps ul li.step3:visited { background: url(../images/layout/step-3-bg.png) no-repeat top left; }

#header #steps ul li {
	float: left;
	list-style: none;
	width: 232px;
	height: 85px;
	margin-right: 7px;
	overflow: hidden;
}

#steps ul li a {
	display: block;
	width: 167px;
	height: 65px;
	padding: 20px 0 0 70px;
	text-align: center;
	color: #00a9a7;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#steps ul li a:hover {
	color: #bb047e;
	text-decoration: none;
}

#header #logo {
	padding: 5px 0 0 14px;
}
#header #logo a img {
	border: 0;
}

/* Content ---------------------------------------------------------------------------- */

#content {
	float: right;
	width: 650px;
	margin: 10px 20px 25px 0;
	line-height: 16px;
	display: inline;
}

#splash {
	background: #00a9a7;
	margin: 0 0 10px 0;
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	height: 203px;
	text-align: center;
}
#splash .splash-img {
	float: right;
}

#splash .splash-txt {
	padding-top: 35px;
}

#content h1 {
	color: #0b9492;
	background: #f0f0f0;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	padding: 8px 10px;
	margin-bottom: 20px;
}
#content h2 {
	color: #222;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}

#content h3 {
	line-height: 18px;
	font-size:14px;
}

#content h2.black {
	color:#292929;
	font-size:18px
}
#content p,
#content ul,
#content ol {
	margin-bottom: 14px;
}

#content ul,
#content ol {
	padding-left: 20px;
}

.img-right {
	margin: 0 0 5px 10px;
	float: right;
}
.img-left {
	margin: 0 10px 5px 0px;
	float: left;
}
.border {
	border: 1px solid #aaa;
}
.int-warranty {
border: 1px solid #CCCCCC;
margin-bottom:8px;
padding:5px;
}
.int-warranty .link {
font-size:11px;
font-style:italic;
}
.img-right {
	margin: 0 0 10px 10px;
	float: right;
}
.img-left {
	margin: 0 10px 10px 0;
	float: left;
}

/* Left Col ---------------------------------------------------------------------------- */
#left-col {
	margin: 0 0 25px 20px;
	padding-top: 10px;
	width: 250px;
}

/* Nav Col ---------------------------------------------------------------------------- */

#nav {
	margin-bottom: 10px;
}

#nav ul li {
	list-style: none;
	margin-bottom: 3px;
}

#nav ul li a {
	display: block;
	background: #d7f7f7;
	padding: 5px 0 0 10px;
	height: 20px;
	color: #424242;
	text-decoration: none;
}

#nav ul li a:hover,
#nav ul li a.active {
	background: #fbdef2;
}
#nav ul li a.active ul li a {
	background: #d7f7f7;
}
#nav ul li ul {
	margin-top: 1px;
}
#nav ul li ul li {
	margin-bottom: 1px;
}
#nav ul li ul li a {
	padding: 5px 0 0 17px;
	background: #fff1fb;
}

#nav ul li ul li ul li a {
	padding-left: 28px;
}



/* Left items ---------------------------------------------------------------------------- */

#free-estimate {
	text-align: center;
	margin:10px 0px 10px 0px
}

#phone {
	text-align:left;
	font-size:13pt;
	background-color:#ede1fa;
	color:#5c3ab6;
	font-weight:normal;
	padding:6px 6px 6px 13px;
	margin-bottom:5px;
	
}

#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;
}

#left-map {
	border: 1px solid #c5c5c5;
	background: #ececec;
	margin-bottom: 15px;
	color: #363535;
	font-size: 11px;
	text-align: center;
}

#left-map img {
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 5px;
}

#left-map p {
	padding: 0 5px 8px;
}
#right-map {
	border: 1px solid #c5c5c5;
	background: #ececec;
	margin-bottom: 10px;
	color: #363535;
	font-size: 11px;
	text-align: center;
	width: 248px;
	float: right;
}

#right-map img {
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 5px;
}

#right-map p {
	padding: 0 0px 8px 5px;
}

#testimonials {
	border: 1px solid #a9e4e4;
	background: #d7f7f7;
	margin-bottom: 10px;
	padding: 10px 10px 0;
	color: #363535;
}

#testimonials .title {
	font-size: 18px;
	font-weight: bold;
	color: #00a9a7;
	margin-bottom: 8px;
}

#testimonials .entry {
	margin-bottom: 12px;
}

#testimonials .entry .text {
	margin-bottom: 3px;
}

#certified {
	border: 0px;
	text-align:center;
	margin-top:20px
}

#certified table {
	width: 100%;
}
#certified td {
	vertical-align: middle;
}

/* Service Area ---------------------------------------------------------------------------- */
table#service td {
	padding: 5px;
}


/* Footer ---------------------------------------------------------------------------- */

#footer {
	clear: both;
	text-align: center;
	height: 95px;
	padding-top: 10px;
	background: #00a9a7;
	color: #fff;
}

#footer a {
	color: #fff;
}
#footer a:hover {
	color: #fcf;
}

#footer .copyright {
	padding-top: 10px;
	font-size: 10px;
	width: 500px;
	margin: 0 auto;
}

div.scroll {
height: 80px;
width: 220px;
overflow-Y: scroll;
border: 1px solid #666;
padding: 8px;
text-align:left;
margin-top:3px
}

div.scroll a {
	text-decoration:none;
	color:#292929;
}

div.scroll a:hover {
	text-decoration:underline;
	color:#00a9a7
}

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;
}

#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:#4d3789
}

#productpage .quote {
	margin-top:30px;
}

#productpage .quote a {
	font-weight:bold;
	font-style:italic;
	color:#00a8a8;
	font-size:13pt;
	text-decoration:none
}

#productpage .quote a:hover {
	font-weight:bold;
	font-style:italic;
	color:#bb047e;
	font-size:13pt;
	text-decoration:none
}

#productpage .details h3 {
	color:#00a8a8
}

#productpage .details ul {
	padding-left:250px
}

.zoom {
	margin-top:25px;
	width:211px;
	text-align:center;
	color:#4d3789;
	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/arrow.gif');
	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.testimonials_home {
border:2px solid #b3d3d3;
margin-bottom:20px;
padding:10px;
color:#555
}

#testimonials-home {
	margin-left:8px
}

#testimonials-home h3 {
	font-size:16px;
	color:#1b1b1b;
	font-weight:bold;
	font-style:normal;
	margin-bottom:15px
}

div#contact-form h1 {
	color:#533e8d;
	background-color:#fff;
	padding:0px;
	margin:0px;
	font-size:21px;
	text-align:left
}

div#contact-form h2 {
	color:#533e8d;
	margin:8px 0px 8px 0px;
	font-size:18px;
}

div#contact-form p.phone {
	color:#533e8d;
	font-size:18px;
	font-weight:bold
}

div.contact-box {
	background-color:#f7f4ff;
	border:2px solid #e7dffc;
	padding:8px;
	width:350px
}

div.contact-box-light {
	background-color:#fdfdfe;
	border:2px solid #e7dffc;
	padding:8px;
	width:350px
}

div#contact-form .caption  {
	font-size:10px;
	width:57%;
	line-height:12px;
	margin-top:20px
}

p.italicpurple {
	color:#533e8d;
	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:#138a88;
	font-weight:bold;
	font-size:14px;
	padding-top:2px
}

div#contact-right-col ul.benefits {
	list-style-type:none;
	padding-left:0px;
	margin-bottom:0px
}

div#contact-right-col ul.benefits li {
	background-image:url('../images/arrow.gif');
	background-repeat:no-repeat;
	background-position:0em .1em;
	padding-left:2em;
	padding-bottom:8px;
}

#reviews {
 clear:both; 
 margin-bottom:20px; 
 border:1px solid #e0e0e0; 
 background-color:#f3f3f3; 
 padding:8px;
}
#review-comments {
 float:right;
 width:520px;
}


