 /********************************************************* 
 * //The Base Layout & Style.//
 *
 * @author NetFreeMan <netfreeman@live.com>
 * @version $Revision: 1.0 $ $Date: 2008/03/017 11:35:36 $
 *********************************************************/

	/*顶部*/
	#headbar {
		background:url(../images/hearbar_bg.jpg) repeat-x left top;
		height:23px;
		font-size:1.0em;
		overflow:hidden;
		margin:8px 5px 0 5px;
		text-align:left;
		border:1px solid #E3E3E3;
		border-bottom:1px solid #CDCDCD;
		}
		#headbar a {
			color:#000;
			}
		.headerline {
			height:3px;
			background:#EAEAEA;
			margin:0 15px 0 5px;
			clear:both;
			display:block;
			font-size:0.1em;
			}
		#headbar .goback {
			float:left;
			display:inline;
			width:464px;
			padding:7px 0 0 18px;
			height:21px;
			overflow:hidden;
			}
		#headbar .login {
			float:left;
			display:inline;
			width:80px;
			height:22px;
			padding:6px 0 0 0;
			overflow:hidden;
			}
		#headbar .search {
			float:right;
			display:inline;
			width:365px;
			height:28px;
			background:url(../images/ico_google_power.jpg) no-repeat right top;
			overflow:hidden;
			}
			#headbar .search .input {
				border:1px solid #678FB3;
				font-size:1.0em;
				padding:2px;
				height:12px;
				color:#555555;
				width:147px;
				margin:6px 0 0 0;
				position:relative;
				background:url(../images/google_input_bg.jpg) repeat left top;
				}
			#headbar .search select {
				border:1px solid #;
				font-size:1.0em;
				height:16px;
				*height:18px;
				}
			#headbar .search .bottom {
				 position:absolute;
				 margin:6px 0 0 3px;
				}
		
		#headbar #allnav {
			clear:both;
			display:block;
			height:57px;
			overflow:hidden;
			text-align:center;
			background:url(../images/allnav_bg.jpg) no-repeat left 15px;
			}
			#headbar #allnav .floatleft {
				width:945px;
				padding:13px 0 0 2px;
				*padding:14px 0 0 2px;
				height:42px;
				overflow:hidden;
				}
				#headbar #allnav .floatleft dl dt {
					font-weight:bold;
					float:left;
					width:39px;
					*padding:1px 0 0 0;
					height:19px;
					overflow:hidden;
					}
				#headbar #allnav .floatleft dl dd {
					float:left;
					width:142px;
					height:19px;
					overflow:hidden;
					}
					#headbar #allnav .floatleft dl dd a {
						padding:0 2px 0 5px;
						}
			#headbar #allnav .floatright {
				width:290px;
				padding:13px 0 0 0;
				*padding:14px 0 0 0;
				overflow:hidden;
				}
				#headbar #allnav .floatright li {
					float:left;
					width:36px;
					height:19px;
					height:21px;
					}
	#logopart {
		clear:both;
		margin:10px 0 0 0;
		height:95px;
		overflow:hidden;
		}
		#logo {
			clear:both;
			float:left;
			width:250px;
			padding:0 0 0 20px;
			overflow:hidden;
			}
		#topbanner {
			float:left;
			margin:3px;
			width:520px;
			overflow:hidden;
			display:inline;
			}
		#topnews {
			float:right;
			width:150px;
			margin:6px 5px 0 0;
			display:inline;
			overflow:hidden;
			}
			#topnews li {
				padding:2px;
				}
				#topnews li a {
					color:#666666;
					text-decoration:underline;
					}

	/*外套*/
	#wrap {
		background-color:red;
		font-size:1.2em;
		margin:0 auto;
		overflow:hidden;
		width:960px;
		background:#fff;
		text-align:left;
		}



		/*底部容器框*/
		#footer {
			text-align:center;
			margin:10px;
			padding:16px 0;
			border-top:2px solid #F2F2F2;
			clear:both;
			line-height:200%;
			}
			#footer a:link,
			#footer a:visited {
				}
			/*服务*/
			#service {
				}
			/*版权*/	
			#copyright {
				}
			#contact {
				}



