/* Home: product feature ------------*/

#home-product-feature {
	height: 246px;
	overflow: hidden;
	width: 880px;
	margin-left: 10px;
	position: relative;
}

#home-product-feature .feature-item {
	width: 880px;
	height: 246px;
}

.e-feature {
	position: absolute;
	left: 435px;
	top: 32px;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 20px;
	color: #fff;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bolder;
	width: 350px;
}
.j-feature {
	position: absolute;
	left: 435px;
	top: 32px;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 20px;
	color: #fff;
	font-family: "sans-serif";
	font-weight: bolder;
	width: 350px;
}
.k-feature {
	position: absolute;
	left: 435px;
	top: 32px;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 20px;
	color: #fff;
	font-family: "Helvetica";
	font-weight: bolder;
	width: 350px;
}
#home-product-feature .feature-item.black-text p {
	color: #000;
}

.feature-item .learn-more-link {
	display: block;
	position: absolute;
	left: 629px;
	top: 140px;
	min-height: 22px;
	padding-left: 30px;
	background: url('../site-images/button-arrow.png') no-repeat;
	background-position: 0 0;
	font-family: 'Gil Sans', Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6fabe9 !important;
	line-height: 22px;
}

.feature-item .learn-more-link:hover {
	background-position: 0 -22px;
	color: #a0a0a0 !important;
	text-decoration: underline;
}

/* Home: product nav ------------*/

#product-nav {
	height: 38px;
	background-image: url(../html_image/menu_bg.gif);
	background-repeat: repeat-x;
	width: 880px;
	margin-right: 10px;
	margin-left: 10px;
}

#product-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#product-nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#product-nav a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 38px;
	color: #FFF;
	height: 38px;
	width: 146px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(../html_image/menu-a_bg.gif);
	background-repeat: no-repeat;
}
#product-nav a:hover {
	background-image: url(../html_image/menu-a_over.gif);
	color: #0A5CAA;
}

