@charset "utf-8";
/* CSS Document */

.html, body {
	width:100%;
	height:100%;
	background-image: url('../images/BgBody3.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	background-size:100% 100%;
	padding:0;
	margin:0;
	}
.body {
	width:1024px;
	height:100%;
	z-index:0;
	margin:0;
	padding:0;
	overflow:hidden;
	}
		
.kiri, .kanan
{
	background-image: url('../images/Sheet-v.png');
}
	
.search {
	}
	
.menu {
	background-image:url('../images/menutengah.jpg');
	background-repeat:repeat;
	height:43px;
	width:600px;
	}
.menu2 {
	background-image:url('../images/menutengah.jpg');
	background-repeat:repeat;
	height:43px;
	width:7px;
	}

.menukiri {
	background-image:url('../images/menukiri.jpg');
	width:12px;
	height:43px;
	}

.menukanan {
	background-image:url('../images/menukanan.jpg');
	width:13px;
	height:43px;
	}
	
.header1 {
	background-image:url('../images/header1s.png');
	height:26px;
	width:911px;
	}
.header2 {
	background-image:url('../images/HeaderMenu.gif');
	height:43px;
	width:911px;
	}

.fontfooter {
	font-family:Arial;
	font-size:10px;
	color:#999999;
	}
.fontfooter2 {
	font-family:Arial;
	font-size:11px;
	color:#999999;
	text-decoration:none;
	}
	


/*- Top Nav -*/
.topnav { margin-left:10px; margin-top:2px; padding:0px;height:35px;}

.contactfont {
	font:'Arial';
	font-size:11px;
	font-weight:normal;
	color:#333333;
	text-align:left;
	line-height:1.5;}

.aboutfont {
	font:'Arial';
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-align:left;
	line-height:1.5;}
	
	
/* ### CONTACT BOX ### */
			.contactBox{ padding-top: 0px;  width: 300px; overflow: hidden; line-height: 10px;}
			.contactBox form { border:1px; padding: 0px;}
			.contactBox fieldset { border:1px; }
			.contactBox input.filed{ padding:0px; background:#fff; width:350px; height:25px; display: inline-block;  font-size: 12px; border-top:1px; border-top-style:solid; border-top-color:#dbe1e6; border-bottom:1px; border-bottom-style:solid; border-bottom-color:#dbe1e6; border-right:1px; border-right-style:solid; border-right-color:#dbe1e6; border-left:1px; border-left-style:solid; border-left-color:#dbe1e6; color:#666666;}
			.contactBox label{ width:115px; height:46px; font:12px Arial; color:#666666; display:inline-block; text-align:left; vertical-align:top; }
			.contactBox textarea{ padding: 0; background:#fff; 0px 0px no-repeat; width:350px; height:100px; border:1px solid #ccc; color:#666666; font:12px Arial;}
			
ul, li { padding: 0px; margin: 0px; list-style: none; white-space: nowrap; _display: inline-block; }
#menu { height: 43px; margin-left:30px; }
#menu li { float: left; font-family: calibri;font-weight:bold; font-size: 14px; color: #ffffff; text-align: center; height: 20px;   }
#menu li a { float: left; font-family: calibri;font-weight:bold; font-size: 14px; padding: 4px 3px; color: #ffffff; text-align: center; text-decoration: none; }
#menu li a:hover { text-decoration: none; color:#d9d9da;  }
#menu li span { float: left; font-family: calibri;font-weight:bold; font-size: 14px; padding: 4px 1px; color: #ffffff; text-align: center; margin-left:40px; margin-right:40px; text-decoration: none; }



#backgroundPopup { 
	z-index:1;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#toPopup {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
	font-size: 14px;
    left: 27%;
    width:45%;
height:90%;
    position: fixed;
overflow:auto;
    top: 5%;
   z-index: 2;
}
div.loader {
    background: url("../img/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.close {
    background: url("../img/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    position: relative;
    width: 30px;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin: 4px 7px;
}


.btnreadmore{
margin-left:20px;
 width: 80px;
 height:26px;
display:block;
 background:transparent url('../images/btnReadMore.gif') center top no-repeat;
}

.btnreadmore:hover {
   background-image: url('../images/btnReadMoreHOver.gif');
}