@charset "utf-8";
#headerContainer {
	width:1000px;
	position: relative;
	padding-top: 32px;
}
#topLoginBar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;

	width:1000px;
	height:32px;
	background-image:url(../images/barBlack.png);
	background-repeat:repeat-x;
}
#header {
	position:relative;
	width:1000px;
	height:126px;
	background-image:url(../images/headerBG.png);
	background-repeat:repeat-x;
}
#headerDetails {
	position:absolute;
	background-image:url(../images/headerDetails.png);
	background-repeat:no-repeat;
	width:524px;
	height:77px;
	top:49px;
	left:32px;

	text-indent: -9999px;
	overflow: hidden;
}
#headerImage {
	position:absolute;
	background-image:url(../images/subscribeHeader.png);
	background-repeat:no-repeat;
	width:399px;
	height:77px;
	left:567px;
	top:49px;
}
#freeTrialButton {
	position:absolute;
	width:169px;
	height:36px;
	left:587px;
	top:0px;

	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/freeTrialButton.png) no-repeat;
}
#takeTourButton {
	position:absolute;
	width:169px;
	height:36px;
	left:777px;
	top:0px;

	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/takeTourButton.png) no-repeat;
}
#freeTrialButton a,
#takeTourButton a {
	display: block;
	width: 169px;
	height: 36px;
}
#subscribeLogo {
	position:absolute;
	width:160px;
	height:43px;
	top:-11px;
	left:30px;
	color:#FFF;
	background-image:url(../images/subscribeHeaderLogo.png);
	background-repeat:no-repeat;

	z-index: 10;
	text-indent: -9999px;
	overflow: hidden;
}
#subscribeLogo a {
	display: block;
	width:160px;
	height:43px;
}
#contactNumber {
	position:relative;
	float:left;
	width:151px;
	height:15px;
	top:36px;
	left:-125px;
	background-image:url(../images/contactNumber.png);
	background-repeat:no-repeat;
}
#headerLinks {
	position:absolute;
	float:left;
	width:600px;
	height:11px;
	top:11px;
	left:380px;
	font-size:1em;
	line-height:11px;
	color:#FFF;
	text-align:right;
}
#headerLinks a {
	color:#FFF;
	text-decoration:none;
}
.orangeText {
	color:#F90;
}