@charset "UTF-8";
/* CSS Document */
#hero {
	color: #000;
	font-size: 16px;
	width: 960px;
	margin: 10px 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;
	height: 300px;
}
#hero h1 {
		position: absolute;
	font-weight: normal;
	text-indent: -9999px;
	overflow: hidden;

	left: 60px;
	top: 50px;
	width: 320px;
	height: 90px;
	background: url(../media/hero/services/heading_090401.png) no-repeat;
}
#hero h2 {
	position: absolute;
	font-weight: normal;
	text-indent: -9999px;
	overflow: hidden;
	left: 60px;
	top: 125px;
	width: 420px;
	height: 120px;
	background: url(../media/hero/services/subheading_090401.png) no-repeat;
}
#hero h3 {
	position: absolute;
	font-weight: normal;
/*	text-indent: -9999px;
	overflow: hidden;
*/	left: 580px;
	width: 230px;
	background: url(../media/hero/services/talentforrent_090401.png) no-repeat;
}
#hero h3#ipad {
	left: 580px;
	top: 10px;
	width: 230px;
	height: 150px;
	background: url(../media/hero/services/talentforrent_090401.png) no-repeat;
}
#hero h3#iphone {
	top: 160px;
	width: 230px;
	height: 150px;
	background: url(../media/hero/services/talentforrent_090401.png) no-repeat;
}
#hero a#contact {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 480px;
	height: 300px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../media/hero/services/contactUsButton_090401.png) no-repeat 0% 0%;
}
#hero a#contact:hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 480px;
	height: 300px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../media/hero/services/contactUsButton_090401.png) no-repeat 0% 100%;
}

