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

/* Home Page Only Stying */

#featured-product {
	background-image:url(images/home-page-featured-product-background.jpg);
	background-repeat:no-repeat;
	height:245px;
	width:810px;
	margin-top: 10px;
	}

#feature-product-text {
	padding-left : 400px;
	padding-top : 70px;
	width	: 380px;
	height: 155px;
	overflow:hidden;
	}
	
/* The Pictures */

ul#featuredproductslist { /* all lists */

	padding:0;

	margin:0 0 0 0;

	height:310px;

	list-style:none;

	display:block;


}

#featuredproductslist a.top-level { /* this class causes IE 5.01 and 5.5 to behave badly... */
	display:block;
	height:155px;
	text-indent:-9999px;
}

#featuredproductslist li{ /* float list items */
	float:left;
}

#featuredproductslist li#surfox {width:265px;}
#featuredproductslist li#metals {width:265px;height:155px;}
#featuredproductslist li#fasteners {width:265px;height:155px;}
#featuredproductslist li#inox {width:265px;height:155px;}
#featuredproductslist li#bio-chem {width:265px;height:155px;}
#featuredproductslist li#duraloy {width:265px;height:155px;}

li#surfox a {background:transparent url("images/home-page-surfox.jpg") no-repeat 0 0;}
li#metals a {background:transparent url("images/home-page-metals.jpg") no-repeat 0 0 ;}
li#fasteners a {background:transparent url("images/home-page-fasteners.jpg") no-repeat 0 0;}
li#inox a {background:transparent url("images/home-page-inox.jpg") no-repeat 0 0;}
li#bio-chem a {background:transparent url("images/home-page-biochem.jpg") no-repeat 0 0;}
li#duraloy a {background:transparent url("images/home-page-duraloy.jpg") no-repeat 0 0;}
