@charset "utf-8";
/* CTBS CSS 2008-11 */

*, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	background: #000;
}

#wrapper {
	width: 958px;
	margin: 0 auto;
	background: #fff url(../images/wrapper-bg-bot.png) repeat-x bottom;
	border: #6D6D6D solid;
	border-width: 0 1px;
	padding:8px;
}

#header {
	height: 85px;
	padding: 12px 10px 10px; 
	margin-bottom: 15px;
	background: url(../images/header-bg.png) repeat-y center;
	border-bottom: 1px solid #ceecf8;
}

#content {
	width: 710px;
	float: right;
	margin: 0 10px 30px 0;
}

#content #body-content {
	padding-left: 10px;
}

#sidebar {
	width: 225px;
	overflow:hidden;
	float: left;
	margin: 0 0 30px 10px;
}

#footer {
	clear: both;
	border-top: 1px solid #959494;
	height: 110px;
}

a {
	color: #0367A6;
}
a:hover {
	color: #008ee8;
}
a:visited {
	color: purple;
}

a:link.banner {
	text-align:center;
	text-decoration:none;
}

a:hover.banner, a:visited.banner {
	text-align:center;
	text-decoration:none;
}

p, h2, ul, ol {
	margin-bottom: 15px;
}

ul, ol {
	margin-left: 30px;
}

h1 {
	color: #0367A6;
	font-size: 17px;
	margin-bottom: 10px;
	margin-top: 8px
}

h2 {
	color: #0367A6;
	font-size: 14px;
	margin: 10px 0;
	font-weight: bold;
}


.img-right {
	float: right;
	margin: 25px 0px 5px 8px;
	
}

.img-left {
	float: left;
	margin: 25px 8px 5px 0px;

}

.border {
	border: 1px solid #f0f0f0;
}

/* Top Contact */
#contact {
	margin: 5px -10px 0 0;
	padding: 12px 0 0 17px;
	width: 292px;
	height: 83px;
	float: right;
	position: relative;
	background: url(../images/contact-bg.jpg) no-repeat top left;
}

#contact-button {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	padding-left: 12px;
	text-transform: uppercase;
}

#contact-button a {
	text-decoration: none;
	color: #9d3565;
}

#contact-button a span {
	text-decoration: underline;
}


#contact a img {
	border: 0;
}

#contact form {
	margin-top: 20px;
}

input#searchbox {
	width: 188px;
	height: 19px;
	padding: 0 0 0 2px;
	display: inline;
	margin-right: 5px;
	float: left;
	position: relative;
}

#search form button {
	border: 0;
	width: 81px;
	height: 23px;
	background: none;
	display: inline;
	position: relative;
	float: left;
}

#contact-new {
	float: right;
	width: 350px;
	font-size: 18px;
	color: #0367a6;
	text-align: right;
}

#contact-new span {
	font-size: 19px;
}
#contact-new a {
	text-decoration: none;
}
#contact-new a span {
	font-size: 18px;
	background: url(../images/new-contact-button.png) no-repeat top left;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding: 3px 0;
	height: 18px;
	width: 103px;
	text-align: center;
}
#contact-new a:hover span {
	text-decoration: underline;
}
#contact-new a #contact-button {
	text-transform: none;
	font-weight: normal;
	color: #0367a6;
}
#contact-new #contact-button {
	padding: 6px 6px 6px;
}

#contact-new #search {
	width: 280px;
	float: right;
}

#contact-new input#searchbox {
	width: 188px;
	height: 20px;
	padding: 2px 0 0 2px;
	margin: 0;
	float: left;
	position: relative;
	font: normal 12px/16px Verdana, Geneva, sans-serif;
}


#contact-new #search form button {
	margin: 0;
	padding: 0;
	border: 0;
	width: 65px;
	height: 22px;
	background: none;
	display: inline;
	position: relative;
	float: left;
	cursor: pointer;
}




/* Nav Styles */

#nav {
	font-size: 12px;
	margin-bottom: 6px;
	font-weight: bold;
}

#nav ul {
	margin-bottom: 0;
	margin-left: 0;
}

#nav ul li {
	list-style: none;
	margin-bottom: 1px;
}

#nav ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	background: #0367a6;
	padding: 8px 0 7px 35px;
}

#nav ul li a:hover {
	background: #008ee8;
}

