/* ================================
	Site Name: LANGUAGEx
	Version:   v01
	URL:       http://www.com 
	Copyright: LANGUAGEx
	Date:      2008-07-06
	Author:    clover
 =================================*/

/*-----------------------------@Global---------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	font:11px/18px Arial, Helvetica, sans-serif;
	color:#333;
}
a {
	color:#76C020;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}
li {
	list-style:none;
}
img {
	border:none;
}
.clear {
	clear:both;
}
/*@Round corner*/
.rtop {
	clear:both;
}
.rtop b {
	display:block;
	height: 1px;
	overflow: hidden;
}
.r1 {
	margin: 0 5px
}
.r2 {
	margin: 0 3px
}
.r3 {
	margin: 0 2px
}
.rtop .r4 {
	margin: 0 1px;
	height: 2px
}
.lf {
float:left!important;
}
.rt {
float:right!important;
}
#wrapper {
	width:924px;
	margin:0 auto;
}


.test {
	width:914px;
	height:90px;
	border-bottom:1px solid #98CF57;
	float:left;
}
 .logo2 {
    width:257px;
    height:15px;
    margin:1px;
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:11px;    
    background:none;
    filter:none!important;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/css/img/logo2.png', sizingMethod='image');
}
.logo3 {
    width:870px;
    height:18px;
    margin-bottom:3px;
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:10px;    
    background:none;
}
.test p {
	margin:0 0 5px 20px;
	color:#fff;
}
.test_in {
	border:1px solid #687061;
	border-right:none;
	width:800px;
	line-height:28px;
	padding-top:6px;
	height:22px;
	float:left;
	margin-left:10px;
}
*body .test_in {
	height:28px;
	padding-top:0;
}
.btn_in {
	background:url(img/in_btn.png) no-repeat;
	border:none;
	width:94px;
	height:30px;
	float:left;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}

/*---------------------------Footer--------------------------*/
.footer {
	background:url(img/foot_bg.png) repeat-x;
	width:924px;
	height:45px;
	float:left;
	margin:10px auto;
}
.footer .lf {
	float:left;
	width:5px;
	height:45px;
	background:url(img/foot_l.png) no-repeat;
}
.footer .rt {
	float:right;
	width:5px;
	height:45px;
	background:url(img/foot_r.png) no-repeat;
}
.footer .about, .footer .search {
	width:850px;
	height:20px;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
	margin:10px auto;
    color: #000000;
}
.footer .search .test_in {
	width:280px;
}
.footer .about li {
	float:left;
	margin:0 10px;
	display:inline;
}
.footer .about li a {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.footer p {
	text-align:center;
}