#body-wrapper.home-body-wrapper {	
	padding-top: 310px; /* Change to height of header */
}

#header.home-header { 
	top: 0; left: 0;
	position: absolute;
	height: 310px; /* Change to correct height */
	width: 100%;
	z-index: 10;
}

#whats-new {
	float: left;
	width: 169px;
	height: 273px;
	background: url(../images/bg-whats-new.gif) no-repeat;
	padding: 15px 0px 0px 40px;
	position: relative;
}
	.whats-new-title {
		font-weight: bold;
		font-size: 16px;
		color: #3f5e91;
	}		
	.whats-new-title a{
		text-decoration:none
	}		
		#whats-new ul {
			width: 182px;
			margin: 0px;
			padding: 0px;
			position: absolute;
			left: 28px;
			top: 54px;
		}	
			#whats-new ul li {
				padding: 0px;
				margin: 0px;
				width: 167px;
				/*height: 33px;*/
				list-style: none;
				/*padding: 5px 10px 5px 5px;*/
				vertical-align: bottom;
				display: inline;
			}	
				#whats-new ul li img {
					float: left;
					padding-right: 10px;
				}	
					#whats-new ul li a {
						font-size: 11px;
						color: #989898;
						font-weight: bold;
						text-decoration: none;
						display: block;
						height: 33px;
						padding: 5px 10px 5px 10px;
						width: 162px;
						vertical-align: bottom;
					}
					#whats-new ul li a:hover, #whats-new ul li.activeSlide a {
						color: #3f5e91;
						background: url(../images/bg-active-cycle.png) -1px -1px no-repeat;
					}


#flash {
	float: left;
	width: 397px;
	height: 265px;
	margin-top: 5px;
	overflow: hidden;
}
	
#flash-controls {
	position: absolute;
	top: 280px;
	left: 345px;
}
	#flash-controls ul {margin: 0px; padding: 0px;}
		#flash-controls ul li {
			list-style: none;
			float: left;
		}
			#flash-controls ul li a {
				display: block;
				width: 22px;
				height: 1px;
				overflow: hidden;
				padding-top: 18px;
				cursor: pointer;
				margin: 0 5px;
			}
				#btn-prev {background: url(../images/btn-prev.png);}
				#btn-pause {background: url(../images/btn-pause.png);}
				#btn-play {background: url(../images/btn-play.png);}
				#btn-next {background: url(../images/btn-next.png);}


#home-content {
	float: left;
	width: 187px;
	height: 253px;
	padding: 35px 15px 0px 22px;
}
	.blue {
		font-weight: bold;
		color: #3f5e91;
	}
