@charset "UTF-8";
/* CSS Document */

/* home styles */
body {
	background-image: url('/images/home_body_bg.png');
}
#navigation {
	height: 330px;
	margin-top: 20px;
}
#navigation a {
	color: #fff;
}
#navigation a:hover {
	color: #32a960;
}

.home_illustrations {
	padding-right: 15px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 25px;
}

.home_illustrations span {
	color: #6a2668;
}
.home_illustrations div {
	float: left;
	width: 100%;
	padding: 10px 0;
}
.home_illustrations .hr {
	padding: 0;
}
.home_illustrations div div {
	width: 85px;
	padding: 0;
}

#slider {
	height: 350px;
	width: 795px;
}
#slider img {
	width: 795px; /* opera hack */
	height: 350px; /* opera hack */
}