/* Subnav styles */
#nav ul li#active a {
	background: #008ee8 url(../images/down-arrow.gif) no-repeat left;
	color: #FFFFFF;
	padding: 8px 0 7px 35px;
}
#nav ul li#active ul li a {
	background: #ccebff;
	color: #0367a6;
	padding: 3px 0 3px 35px;
	text-decoration: none;
}

#nav ul li#active a:hover {
	text-decoration: underline;
}

#nav ul li ul li#active a {
 text-decoration: underline;	
}

/* Subnav styles */
ul.submenu a {
	background: #9f0101 url(../images/down-arrow.gif) no-repeat left;
	color: #FFFFFF;
	padding: 8px 0 7px 35px;
}
ul.submenu ul li a {
	background: #5a5a5a;
	color: #535252;
	padding: 3px 0 3px 35px;
}

ul.submenu a:hover {
	text-decoration: none;
}




#nav ul li ul li {
	margin: 0;
}
#nav ul li ul li a {
	color: #FFFFFF;
	text-transform: none;
	height: auto;
	font-weight: normal;
	text-decoration: underline;
}
#nav ul li ul {
	background: #008ee8;
	padding-bottom: 7px;
}

/* Financing Styles */
#financing {
	margin-bottom: 6px;
}

#financing a img {
	border: 0;
}

/* Learning Center Styles */
#learningcenter {
	margin-bottom: 6px;
	color: #fff;
}

#learningcenter .title {
	text-transform: uppercase;
	background: #005e74;
	height: 26px;
	padding: 4px 0 0 10px;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 1px;
}

#learningcenter .lc-item {
	margin-bottom: 1px;
	font-size: 12px;
}
#learningcenter span {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
#learningcenter .lc-item a {
	background: #1f85a3;
	padding: 3px 10px;
	display: block;
	text-decoration: none;
	color: #fff;
}

#learningcenter .lc-item a:hover {
	background: #befcfd;
	color: #045e79;
}

/* As seen on TV styles */
#seenontv {
	background: #d5d5d5;
	color: #000;
	padding: 4px 10px;
	margin-bottom: 6px;
	text-align: center;
	font-size: 18px;
}

#seenontv span {
	text-transform: uppercase;
	font-weight: bold;
}

#seenontv img {
	border: 0;
	margin: 0 0 5px 0;
}

/* Map styles */

#map {
	border: 1px solid #858585;
	background: #f0f0f0;
	font-size: 12px;
	text-align: center;
	padding-bottom: 3px;
	margin-bottom: 4px;
	width: 218px;
}

#body-content #map {
	float: right;
	margin: 0 0 10px 10px;
}

#map p {
	margin-bottom: 0;
}
/* News styles */
#news {
	background: #eaf2f6;
	color: #545353;
	font-size: 12px;
	padding: 6px 
}

#news span {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}

#news a {
	display: block;
}

.blogcredit {
	margin-bottom: 6px;
}

#content #news {
	float: right;
	width: 190px;
	border: 1px solid #1F85A3;
}


/* Front Page Splash */
#fp-splash {
	height: 325px;
	background: #000;
	margin-bottom: 15px;
}
#fp-splash a img {
	border: 0;
}

#fp-splash #phone-box {
	background: #000 url(../images/free-estimate-splash.png);
}

#fp-splash #phone-box a {
	height: 30px;
	display: block;
	padding: 46px 0 0 375px;
	color: #fee2bf;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#fp-splash #phone-box a span {
	text-decoration: underline;
}


/* Interior Page Splashes */
#int-splash {
	background-color: #000000;
	display:inline-block;
	margin:0 0 5px 10px;
	padding:10px 0;
	width:710px;
	text-align: center;
}

#int-splash a img {

}

#int-splash-fr {
	height: 191px;
	background: #484848;
	margin-bottom: 15px;
	padding-top: 12px;
	padding-left: 8px;
}

#int-splash-fr a img {
	border: 0;
	padding-left: 8px;
}
#splash {
	background: #F0F0F0;
	width: 703px;
	margin: 15px 0 25px 0;
	font-size: 20px;
	line-height: 15px;
	color: #fff;
	height: 40px;
	text-align: center;
	float: left;
	padding-left: 8px;
}
#splash .splash-img {
	float: left;
	padding-left: 8px;
	
}

