html, body{
	margin: 0px;
	padding: 0px;
	background: #fff url(/images/bg.jpg) repeat-x 0 0;;
	text-align: center;
	font-size: 9pt;
	line-height: 13pt;
	font-weight: normal;
	font-style: normal;
	font-family: arial, tahoma, verdana, sans-serif;
	color: #636363;
}

#wrap{
	text-align: left;
	width: 772px;
	background: #fcfaf4;
	position: relative;
}


#header{
	width: 100%;
	height: 131px;
	background: #0188a6 url(/images/bg.jpg) repeat-x 0 0;
	position: relative;
}


#header div{
	position: absolute;
	top: 8px;
	right: 20px;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-family: tahoma, arial, sans-serif;
}

#header div a{
	color: #fff;
	margin-right: 4px;
	margin-left: 4px;
}

#header div a:hover{
	text-decoration: none;
}


#hd_logo{
	position: absolute;
	top: 0px;
	left: 0px;
}

#header ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 20px;
	right: 15px;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
}

#header ul li{
	display: block;
	float: left;
}


#header ul li a{
	display: block;
	width: 90px;
	height: 55px;
	border-left: 1px solid #fff;
	padding-left: 10px;
	line-height: 80px;
	color: #111;
	text-decoration: none;
	background: url(/images/nav_arrow.gif) no-repeat 0px 38px;
}

#header ul li a:hover{
	line-height: 45px;
	color: #444;
	background: url(/images/nav_arrow.gif) no-repeat 0px 20px;
}

body#home #header ul li a#nav_home, 
body#page1 #header ul li a#nav_page1, 
body#page2 #header ul li a#nav_page2, 
body#page3 #header ul li a#nav_page3, 
body#page4 #header ul li a#nav_page4{
	color: #fff;
	line-height: 45px;
	background: url(/images/nav_arrow.gif) no-repeat 0px 20px;
	cursor: default;
}

#under_header{
	width: 100%;
	height: 102px;
	background: url(/images/under_header_bg.jpg) repeat-x 0 0;
	text-align: center;
	position: relative;
	display: block;
	overflow: hidden;
}

#under_header ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	font-family: tahoma, sans-serif;
	font-size: 9px;
	color: #363636;
	text-align: right;
	line-height: 148px;
}

#under_header ul a{
	color: #363636;
	text-decoration: none;
	padding-right: 10px;
}


#under_header ul li{
	float: left;
	display: block;
	width: 141px;
	height: 86px;
	margin: 0 5px 0 5px;
	cursor: pointer;
}

#header ul li a#nav_page2{
	width: 119px !important;
}

#under_header ul li#flooring{
	background: url(/images/btn_flooring.jpg) no-repeat 0 0;
	margin-left: 8px;
}

#under_header ul li#roofing{
	background: url(/images/btn_roofing.jpg) no-repeat 0 0;
}

#under_header ul li#siding{
	background: url(/images/btn_siding.jpg) no-repeat 0 0;
}

#under_header ul li#decking{
	background: url(/images/btn_decking.jpg) no-repeat 0 0;
}

#under_header ul li#countertops{
	background: url(/images/btn_countertops.jpg) no-repeat 0 0;
}

#sidebar{
	width: 220px;
	float: left;
	margin: 10px 2px 0px 2px;
}


#sidebar h2, 
#content h1{
	color: #464646;
	font-family: Myriad Pro, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 4px 0px;
	padding: 0px;
}

#content h1{
	margin-bottom: 2px;
	font-size: 18px;
}

#content h2{
	color: #8a1d00;
	font-family: Myriad Pro, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 4px 0px;
	padding: 0px;
}


#content h3{
	color: #b39100;
	font-family: Myriad Pro, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 4px 0px;
	padding: 0px;
}




#sidebar ul{
	margin: 0 0 0 4px;
	padding: 0px;
	list-style: none;
}

#sidebar ul li{
	margin-bottom: 3px;
}

