div.front_banner {
	clear: both;
	padding-top: 24px;
	padding-bottom: 24px;
	margin-bottom: 8px;
	width: 100%;
}

div.front_top_text {
	font-size: 22px;
	line-height: 140%;
	text-align: center;
	margin: 0 auto 0 auto;
}

#frontboxes {
	clear: both;
	height: 375px;
	background-image: url('/static/front_background.jpg');
}

div.frontbox {
	width: 300px;
	float: left;
}

#middlebox {
	font-size: 24px;
	text-align: center;
	margin: 80px 40px 0 380px;
	width: 200px;
	height: 200px;
	background: no-repeat url("/static/front_text_background.png") 0 0px;
}

#middlebox table {
	padding: 0;
	margin: 0;
	border: none;
}

#middlebox td {
	padding: 0 12px;
	width: 176px;
	height: 200px;
	vertical-align: middle;
	text-align: center;
}

#rightbox {
	font-size: 24px;
	line-height: 280%;
	text-align: center;
	width: 330px;
}

#rightbox div.prodlist_scroll_top {
	padding: 0;
}

div.front_links_container {
	clear: both;
}

div.front_links_container div.front_link,div.front_links_container div.sep
	{
	float: left;
	margin: 6px 0 8px;
	height: 90px;
}

div.front_links_container div.front_link {
	font-size: 24px;
	line-height: 140%;
	cursor: pointer;
	background: no-repeat url("/static/arrow_right.png") 272px 0;
}

div.front_links_container div.front_link a,div.front_links_container div.front_link a:VISITED
	{
	color: #000;
	text-decoration: none;
	background: none;
}

div.front_links_container div.front_link:HOVER {
	background-color: #d6effa;
	background-position: 272px -90px;
	cursor: pointer;
}

div.front_links_container div.front_link:ACTIVE {
	background-color: #addef7;
	background-position: 272px -180px;
	cursor: pointer;
}

div.front_links_container div.front_link:HOVER a {
	color: #000;
	background: none;
	text-decoration: none;
}

div.front_links_container div.front_link a:ACTIVE {
	color: #000;
	background: none;
	text-decoration: none;
}

div.front_links_container div.front_link td {
	vertical-align: middle;
	height: 90px;
	width: 248px;
	padding-right: 46px;
	padding-left: 10px;
}

div.front_links_container div.sep {
	margin-right: 5px;
	margin-left: 6px;
	width: 1px;
}