@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/hardwood_bg.jpg);
	margin-top: 0px;
}
.content_shell{
	margin: 0 auto;	
	width:900px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5F5E5E;
	background-color:#FFFFFF;
}
.header{
	width:900px;
	height:110px;
	text-align:left;
	background-image:url(../images/header_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.facebook {
	width: 204px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 246px;
}
/* begin main nav */

.nav_design{
	width:900px;
	height:150px;
	background-image:url(../images/header_design.jpg);
}
.nav_estimate{
	width:900px;
	height:150px;
	background-image:url(../images/header_estimate.jpg);
}
.nav_finder{
	width:900px;
	height:150px;
	background-image:url(../images/header_finder.jpg);
}
.nav_specials{
	width:900px;
	height:150px;
	background-image:url(../images/header_specials.jpg);
}
.nav_cleaning{
	width:900px;
	height:150px;
	background-image:url(../images/header_cleaning2.jpg);
}
.nav_about{
	width:900px;
	height:150px;
	background-image:url(../images/header_about.jpg);
}
.nav_support{
	width:900px;
	height:150px;
	background-image:url(../images/header_support.jpg);
}
.nav_contact{
	width:900px;
	height:150px;
	background-image:url(../images/header_contact.jpg);
}
.nav_contest{
	width:900px;
	height:150px;
	background-image:url(../images/header_contest.jpg);
}
.nav_newsletter{
	width:900px;
	height:150px;
	background-image:url(../images/header_sec.jpg);
}

.btns_home{
	position:relative;
	width:900px;
	height:37px;
}
.cssnav	{
	width: 900px;
	height: 37px;
}
.cssnav a {
	width: 150px;
	height: 37px;
	display: block;
	float: left;
}

.cssnav img {
	width: 150px;
	height: 37px; 
	border: 0; 
}
.cssnav a:hover img{
	visibility:hidden;
}

.main_nav {
	text-decoration:none;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align:left;
}
.main_nav:hover {
	color: #a40051;
}

#design_menu {
	z-index:300;
	visibility:hidden;
	position:relative;
	width:150px;
	margin: 0 auto;
	right:375px;
	top:-116px;
	background-color:#a68967;
}
#support_menu {
	z-index:300;
	visibility:hidden;
	position:relative;
	width:150px;
	margin: 0 auto;
	left:225px;
	top:-266px;
	background-color:#3f1f12;
}
#contact_menu {
	z-index:300;
	visibility:hidden;
	position:relative;
	width:150px;
	margin: 0 auto;
	left:375px;
	top:-392px;
	background-color:#340002;
}

.nav_sub{
	text-decoration:none;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.nav_sub:hover {
	color: #a40051;
}
#sub_nav_items {
	width:190px;
	height:25px;
	text-align:left;
}
#sub_nav_box {
	height:15px;
	padding: 5px;
}

/* end nav */

.content {
	margin: 0 auto;	
	width:900px;
	height:200px;
	position:absolute;
	top: 257px;
	height:inherit;
	background-image:url(../images/hardwood_texture.jpg);
}
.content_main{
	position:relative;
	left:10px;
	margin-top:10px;
	width:659px;
	background-image:url(../images/content_bar_lg.jpg);
	background-repeat:no-repeat;
	/*	background-color:#bbe2ef;*/
	background-color:#f7edd0;
}
.content_full{
	position:relative;
	left:10px;
	margin-top:10px;
	width:880px;
	background-image:url(../images/content_bar_full.jpg);
	background-repeat:no-repeat;
	background-color:#f8e7d4;
}
.page_title{
	position:relative;
	margin-left:10px;
	top:8px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.page_title a {
	top:8px;
	font-weight:bold;
	color:#FFFFFF;
}
.content_main p{
	position:relative;
	margin:10px;
}
.content_full p{
	position:relative;
	margin:10px;
}
h1 {
	color: #A20052;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 22px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
    text-transform: uppercase;
}
h2 {font-weight:bold; font-size:13px; color:#333300; margin-left:10px; margin-right:10px; margin-top:-5px;}
.bodytext {font-size:12px; color:#5F5E5E; line-height:15px;}
.headertext {font-weight:bold; font-size:12px; color:#333300; line-height:15px;}
a {color:#330000;}
.content_box{
	margin:10px;
	background-color:#FACF91;
	position:relative;
	width:630px;
}
.content_box_sm{
	margin:10px;
	background-color:#ffffff;
	padding:3px;
	width:600px;
	position:relative;
	left:50%;
	margin-left:-300px;
}
.content_side{
	position:absolute;
	top:10px;
	margin-left:229px;
	left:50%;
	width:211px;
	height:inherit;
	background-color:#724132;
}
.footer{
	background-color:#330000;
	text-align:center;
	line-height:18px;
	height:40px;
	padding-top:5px;
}
.footer a{
	color:#FFFFFF;
}

ul.bullets {
	margin-top:0px;
	font-size:16px;
	font-weight:bold;
	color:#FF00CC;
}
.bullets li{
	margin-bottom:10px;
}
ol{
	list-style:none;
}
.red-text {
	color:#FF0000;
}
.content_box_color{
	margin:10px;
	background-color:#facf91;
	position:relative;
	width:630px;
}
.tumblr_title {
	display:none;
} 
.pic-grow{
	width:156px;
	text-align:center;
	float:left;
}
.pic-grow img{
	width:156px;
	height:128px;
}
.pic-grow img:hover{
	width:500px;
	height:410px;
	position:relative;
	z-index:100;
}

/* LINES WE CARRY STYLES */
.brands {
	background-color: #FACF91;
    height: 150px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: left;
    width: 450px;
}
.brands img{
	float:left;
	margin-right:40px;
	
}
.brand-name {
	font-weight:bold;
	font-size:18px;
	margin-left: -20px;
	margin-top:10px;
	line-height: 40px;
}
.brands ul{
	margin-top:-10px;
}
