body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}

div.main-base{
	width:970px;
	height:auto;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}

div.banner{
	background-image:url(../images/bg-banner1.jpg);
	background-repeat:no-repeat;
	width:970px;
	height:150px;
}

div.header-base{
	width:970px;
	height:40px;
	background-color:#082205;
	margin-top:0px;
}

div.flag-text{
	float:right;
	width:51px;
	height:15px;
	margin-top:20px;
	margin-right:0px;
	text-align:center;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	color:#FFF;
}


a:link.flag{
	text-decoration:none;
	color:#fff;
}

a:visited.flag{
	text-decoration:none;
	color:#fff;
}

a:hover.flag{
	text-decoration:underline;
	color:#f57c21;
}

a:active.flag{
	text-decoration:none;
	color:#fff;
}

a:link.print{
	text-decoration:none;
	color:#000;
}

a:visited.print{
	text-decoration:none;
	color:#000;
}

a:hover.print{
	text-decoration:underline;
	color:#f57c21;
}

a:active.print{
	text-decoration:none;
	color:#000;
}


div.menu-base{
	height:40px;
	width:500px;
	float:left;
	margin-left:35px;
}


ul#navlist {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width:800px;
        font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
}

ul#navlist li {
        display: block;
        float: left;
        width:110px;
        margin: 0;
        padding: 0;
		text-align:center;
}

ul#navlist li a {
        display: block;
        padding:12px;
        color: #fff;
        text-decoration: none;
        background: #082205;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
        background: #082205;
        color: #fff;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #fff;
        background: #f47d21;
}

div.main{
	width:970px;
	height:auto;
	overflow:hidden;
	background-color:#FFF;
	margin-top:0px;
}

div.main-text-base{
	width:920px;
	height:auto;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}

div.main-top-text{
	width:920px;
	height:10px;
	background-image:url(../images/top-main.jpg);
	background-repeat:no-repeat;
	margin-bottom:0px;
}

div.main-middle-text{
	width:920px;
	height:auto;
	min-height:400px;
	overflow:hidden;
	background-image:url(../images/middle-main.jpg);
	background-repeat:repeat-y;
}

div.main-bottom-text{
	width:920px;
	height:10px;
	background-image:url(../images/bottom-main.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
}



div.footer-base{
	width:970px;
	height:60px;
	background-color:#fff;
}

div.footer{
	width:700px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	border-bottom:#999 1px solid;
}



div.footer-text-base{
	float:left;
	width:180px;
	height:30px;
	margin-right:10px;
}

div.footer-text{
	float:left;
	width:auto;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333;
	text-align:left;
	padding:5px;
}

div.footer-contact{
	width:100px;
	float:right;
	height:30px;
	margin-left:30px;
}

div.banner-flash{
	width:930px;
	height:310px;
	background-image:url(../images/bg-flash.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:center;
	padding-top:5px;
}



div.pic-gallery-scroll{
	width:920px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

/*//////////////////////////////////////////////////pesian/////////////////////////////////////////////////////*/
	
div.main-base-fa{
	width:970px;
	height:auto;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}

div.banner-fa{
	background-image:url(../images/bg-banner1.jpg);
	background-repeat:no-repeat;
	width:970px;
	height:150px;
}

div.banner-flash-fa{
	width:930px;
	height:310px;
	background-image:url(../images/bg-flash.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:center;
	padding-top:5px;
}

div.header-base-fa{
	width:970px;
	height:40px;
	background-color:#082205;
	margin-top:0px;
}

div.flag-text-fa{
	float:right;
	width:51px;
	height:15px;
	margin-top:20px;
	margin-right:0px;
	text-align:center;
	font-family:Tahoma;
	font-size:10px;
	font-weight:normal;
	color:#FFF;
}

div.menu-base-fa{
	height:40px;
	width:500px;
	float:left;
	margin-left:35px;
}


ul#navlist-fa {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width:800px;
        font-size:11px;
		font-family:Tahoma;
		font-weight:bold;
}

ul#navlist-fa li {
        display: block;
        float: right;
        width:110px;
        margin: 0;
        padding: 0;
		text-align:center;
}

ul#navlist-fa li a {
        display: block;
        padding:13px;
        color: #fff;
        text-decoration: none;
        background: #082205;
}

#navcontainer-fa>ul#navlistfa li a { width: auto; }

ul#navlist-fa li#active-fa a {
        background: #082205;
        color: #fff;
}

ul#navlist-fa li a:hover, ul#navlist-fa li#active a:hover {
        color: #fff;
        background: #f47d21;
}

div.main-fa{
	width:970px;
	height:auto;
	overflow:hidden;
	background-color:#FFF;
	margin-top:0px;
}

div.main-fa-text-base{
	width:920px;
	height:auto;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}

div.main-fa-top-text{
	width:920px;
	height:10px;
	background-image:url(../images/top-main.jpg);
	background-repeat:no-repeat;
	margin-bottom:0px;
}

