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

html {
    overflow-y: scroll;
}

*, 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;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

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

#top-contact {
    color: #69696b;
    font: bold 12px/14px Arial,Helvetica,sans-serif;
    height: 18px;
	float: right;
	display: inline;
	margin: 14px 20px 0 0;
    width: 250px;
}

#top-contact .email,
#top-contact .phone-number {
	float: right;
	height: 18px;
	padding: 2px 0 0 24px;
	margin: 0 0 0 10px;
	background: url('/images/layout/mail-envelope-bg.png') no-repeat top left;
	text-align: left;
}
#top-contact .phone-number {
	background-image: url('/images/layout/call-us-phone-bg.png');
}

#top-contact a {
    color: #69696b;
	text-decoration: none;
}

#top-contact a:hover {
	text-decoration: underline;
}

#opensign {
    background: url("/images/layout/open-sign.png") no-repeat scroll left top transparent;
    color: #00bfbd;
    float: right;
    font: bold 20px/22px Arial,Helvetica,sans-serif;
    height: 30px;
    margin: 8px 0 0;
    padding: 6px 0 0 45px;
    text-transform: uppercase;
    width: 155px;
}

#opensign a {
color: #00bfbd;
text-decoration: none;
}

#opensign a:hover {
	text-decoration: underline;
}

#contact-nav  {
	float: right;
	clear: right;
	font-size: 11px;
	width: 315px;
	margin: 6px 0 0;
	text-align: right;
	font: normal 10px/12px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
}
#contact-nav,
#contact-nav a {
	color: #929191;
}

/* Top Social ----------------------------------------- */
#contact-nav .twitter,
#contact-nav .youtube,
#contact-nav .facebook {
	float: right;
	width: 16px;
	margin: -2px 0 0 3px;
}

#contact-nav .twitter {
	background: url('/images/layout/twitter-icon-over.png') no-repeat top left;
}

#contact-nav .facebook {
	background: url('/images/layout/facebook-icon-over.png') no-repeat top left;
}
#contact-nav .youtube {
	background: url('/images/layout/youtube-icon-over.png') no-repeat top left;
}
#contact-nav .facebook a,
#contact-nav .youtube a,
#contact-nav .twitter a {
	display: block;
	position: relative;
}

#contact-nav a:hover img {
	visibility: hidden;
}


#header #steps {
	padding: 0;
	position: absolute;
	top: 74px;
	right: 20px;
	width:654px;
}
#header #steps .title {
    color: #79d7d7;
    font:normal 38px/38px Verdana,Geneva,sans-serif;
    left: 10px;
    position: absolute;
    top: 10px;
	z-index: 0;
}

#head_cont {
	width: 980px;
	height: 107px;
	margin: 0 auto;
	background-color:#FFF;
	position: relative;
	overflow: visible;
}

#steps ul li {
	float: left;
	list-style: none;
	width: 214px;
	height: 58px;
	overflow: hidden;
	display:inline;
	border: 3px solid #79d7d7;
	border-right: none;
	background-color:#fff;
	position: relative;
}

#steps li.step3 {
	border-right: 3px solid #79d7d7;
}


#steps ul li a {
	display: block;
	width: 175px;
	height: 55px;
	padding: 8px 0 0 40px;
	color: #00bfbd;
	text-transform: uppercase;
	font-size: 17px;
	text-decoration: none;
	line-height: 20px;
	position: relative;
	z-index: 1;
}

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

#header #logo {
	padding: 2px 0 0 4px;
	margin:0 0 0 20px;
}
#header #logo a img {
	border: 0;
}

.headers{
	margin-right:0px !important;	
}

/* Content ---------------------------------------------------------------------------- */

#content {
    display: inline;
    float: right;
    line-height: 18px;
    margin: 10px 20px 25px 0;
    width: 700px;
}

#splash {
	/*background: #00a9a7;
	height: 203px;*/
	margin: 0 0 10px 0;
	font-size: 20px;
	line-height: 25px;
	color: #fff;
}

#content h1 {
	text-align: left;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 7px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#content h2 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 7px;
	font-family:Arial, Helvetica, sans-serif;
}
#content h3 {
	font-size: 14px;
	line-height: 18px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 5px 0 7px 0;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 10px;
}

#content ul,
#content ol {
	padding-left: 30px;
	overflow: auto;
}

