@charset "UTF-8";
/* CSS Document */#hero {
	color: #000;
	font-size: 16px;
	width: 960px;
	margin: 0 auto 18px;
	overflow: hidden;
	position: relative;
}
#hero:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#hero {
	background: url(../media/global/herobackground.png) no-repeat;
/*	background: url(../media/hero/products.png) no-repeat;*/	height: 300px;
}
#hero h1 {
	left: 145px;
	top: 65px;
	width: 320px;
	height: 90px;
	background: url(../media/hero/products/heading_090401.png) no-repeat;
}
#hero h2 {
	left: 145px;
	top: 135px;
	width: 320px;
	height: 120px;
	background: url(../media/hero/products/subheading_090401.png) no-repeat;
}
#hero h3 {
	left: 580px;
	top: 50px;
	width: 200px;
	height: 270px;
	background: url(../media/hero/products/productimage_090401.png) no-repeat;
}
#hero h1,
#hero h2,
#hero h3 {
	position: absolute;
	font-weight: normal;
	text-indent: -9999px;
	overflow: hidden;
}

#hero a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 960px;
	height: 300px;
	text-indent: -9999px;
	overflow: hidden;
}
/*
#billboard a#gt {
	left: 105px;
	top: 398px;
	width: 175px;
	height: 80px;
	text-indent: 0;
}
*/
