@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;
}

a img {
	border: 0;
}

.bold-plum {
	font-weight:bold;
	color:#6d293f;
	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:18px;
	margin-bottom:20px
}


/* Header ---------------------------------------------------------------------------- */
#header {
	height: 157px; 
	background: url(../images/layout/header-bg.png) repeat-x bottom;
}

#header #top-contact {
	float: right;
	width: 650px;
	padding-right: 20px;
	font-size: 15px;
	color: #00427a;
	line-height: 13px;
	margin-top: 25px;
}

#header #top-contact .pop {
	font-size: 20px;
	font-weight: bold;
	float:left;
}

#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: 208px;
	height: 32px;
	margin-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: 670px;
	clear: right;
	padding: 0 0 0 0;
	margin: 15px 0 0 0;
}

#steps ul li.step1 { 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.step3 { background: url(../images/layout/step-3-bg.png) no-repeat top left; }

#header #steps ul li {
	float: left;
	list-style: none;
	width: 212px;
	height: 78px;
	margin-right: 7px;
	overflow: hidden;
}

#steps ul li a {
	display: block;
	width: 175px;
	height: 55px;
	padding: 29px 0 0 35px;
	text-align: left;
	color: #00a9a7;
	text-transform:capitalize;
	font-size: 16px;
	text-decoration: none;
}

#steps ul li a:hover {
	text-decoration: underline;
}

#header #logo {
	padding: 7px 0 0 20px;
}
#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;
	height: 203px;*/
	margin: 0 0 10px 0;
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	text-align: center;
}
#splash .splash-img {
	float: right;
}

#splash .splash-txt {
	padding-top: 35px;
}

#content h1 {
	color: #00427A;
	text-align: left;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
	font-family: Georgia, Verdana, Geneva, sans-serif;
	font-weight:bold;
	
}
#content h2 {
	color: #00A9A2;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 8px;
	font-family:Verdana, Geneva, sans-serif;
}
#content h3 {
	color: #414444;
	font-size: 14px;
	font-family:Verdana, Geneva, sans-serif;
}

#content h2.black {
	color:#000;
	font-size:18px
}
#content h2finish {
	color: #00A9A2;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 8px;
	font-family:Verdana, Geneva, sans-serif;
}
#content p,
#content ul,
#content ol {
	margin-bottom: 14px;
}

#content ul,
#content ol {
	padding-left: 20px;
	overflow: hidden;
}

.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 ---------------------------------------------------------------------------- */

/* Navigation =================  */
ul.nav {
	margin: 0 0 10px;
}
ul.nav,
ul.nav ul {
	list-style: none;
	font: bold 12px/14px Verdana, Geneva, sans-serif;
}
ul.nav li {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-top: 2px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;
	margin: 0 0 1px;
}
ul.nav li li {
	border: none;
	margin: 0;
}
ul.nav a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	background: #1b3d52;
	padding: 7px 0 7px 21px;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-bottom: 0px none;
	border-top: 0px none;
}
ul.nav li li a {
	background: #fff;
	padding: 7px 0 7px 40px;
}
ul.nav li li li a {
	padding: 7px 0 7px 55px;
}
ul.nav li.wchild a,
ul.nav li.wcactive a,
ul.nav li.wcactive li.wchild a {
	background-image: url(../images/layout/nav-wchild-white.png);
	background-position: 6px 9px; 
	background-repeat: no-repeat;
}
ul.nav li li.wchild a,
ul.nav li li.wcactive a,
ul.nav li.wcactive li.wchild a {
	background-position: 26px 11px; 
}

