@charset "UTF-8";
/* CSS Document */

#product-page{

width:815px;


}

#prod-menu-container {
	background-repeat:repeat-x;
	clear:both;
	text-align:center;
}

#prod-menu {
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:800px;
}

#prod-menu li {
	display:inline;
	text-align:center;
	height:30px;
}

#prod-menu li a {
	display:block;
	height:0px;
	padding-top:30px;
	background-image: url(../images/products/productmenu.png);
	overflow:hidden;
	background-repeat:no-repeat;
}



#prod-menu li a:hover {
	background-image:url(../images/products/productmenu-roll.png);
	background-repeat:no-repeat;
}

#prod-1 {
	width:85px;
	float:left;
}

#prod-2 a {
	background-position:-85px 0;
	width:84px;
	float:left;
}

#prod-3 a {
	background-position:-169px 0;
	width:105px;
	float:left;
}

#prod-4 a {
	background-position:-274px 0;
	width:106px;
	float:left;
}

#prod-5 a {
	background-position:-380px 0;
	width:72px;
	float:left;
}

#prod-6 a {
	background-position:-452px 0;
	width:64px;
	float:left;
}

#prod-7 a {
	background-position:-516px 0;
	width:118px;
	float:left;
}

#prod-8 a {
	background-position:-634px 0;
	width:87px;
	float:left;
}

#prod-9 a {
	background-position:-721px 0;
	width:79px;
	float:left;
}

#timber #prod-1 a {
	background-image:url(../images/products/productmenu-roll.png);
}

#bridge #prod-2 a {
	background-image:url(../images/products/productmenu-roll.png);
}

#laminated #prod-3 a {
	background-image:url(../images/products/productmenu-roll.png);
}

#full #prod-4 a {
	background-image:url(../images/products/productmenu-roll.png);
}

#used #prod-5 a {
	background-image:url(../images/products/productmenu-roll.png);
}

#delivery #prod-6 a {
	background-image:url(../images/products/productmenu-roll.png);
}

#equiptment #prod-7 a {
	background-image:url(../images/products/productmenu-roll.png);
}

#installation #prod-8 a {
	background-image:url(../images/products/productmenu-roll.png);
}

#matrental #prod-9 a {
	background-image:url(../images/products/productmenu-roll.png);
}




#prod-nav{
	
margin-top:-80px;
z-index:200;
margin-left:20px;
}
