@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.gif) 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.gif') no-repeat top left;
	text-align: left;
}
#top-contact .phone-number {
	background-image: url('/images/layout/call-us-phone-bg.gif');
}

#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: #6E4CA9;
    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: #6E4CA9;
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: #dfd4ff;
    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 #dfd4ff;
	border-right: none;
	background-color:#fff;
	position: relative;
}

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


#steps ul li a {
	display: block;
	width: 175px;
	height: 55px;
	padding: 8px 0 0 40px;
	color: #6d4ca9;
	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: 5px 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;
	color: #333333;
}
#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 {
    border: 2px solid #CACACA;
    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: #4f3381;
    display: block;
    min-height: 22px;
    padding: 8px 0 0 16px;
    text-decoration: none;
}

#nav ul > li > a {
color: #FFF;
}

#nav ul li a {
    background: none repeat scroll 0 0 #6e4caa;
}
#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: #b58efd;
    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: #B58EFD;
    color: #FFFFFF;
}
#nav ul ul {
    background-color: #e4e4e4;
}
#nav > ul > li > ul {
    padding: 5px 0;
}
#nav ul ul a {
    color: #4f3381;
    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 #6e4caa;
}
#nav ul li.wcactive > a {
    background: url("/images/layout/nav-top-arrow-d.gif") no-repeat scroll 4px 12px #b58efd;
}
#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 #b58efd;
    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 #b58efd;
    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-left {
	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-left .title {
    color: #808080;
    font: bold 15px/16px "Arial Black",Gadget,sans-serif;
    padding: 0 0 4px 60px;
}

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

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

#sidebox-right {
	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-right .title {
    color: #808080;
    font: bold 15px/16px "Arial Black",Gadget,sans-serif;
    padding: 0 0 4px 60px;
}

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

#sidebox-right 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,
.get-started-red {
	background: url("/images/layout/get-started-hov.png") repeat scroll 0 0 transparent;
	display: block;
	height: 60px;
	width: 700px;
	margin-top: 7px;
}
.get-started-red {
	background: url("/images/layout/get-started-red-hov.png") repeat scroll 0 0 transparent;
}
.get-started a,
.get-started-red a {
	display: block;
}
.get-started a:hover img,
.get-started-red 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;
}

#sidebox {
    background-color: #DAEFFE;
    border: 1px solid #005F99;
    width: 302px;
	float: right;
	margin: 0 0 10px 10px;
}
#sidebox ul {
    list-style-image: url("http://www.lakesidebasementfinishing.com/images/bullet3.png");
}
#sidebox h3 {
    color: #005F99;
    margin-bottom: 10px;
    margin-top: 5px;text-align: center;
}
#sidebox ul li {
    margin-bottom: 5px;
    margin-left: 40px;
    text-align: left;
}
#sidebox p {
    margin: 0 10px;
}

#right-capsule-map, #right-capsule {
    float: right;
    margin: 0 0 15px 15px;
    width: 352px;
}

table#service {
    border: 0 none;
    width: 100%;
}
table#service td {
    background-color: #CBE3F8;
    padding: 5px;
}

#bulleted ul {
    list-style-image: url("http://www.lakesidebasementfinishing.com/images/bullet1.png");
}
#bulleted li {
    margin-bottom: 10px;
}

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

#smart-buy {
    border: medium none;
    margin-bottom: 9px;
    margin-top: 12px;
}
#smart-buy-body {
    border: 0 none;
    color: #464646;
    float: left;
    margin-left: 50px;
    width: 600px;
}
#smart-buy-body h2 {
    color: #06A326;
    font-size: 16pt;
    font-weight: bold;
    line-height: 115%;
}
#smart-buy-body li {
    color: #464646;
}
#smart-buy-body li {
    margin-bottom: 8px;
    margin-left: 10px;
}
#disclamer {
    color: #757575;
    font-size: 10px;
    line-height: 110%;
    margin-left: 50px;
    margin-right: 50px;
}
#spacer {
    background-color: #E2E2E2;
    border: 0 none;
    float: left;
    height: 4px;
    margin-bottom: 10px;
    margin-top: 15px;
    width: 650px;
}
#smart-header {
    color: #8E8D8D;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
}
#promobox {
    background-color: #EFEFEF;
    border: 1px solid #CCCCCC;
    float: right;
    margin: 0 0 0 12px;
    padding: 10px;
    width: 230px;
}
div#promobox h2 {
    color: #11A39F;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}
div#promobox .offer {
    font-size: 24px;
    line-height: 28px;
}
div#promobox .act {
    color: #2D2D2D;
    text-align: left;
}


div#bf-challenges {
    border-left: 2px solid #CCCCCC;
    border-right: 2px solid #CCCCCC;
    border-top: 2px solid #CCCCCC;
    line-height: 21px;
    padding: 10px;
}
div#bf-challenges h2 {
    color: #4C2A84;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}
div#bf-challenges h4 {
    color: #373737;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
}
table#bf-advantages {
    border: 0 none;
    color: #373737;
    font-size: 15px;
    line-height: 30px;
    padding: 0;
    width: 100%;
}
table#bf-advantages a {
    text-decoration: underline;
}