#splash .splash-txt {
	padding-top: 65px;
}

/* Contact Page Styles */
table#main-contact td {
	padding: 2px;
}

/* Footer Styles */
#footer {
	font-size: 11px;
}
#footer-links {
	text-align: center;
	padding-top: 15px;
	margin-bottom: 15px;
}

#footer-links a {
	text-transform: uppercase;
}

#footer-address {
	text-align: center;
}

#footer-bbb {
	float: center;
	margin-left: 140px;
	display: inline;
}
#footer-bbb a img {
	border: 0;
}
#stock{
	font-size:9px;
	margin:10px;
	padding:5px;
	border: solid;
	border-width: thin;
	width: 160px;
	height: 128px;
	background-color:#FFFFFF;

}
#weather{
	font-size:9px;
	margin:10px;
	padding:5px;
	border: solid;
	border-width: thin;
	width: 128px;
	height: 128px;
	background-color:#FFFFFF;

}
#weather a{
	text-decoration:none;
}
#weather div{
	text-align:center;
	height:11px;
	width:128px;
	color:#FFFFFF;
	font-weight:bold;
	background:url(http://static.automotive.com/_SiteConfigs/_global/images/GasPriceWidget/gaswidget_regional_120x90/REGIO_GAS_WIDGET-120X90_02.gif);
}

#gas{
	width:128px;
	height:140px;
	border: solid;
	border-width: thin;
	border-color:#000000;
	align:center;
}
#events{
	background-color:#befcfd;
	padding:10px;
	margin-left:25px;
	margin-right:-10px;
	border-top:solid;
	border-top-color:#000000;
	border-top-width:thin; 
	border-left:solid;
	border-left-color:#000000;
	border-left-width:thin;
	border-bottom:solid;
	border-bottom-color:#000000;
	border-bottom-width:thin;

}
#events a{
	text-decoration:none;
	border-bottom:1px dotted #0000CC;
}
#events a:hover{
	text-decoration:none;	
	border-bottom:none;
	color:#FF0000;
}
#events a:visited{
	text-decoration: underline;
	border-bottom: none;
	color:#006600;
}

#localnews{
	background-color:#befcfd;
	padding:10px;
	margin-left:25px;
	margin-right:-10px;
	border-top:solid;
	border-top-color:#000000;
	border-top-width:thin; 
	border-left:solid;
	border-left-color:#000000;
	border-left-width:thin;
	border-bottom:solid;
	border-bottom-color:#000000;
	border-bottom-width:thin;

}
#localnews a{
	text-decoration:none;
	border-bottom:1px dotted #0000CC;
}
#localnews a:hover{
	text-decoration:none;	
	border-bottom:none;
	color:#FF0000;
}
#localnews a:visited{
	text-decoration: underline;
	border-bottom: none;
	color:#006600;
}


#traffic{
	background-color:#befcfd;
	padding:10px;
	margin-left:25px;
	margin-right:-10px;
	border-top:solid;
	border-top-color:#000000;
	border-top-width:thin; 
	border-left:solid;
	border-left-color:#000000;
	border-left-width:thin;
	border-bottom:solid;
	border-bottom-color:#000000;
	border-bottom-width:thin;
 	
}
#traffic a{
	text-decoration:none;
	border-bottom:1px dotted #0000CC;
}
#traffic a:hover{
	text-decoration:none;	
	border-bottom:none;
	color:#FF0000;
}
#traffic a:visited{
	text-decoration: underline;
	border-bottom: none;
	color:#006600;
}

table#service td {
	padding: 3px;
	vertical-align: top;
}

table#opinion td {
	padding: 5px;
	vertical-align: top;
}

table#ljthink {
	border: 1px solid rgb(204, 204, 204);
	width: 400px;
}
table#ljthink td,
table#ljthink th{
	padding: 3px 5px;	
}
table#ljthink th {
	border-bottom: 1px solid rgb(204, 204, 204);
}

table#ljthink h2 {
	margin: 5px 0 0;	
}

div.scroll {
height: 75px;
width: 184px;
overflow-Y: scroll;
border: 2px solid #666;
padding: 10px;
margin-bottom:15px;
}

#testimonials {
border: 2px solid #585858;
margin:2px;
padding:6px;
width:190px;
}
div.test {
	border: 2px solid #585858;
	height:relative;
	margin:4px;
	width:162;
	margin-top:5px;
	}
	<style type="text/css">
