@charset "utf-8";
.interactHoverImg {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:100;
}
.interactHoverTable {
	position: absolute;
	top: 0px;
	left: 160px;
	z-index: 50;
	width: 300px;
	height: 200px;
}
.interactHoverTableDiv {
	z-index: 98;
	position: absolute;
	left: 18px;
	top: 95px;
	display: none;
}

.innovateHoverImg {
	position: absolute;
	left: 0px;
	top: 45px;
	z-index:100;
}
.innovateHoverTable {
	position: absolute;
	top: 30px;
	left: 160px;
	z-index: 50;
	width: 300px;
	height: 216px;/*	height:100px;
	_height: 200px;*/
}
.innovateHoverTableDiv {
	z-index: 98;
	position: absolute;
	left: 18px;
	top: 194px;
	display:none;
}

.integrateHoverImg {
	position: absolute;
	left: 0px;
	top: 129px;
	z-index:100;
}
.integrateHoverTable {
	position: absolute;
	top: 72px;
	left: 160px;
	z-index: 50;
	width: 300px;
	height: 244px;
	_height: 284px;
}
.integrateHoverTableDiv {
	z-index: 98;
	position: absolute;
	left: 18px;
	top: 254px;
	display:none;
}


#divInteractContent {
	z-index: 150;
	display: block;
	position: absolute;
	left: 170px;
	top: 0px;
	_top: 50px;
	/*	border: 1px dashed #CCCCCC;*/
	width: 270px;
	height: 280px;
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif;
}

#divInnovateContent {
	z-index: 150;
	display: block;
	position: absolute;
	left: 170px;
	top: 30px;
	/*	border: 1px dashed #CCCCCC;*/
	width: 270px;
	height: 280px;
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif;
}

#divIntegrateContent {
	z-index: 150;
	display: block;
	position: absolute;
	left: 170px;
	top: 68px;
/*	border: 1px dashed #CCCCCC;*/
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif;
	width: 270px;
}


.curvebottomredwhiteshadow {
	background-image: url(../images/curves/edge/red_bottom_shadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.curverightredwhiteshadow {
	background-image: url(../images/curves/edge/red_right_shadow.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 11px;
}
.curvetoprightredwhiteshadow {
	background-image: url(../images/curves/tr/red_white_shadow.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 11px;
	height: 10px;}
.curvebottomrightredwhiteshadow {
	background-image: url(../images/curves/br/red_white_shadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 11px;
}
.curvebottomleftredwhiteshadow {
	background-image: url(../images/curves/bl/red_white_shadow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 11px;
}

.curvebottomblackwhiteshadow {
	background-image: url(../images/curves/edge/black_bottom_shadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.curverightblackwhiteshadow {
	background-image: url(../images/curves/edge/black_right_shadow.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 11px;
}
.curvetoprightblackwhiteshadow {
	background-image: url(../images/curves/tr/black_white_shadow.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 11px;
	height: 10px;}
.curvebottomrightblackwhiteshadow {
	background-image: url(../images/curves/br/black_white_shadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 11px;
}
.curvebottomleftblackwhiteshadow {
	background-image: url(../images/curves/bl/black_white_shadow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 11px;
}
