@font-face {
    font-family: 'thai_sans_literegular';
    src: url('fonts/thaisanslite_r1-webfont.eot');
    src: url('fonts/thaisanslite_r1-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/thaisanslite_r1-webfont.woff') format('woff'),
         url('fonts/thaisanslite_r1-webfont.ttf') format('truetype'),
         url('fonts/thaisanslite_r1-webfont.svg#thai_sans_literegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	margin:0px;
	color:#333;
	background:#fff;
	background:url(../images/bg.jpg) center;
	font-family: tahoma;
	font-size: 13px;
}
a:link, a:visited{
	color:#53C434;
	text-decoration:none;
}
.about_header{
	height:220px;
	background:url(../images/aboutbg.jpg) #a7be25 no-repeat center top;
	background-size:100%;
	margin:0 auto;
}
.product_header{
	height:220px;
	background:url(../images/newsbg.jpg) #a7be25 no-repeat center top;
	background-size:100%;
	margin:0 auto;
}
.news_header{
	height:220px;
	background:url(../images/aboutbg.jpg) #a7be25 no-repeat center top;
	background-size:100%;
	margin:0 auto;
}
.apply_header{
	height:220px;
	background:url(../images/newsbg.jpg) #a7be25 no-repeat center top;
	background-size:100%;
	margin:0 auto;
}
.contact_header{
	height:220px;
	background:url(../images/aboutbg.jpg) #a7be25 no-repeat center top;
	background-size:100%;
	margin:0 auto;
}
#logo{
	margin-top:40px;
}
.menubar{
	width:780px;
	height:22px;	
	font-family: 'thai_sans_literegular';
	font-size:21px;
	font-weight:bold;
	margin:0 auto;
	position:relative;
}
.menubar #left{
	width:16px;
	height:22px;
	background:url(../images/menu-left.png) no-repeat left;	
}
.menubar #right{
	width:15px;
	height:22px;
	background:url(../images/menu-right.png) no-repeat right;	
}
.menubar #center{
	background:url(../images/menubg.png) repeat-x center;
}
.menubar a:link,.menubar a:visited{
	color:#555;
	text-decoration:none;
	padding:0 13px;
}
.container{
	width:780px;
	margin:0 auto;
	margin-top:-8px;
	line-height:22px;
	border-radius:10px;
	box-shadow:0px 0px 20px #775d3b;
}
.left{
	width:170px;
	padding:15px;
	border-radius:10px 0 0 10px;
	background-color:#5DAF43;
	background-image: linear-gradient(bottom, #349D47 32%, #8BC23F 77%);
	background-image: -o-linear-gradient(bottom, #349D47 32%, #8BC23F 77%);
	background-image: -moz-linear-gradient(bottom, #349D47 32%, #8BC23F 77%);
	background-image: -webkit-linear-gradient(bottom, #349D47 32%, #8BC23F 77%);
	background-image: -ms-linear-gradient(bottom, #349D47 32%, #8BC23F 77%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.32, #349D47),
		color-stop(0.77, #8BC23F)
	);
	behavior: url(csspie/PIE.htc);
}
.left #l{
	padding: 10px 0;
	font-size: 15px;
	font-weight: bold;
}
.content{
	width:550px;
	background:#ffffff;
	padding:15px;
	border-radius:0 10px 10px 0;
}
.newsmenu{
	margin:0px;
	padding:0px;
	list-style:none;
}
.newsmenu li{
	margin:0px;
	padding:10px 5px;
	border-bottom:1px dashed #fff;
	font-size: 14px;
}
.newsmenu #date{
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:bold;
}
.newsmenu a:link, .newsmenu a:visited{
	color:#fff;
	text-decoration:none;
}
#news h2{
	margin:3px 0px;
	color:#6EB541;
	font-size: 18px;
}
#news #newtitle{
	font-size: 17px;
	font-weight: bold;
	color: #666;
}
.productlist{
	width:235px;
	padding:10px;
	margin:2px 10px;
	float:left;
	overflow:hidden;
}
.productlist p{
	font-size:22px;
	margin:0px;
	text-align:center;
	font-weight:bold;
	color:#53C434;
	line-height:22px;
}
#more{
	background:#46A229;
	border-radius:3px;
	display:inline;
	float:right;
	padding:3px 5px;
	margin:5px 0;
}
#more a:link,#more a:visited{
	color:#fff;
}
.showapply{
	border-bottom:1px dotted #ccc;
	padding:5px 0px;
}
.showapply #apptitle{
	color:#53C434;
	margin:0 0 5px 0;
	font-size: 18px;
}
.footer{
	text-align:center;
	color:#fff;
	margin:15px 0px;
	text-shadow: 0px 0px 5px #362000;
    filter: dropshadow(color=#362000, offx=0, offy=2);
	line-height:20px;
	font-size: 14px;
}
.footer a:link,.footer a:visited{
	color:#fff;
	text-decoration:underline;
}