.img-right {
	margin: 0 0 5px 10px;
	float: right;
	display:inline;
}
.img-left {
	margin: 0 10px 5px 0px;
	float: left;
	display:inline;
}
.border {
	border: 1px solid #aaa;
}


/* Left Col ---------------------------------------------------------------------------- */
#left-col {
    margin: 0 0 25px 20px;
    padding-top: 10px;
    width: 220px;
	overflow: hidden;
}

/* Nav Col ---------------------------------------------------------------------------- */

#nav {
    font: bold 11px/13px Verdana,Geneva,sans-serif;
    margin: 0 0 15px;
}
#nav li {
    list-style: none outside none;
}
#nav > ul > li {
    font-weight: bold;
    margin-top: 2px;
}
#nav > ul > li:first-child {
    margin: 0;
}
#nav a {
    color: #1a1a1a;
    display: block;
    min-height: 22px;
    padding: 8px 0 0 16px;
    text-decoration: none;
}

#nav ul > li > a {
color: #1a1a1a;
}

#nav ul li a {
    background: none repeat scroll 0 0 #b7b7b7;
}
#nav li.wcactive > a, #nav a.active {
    font-weight: bold;
}
#nav > ul > li > a:hover, #nav > ul > li > a.active, #nav > ul > li.wcactive > a, #nav ul li.wchild a:hover, #nav ul li.wcactive a:hover, #nav ul ul a.active {
    background-color: #6fc8c8;
    color: #FFFFFF;
}
#nav ul li.wchild a:hover {
    background-image: url("/images/layout/nav-top-arrow-r.gif");
}
#nav ul ul a:hover {
    background-color: #6FC8C8;
    color: #FFFFFF;
}
#nav ul ul {
    background-color: #e4e4e4;
}
#nav > ul > li > ul {
    padding: 5px 0;
}
#nav ul ul a {
    color: #027d7b;
    min-height: 16px;
    padding: 3px 5px 3px 22px;
}
#nav ul ul a, #nav ul ul ul a {
    background-color: #e4e4e4;
}
#nav ul > li > ul > li > a {
    background-color: #e4e4e4;
}
#nav ul ul ul a {
    padding-left: 32px;
}
#nav ul ul ul ul a {
    padding-left: 42px;
}
#nav ul li.wchild a {
    background: url("/images/layout/nav-top-arrow-r.gif") no-repeat scroll 7px 10px #b7b7b7;
}
#nav ul li.wcactive > a {
    background: url("/images/layout/nav-top-arrow-d.gif") no-repeat scroll 4px 12px #6fc8c8;
}
#nav ul ul li.wchild a {
    background: url("/images/layout/nav-arrow-r.gif") no-repeat scroll 11px 5px #e4e4e4;
}
#nav ul ul li.wcactive > a {
    background: url("/images/layout/nav-top-arrow-d.gif") no-repeat scroll 10px 7px #6fc8c8;
    color: #FFFFFF;
}
#nav ul ul ul li.wchild a {
    background: url("/images/layout/nav-arrow-r.gif") no-repeat scroll 21px 5px #e4e4e4;
}
#nav ul ul ul li.wcactive > a {
    background: url("/images/layout/nav-top-arrow-d.gif") no-repeat scroll 20px 7px #6fc8c8;
    padding-bottom: 4px;
}

/* Service Area ---------------------------------------------------------------------------- */
table#service td {
	padding: 5px;
}


/* Footer ---------------------------------------------------------------------------- */

#footer {
	clear: both;
	padding: 15px 0 0;
	margin: 25px 0 0;
	font-size: 10px;
	line-height: 14px;
	text-align:center;
	overflow:hidden;
	border-top: 1px solid #ededed;
}
#footer a {
	color: #6B6A6A;
}
#footer a:hover {
	color: #10A19F;
}
#footer .foot-nav {
	margin: 0 0 10px;
}
/* sidebar Map & Scroll Style ----------------------------------------- */

div.scroll {
margin: 10px 10px 0;
background-color: #FFF;
}

#side-contact {
border: 1px solid #D1D1D1;
background-color: #EDEDED;
margin: 10px 0 0;
padding:0 0 10px;
text-align:center;
}

#side-contact img {
border: 1px solid #D1D1D1; 
}

