@charset "utf-8";
/* CSS Document */

*{
	margin:0 auto;
	padding:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
body{
	background:url(../img/bg_all.png) repeat-y;
	background-color:#dbe6ab;
	font-family:Arial, Helvetica, sans-serif;
}
#header{
	width:965px;
	height:70px;
	margin-top:30px;
	padding-bottom:10px;
}
#header #logo{
	float:left;
}
#header #menu{
	float:right;
	width:650px;
	height:37px;
	margin-top:17px;
	background:url(../img/bg_head.png) repeat-x;
}
#header #menu #menu_item{
	
}
#header #menu #language{
	float:right;
	margin-top:10px;
	margin-right:15px;
}
#search{
	width:965px;
	height:20px;
	padding-bottom:40px;
}
#search #box_search{
	width:220px;
	height:16px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#footer{
	width:966px;
	height:137px;
	margin-top:25px;
}
#footer #news_event{
	width:308px;
	height:100px;
	float:left;
}
#footer #certificate{
	width:308px;
	height:100px;
	float:left;
	margin-left:21px;
}
#footer #about_us{
	width:308px;
	height:100px;
	float:left;
	margin-left:21px;
}
#footer #copyright{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	display:block;
	float:right;
	color:#000;
	margin-top:15px;
}
.head{
	background:url(../img/bg_head.png) repeat-x;
	width:308px;
	height:29px;
}
.txt_head{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	
	padding-top:10px;
	padding-left:36px;
}
.content{
	background-color:#aed36a;
	width:308px;
	height:71px;
}
.left_content{
	width:250px;
	height:auto;
	float:left;
}
.right_content{
	width:55px;
	height:auto;
	float:left;
}

.txt_title{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#444542;
	padding-top:10px;
	padding-left:36px;
	height:18px;
}
.txt_content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	width:200px;
	height:30px;
	padding-left:20px;
}
.btn_more{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	height:18px;
	width:55px;
	background-color:#4e7218;
	margin-top:50px;
}

a.btn_more:hover{
	color:#68c611;
}

.txt_search{
	width:130px;
	height:14px;
}
.btn_search{
	background:url(../img/btn_search.jpg);
	width:24px;
	height:19px;
	border:none;
	cursor:pointer;
}

/*menu*/
.menu_parent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:inherit;
	height:auto;
	margin-top:12px;
	margin-left:20px;
	float:left;
}
a.menu_parent:hover{
	background:#5A9D1A;
}
.hidden{
	position:absolute; 
	top:0; left:-9999px; 
	width:1px; 
	height:1px; 
	overflow:hidden; 
}	
.fg-button { }

