@charset "utf-8";
/* CSS Document */

/*----------全局*/
*{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/homebg.jpg);
	background-color: #E0E7ED;
	width: 860px;
	font-size: 12px;
	color: #3399FF;
	line-height:160%
	}

ul{
	list-style:none;
}
img{
	border:0px;
}
a{
	color:#3399FF;
}
a:hover{
	color:#FF3300;
	text-decoration:none;
}

.cbody{
	width:900px;
	margin:0 auto;
}
.margintop{
	margin-top:5px;
}
.floatclear{
	clear:both;
}
input,select{
	vertical-align:middle;


.header {
	height: 100px;
	width: 780px;
	}

.logo {
	height: 70px;
	width: 130px;
	left: 10px;
	top: 10px;
}

.nav {
	height: 30px;
	width: 590px;
	right: 2px;
	top: 68px;
	}
	
.flash {
	height: 300px;
	width: 780px;
}

.flashshadow {
	height: 22px;
	width: 780px;
}

.main {
	height: 400px;
	width: 780px;
	z-index:1;
	}

.servernav {
	height: 40px;
	width: 780px;
	}
	
.server {
	height: 400px;
	width: 780px;
	}
	
.footer {
	height: 100px;
	width: 780px;
	}

ttb {border-style:solid;border-color:#E0E7ED white black white;border-width:1px;
}
.dfn {
	font-weight: bold;
	font-style: normal;
}