@charset "utf-8";
/* CSS Document */
#home_banner {
	height: 740px;
	width: 960px;
	position: relative;
	top: -25px;
	left: 0px;
}
#home_flash {
	
}

#home_buttons {
	position: absolute;	
	height: 210px;
	width: 960px;
	bottom: 30px;
	z-index: 100;
	margin: 0 10px;
}
.home_button {
	color: #000;
	text-decoration: none;
	overflow: hidden;
	margin: 8px;
	width: 220px;
	height: 175px;
	position: relative;
	float: left;
	top: 30px;
	
	background: #fff;
	background-image: -moz-linear-gradient(100% 100% 90deg, #dddddd, #ffffff);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dddddd));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	-moz-box-shadow: 		-2px 2px 5px #000;
	-webkit-box-shadow: 	-2px 2px 5px #000;
	box-shadow: 			-2px 2px 5px #000;
}
.home_button:hover {
	color: #fff;
	text-decoration: none;
	
	height: 205px;
	top: 0px;
	background: #111;
	background-image: -moz-linear-gradient(100% 100% 90deg, #222222, #000000);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#222222));
}
#home_buttons a:hover, #home_buttons a:visited, #home_buttons a:active, #home_buttons a:link {
	text-decoration: none;
}
.home_button p {
	margin: 20px;
}
.home_button p strong {
	font-family: Sansumi, sans-serif;
	font-size: 1.1em;
}
.home_button img {
	position: absolute;
	top: 0px;
	display: block;
	margin: 0 auto;
}
.home_button .more {
	padding-right: 1.25em;
	color: #CC0000;
	
	background: url(../img/layout/arrow-side-nav.png) right no-repeat;
}