<!--
#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 .proddetails h3 {
	color:#00a8a8
}

#productpage .proddetails 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
}
#city-block {
	margin-left: 10px;
	margin-top: 10px;
	}

div.testimonials_home {
border:2px solid #b3d3d3;
margin-bottom:20px;
padding:10px;
color:#555;
width:620px;
padding:13px
}

.img-right {
	margin: 5px 0 5px 10px;
	float: right;
}
.img-left {
	margin: 5px 10px 5px 0px;
	float: left;
}
.border {
	border: 1px solid #aaa;
}

#bulleted ul {
	list-style-image: url(bullet1.png);
}

#bulleted li {
	margin-bottom:10px;
}
div.testimonials_home1 {border:2px solid #b3d3d3;
margin-bottom:20px;
padding:10px;
color:#555;
width:620px;
padding:13px
}
#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 .proddetails h3 {
	color:#00a8a8
}

#productpage .proddetails 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
}
#sidebox {
		width: 302px;
		border:1px;
		border-style:solid;
		background-color:#daeffe;
		border-color:#005f99;
}

#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;
}

#right-capsule {
	margin: 0px 0px 15px 15px;
	h-space:5px;
	width:302px;
	float:right;
}

#left-capsule {
	margin: 0px 15px 15px 0px;
	h-space:5px;
	width:302px;
	float:left;
}

#matting {
	height: 467px;
	width: 600px;
	background-image: http://www.homeremodelingmassachusetts.com(images/ruined-wood-subfloor.jpg);
}
#mattingr {
	height: 180px;
	width: 230px;
	margin-left: 365px;
	margin-top: 30px;
}

#mattingl {
	height: 190px;
	width: 220px;
	margin-left: 10px;
	margin-right: 370px;
	margin-top: 85px;
	}
	
/* Start WOW service TEST styles */

div#left-wrapper {
	float:right;
	width:256px;
	margin-left:30px;
}

div#wow-service-ext {
	width:256px;
	background:url('/images/wow-bg.png') repeat-x top left;
	text-align:center;
	display:block;
	height:390px;
	padding:3px
}

div#wow-service-ext-testimonial {
	background:url('/images/wow-test-bg.png') repeat-x top left;
	height:202px;
	width:256px;
	text-align:center;
	display:block;
	padding:3px;
	margin-top:20px

}

div#wow-service {
	background-color:#fff;
	text-align:left;
	padding:8px
}


#wow-test h1 {
	font-size:24px;
	margin:0px 0px 10px 0px;
	font-family:Georgia, Verdana, Times, serif;
	color:#0367a5;
	font-style:italic
}

#wow-test .w-phone {
	color:#0367a5;
	font-size:24px;
	font-weight:bold
}

#wow-test .img-right {
	margin:0px 0px 0px 10px;
	float:right
}

#wow-test .img-left {
	margin:0px 10px 0px 0px;
	float:left
}

#wow-test hr {
	height:1px;
	background-color:#ddd;
	color:#ddd;
	border:0;
	margin-bottom:18px
}


div#wow-service h2 {
	font-family:Georgia, Verdana, Times, serif;
	color:#0367a5;
	font-size:20px;
	line-height: 23px;
	margin:10px 0px 15px 0px
}

div#wow-service ul {
	list-style-type:none;
	padding:0px;
	margin:0px
}

div#wow-service ul li {
	background-image:url('/images/star.gif');
	background-repeat:no-repeat;
	background-position:0em -.1em;
	padding-left:3em;
	padding-bottom:9px;
}
.gray-box{
	background-color:#fbfbfb;
	border:3px solid #d9d9d9;
	padding:8px;
	width:190px;
}

div#youtube_videos {
	font-size: 13px !important;
	line-height: 15px !important;
	padding:8px !important;
	width:136px !important;
	margin:20px 15px 0px 0px !important;
	height: 142px !important;
	background-color:#eaeaea
}

div#youtube_videos a {
	text-decoration:none !important;
	color:#2d2d2d !important;
}

div#youtube_videos a:hover {
	color: #cf4e00 !important;
	text-decoration:underline !important
}

div#youtube_videos img {
	margin-bottom:5px !important;
	border:1px solid #ccc !important
}
