@charset "utf-8";
/* CSS Document */

#homeNav {
	display:none;
}

#homeClick {
	left:335px;
}

#content {
	background: url(images/FlashShow_bkgnd.jpg) no-repeat;
	overflow:hidden;
}

.off {
	display:none;
}

#mainStage {
	position:absolute;
	top:0px;
	left:0px;
}

#cafe, #scan, #net {
	position:absolute;
	overflow:hidden;
}

#cafe {
	background:url(images/HOME_nutriCafe.gif) no-repeat;
	left:0px;
	width:237px;
	height:216px;
}

#scan {
	background:url(images/HOME_nutriScan.gif) no-repeat;
	left:237px;
	width:237px;
	height:236px;
}

#net {
	background:url(images/HOME_nutriNet.gif) no-repeat;
	left:474px;
	width:236px;
	height:216px;
}

.overText {
	background:url(images/HOME_overTextBG.jpg) repeat-x #CCCCCC;
	margin-top:88px;
	border-left:1px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	padding-top:12px;
	padding-left:16px;
	padding-right:16px;
	font-size:12px;
}

#cafe .overText {
	height:116px;
	border-left:none;
}

#scan .overText {
	height:136px;
}

#net .overText {
	height:116px;
	border-right:none;
}

.overOut {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}

.learnMore {
	position:absolute;
	bottom:10px;
	right:27px;
	line-height:13px;
	color:#F70000;
	padding-right:12px;
	background:url(images/HOME_learnMoreBG.png) no-repeat right;
}