#welcomeBanner
{
	position: absolute;
	top: -68px;
	width: 100%;
	height: 71px;
	background: url('/images/welcome-banner/background.png') repeat-x left top;
	z-index: 999;
}
body.MSIE6 #welcomeBanner
{
	background-image: url('/images/welcome-banner/background-8bit.png');
}

#welcomeBanner .welcomeBannerContent
{
	position: relative;
	width: 980px;
	height: 68px;
	margin: auto;
	background: #8ab312 url('/images/welcome-banner/background.png') repeat-x left top;
}
body.MSIE6 #welcomeBanner .welcomeBannerContent
{
	background-image: url('/images/welcome-banner/background-8bit.png');
}

#welcomeBanner .welcomeLogo
{
	position: absolute;
}
#welcomeBanner .welcomeText
{
	position: absolute;
	left: 200px;
	top: 10px;
	width: 435px;
	height: 58px;
}
#welcomeBanner h1
{
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	line-height: normal;
}
#welcomeBanner p
{
	margin: 6px 0 0 0;
	font-size: 14px;
	color: #ffffff;
}

#welcomeButton {
	position: absolute;
	left: 635px;
	top: 13px;
	width: 194px;
	height: 34px;
	overflow: hidden;
	padding: 4px 30px 4px 4px;
	background: url('/images/welcome-banner/button.png') no-repeat left top;
	color: #ffffff;
	border: none;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	line-height: 34px;
}
#welcomeButton:hover {
	background: url('/images/welcome-banner/button.png') no-repeat left -54px;
}
#welcomeButton:active {
	background: url('/images/welcome-banner/button.png') no-repeat left -108px;
}

#welcomeClose
{
	position: absolute;
	right: 0;
	top: 7px;
	width: 50px;
	height: 30px;
	background: url('/images/welcome-banner/close.png') no-repeat right top;
	padding-right: 32px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	text-align: right;
}
#welcomeClose:hover
{
	text-decoration: underline;
	background-position: right -30px;
}

/* Australia Greeting */

#welcomeBanner.australia .welcomeLogo
{
	left: 72px;
	top: 0;
	width: 110px;
	height: 68px;
	background: url('/images/welcome-banner/australia.png') no-repeat left top;
}

/* GP Store AU Greeting */

#welcomeBanner.gpstore
{
	background: url('/images/welcome-banner/gpstore-background.png') repeat-x left top;
}
body.MSIE6 #welcomeBanner.gpstore
{
	background-image: url('/images/welcome-banner/gpstore-background-8bit.png');
}
#welcomeBanner.gpstore .welcomeBannerContent
{
	background: transparent;
}
#welcomeBanner.gpstore .welcomeLogo
{
	left: 125px;
	width: 183px;
	height: 68px;
	background: url('/images/welcome-banner/gpstore-logo.png') no-repeat left top;
}
body.MSIE6 #welcomeBanner.gpstore .welcomeLogo
{
	background-image: url('/images/welcome-banner/gpstore-logo-8bit.png');
}
#welcomeBanner.gpstore .welcomeText
{
	left: 320px;
	width: 560px;
}
#welcomeBanner.gpstore .welcomeText a
{
	font-weight: bold;
	color: #ffffff;
}
#welcomeBanner.gpstore .welcomeText a:hover
{
	color: #ff6600;
}
#welcomeBanner.gpstore #welcomeClose
{
	background-image: url('/images/welcome-banner/gpstore-close.png');
}
#welcomeBanner.gpstore #welcomeClose:hover
{
	color: #ff6600;
}