ul.nav li.wcactive li a {
	background-color: #bce4e3;
	color:#1b3d52;
}
ul.nav li.wchild li a,
ul.nav li.wchild li a:hover,
ul.nav li.wcactive li a,
ul.nav li.wcactive li a:hover,
ul.nav li.wcactive li.wchild li a,
ul.nav li.wcactive li.wchild li a:hover,
ul.nav li.wcactive li.wchild li a.active,
ul.nav li.wcactive li.wcactive li a,
ul.nav li.wcactive li.wcactive li a.active,
ul.nav li.wcactive li.wcactive li a:hover {
	background-image: none;
}
ul.nav a:hover,
ul.nav li a:hover,
ul.nav li li a:hover,
ul.nav li.wcactive a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #00a9a2;
}
ul.nav li.wchild a:hover {
	background-image: url(../images/layout/nav-wchild-white.png);
	background-position: 6px 9px; 
	background-repeat: no-repeat;
}
ul.nav li.wcactive li a.active {
	background-position: 26px 11px; 
	background-image: none;
}
ul.nav li li.wchild a,
ul.nav li.wcactive li.wchild a:hover {
	background-image: url(../images/layout/nav-wchild-white.png);
	background-position: 26px 11px; 
}
ul.nav li.wcactive li.wcactive li.wchild a {
	background-image: url(../images/layout/nav-wchild.png);
	background-position: 40px 11px; 
}
ul.nav a.active,
ul.nav li.wcactive a.active {
	background-color: #00a9a2;
	color: #FFFFFF;
	text-decoration: none;
}
ul.nav .active li a {
	background-color: #fff;
	color: #272727;
}
ul.nav li.wcactive a {
	background: #1b3d52 url(../images/layout/nav-wcactive-white.png) no-repeat 4px 12px;
}
ul.nav li.wcactive li.wcactive a {
	background-image: url(../images/layout/nav-wcactive.png);
}
ul.nav li.wcactive li.wcactive li.wcactive > a {
	background-image: url(../images/layout/nav-wcactive.png);
	background-position: 40px 11px; 
}
ul.nav li.wcactive li.wcactive li.wcactive > a.active {
	background-image: url(../images/layout/nav-wcactive-white.png);
}


ul.nav li.wcactive a:hover,
ul.nav li.wcactive a.active,
ul.nav li.wcactive li.wchild a.active,
ul.nav li.wcactive li.wcactive a.active,
ul.nav li.wcactive li.wcactive a:hover {
	background-image: url(../images/layout/nav-wcactive-white.png);
}

ul.nav ul ul ul li a {
	padding-left: 70px;
}


/* End Nav */

/* old nav*/

/*#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;
}

ul.submenu li {

}*/



/* Left items ---------------------------------------------------------------------------- */

#free-estimate {
	text-align: center;
	margin:10px 0px 10px -2px
}

#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
}

#certified table {
	width: 96%;
	text-align:center
}
#certified td {
	text-align: center;
	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 {
width: 222px;
margin-top: 10px;
margin-left: 13px;
margin-bottom: 10px;
background-color: #FFF;
}

#side-contact {
	border: 1px solid #D1D1D1;
	background-color: #EDEDED;
	margin-bottom: 20px;
}

#side-contact-header {
	border-bottom: 1px solid #D1D1D1;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 8px;
}

table#meet_the_team td {
	padding: 5px;
	border-bottom: 1px dashed #666;
}

.contact-page-phone {
	padding-top: 10px;
	display: block;
}
#right-nav {
	float:right;
	width:275px;
	padding:0px 0px 10px 12px;
}

#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;
	margin-top: 4px;
}
#review-us h1 {
	color: #00427A;
	font-size:18px;
	line-height:22px;
	display: block;
	margin: 0 0 12px 53px;
}
a:link {
	color: #00A9A2;
}
a:visited {
	color: #023F76;
}
a:hover {
	color: #BCE4E3;
}
#paintable {
	width:320px;
	margin-right:5px;
	float:left;
}
#paintable h3 {
	margin-bottom:12px;
}
#everlast {
	width:320px;
	float:right;
}
#everlast h3 {
	margin-bottom:12px;
}
#imgbox {
	width:320px;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
}
#imgbox p {
	padding:8px;
	font-size:10px;
	text-align:center;
	margin-bottom:0px;
}
#homepage-gallery {
	width:650px;
	background-color:#000;
	float:left;
	margin-bottom: 20px;
}

#gray-hr {
background-color: #DDD;
border: 0 none;
color: #DDD;
height: 1px;
margin: 15px 0;
}

#about-us {
	width: 230px;
	float: right;
	margin: 0 0 0 10px;
	border: 1px;
	
}
#side-phone {
	text-align:center;
	width: 250px;
	padding-right: 20px;
	font-size: 20px;
	color: #00427a;
	line-height: 12px;
	margin-bottom: 10px;
	margin-top:14px;
}

#imagewrapper{
	float: right;
	width:330px;
	height:335px;
	margin: 0 0 0 10px;
}

#imageplaceholder{
	float: right;
	width:300px;
	height:335px;
}

#imagetext{
	width:300px;
	display:block;
	text-align:left;
}

#imagewrapper2{
	float: right;
	width:300px;
	height:335px;
	margin: 0 0 0 10px;
}
#reviews {
 clear:both; 
 margin-bottom:20px; 
 border:1px solid #e0e0e0; 
 background-color:#f3f3f3; 
 padding:8px;
}
#review-comments {
 float:right;
 width:520px;
}
