/*for index*/
div.book {
	width: 100%;
	height: 100%;
	text-align: right;
	vertical-align: bottom;
	position: absolute;
	z-index: 0;
	float: right;
	min-width: 1004px;
}
div.book img {
	margin-top: 360px;
}
img.mud {
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 342px;
}

/*rewrite style*/
table.bigtable {
	width: 100%;
	height: 100%;
	background: transparent url('../images/bg-header-index.jpg') left top repeat-x;
	min-width: 1004px;
}
table.bigtable td.bigtablebody {
	background: transparent url('../images/bg-main-index.jpg') 50% top no-repeat;
	vertical-align: bottom;
	padding: 562px 50px 100px 50px;
	height: 100%;
}
div.mainmenu div.digitalface {
	position: absolute;
	left: 249px;
	top: 286px;
	width: 200px;
	height: 47px;
	background: transparent url('../images/bg-digitalface.gif') left top no-repeat;
	text-align: right;
}
div.mainmenu div.digitalface img {
	margin: 12px 7px 0px 7px;
}
img.banner1 {
	position: absolute;
	left: 10px;
	top: 199px;
	z-index: 100;
}
img.banner2 {
	position: absolute;
	left: 40px;
	top: 444px;
	z-index: 100;
}



/**/
div.mainmenu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 500px;
	text-align: center;
	min-width: 1004px;
}
div.mainmenu div.menupanel {
	position: relative;
	width: 523px;
	height: 500px;
	margin: 0 auto;
}

DIV.mainmenu A {
	color: #525653;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: -0.6px;
	text-decoration: none;
	text-transform: uppercase;
}
	
DIV.mainmenu A.one {
	position: absolute;
	left: 148px;
	top: 304px;
	width: 74px;
	height: 74px;
	padding-top: 30px;
	background: transparent url('../images/menu/bg_menu.gif') left top no-repeat;
}
DIV.mainmenu A.two {
	position: absolute;
	left: 237px;
	top: 343px;
	width: 58px;
	height: 58px;
	padding-top: 23px;
	background: transparent url('../images/menu/mn_menu.gif') left top no-repeat;	
}
DIV.mainmenu A.three {
	position: absolute;
	left: 312px;
	top: 349px;
	width: 74px;
	height: 74px;
	padding-top: 30px;
	background: transparent url('../images/menu/bg_menu.gif') left top no-repeat;	
}
DIV.mainmenu A.four {
	position: absolute;
	left: 406px;
	top: 343px;
	width: 58px;
	height: 58px;
	padding-top: 23px;
	background: transparent url('../images/menu/mn_menu.gif') left top no-repeat;	
}
DIV.mainmenu A.five {
	position: absolute;
	left: 477px;
	top: 304px;
	width: 74px;
	height: 74px;
	padding-top: 30px;
	background: transparent url('../images/menu/bg_menu.gif') left top no-repeat;	
}

#tooltip{
	background:#FFF;
	border: 1px solid #000;
	color: #000;
	font-size: 9px;
	margin:0px;
	padding:2px 5px;
	position:absolute;
	visibility:hidden
}
