
.hero {
	background-position: 50%;
	background-repeat: no-repeat;
	height: 650px;
	left: 0;
	min-width: 960px;
	position: absolute;
	top: 78px;
	width: 100%;
	z-index: 1;
}
	.hero h2 {
		overflow: hidden;
		text-indent: -9999px;
	}
	.hero .description {
		margin: 240px auto 0 auto;
		width: 698px;
	}
	.hero .description p  {
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		width: 380px; 
	}
	.hero .description .more {
		background: url(../images/site/arrow-white-on-green.png) no-repeat 95% 80%;
		color: #fff;
		display: block;
		font-size: 13px;
		line-height: 15px;
		margin-top: 15px;
		width: 80px;
	}
	.hero .bio {
		margin: 115px auto 0 auto;
		width: 790px;
	}
	.hero .bio p {
		line-height: 12px;
		margin-left: auto;
		width: 150px;
	}
	.hero .bio .title {
		display: block;
		margin-bottom: 5px;
		text-transform: uppercase;
	}
#labCoat {
	background-image: url(../images/site/home-lab-coat_zh_CN.jpg);
	display: none;
}
	#labCoat .description { width: 825px; }
	#labCoat .description p { width: 440px; }
	#labCoat .bio { width: 790px; }
	
#landing {
	background-image: url(../images/site/home-landing_zh_CN.jpg);
}

#industrial {
	background-image: url(../images/site/home-industrial_zh_CN.jpg);
}

#kenny {
	background-image: url(../images/site/home-kenny_zh_CN.jpg);
	display: none;
}

#page {
	position: relative;
	z-index: 2;
}

.bottom {
	position: absolute;
	top: 522px;
}
.segment {
	background: url(../images/site/divider.png) no-repeat;
	float: left;
	width: 190px;
}
.segment:first-child {
	background: none;
}
.segment h3 {
	background: #7bbc0d url(../images/site/underscore-white.png) no-repeat 15px 75%;
	font-size: 15px;
	letter-spacing: -1px;
	line-height: 18px;
	margin-top: 7px;
	padding: 2px 0 2px 25px;
	text-transform: uppercase;
}
.segment h3 a {
	color: #fff;
	text-decoration: none;
}
.segment p {
	color: #4b4a37;
	line-height: 13px;
	margin: 3px 25px 8px 25px;
}
.segment p a {
	font-weight: bold;
}
#footer ul {
	/* background: url(../images/site/home-footer-border.png) no-repeat;
	border: none;
	width: 960px; */
	width: 570px;
}
#footer li:first-child {
	margin-left: 0;
}
