@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}



body {
	background-color: #f6f6f6;
}
a:link {
	color: #1e6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1E6600;
}
a:hover {
	text-decoration: none;
	color: #3A0;
}
a:active {
	text-decoration: none;
	color: #1E6600;
}
#top-bar
{
	height: 31px;
	background-color: #030;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.75);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.75);
	box-shadow: 0 1px 3px rgba(0,0,0,.75);
	background-image: -webkit-linear-gradient(bottom, #176f73, #1b8b90);
	background-image: -moz-linear-gradient(bottom, #176f73, #1b8b90);
	background-image: -o-linear-gradient(bottom, #176f73, #1b8b90);
	background-image: -ms-linear-gradient(bottom, #176f73, #1b8b90);
	background-image: linear-gradient(to top, #176f73, #1b8b90);
	width: 100%;
}#top-bar-menu {
	height: 30px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#top-shape
{
	height: 172px;
	background-color: #693;
	background-image: -webkit-linear-gradient(top, #a1d803, #569800);
	background-image: -moz-linear-gradient(top, #a1d803, #569800);
	background-image: -o-linear-gradient(top, #a1d803, #569800);
	background-image: -ms-linear-gradient(top, #a1d803, #569800);
	background-image: linear-gradient(to bottom, #a1d803, #569800);
	width: 100%;
	display: block;
}
#top-shape-in {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 172px;
}
#logo {
	width: 248px;
	height: 169px;
}
#top-shape-in-text {
	height: 47px;
	width: 420px;
	margin-top: 120px;
}

/***************************/

.cf:before, .cf:after{
    content:"";
    display:table;
}
 
.cf:after{
    clear:both;
}
 
.cf{
    zoom:1;
}    


/* Form wrapper styling */
.form-wrapper {
	width: 260px;
	background: #444;
	border-radius: 10px;
	box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
	margin-top: 120px;
	margin-left: 30px;
}
 
/* Form text input */
 
.form-wrapper input {
	width: 170px;
	height: 20px;
	float: left;
	font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
	border: 0;
	border-radius: 3px 0 0 3px;
	background-color: #BADC98;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
 
.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
 
.form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
 
.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
 
.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    
 
/* Form submit button */
.form-wrapper button {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 40px;
	width: 80px;
	font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
	color: #fff;
	text-transform: uppercase;
	border-radius: 0 3px 3px 0;
	text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	background-color: #79B63D;
}   
   
.form-wrapper button:hover{
	background-color: #669933;
}   
   
.form-wrapper button:active,
.form-wrapper button:focus{
	outline: 0;
	background-color: #216E00;
}
 
.form-wrapper button:before { /* left arrow */
	content: '';
	position: absolute;
	top: 12px;
	left: -6px;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: transparent;
	border-right-color: #669933;
	border-bottom-color: transparent;
	border-left-color: #669933;
}
 
.form-wrapper button:hover:before{

}
 
.form-wrapper button:focus:before,
.form-wrapper button:active:before{

}      
 
.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}    
#slide-zone {
	background-color: #efefef;
	height: auto;
	width: 100%;
}
#blank {
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main-menu {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	
}
#slide {
	height: 505px;
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#slide-in {
	width: 920px;
	height: 438px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 2px rgba(8,8,8,.75);
	-moz-box-shadow: 0 0 2px rgba(8,8,8,.75);
	box-shadow: 0 0 2px rgba(8,8,8,.75);
	margin-right: auto;
	margin-left: auto;
	border: 10px solid #E1E1E1;
	overflow: hidden;
}
#wrapper {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#main-site
{
	width: 938px;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #dafeb8;
	border: 1px solid #009900;
	padding: 10px;
	margin-bottom: 10px;
}
#main-site-left {
	height: auto;
	width: 620px;
}
#welcome-text {
	height: auto;
	width: 620px;
	margin-bottom: 10px;
	color: #333;
}

#contant-news-promotion
{
	width: 610px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background-color: #fff;
	border: solid 1px #88c425;
	padding: 5px;
}
#contant-news-promotion h3 {
	color: #1E6600;
}
#contant-new {
	margin-bottom: 10px;
	margin-top: 5px;
	width: 100%;
}
#contant-new h4 {
	color: #1E6600;
}

.contant-new-img  {
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.75);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.75);
	box-shadow: 0 0 2px rgba(0,0,0,.75);
	border: solid 5px #fff;
}
#contant-detail {
	height: auto;
	margin-left: 10px;
	width: 270px;
}
#contant-detail-2 {
	width: 595px;
	margin-left: 10px;
}
#contant-new-2 {
	width: 295px;
	margin-right: 5px;
	margin-left: 5px;
	height: 350px;
}
#contant-new-2 p {
	font-size: 12px;
}
#contant-new-2 h4 {
	color: #1E6600;
}


