#pageheader	{
	height: 140px;
}

#infoband {
	position: relative;
	min-height: 105px;
	height: auto !important;	/* ugly IE hack for min-height! */
	height: 105px;				/* ugly IE hack for min-height! */
	padding-left: 0px;
	z-index: 0;
}

#infotext {
	position: absolute;
	width: 490px;
	height: 70px;
	left: 35px;
}

#infotext p {
	font-size: 9pt;
	line-height: 1.3em;
	margin: 20px 0 0 0;
	padding: 0px;
}

#info-promo {
	position: absolute;
	width: 280px;
	height: 105px;
	left: 560px;
	
	background-color: black;
}

#info-download {
	position: absolute;
	width: 140px;
	height: 105px;
	left: 840px;
	padding: 13px 18px 0px 18px;
}

#info-download a img {
	padding: 0;
	margin-bottom: 2px;
}

#info-download a img:hover {
	border-bottom: 1px solid white;
	padding: 0 0 1px 0;
	margin: 0;
}

#info-download .download-platform {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	font-size: 7pt;
}

/*
 .header-news a img {
	border: 0px;
	padding: 0px;
	padding-bottom: 2px;
}
.header-news a img:hover {
	padding-bottom: 1px;
	border-bottom: 1px solid #c3d5e0;
}
*/

ul.news {
	list-style: none;
	margin: 28px 0 35px 0;
	padding: 0px;
}

ul.news li {
	margin: 0 0 10px 0;
}
ul.news li p {
	margin: 5px 0 0 0;
}

#col-page-right {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 270px;
	width: 280px;
}


/* colours */

#infoband a {
	color: #8aadc2;
}

