body,div,table,p,form {
	font-family:Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}
.iframe {
	width:0;
	height:0;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
html{height: 100%;}
#head {
	width:100%;
	height:10px;
	background-color: #DBDBDB; /*ปรับสี head bg ของเดิมเป็น 333333 21.09.2014 */
}
.main{
	width: 100%;
	position:relative;
}
.main2{
	width: 1000px;
	min-height: 100%;
	position: relative;
	margin:0 auto;
	padding:10em 0;
	/*padding:10em 0 250px;*/
}
/*
.main2:after{
	clear: both;
	display: block;
	content: "";
}*/
.header{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #DBDBDB; /*ปรับสี head bg ของเดิมเป็น 333333 21.09.2014 */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/* end navigation */
.h-nav{
	color:#fff;
	padding:6px 3px;
}
.nav{
	float: left;
	margin: 0;
	list-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}
.nav li{
	display: inline;
	float: left;
	padding-left: 1px;
	position: relative;
}
.nav a{
	background: url(../image/icon/nav-item-bg_green.gif) repeat-x; /* ต้องการเปลี่ยนสีปุ่ม ของเดิม nav-item-bg.gif 21.09.2014 */
	float: left;
	color: #FFFFFF;
	border: 1px solid #B3FF5D; /* ต้องการเปลี่ยนสีปุ่ม สีเดิม #c9706f 21.09.2014 */
	height: 24px;
	line-height: 24px;
	padding: 0 17px; /* ขยาย ความกว้างของปุ่ม ของเดิม 0 10px; 21.09.2014 */
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 15px; /* ปรับขนาด font ของเดิม 14px; 21.09.2014 */
	font-weight:bold;
	text-decoration: none;
}
.nav a:hover, .nav li:hover a, .nav li.hover a{
	text-decoration: none;
	background-image: url(../image/icon/nav-item-hover-bg_green.png); /* ต้องการเปลี่ยนสีปุ่ม hover สีเดิม nav-item-hover-bg 21.09.2014 */
	background-repeat: repeat-x;
}
.nav .active a{
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.nav .active .mSelect a{
	background: url(../image/icon/nav-item-active-bg.gif) repeat-x !important;
	color: #8c0101; !important; /* ต้องการเปลี่ยนสีปุ่ม สีเดิม #8c0101 21.09.2014 */
}
.nav li:hover, .nav li.hover{position: relative;}
.nav li:hover div, .nav li.hover div{display: block;}
.nav div{
	position: absolute;
	top: 25px;
	left: 1px;
	width: 97%;   
	display: none;
	border: 1px solid #B3FF5D; /* ต้องการเปลี่ยนสีขอบ hover สีเดิม #b86459 21.09.2014 */
}
.nav ul{
	margin: 0;
	padding: 15px 0 10px;
	list-style: none;
	width: 100%;
	background-image: url(../image/icon/nav-sub-bg_green_3.png); /* ต้องการเปลี่ยนสีแผงหลังใสๆ ให้เป็นสีเขียว สีเดิม nav-sub-bg.png 21.09.2014 */
}
.nav ul li{
	display: block;
	float: none;
	padding:0 5px 4px 8px;
}
.nav ul a{
	float: none;
	border: 0;
	position: relative;
	height: auto;
	line-height: 14px;
	padding: 0;
	font-weight: normal;
}
.nav li:hover ul a, .nav li.hover ul a{background: none;}
.nav li:hover ul a:hover, .nav li.hover ul a:hover{text-decoration: underline;background: none;}
/* end navigation */
.main_start {
	margin:0px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.buttons {
	background-image: url(../image/icon/button1_2.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 75px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor:pointer;
	background-color: #FFFFFF;
	position: absolute;
}
#table-border {
	border: 1px solid #EAEAEA;
}
#logo {
	float: left;
	height: 60px;
	width: 240px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* ie hack */
*html .nav ul{
}
*html .main{height: 100%;}
/* ie hack */
#banner-top {
	background-color: #FFFFFF;
	height: 90px;
	width: 728px;
	padding: 0px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}