body{
	background: url(background2.jpg) top center repeat-y;
	background-color: #DBDBDB;
	margin: 0;
	padding: 0;
	font: 100% arial, sans-serif;
	text-align: center;
}

#header{
	background: url(images/head.jpg) no-repeat;
	height: 200px;
	line-height: 200px;
	margin: 0;
	padding-left: 10px;
	color: #585858;
	border-bottom: 1px solid #000;
}
	


#wrapper{
	float: left;
	width: 100%;
}

#container{
	text-align: left;
	width: 890px;
	margin: 0 auto;
}

#content{
	margin: 0px 125px;
	padding: 5px;
}

#feature{
	padding: 10;
	width: 600px;
	background: #585858 url(images/bottom_left.jpg) no-repeat bottom left;
	width: 100%;
}

#feature dl{
	background: url(images/top_left.jpg) no-repeat;
}

#feature dt{
	background: url(images/top_right.jpg) no-repeat top right;
	padding: 1.17em 1.17em 0;
	font-size: 170%;
	color: #CDCDCD;
	line-height: 1.25;
	}

#feature dd{
	background: url(images/bottom_right.jpg) no-repeat  bottom right;
	padding: 1em 2em 2em;
	color: #FFFFFF;
	line-height: 1.3;
}

#product{
	width: 100%;
	}

#product ul{
	width: 80%
	margin: 0px;
	list-style: none;
	text-align: center;
	line-height: 200px;
	}


.coldsplice{
	
	width: 150px;
	height: 113px;
	float: left;
	margin: 18px 0 0 18px;
}

.coldsplice a{
	background: url(images/BUTTONS/coldsplice.jpg) no-repeat;
	display: block;
	width: 150px;
	height: 113px;
	}
	
.coldsplice a:hover{
	background-position: -150px;
}

.sealant{
	
	width: 150px;
	height: 113px;
	float: left;
	margin: 18px 0 0 18px;
}

.sealant a{
	background: url(images/BUTTONS/sealant.jpg) no-repeat;
	display: block;
	width: 150px;
	height: 113px;
	}
	
.sealant a:hover{
	background-position: -150px;
}

.bracket{
	
	width: 150px;
	height: 113px;
	float: left;
	margin: 18px 0 0 18px;
}

.bracket a{
	background: url(images/BUTTONS/bracket.jpg) no-repeat;
	display: block;
	width: 150px;
	height: 113px;
	}
	
.bracket a:hover{
	background-position: -150px;
}

.saw{
	
	width: 150px;
	height: 113px;
	float: left;
	margin: 18px 0 0 18px;
}

.saw a{
	background: url(images/BUTTONS/saw.jpg) no-repeat;
	display: block;
	width: 150px;
	height: 113px;
	}
	
.saw a:hover{
	background-position: -150px;
}

#navigation{
	float: left;
	width: 125px;
	margin-left: -894px;
	
}

.menu{
	margin: 0;
	padding: 0px;
	list-style: none;	
	text-align: center;
	font: "Arial Black";
	font-weight: bold;
}

.norm{
	background: url(nav.jpg) repeat-x; 
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 50px;
	float: left;
}

.end{
	background: url(images/menu_end.jpg) no-repeat; 
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 75px;
	float: left;
}

.menu a{
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0px;
	line-height: 50px;
	border-bottom: 1px solid #FFF;
}

.menu a:hover{
	background: url(nav_hover.jpg);
	font-weight: bolder;
}
#extra{
	background: #6E96D4;
	float: left;
	width: 125px;
	margin-left: -125px;
}



#footer{
	position: absolute;
	bottom: 0;
	color: #FFF;
	clear: left;
	width: 865px;
	height: 75px;
	margin-left: -2px;
	padding: 5px 15px 5px 15px;
	text-align: center;
}

#footer p{
	line-height: 65px;
}