#contant-new-2 p1 {
	font-size: 12px;
	color: #82AF36;
}

#contant-bg {
	background-color: #FFF;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #86C27B;
}



#contant-new p {
	font-size: 12px;
}
#contant-new p1 {
	color: #86b636;
	font-size: 12px;
}

#contant-detail p1  {
	font-size: 12px;
	color: #86b636;
}
#contant-list {
	list-style-type: none;
	float: right;
	margin-top: 10px;
}
#contant-list li {
	float: left;
	margin-right: 10px;
	background-color: #86C52E;
	border: 1px solid #69AB3D;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}


#product-box {
	height: 225px;
	width: 604px;
	margin-right: auto;
	margin-left: auto;
}
#product-box-in {
	height: 202px;
	width: 550px;
	border: 1px solid #DFDFDF;
	padding: 10px;
}
#product-sub {
	height: 200px;
	width: 125px;
	border: 1px solid #BCBCBC;
	overflow: hidden;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
#wrapper #main-site #main-site-left #contant-news-promotion h4 {
	color: #4f9646;
	margin-top: 5px;
}

#product-sub-detail {
	height: 45px;
	width: 100%;
	background-color: #95ca3c;
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 14px;
}
#main-site-right {
	width: 297px;
	margin-left: 20px;
}

#right-banner-top
{
	width: 297px;
	height: 125px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #030;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.75), inset 0 0 6px rgba(9,10,10,.4);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.75), inset 0 0 6px rgba(9,10,10,.4);
	box-shadow: 0 0 1px rgba(0,0,0,.75), inset 0 0 6px rgba(9,10,10,.4);
	border: solid 3px #fff;
	overflow: hidden;
}
#shadow-1 {
	background-image: url(images/shadow-1.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 23px;
	width: 100%;
}
#right-box-head
{
	width: 287px;
	height: 20px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #693;
	background-image: -webkit-linear-gradient(top, #a1d803, #549747);
	background-image: -moz-linear-gradient(top, #a1d803, #549747);
	background-image: -o-linear-gradient(top, #a1d803, #549747);
	background-image: -ms-linear-gradient(top, #a1d803, #549747);
	background-image: linear-gradient(to bottom, #a1d803, #549747);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#right-box
{
	width: 287px;
	height: auto;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #95ca3c;
	padding: 5px;
	
}
#right-box-shadow {
	height: 187px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(images/shadow-2.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#right-box-shadow img {
	margin-right: 15px;
	margin-left: 15px;
	border: 1px solid #693;
}
#sponsor
{
	width: 948px;
	height: 82px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #eaeaec;
	border: solid 1px #88c425;
	background-image: -webkit-linear-gradient(bottom, #ebebeb, #fff 92%);
	background-image: -moz-linear-gradient(bottom, #ebebeb, #fff 92%);
	background-image: -o-linear-gradient(bottom, #ebebeb, #fff 92%);
	background-image: -ms-linear-gradient(bottom, #ebebeb, #fff 92%);
	background-image: linear-gradient(to top, #ebebeb, #fff 92%);
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}
#footter {
	width: 100%;
	height: 345px;
	background-color: #6aaa38;
	-webkit-box-shadow: inset 0 1px rgba(153,204,102,.75);
	-moz-box-shadow: inset 0 1px rgba(153,204,102,.75);
	box-shadow: inset 0 1px rgba(153,204,102,.75);
	background-image: -webkit-linear-gradient(top, #99d41a, #529548);
	background-image: -moz-linear-gradient(top, #99d41a, #529548);
	background-image: -o-linear-gradient(top, #99d41a, #529548);
	background-image: -ms-linear-gradient(top, #99d41a, #529548);
	background-image: url(images/footter-bg-2.jpg);
	background-repeat: repeat-x;

}
#footter-in {
	height: 345px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footter-bg.jpg);
}
#site-map {
	width: 280px;
	margin-top: 100px;
}
#footter #footter-in #site-map .footter-ul {
	list-style-type: none;
	padding-left: 20px;
}
#footter #footter-in #site-map img {
	margin-right: 2px;
}

#footter #footter-in #site-map .footter-ul li a {
	color: #FFF;
}
#footter #footter-in #site-map .footter-ul li a:hover {
	color: #195700;
}
#address {
	padding: 5px;
	width: 395px;
	margin-top: 15px;
	display: block;
	text-align: center;
}
#footter #footter-in #address .address-ul {
	list-style-type: none;
	text-align: justify;
	margin-left: 50px;
}
#footter #footter-in #address .address-ul li {
	color: #FFF;
	font-size: 12px;
	margin-bottom: 10px;
	height: 25px;
}

#footter #footter-in #address .address-ul li a {
	color: #FFF;
}
#recent-post {
	width: 275px;
	margin-top: 100px;
}
#footter #footter-in #recent-post .recent-ul {
	margin-left: 20px;
	list-style-type: none;
}
#footter #footter-in #recent-post .recent-ul li a {
	color: #FFF;
}
#footter #footter-in #recent-post .recent-ul li a:hover {
	color: #030;
}
#footter-2 {
	width: 100%;
	height: 63px;
	background-color: #464646;
	-webkit-box-shadow: 0 -1px 1px rgba(255,255,255,.2);
	-moz-box-shadow: 0 -1px 1px rgba(255,255,255,.2);
	box-shadow: 0 -1px 1px rgba(255,255,255,.2);
	background-image: -webkit-linear-gradient(top, #1d8d94, #186d72);
	background-image: -moz-linear-gradient(top, #1d8d94, #186d72);
	background-image: -o-linear-gradient(top, #1d8d94, #186d72);
	background-image: -ms-linear-gradient(top, #1d8d94, #186d72);
	background-image: linear-gradient(to bottom, #1d8d94, #186d72);
}
#footter-2-in {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#coppyrights {
	padding-top: 20px;
	color: #FFF;

}
#footter-2 #footter-2-in #coppyrights a {
	color: #FFF;
}
#footter-2 #footter-2-in #coppyrights a:hover {
	color: #9EDC21;
}
#right-box-add {
	width: 290px;
}
#right-box-add img {
	border: 3px solid #FFF;
	float: left;
	margin-right: 3px;
	margin-bottom: 8px;
}
#right-box-ul {
	list-style-type: none;
	margin-right: 100px;
	margin-left: 100px;
}
#right-box-ul li {
	float: left;
	margin-right: 10px;
}
#review-detail {
	padding: 10px;
	width: 268px;
}
#about-us {
	width: 100%;
}
#about-us img {
	margin: 5px;
	float: left;
}
.google-map {
	border: 1px solid #257201;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
}
#slide-map {
	height: auto;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

