@charset "UTF-8";
/* CSS Document */
#hero1 {
	color: #000;
	font-size: 16px;
	width: 960px;
	margin: 24px auto 18px;
	overflow: visible;
	position: relative;
}
#hero1:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#hero1 {
	background: url(../media/global/herobackground.png) no-repeat;
/*	background: url(../media/hero/products.png) no-repeat;*/	height: 300px;
}
#hero1 h1 {
	left: 0px;
	top: 0px;
	width: 240px;
	height: 320px;
	background: url(../media/hero/products/products_091231-1.png) no-repeat 0px 0px;
}
#hero1 h1:hover {
	background: url(../media/hero/products/products_091231-1.png) no-repeat 0px -320px;
}
#hero1 h2 {
	left: 240px;
	top: 0px;
	width: 240px;
	height: 320px;
	background: url(../media/hero/products/products_091231-1.png) no-repeat -240px 0px;
}
#hero1 h2:hover {
	background: url(../media/hero/products/products_091231-1.png) no-repeat -240px -320px;
}
#hero1 h3 {
	left: 480px;
	top: 0px;
	width: 240px;
	height: 320px;
	background: url(../media/hero/products/products_091231-1.png) no-repeat -480px 0px;
}
#hero1 h3:hover {
	background: url(../media/hero/products/products_091231-1.png) no-repeat -480px -320px;
}
#hero1 h4 {
	left: 720px;
	top: 0px;
	width: 240px;
	height: 320px;
	background: url(../media/hero/products/products_091231-1.png) no-repeat -720px 0px;
}
#hero1 h4:hover {
	background: url(../media/hero/products/products_091231-1.png) no-repeat -720px -320px;
}
#hero1 h1,
#hero1 h2,
#hero1 h3,
#hero1 h4 {
	position: absolute;
	font-weight: normal;
	text-indent: -9999px;
	overflow: hidden;
}

#hero1 a {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 240px;
	height: 320px;
	text-indent: -9999px;
	overflow: hidden;
}