#sidebar ul li a{
	background: url(/images/bullet_advertisers.gif) no-repeat left 50%;
	padding-left: 12px;
	color: #be4800;
}


#sidebar ul li a:hover{
	text-decoration: none;
	color: #a21a00;
}



#footer{
	width: 100%;
	background: url(/images/footer_bg.gif) repeat-x 0 0;
	clear: both;
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
	color: #000;
}

#footer a{
	color: #191919;
}

#footer a:hover{
	text-decoration: none;
	color: #000;
}

#content .lists{
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
}

#content ul{
	list-style: none;
	margin: 15px 10px 50px 10px;
	padding: 0px;
	float: left;
	display: block;
	color: #7a2109;

}

#content ul li{
	background: url(/images/bullet.gif) no-repeat left 50%;
	padding-left: 11px;
}

#content ul li a{
	text-decoration: underline;
}

#content ul li a:hover{
	text-decoration: none;
}

#inner{
	width: 100%;
	border: 1px solid #fef8e0;
	border-top: none;
	border-bottom: none;
	padding-bottom: 23px;
}

#content{
	float: left;
	margin: 10px 4px 10px 4px;
	padding: 0 5px 0 10px;
	border-left: 1px solid #c4bfa9;
	width: 500px;
}

#content a{
	color:#8A1D00;
	text-decoration: underline;
}

#content a:hover{
	text-decoration:none;
}

a.more{
	background: url(/images/icon_more.gif) no-repeat 0px 50%;
	padding-left: 18px;
	display: block;
	margin: 4px 0 5px 0;
}

hr{
background: #8c835d;
height: 1px;
border: none;
width: 100%;
}

.box1, .box2{
	border-bottom: 1px solid #8c835d;
	padding: 3px;
}

.box2{
	background: #fdfcf8;
}

.box1 a.more, 
.box2 a.more{
	display: block;
	background: url(/images/icon_more.gif) no-repeat 420px 50%;
	display: block;
	text-align: right;
	margin-bottom: 2px;
}

.box1 a strong, 
.box2 a strong{
	display: block;
	font-size: 14px;
	font-family: arial, sans-serif;
	background: url(/images/icon_list.gif) no-repeat left 50%;
	padding-left: 15px;
}

.box1 span.byline, 
.box2 span.byline{
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #191919;
	margin-bottom: 1px;
}


.box1.last,
.box2.last{
	border-bottom: none;
}

#content .box_left, #content .box_right{
	width: 222px;
	float: left;
	padding: 4px;
}


#content .box_right{
	border-left: 1px solid #8c835d;
	padding-left: 15px;
}

/* start paginate styles */

.pages a, .pages a:hover{
	text-decoration: none !important;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #666;
}

.pages span.nextprev {
		background: #E4E2DB;
        border: 1px solid #C2C2C0;
        color: #A8A8A8;
}
.pages {
   margin-top: 6px;
   margin-left: 5px;
   float: left;
   font: 11px arial, sans-serif;
   margin-top: 2px;
   padding-top: 2px;
   font-size: 85%;
   float: right;
}

.pages a, .pages span {
   font: 11px arial, sans-serif;
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
	color: #7f6a25;
}

.pages span.current {
    border: 1px solid #8a1d00;
    font-weight: bold;
    background: #8a1d00;
    color: #fff;
}

.pages a {
	border: 1px solid #8a1d00;
	text-decoration: none;
}

.pages a:hover {
	color: #191919 !important;
	border-color: #bb1c00 !important; 
	background: #ffebba !important;
}

/* end paginate styles */

a.vendor_map{
	position:absolute;
	overflow:hidden;
	text-indent:-999px;
	display: none;
}

a.vendor_map{
	width:112px;
	height:112px;
	background:url(/images/vendor_map_corner.png);
	top:0;
	right:0;
	z-index:99;
}

* html a.vendor_map{
	right:-1px;
	cursor:pointer;
}