.contact-ul {
	list-style-type: none;
	margin-left: 50px;
}
.contact-ul li {
	margin-bottom: 30px;
	font-size: 14px;
	margin-top: 5px;
}
.contact-ul li img {
	float: left;
}
#contant-detail-address {
	width: 500px;
}
#contact-box {
	width: 400px;
	margin-left: 10px;
	background-color: #BADE9A;
	margin-bottom: 20px;
}



/* form 2 */

	#form2{
	color: #fff;
	width: 400px; /* customize width, this form have fluid layout */
		}
	#form2 h3{
		margin:0;
		background:#57a700 url(../images/form2/form_heading.gif) repeat-x;		
		color:#fff;
		font-size:20px;
		border:1px solid #57a700;
		border-bottom:none;
		}		
	#form2 h3 span{
		display:block;
		padding:10px 20px;
		background:url(../images/form2/form_ico.gif) no-repeat 93% 50%;			
		}				
	#form2 fieldset{
	margin: 0;
	padding: 0;
	border: none;
	border-top: 3px solid #000;
	padding-bottom: 1em;
	background-color: #CDE89B;
	background-repeat: repeat-x;
		}		
	#form2 legend{display:none;}	
	#form2 p{margin:.5em 20px;}	
	#form2 label{
	display: block;
	color: #333;
}	
	#form2 input, #form2 textarea{
	width: 350px;
	border: 1px solid #999;
	color: #333;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
		}		
	#form2 textarea{
		height:125px;
		overflow:auto;
		}					
	#form2 p.submit{
		text-align:right;
		}	
	#form2 button{
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #70ad2e;
	color: #fff;
	cursor: pointer;
	text-align: center;
	background-image: url(images/form2/form_button.gif);
		}				

/* // form 2 */



#branch
{
	width: 212px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #036775;
}
#branch-ul li a {
	color: #FFF;
}
#branch-ul li a:hover {
	color: #036775;
}


#branch h2 {
	background-color: #693;
	width: 99.5%;
	text-align: center;
	color: #FFF;
	height: 40px;
	padding-top: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #036775;
	background-image: -webkit-linear-gradient(top, #a1d803, #549747);
	background-image: -moz-linear-gradient(top, #a1d803, #549747);
	background-image: -o-linear-gradient(top, #a1d803, #549747);
	background-image: -ms-linear-gradient(top, #a1d803, #549747);
	background-image: linear-gradient(to bottom, #a1d803, #549747);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #257201;
	border-right-color: #257201;
	border-left-color: #257201;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #257201;
}
#branch-ul {
	list-style-type: none;
	background-color: #95ca3c;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #216E00;
	border-bottom-color: #216E00;
	border-left-color: #216E00;
}
#branch-ul li {
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 5px;
}