div.main-fa-middle-text{
	width:920px;
	height:auto;
	min-height:400px;
	overflow:hidden;
	background-image:url(../images/middle-main.jpg);
	background-repeat:repeat-y;
}

div.main-fa-bottom-text{
	width:920px;
	height:10px;
	background-image:url(../images/bottom-main.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
}


div.footer-base-fa{
	width:970px;
	height:60px;
	background-color:#fff;
}

div.footer-fa{
	width:670px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	border-bottom:#999 1px solid;
}



div.footer-text-base-fa{
	float:right;
	width:170px;
	height:30px;
	margin-left:10px;
}

div.footer-text-fa{
	float:right;
	width:auto;
	height:20px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#333;
	text-align:left;
	padding:5px;
}

div.footer-contact-fa{
	width:100px;
	float:left;
	height:30px;
	margin-right:30px;
}


div.pic-gallery-scroll-fa{
	width:920px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}


div.bg-home{
	width:100%;
	height:700px;
	background-image:url(../images/bg-home.jpg);
	background-repeat:repeat-x;
	background-position:top;
	overflow:hidden;
}
	


div.logo-base{
	width:394px;
	height:191px;
	background-image:url(../images/logo-base.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	
}

div.banner-flash-home{
	width:920px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:center;
	padding-top:0px;
}

div.flag-base-home{
	width:920px;
	height:115px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

div.flag-img-home{
	width:920px;
	height:61px;
}

div.flag-i-home{
	width:92px;
	height:61px;
	float:right;
	margin-right:200px;
}

div.flag-e-home{
	width:92px;
	height:61px;
	float:left;
	margin-left:200px;
}

div.flag-img-shadow-home{
	width:920px;
	height:32px;
	margin-top:2px;
}

div.flag-i-shadow-home{
	width:92px;
	height:32px;
	float:right;
	margin-right:200px;
}

div.flag-e-shadow-home{
	width:92px;
	height:32px;
	float:left;
	margin-left:200px;
}

div.flag-text-home{
	width:920px;
	height:20px;
}

div.flag-i-text-home{
	width:92px;
	height:20px;
	float:right;
	margin-right:200px;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ccc;
	
}

div.flag-e-text-home{
	width:92px;
	height:20px;
	float:left;
	margin-left:200px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#ccc;
	
}

div.footer-base-home{
	width:920px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}


div.footer-home{
	width:600px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}

div.footer-negaran{
	width:250px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333;
}

div.footer-text-home{
	width:200px;
	height:20px;
	margin-left:100px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#ccc;
	text-align:left;
}



a:link.home{
	text-decoration:none;
	color:#ccc;
}

a:visited.home{
	text-decoration:none;
	color:#ccc;
}

a:hover.home{
	text-decoration:underline;
	color:#fff;
}

a:active.home{
	text-decoration:none;
	color:#ccc;
}

/*//////////////////comment/////////////*/
.comment-base{
	width:700px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	border-bottom:dotted 2px #f47d23;
	overflow:hidden;
	padding-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#396c31;
	font-size:13px;
	font-weight:bold;
	margin-bottom:20px;
}

.comment-base-fa{
	width:700px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	border-bottom:dotted 2px #f47d23;
	overflow:hidden;
	padding-bottom:20px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#396c31;
	font-size:12px;
	font-weight:normal;
	margin-bottom:20px;
	text-align:right;
}

.comment-text-name-base{
	color:#396c31;
	width:90px;
	height:20px;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	float:left;
	text-align:left;
}

.comment-text-base{
	color:#666;
	width:60px;
	height:20px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	float:left;
	text-align:left;
	margin-top:30px;
}

.comment-text-name{
	color:#666;
	width:400px;
	height:20px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	float:left;
	text-align:left;
}


.comment-text{
	color:#666;
	width:180px;
	height:20px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	float:left;
	text-align:left;
	margin-top:30px;
}

.comment-text-address{
	color:#666;
	width:400px;
	height:20px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	float:left;
	text-align:left;
	margin-top:30px;
}
.input-back-en{
   border:#9badb9 solid 1px; 
   font-family:Tahoma; 
   font-size:11px; 
   font-weight:bold; 
   color:#101010; 
   text-align:left; 
   height:15px; 
   width:150px; 
}
/*//////////////////end-comment/////////////*/
/*/////////////////table////////////*/
table.add-table{
	direction:rtl;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:right;
	border:0px;
	margin-bottom:20px;
	
}

table.add-table-fa{
	direction:ltr;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:right;
	border:0px;
	margin-bottom:20px;
	
}

table.edit-table{
	direction:ltr;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;
	border-top: 1px solid #919191;
	width:800px;
	margin-top:20px;
	margin-bottom:20px;
}
td.edit-topic-td{
	border-bottom:double #919191;
	border-left:solid #919191 1px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	padding:3px;
}

td.edit-end-topic-td{
	border-bottom:double #333;
	border-left:0px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	padding:3px;
}
td.more {
	border-left:none;
	border-right:none;
	border-top:none;
}
td.edit-td{
	border-bottom: 1px solid #919191;
	border-left: 1px solid #919191;
	text-align:center;
	color:#919191;
	padding:3px;
}

td.edit-left-td{
	border-bottom: 1px solid #919191;
	border-left: 1px solid #919191;
	text-align:left;
	color:#919191;
	padding:3px;
	color:#3d7035;
}

td.edit-top-td{
	border-bottom: 1px solid #919191;
	border-left: 1px solid #919191;
	background-color:#f47d21;
	padding:3px;
	color:#082205;
}

td.edit-end-top-td{
	border-bottom: 1px solid #919191;
	border-left: 1px solid #919191;
	background-color:#f47d21;
	padding:3px;
	color:#082205;
}

td.edit-end-td{
	border-bottom:solid #333 1px;
	border-left:0px;
	background-color:#faa96d;
	text-align:center;
	color:#082205;
	padding:3px;
}
/*///////////////////end-table////////////*/
/*///////////////////support/////////////*/
.support-base {
	width:auto;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	overflow:hidden;
	padding-bottom:20px;
        padding-left: 10px;
        padding-right:10px;
	font-family:Times New Roman;
	font-size:12px;
}
.gallery-base {
	width:620px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	overflow:hidden;
	padding-bottom:20px;
	font-family:Times New Roman;
	font-size:12px;
}


a:link.ul{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	color:#052b01;
}

a:visited.ul{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	color:#052b01;
}

a:hover.ul{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	color:#F60;
}

a:activat.ul{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	color:#052b01;
}
.safety-base {
	width:500px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	font-family:Times New Roman;
	font-size:12px;
}
/*///////////////////end-support/////////////*/
/*///////////////////show product///////////*/
table.product-base-top{
	width:832px;
	height:auto;
	border-left: 1px solid #dedede;
	border-top: 1px solid #dedede;
	margin-bottom:0px;
}

table.product-base-bottom{
	width:832px;
	height:auto;
	border-right: 1px solid #dedede;
	margin-top:0px;
}

td.product-text-top{
	width:150px;
	padding:3px;
	text-align:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#36792c;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}


td.product-input-top{
	width:250px;
	padding:3px;
	text-align:left;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

input.product-input{
	width:220px;
	height:20px;
	padding-left:2px;
	background-color:#F7F7F7;
	text-align:left;
	color:#F7F7F7;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	border:1px #E2E2E2 solid;
}

td.product-text-explain{
	padding:3px;
	text-align:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#36792c;
	border-right: 1px solid #dedede;
}

td.product-texterea-explain{
	padding:3px;
	text-align:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#36792c;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

textarea.product-textarea{
	width:500px;
	background-color:#F7F7F7;
	text-align:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#F7F7F7;
	border:1px #E2E2E2 solid;
}

td.bottom-product-td{
	width:200px;
	padding:3px;
	height:30px;
	vertical-align:middle;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#36792c;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

select.product-select{
	width:150px;
	height:18px;
	background-color:#F7F7F7;
	direction:rtl;
	text-align:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#F7F7F7;
	border:1px #E2E2E2 solid;
}

input.product-bottom-input{
	width:180px;
	height:20px;
	padding-left:2px;
	background-color:#F7F7F7;
	text-align:right;
	color:#F7F7F7;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	border:1px #E2E2E2 solid;
}

td.gas-text{
	width:200px;
	padding:3px;
	text-align:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#36792c;
	border-left: 1px solid #dedede;
}

td.gas-text-explain{
	padding:3px;
	text-align:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#36792c;
	border-left: 1px solid #dedede;
}

td.gas-texterea-explain{
	padding:3px;
	text-align:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#36792c;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

td.product-submit{
	height:40px;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	text-align:center;
}
/*////////////////end show product///////////////*/
	
	
div.print-en-base{
	width:200px;
	height:32px;
	float:left;
	margin-top:20px;
	margin-left:50px;
	margin-bottom:20px;
}

div.print-en-img{
	width:920px;
	height:32px;
	float:left;
	cursor:pointer;

}

div.print-en-text{
	width:50px;
	height:32px;
	float:left;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#F60;
	text-align:left;
	padding-top:8px;
}


div.print-fa-base{
	width:200px;
	height:32px;
	float:right;
	margin-top:20px;
	margin-right:50px;
	margin-bottom:20px;
}

div.print-fa-img{
	width:40px;
	height:32px;
	float:right;
}

div.print-fa-text{
	width:50px;
	height:32px;
	float:right;
	padding-left:10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#F60;
	text-align:right;
	padding-top:8px;
}
	
	

	


