@charset "utf-8";
/* CSS Document */
body{height:100%;margin:0;padding:0;
	margin:0;
	padding:0;
	font-family: Verdana,Arial, 'Lucida Grande',Sans-Serif;
	background-color:#333333;
}
a{
	text-decoration: none;
}
a:link {
	color: #fff;
}
a:visited {
	color:#999;
}
a:hover {
	color: #75D4F4;
}
a:active {
	color: #DC143C;
}
ul{
	list-style-type:none;
	list-style-position : outside;
	margin:0 0 0 0;
	padding:0 0 0 0;
	word-break:break-all;
	
}
li{
	font-size:11px;
	margin:18px 16px 0 16px;
	padding:0 0 0 0;
	display:inline;
    float:left
}
p{
	margin:0 0 0 0;
	padding:0 0 0 0;
	word-break:break-all;
}
img{
	border:0;
}
#fullscreen{width:100%;height:100%;position:absolute;top:0;left:0;background-image:url(../images/bodybj.jpg);background-repeat: repeat-x;}
#header{width:100%;height:48px; background-color:#000;}
#logo{width:160px;height:48px; background-color:#000; background-image:url(../images/logo.jpg); background-repeat:no-repeat}
#nav{width:660px;height:48px; background-color:#000; background-image:url(../images/navbj.gif); background-repeat:no-repeat;}
#middle{width:100%; height:80%;}
#content{width:980px;height:380px; /*background-color:#09C;*/ background-image:url(../images/home_adv/ui01.png);  }
#contentindex{width:980px;height:380px; /*background-color:#09C;*/ background-image:url(../images/home_adv/01.png);  }
#contenttitle{ font-size:36px; font:Verdana, Geneva, sans-serif; /*font-weight:bold; margin-top:33px;*/ color:#fff; }
#subnav{
	width:100%;
	height:61px;
	background-color:#333333;
	position:absolute;
	bottom:29px;
}

#subnavindex{
	width:100%;
	height:183px;
	position:absolute;
	bottom:29px;
}

#footer{
	width:100%;
	height:29px;
	background-color:#000000;
	position:absolute;
	bottom:0px;
}
#PowerBy{
	font-size:10px;
	height:16px;
	margin:7px 0 0 12px;
	padding:0;
	text-align:left;
	font-weight:normal;
	color: #fff;
}

#footernav{
	font-size:10px;
	height:16px;
	margin:7px 12px 0 12px;
	padding:0;
	text-align:right;
	font-weight:normal;
	color:#666;
}

