@charset "utf-8";
/* CSS Document */

body {
	background-color:#c2e06e; 
	font-size:11px;
	font-family: Tahoma, Arial, Verdana;
	color:#000000;
}
body, form {
	margin:0;
	padding:0;
}
table,tr,td {
	font-size:11px;
	font-family: Tahoma, Arial, Verdana;
	color:#000000;
}
a, a:actived,a:visited {
	text-decoration:none;
}
a:hover {
	color:#FF0000;
	text-decoration:none;
}

div.Wapper {
	width:800px;
	background-color:#FFFFFF;
}

.Info {
	color:#515151;
}

div.Header-banner {
	width:800px;
	height:250;
	background:#7b837c;
}

div.Header-navigation {
	width:800px;
	height:34px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:34px;
	background:#759f07;
}

.Header-navigation .Register-login {
	float:left;
	width:217px;
	height:34px;
}

.Header-navigation .Navigation-link {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.Header-navigation .Navigation-link:hover {
	color:#FF0000;
	text-decoration:none;
}
.Header-navigation .Navigation-icon {
	float:left;
	width:33px;
	height:34px;
	background:url(../../images/FontEnd/header_icon_1.gif) no-repeat;
}

.Header-navigation .Navigation-menu {
	float:left;
	text-align:left;
	width:365px;
	height:34px;
}
.Navigation-menu .Text {
	margin-left:35px;
}
.Header-navigation .Navigation-search {
	height:34px;
}

.Header-navigation .Navigation-Input {
	width:111px;
	height:16px;
	line-height:16px;
	font-style:italic;
	font-size:10.5px;
	color:#999999;
	border:0;
	padding:0 2px 0 2px;
	background:url(../../images/FontEnd/header_search_bg.gif) no-repeat;
}

.Header-navigation .Navigation-search-button {
	width:27px;
	height:26px;
	border:0;
	background:url(../../images/FontEnd/header_search_btn.gif) no-repeat;
}

div.Container {
	width:800px;
	display:table-cell;
}

.Footer {
	background:url(../../images/FontEnd/Footer_bg.gif) repeat-x;
	height:134px;
}