p.sign-up {
    color: #4C2A84;
    font-size: 18px;
    font-style: italic;
    margin-top: 15px;
    text-align: right;
    text-decoration: none;
}

#bf-prod-chart {
	margin: 0 auto;
}

#greenbox {
    background: url("http://www.lakesidebasementfinishing.com/images/green-remodeling-back.jpg") no-repeat scroll left top #FFFFFF;
    border: 1px solid #2C6600;
    float: right;
    height: 350px;
    margin: 0 0 15px 15px;
    width: 300px;
}
#greenbox h2 {
    color: #266503;
    padding-left: 10px;
    padding-top: 10px;
}

#greenbox ul {
	padding-left: 35px;
}
#greenbox li {
}
#greenbox li {
    margin-bottom: 8px;
    margin-left: -15px;
}
#greenbox2 {
    background-color: white;
    background-image: url("http://www.lakesidebasementfinishing.com/images/green-finishing-back.jpg");
    border: 1px solid #2C6600;
    float: left;
    height: 200px;
    margin: 0 15px 5px 0;
    width: 350px;
}
#greenbox2 p {
    padding-left: 170px;
    padding-right: 5px;
    padding-top: 10px;
}

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

#productpage h2 {
    font-size: 14pt;
    font-weight: bold;
    line-height: 17pt;
    margin: 0;
}
#productpage .img-left {
    margin-right: 17px;
}
#productpage .img-right {
    margin-left: 17px;
}
#productpage .warranty {
    color: #737373;
    font-style: italic;
    margin: 0 0 20px;
}
#productpage .quote {
    margin-top: 20px;
}
#productpage .quote a {
    color: #6E4EA7;
    font-size: 13pt;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}
#productpage .quote a:hover {
    color: #BB93FB;
    font-size: 13pt;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}
#productpage .proddetails h3 {
}
#productpage .proddetails ul {
}

.zoom {
    color: #4D3789;
    font-weight: bold;
    margin-top: 0;
    text-align: center;
    text-decoration: none;
    width: 211px;
}
#productpage ul.product-left {
    list-style-type: none;
    margin-bottom: 600px;
    margin-left: 0;
    padding: 10px 0 0;
}
#productpage ul.product-left li {
    background-image: url("../images/arrow.gif");
    background-position: 0 0.1em;
    background-repeat: no-repeat;
    line-height: 15px;
    margin-left: 0;
    padding-bottom: 8px;
    padding-left: 2em;
}
#productpage ul a {
    color: #292929;
    text-decoration: none;
}
#productpage ul a:hover {
    text-decoration: underline;
}
#productpage .detailtitle {
    font-size: 12pt;
    font-weight: bold;
}

div#contact-form h1 {
    background-color: #FFFFFF;
    color: #533E8D;
    font-size: 21px;
    margin: 0;
    padding: 0;
}
div#contact-form h2 {
    color: #533E8D;
    font-size: 18px;
    margin: 8px 0;
}
div#contact-form p.phone {
    color: #533E8D;
    font-size: 18px;
    font-weight: bold;
}
div#contact-form .caption {
    font-size: 10px;
    line-height: 12px;
    margin-top: 20px;
    width: 57%;
}
p.italicpurple {
    color: #533E8D;
    font-size: 14px;
    font-style: italic;
    margin: 0;
}

#youtubeVideoWrapper {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #CCCCCC !important;
}

.youtubeVideoHeader {
	color: #808080;
    font: bold 15px/16px "Arial Black",Gadget,sans-serif;
    padding-bottom: 5px;
    text-align: center;
}

/***Home Page SlideShow*****/
#slideshow {
width: 700px;
height: 236px;
border: 1px solid #81D5D5;
}

/***Home Page Basement Finishing System****/
.splash-callout {
    float: right;
    width: 375px;
}

.splash-callout ul {
    overflow: hidden;
}
.splash-callout li {
    border: 1px solid #C2C2C2;
    float: left;
    height: 82px;
    list-style: none outside none;
    margin: 0 10px 10px 0;
    position: relative;
    width: 165px;
}
.splash-callout li a {
    color: #FFFFFF;
    display: block;
    height: 82px;
    text-decoration: none;
    width: 165px;
}
.splash-callout li.walls {
    background: url("../images/layout/home-callout-walls.jpg") no-repeat scroll left top transparent;
}
.splash-callout li.ceiling {
    background: url("../images/layout/home-callout-ceiling.jpg") no-repeat scroll left top transparent;
    margin: 0 0 10px;
}
.splash-callout li.flooring {
    background: url("../images/layout/home-callout-flooring.jpg") no-repeat scroll left top transparent;
}
.splash-callout li.windows {
    background: url("../images/layout/home-callout-windows.jpg") no-repeat scroll left top transparent;
    margin: 0 0 10px;
}
.splash-callout li a:hover span {
    text-decoration: underline;
}
.splash-callout li a span {
    background: none repeat scroll 0 0 #00A7A4;
    bottom: 0;
    display: block;
    font: bold 11px/20px Tahoma,Geneva,sans-serif;
    padding: 0 0 0 8px;
    position: absolute;
    width: 157px;
}
.splash-callout li a span:after {
    content: " »";
}
