@import url("/styles/common.css");

#header h1 {
	position:absolute;
	top:36px;
	left:10px;
	margin:0;
	padding:0;
}
#header h1 img {
	position:static;
}

#feature {
	float:left;
	width:778px;
	height:430px;
}
#knowledgecentre {
	float:left;
	clear:left;
	width:778px;
	height:159px;
	background:#c4c7c8;
}
#knowledgecentre h2 {
	color:white;
	margin:0;
	padding:3px 0 3px 8px;
	font-weight:normal;
	background:#f57d20;
	font-size:1.4em;
	position:relative;
}
#prevBtn,#nextBtn {
	width:26px;
	height:132px;
	position:absolute;
	top:596px;
}
#prevBtn {
	left:0;
	background:url("/images/prevbtn.png");
}
#nextBtn {
	left:752px;
	background:url("/images/nextbtn.png");
}
#prevBtn a, #nextBtn a {
	display:block;
	width:26px;
	height:132px;
}
#knowledgecentre ul {
	margin:0;
	padding:28px 0 0 0;
	list-style:none;
	font-size:0.9em;
	overflow:hidden;
	height:70px;
	width:778px;
}
#knowledgecentre li {
	width:315px;
	margin:0 0px 0 0px;
	padding-left: 45px;
}
#knowledgecentre .odd {
	margin:0 56px 0 0;
}
#knowledgecentre a {
	color:#3b3d41;
}
#knowledgecentre img {
	border-left:5px solid #fe7d19;
	float:left;
}
#knowledgecentre span {
	float:left;
	display:block;
	width:175px;
	margin-left:18px;
}
#knowledgecentre .headline {
	font-weight:bold;
}

#banners 								{position: relative; width: 778px; height: 430px; overflow: hidden;}
#banners ul.mainBanners					{margin: 0; padding: 0; list-style: none;}
#banners ul.mainBanners li				{position: absolute; top: 0; left: 0; z-index:1;}
#banners ul.mainBanners li.selected 	{z-index:3;}
#banners ul.mainBanners li.lastSelected {z-index:2;}

.bannerCategories 						{position: absolute; top: 170px; left: 19px; z-index: 10; width: 350px; font-size: 12px;}
.bannerCategories ul					{margin: 0; padding: 0; list-style: none;}
.bannerCategories li.selected 			{font-size: 28px; padding: 2px 0 2px; 0;}
.bannerCategories a 					{color: #0c2577; text-decoration: none;}
.bannerCategories a:hover 				{color: #f57d20;}
.bannerCategories li.selected a 		{background-color: #FFF;}

.bannerCategories {opacity: 0;}


