﻿/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: #bc2f25 url(../images/bkg_body01.jpg) repeat-x;
	font-family: "Trebuchet MS", Georgia, Arial;
}
p, div {
	margin: 0px;
	padding: 0px;
	font-size:12px;
/*	color:#fff;	*/
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size:24px;
	color:#fff;
	font-weight:bold;	
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size:18px;
	color:#fff;
	font-weight:bold;	
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size:16px;
	color:#fff;
}
/* Links */
a:link, a:visited { 
	color: #fff;	
}
a:hover {
	border-bottom: 1px #fff dashed;
}

img {
	border: none;
}
.backgr_hd {
	width: 973px;
	height: 512px;
	background: url(../images/bkg_hd01.jpg) no-repeat;
}
.backgr_hd2 {
	width: 973px;
	height: 549px;
	background: url(../images/bkg_hd_intro.jpg) no-repeat;
}

.logo_thai {
	position: absolute;
	top: 35px;
	left: 124px;
}
.banner_flash {
	width: 707px;
	height: 300px;
/*	background: url(../images/flash_banner.jpg) no-repeat;*/
	position: absolute;
	top: 147px;
	left: 120px;
}
.welcome {
	width: 515px;
	height: 50px;
	position: absolute;
	top: 455px;
	left: 329px;
}
.welcome .hd1 {
	position:relative;
	text-align:right;
	margin-top:10px;
	margin-right:10px;
}
.backgr_content {
	width: 973px;
	height: 580px;
	background: url(../images/bkg_content01.jpg) no-repeat;
}
.backgr_content_intro {
	width: 973px;
	height: 190px;
	background: url(../images/bkg_content02.jpg) no-repeat;
}

.left {
	width: 200px;	
	float: left;	
	padding-top: 15px;
/*	border:1px #CCCCCC dashed;	*/
	left:120px;
	position:relative;	
}
.right {
	width: 485px;
	float: right;
	padding-top: 5px;
/*	border:1px #CCCCCC dashed;*/
	right:135px;
	position:relative;
}
.right_intro {
	width: 630px;
	float: right;
	padding-top: 5px;
/*	border:1px #CCCCCC dashed;*/
	right:135px;
	position:relative;
}
.right_intro p {
	color:#fff;
	font-size:14px;
	padding-right:15px;
}

/* footer-bottom */
#footer-bottom {
	float: left;
	clear: both;
	width: 707px;
	margin: 30px auto 0 auto;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font-size: .9em;		
	color: #ffa63e;
	position: relative;
	top:20px;
	left:120px;
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;		
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}

/*  navigation  */
#nav {
	position: absolute;
	left: 110px;
	top: 110px;
	margin: 0;
	padding: 0 0 0 10px;
	width: 707px;
	border-bottom: 1px solid #F2F2F2;	
	/* z-index: 99999; */
}
#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav ul li a:link, #nav ul li a:visited {
	float: left;
	margin: 0;
	padding: 5px 12px 10px 12px;
	color: #ec3d00;
	font: bold 11px 'Trebuchet MS', Arial, Sans-Serif;
	text-transform: uppercase;
	border-right: 1px solid #EEE;
	text-decoration:none;
}
#nav ul li a:hover, #nav ul li a:active {
	border: none;
	color: #000;
	border-right: 1px solid #EEE;
}
#nav ul li#current a {
	background: transparent url(../images/current.gif) repeat-x left bottom;
	color: #222;
}
#nav ul li.first a:link, #nav ul li.first a:visited {
	border-left: 1px solid #F1F1F1;
}

/* sidemenus */
.sidemenu {
}
.sidemenu h3 {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:10px;
}

.sidemenu ul {
	text-align: left;
	margin: 10px 8px 8px 10px; padding: 0;
/*	border-top: 1px solid #EBEBEB; */
}
.sidemenu ul li {
	list-style: none;
	background: url(../images/arrow-wh01.gif) 0px 13px no-repeat;
	border-top: 1px #da5288 dashed; 
	padding: 5px 5px;
	margin: 0;
	text-indent:5px;
}
* html body .sidemenu ul li {
	height: 1%;
}
.sidemenu ul li a, 
.sidemenu ul li a:visited {
	color: #ffc7dd;
	padding-left: 0;	
	font-weight: normal;	
}
.sidemenu ul li a span {
	color: #ffc7dd;	
	font-style: normal;
	font-weight: normal;	
	font-size: 10px;
}
.sidemenu ul li a:hover { color: #fff; border: none; }
.sidemenu ul ul { margin: 0 0 0 5px; padding: 0; }
.sidemenu ul ul li { background: none; }

