/* CSS Document */


/* IDs */


#splash {
	width: 960px;
	height: 375px;
	background-image: url(../../images/home/splash-background.png);
	border: 0;
}


#carousel {
	width:939px;
	overflow: hidden;
	position: relative;
	left: 10px;
	top: 0px;
}


#carousel ul {
	width:939px;
	height: 371px !important;
	overflow:hidden;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#blocks {
	width: 964px;
}

#body-wrapper {
	padding: 0;
}


/* CLASSES */

.frontpage-block {
	position: relative;
	width: 207px;
	height: 145px;
	float: left;
	background-image: url(../../images/home/frontpage-block.png);
	padding: 17px 17px 10px 17px;
	border: 0;
	font-size: 12px;
}

	.frontpage-block h2{
		font-family: arial, sans-serif;
		font-size: 16px;
		margin: 0px 0 15px 0;
		padding:4px 0 10px 0;
	}

	.frontpage-block img{
		float: left;
		position: relative;
		bottom: 4px;
		right: 7px;
	}


	.frontpage-block a{
		text-decoration:none;
	}

.frontpage-double-block {
	background-image: url(../../images/home/frontpage-double-block.png);
	border: 0;
	float: right;
	font-size: 12px;
	height: 317px;
	padding: 17px 17px 10px 17px;
	position: relative;
	width: 207px;
}
	.frontpage-double-block h2{
		font-family: arial, sans-serif;
		font-size: 16px;
		margin: 0px 0 15px 0;
		padding:4px 0 15px 0;
	}

	.frontpage-double-block img{
		float: left;
		position: relative;
		bottom: 4px;
		right: 7px;
	}


	.frontpage-double-block a{
		text-decoration:none;
	}
	
	.frontpage-double-block p{
		font-size: 11px;
		width: 200px;
	}

.block-footer {
	font-size: 10px;
	position: absolute;
	right: 20px;
	top: 150px;
	text-align: right;
}

.double-block-footer {
	font-size: 10px;
	position: absolute;
	right: 20px;
	top: 322px;
	text-align: right;
}