#side-contact-header {
border-bottom: 1px solid #D1D1D1;
background-color: #fff;
padding: 8px 0 10px 0;
text-align:center;
margin:0 0 10px 0;
font: bold 15px/16px "Arial Black",Gadget,sans-serif;
color:#808080;
}
#city-scroll {
	text-align: left;
}

/* sidebar Map & Scroll Style END----------------------------------- */

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

.contact-page-phone {
	padding-top: 10px;
	display: block;
}

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

#blogbox {
	background: url(/images/layout/side-blog-head.png) no-repeat top;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 18px 10px 10px;
	margin: 10px 0 0;
}

#blogbox .title {
    color: #808080;
    font: bold 15px/16px "Arial Black",Gadget,sans-serif;
    padding: 0 0 35px 60px;
}

#blogbox a {
	font-size: 11px;
}

#sidebox {
	background: url("/images/layout/speech-bubble.png") no-repeat scroll 10px 10px transparent;
	border: 1px solid #CCC;
	padding: 18px 10px 10px;
	margin: 10px 0 0;
}

#sidebox .title {
    color: #808080;
    font: bold 15px/16px "Arial Black",Gadget,sans-serif;
    padding: 0 0 4px 60px;
}

#sidebox p {
	margin: 7px 0;
	font-size: 11px;
	line-height: 15px;
}

#sidebox a {
	font-size: 11px;
}

.bread-crumbs {
	padding: 4px 10px;
	background-color:#eeeeee;
	color:#004278;
	width:680px;
	font: normal 11px/18px Tahoma, Geneva, sans-serif;
	margin:0 0 10px;
	clear: both;
}

/* Search Bar ----------------------------------------- */

#cse-wrap {
    margin: 10px 0;
    overflow: hidden;
}

#cse-wrap #searchbox {
	height: 20px;
	float: left;
	padding: 0px 0 0 2px;
	width: 143px;
	line-height: 13px;
	margin-right: 5px;
}

.popuptext p {
    margin-bottom: 10px;
}

.caption {
    line-height: 13px;
    padding-bottom: 12px;
    text-align: center;
}

#flashcontent {
    margin-left: 20px;
}

.popupimagetext p {
    margin: 10px 0;
}
.border h3 {
    margin: 12px 0 5px 16px !important;
}

table#opinion td {
    padding: 5px;
    vertical-align: top;
}

#reviews {
    background-color: #F3F3F3;
    border: 1px solid #E0E0E0;
    clear: both;
    margin-bottom: 20px;
    padding: 8px;
}
#review-comments {
    float: right;
    width: 520px;
}

#tabs ul {
    overflow: hidden;
}

.get-started {
	background: url("/images/layout/get-started-hov.png") repeat scroll 0 0 transparent;
	display: block;
	height: 60px;
	width: 700px;
	margin-top: 10px;
}
.get-started a {
	display: block;
}
.get-started a:hover img {
	visibility: hidden;
}

.left-contact-us {
	background: url("/images/layout/contact-us-hov.png") repeat scroll 0 0 transparent;
	display: block;
	height: 67px;
	width: 220px;
}

.left-contact-us a {
	display: block;
	text-decoration: none;
}

.left-contact-us img {
position: relative;
}

.left-contact-us span {
    bottom: 39px;
    color: #FFFFFF;
    font-size: 23px;
    left: 7px;
    position: relative;
}

.left-contact-us a:hover img {
	visibility: hidden;
}

.free-book {
text-align: center;
margin-top: 10px;
}

#right-splash	{
width: 160px;
float: right;
}

#right-splash-top {
    background: url("/images/layout/flooring-btn-hov.jpg") no-repeat scroll 0 0 transparent;
}
#right-splash-top a {
    display: block;
    position: relative;
}
#right-splash-top a:hover img {
    visibility: hidden;
}

#right-splash-middle {
    background: url("/images/layout/ceiling-btn-hov.jpg") no-repeat scroll 0 0 transparent;
	margin: 10px 0;
}
#right-splash-middle a {
    display: block;
    position: relative;
}
#right-splash-middle a:hover img {
    visibility: hidden;
}

#right-splash-bottom {
    background: url("/images/layout/walls-btn-hov.jpg") no-repeat scroll 0 0 transparent;
}
#right-splash-bottom a {
    display: block;
    position: relative;
}
#right-splash-bottom a:hover img {
    visibility: hidden;
}
