@charset "utf-8";
/* CSS Document */
@import url(font.css);


*{
margin: 0px;padding:0px;
}
body {
/*background:url(../images/bg_main.jpg);*/
/*background-color:#01B0A9;*/
background-color: #c1f1ff;
behavior: url(script/csshover2.htc);hack per ie6
}

body,td,th {
	font-family: "Ms Sans Serif", Tahoma, Thonburi;
	font-size: 14px;/**/
	color:#666666;
}
img { border: 0; } 
/*BODY{font-family:Ms sans serif;font-size: 12px;background-color:#330000;}*/
img.border {
	display: block;
	padding:2px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	background-color:white;
}
.imgBorder{border:2px solid #e2e2e2;}
#mainBox{
	position:relative;
	overflow:hidden;	/**/
	/*padding-top:5px;	*/
	margin: 0 auto;
	width:919px;
	height: auto !important;
	min-height:100%; /* For Modern Browsers */
	height: 100%;

	/**/background:url(../images/kohchang_mainbg.gif);
}
#cornertop{width:919px; position:relative;}
#cornertopleft{width:21px; height:20px; float:left; background-color:#fff;}
#cornertopcenter{height:20px; float:left;background:url(../images/kohchang_bgtopcenter.gif); width:880px; margin:0;}
#cornertopright{width:18px; height:20px; float:left;}
#content_sec{width:899px; padding-left:11px; position:relative; float:left;}
/*#topMiddleContent{width:899px; height:117px; background:url(../images/kohchang_bgtopmiddle.gif) top repeat-x;float: left;}*/
#topMiddleContent{width:899px; height:105px; background:url(../images/kohchang_bgtopmiddle.gif) top repeat-x;float: left; z-index:99999;}
#KC_LOGO{float:left; width:119px; height:105px; position:relative;}
#KC_text{float:left; width:765px; height:38px; text-align:center;}
/*#KC_linktop{width:750px; height:54px; text-align:right; float:left;}*/
#KC_linktop{width:750px; height:36px; text-align:right; float:left;}
#mainMenu{position:relative; float:left; width:779px; z-index:9000;}
#MainContentSec{width:899px; float:left;background:url(../images/bg_imgmain_kohchang.gif) top repeat-x;}
#MainImgSec{width:899px; text-align:center; float:left;}
#MainImgSecBox{width:880px; height:256px; float:left; padding-left:10px; padding-top:2px; padding-bottom:2px;}
#LineImgBox{float:left; border-top:2px solid #52c1c5; border-bottom:2px solid #52c1c5; width:100%; height:258px;padding-top:2px; padding-bottom:2px;}
#mainDetailSec{float:left; width:899px; padding-top:20px;}
#detailBox{float:left; width:880px;padding-left:10px;}
#cornerfootSec{width:919px;}
#cornerfootLeft{width:21px; height:20px; float:left; background-color:#fff;}
#cornerfootCenter{height:25px; float:left;background:url(../images/kohchang_bgfootcenter.gif); width:880px;}
#cornerfootRight{width:18px; height:20px; float:left;}
#copyright{width:810px; position:relative;overflow:hidden;margin: 0 auto; text-align:right; font-size:9px; color:#663300;}
/************************ images slide show **********************/
#imageContainer {
	float:left;
	position:relative;/**/
	
	width:880px;
	/*height:256px;*/
}

/* styles unrelated to the application follow */
#imageContainer {
	height:258px;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}
.transON{ opacity:.80;filter: alpha(opacity=80);-moz-opacity: 0.80; }
.transOFF{ opacity:1.0;filter: alpha(opacity=100);-moz-opacity: 1.00; padding:1px 0 0 0; }
.note{ color:#aaaaaa; font-size:9px;}

.preload{ background: url(css/img/preloading.gif) no-repeat 50% 50%; }

