#shell {
	margin: 0 auto;
	width: 850px;
}

.header {
	padding: 0 25px;
	margin: 0;
	width: 800px;
	height: 65px;
}

#footer {
	padding: 0 25px;
	height: 25px;
	font-size: 10px;
	color: #FFFFFF;
}

#content-header {
	height: 235px;
	width: 850px;
	background: url(../images/splash/splash_header.jpg) no-repeat;
}	
	
#content {
	padding: 0 25px;
}

	.content-left {
		width: 595px;
		float: left;
	}
	
	.content-right {
		width: 205px;
		float: right;
	}
	
		.news-bucket {
			padding: 40px 20px 0 14px;
			background: url(../images/global/bucket_news.jpg) no-repeat;
			font-size: 12px;
			line-height: 16px;
			width: 171px;
			height: 215px;
		}
		
			.news-bucket .news-link {padding-top: 7px;}
			
		.demo-bucket {
			background: url(../images/global/bucket_demo.jpg) no-repeat;
			width: 205px;
			height: 160px;
		}
		
		
		
		
		


.content-left {
	padding: 25px 5px 10px 10px;
	background: url(../images/splash/splash_buckets_bg.jpg) no-repeat;
	width: 580px;
	height: 376px;
}

	.splash-left-bucket {
		position: relative;
		width: 193px;
		height: 385px;
		float: left;
	}
	.splash-middle-bucket {
		position: relative;
		width: 194px;
		height: 385px;
		float: left;
	}
	.splash-right-bucket {
		position: relative;
		width: 193px;
		height: 385px;
		float: left;
	}

		.splash-left-bucket .bucket-content {
			padding: 86px 20px 0 20px;
			background: url(../images/splash/splash_reviews_header_off.jpg) no-repeat;
			width: 153px;
			height: 300px;
			color: #474747;
			cursor: pointer;
		}
			.splash-left-bucket .bucket-content:hover {
				background: url(../images/splash/splash_reviews_header_on.jpg) no-repeat;
				color: #474747;
				cursor: pointer;
			}
		.splash-middle-bucket .bucket-content {
			padding: 86px 21px 0 21px;
			background: url(../images/splash/splash_recommendations_header_off.jpg) no-repeat;
			width: 152px;
			height: 300px;
			color: #474747;
			cursor: pointer;
		}
			.splash-middle-bucket .bucket-content:hover {
				background: url(../images/splash/splash_recommendations_header_on.jpg) no-repeat;
				color: #474747;
				cursor: pointer;
			}
		.splash-right-bucket .bucket-content {
			padding: 86px 20px 0 20px;
			background: url(../images/splash/splash_blogs_header_off.jpg) no-repeat;
			width: 153px;
			height: 300px;
			color: #474747;
			cursor: pointer;
		}
			.splash-right-bucket .bucket-content:hover {
				background: url(../images/splash/splash_blogs_header_on.jpg) no-repeat;
				color: #474747;
				cursor: pointer;
			}

.bucket-content h2 {
	padding-bottom: 10px;
	font-weight: bold;
	color: #5ab9ca;
	font-size: 13px;
	line-height: 16px;
}

.bucket-content p {
	font-size: 11px;
	line-height: 16px;
}

.bucket-button {
	position: absolute;
	top: 336px;
	left: 20px;	
}

.splash-left-bucket .bucket-button {
	left: 19px;	
}

/* FOOTER */

	.footer-left {
		padding-left: 10px;
		float: left;
	}
	
	.footer-right {
		padding-right: 10px;
		float: right;
	}
