/* CSS Document */
body{
     background:#d3eef9;
	 color:#000000;
	 font-size:14px;
	 font-family:"Arial", Helvetica, sans-serif;
	 margin:0px;
	 padding:0px;
	 }
#top{
	 width:90%;
	 margin:0 auto;
	 height:60px;
	 background:#fff;
	 color:#000;
	 padding-top:10px;
	 }
#top .logo{
	 float:left;
	 width:35%;
	 background:url(logo.gif) #fff no-repeat;
	 color:#000;
	 height:60px;	 
	 }
#top .textnav{
	 float:right;
	 width:40%;
	 background:#fff;
	 color:#ccc;
	 height:100%;
	 font-size:1em;
	 }
#top .textnav ul{
	 list-style:none;
	 margin:0px;
	 float:right;
	 }
#top .textnav li{
	 float:left;
	 margin:0 10px;
	 }
#top .textnav li a:link,#top .textnav li a:visited{background:#fff;color:#000;text-decoration:none;}
#top .textnav li a:hover{background:#fff;color:#666;text-decoration:none;}

#nav{
	 background:url(NavBg.png);
	 height:30px;
	 width:90%;
	 margin:0 auto;
	 font-size:1em
	 }
#nav ul{
	 list-style:none;
	 margin:0px;
	 padding:0px;
	 float:left;
	 }
#nav li{
	float:left;
	padding:0px 10px;
	line-height:30px;
	width:60px;
	text-align:center;
	}
#nav li a:link,a:visited{color:#fff;text-decoration:none;}
#nav li a:hover{background:#fff;color:#000;text-decoration:none;display:block;}
#banner{
	 height:300px;
	 width:90%;
	 background:#fff;
	 margin:0 auto;
	 text-align:center;
	 }
#conect{
	 margin:5px auto;
	 width:90%;
	 background:#eee;
	 height:100%;
	 clear:both;
	 }
.left{
	float:left;
	width:49.9%;
	 }
.right{
	 float:right;
     width:49.9%;
	 }
#Recommendation{
	 background:#fff url(Recommendation.gif) no-repeat;
	 height:60px;
	 width:200px;
	 float:left;
	 border:#fff 10px solid;
	 }
#news{
	 background:#fff url(news.gif) no-repeat;
	 height:60px;
	 width:200px;
	 float:right;
	 border:#fff 10px solid;
	 }
#server{
	 background:#fff url(server.gif) no-repeat;
	 height:60px;
	 width:200px;
	 float:left;
	 border:#fff 10px solid;
	 }
#contect{
	 background:#fff url(contect.gif) no-repeat;
	 height:60px;
	 width:200px;
	 float:right;
	 border:#fff 10px solid;
	 }
.allleft{
	 float:left;
	 background:#fff;
	 color:#000;
	 height:100%;
	 width:210px;
         text-align:left;
	 }
.allright{
	 float:right;
	 background:#fff;
	 color:#000;
	 height:100%;
	 width:210px;
	 text-align:left;
	 }
.text{
	 background:#fff;
	 color:#000;
	 width:200px;
	 border-left:#fff 10px solid;
 	 border-right:#fff 10px solid;
	 font-size:14px;
	 height:100%;
	 }
.text ul{
	padding:0px 5px;
	margin:0px;
	list-style-type:none;
	}
.text li{

	}
.text li a:link,.text li a:visited{
	color:#000;
	background:#fff;
	text-decoration:none;
	}
.text li a:hover{
	color:#ccc;
	background:#fff;
	}
#footer{
	 height:25px;
	 line-height:25px;
	 background:url(NavBg.png);
	 width:89%;
	 margin:0px auto;
	 color:#fff;
	 padding-left:10px;
	 font-size:1em;
 	 clear:both;
	 }