/* CSS Document */
@import url("body_2012.css");
#main-container {
	width:1002px !important;
	/*margin:0 auto;*/
	background-color:#FFF !important;
}
#main-header {
	height:285px;
	background-image:url(../images/designweb/head_bg2012.png);
	background-repeat:no-repeat;
	background-position:top;
}
#main-header #main-header-top {
	height: 285px;
}
#main-header-top-l {
	width:232px;
	height:144px;
	background-image:url(../images/designweb/head_logo2012.png);
	background-repeat:no-repeat;
	position:relative;
	float:left;
}
#main-header-top-r {
	width:770px;
	position:relative;
	float:right;
}
#main-header-top-r-top {
	height:101px;
	background-image:url(../images/designweb/head_text2012.png);
	background-repeat:no-repeat;
}
#main-header-top-r-bottom {
	height:23px;
	text-align:right;
	padding-right:20px;
	padding-top:20px;
	color:#666;
}
#main-header-bottom {
	height:40px;
	background-color:#009AD9;
	text-align:right;
	padding-right:10px;
}
ul.menus {
	display: block;
	line-height: 40px;
	list-style-type: none;
	color:#FFF;
}
ul.menus li {
	list-style-type: none;
	display: inline;
	text-align: center;
	color:#FFF;
	font-weight: bold;
}
ul.menus li a:link {
	padding: 5px;
	margin: 1px;
	color:#FFF;
	font-weight: bold;/*	border: dashed 1px #FF9900;
*/
}
ul.menus li a:visited {
	padding: 5px;
	margin: 1px;
	color:#FFF;
	font-weight: bold;/*	border: dashed 1px #FF9900;
*/
}
ul.menus li a:active {
	padding: 5px;
	margin: 1px;
	color:#FFF;
	font-weight: bold;/*	border: dashed 1px #FF9900;
*/
}
ul.menus li a:hover {
	color: #cc6600;
	font-weight: bold;
	padding: 5px;
	background-color: #F8F8F8;/*	border: solid 1px #FF9900;
	border-bottom: solid 3px #FF9900;
*/
}
/*    ปุ่ม   */

.button-x {
	-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea) );
	background:-moz-linear-gradient( center top, #bddbfa 5%, #80b5ea 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea');
	background-color:#bddbfa;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:5px 76px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}
.button-x:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa) );
	background:-moz-linear-gradient( center top, #80b5ea 5%, #bddbfa 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa');
	background-color:#80b5ea;
	color:#FFF;
}
.button-x:active {
	position:relative;
	top:1px;
	color:#FFF;
}
/* Banner */
#main-banner {
	height:355px;/*	width:730px;
*/}
#main-banner-l {
	height:auto;
	width:780px;
	position:relative;
	float:left;/*border:solid 1px #CCC;
*/}
#main-banner-r {
	height:auto;
	width:210px;
	position:relative;
	float:right;
	padding:5px;
/*	text-align:center;
*/}

/* ***********************   News Zone*/

#main-news {
	height:450px;/*border:solid 1px #CCC;
*/}
#main-news #main-news-l {
	width:650px;
	height:450px;
	position:relative;
	float:left;
/*	border:solid 1px #CCC;
*/}
#main-news #main-news-r {
	width:345px;
	height:450px;
	position:relative;
	float:right;
	overflow:hidden;
	/*border:solid 1px #CCC;*/}
	
/* ***********************   Picture & Clip Zone*/

#main-pic-clip {
	height:250px;/*border:solid 1px #CCC;
*/}
#main-pic-clip #main-picture {
	width:500px;
	height:250px;
	position:relative;
	float:left;
}
#main-pic-clip #main-clip {
	width:495px;
	height:250px;
	position:relative;
	float:right;
/*	border:solid 1px #CCC;
*/	}

.brs{
	clear:right;
}
/* ***********************   Footer Zone*/	
#main-footer{
	margin-top:5px;
height:100px;
border-top:1px solid #09C;
background-color:#efefef;
text-align:center;
/*background-image:url(../images/designweb/footer_bg.png);*/
padding-top:50px;
}

/* ***********************   Tab css*/	
#tabs_wrapper {
    width: 470px;
	height:200px;
}
#tabs_container {
    border-bottom: 1px solid #ccc;
}
#tabs {
    list-style: none;
    padding: 5px 0 4px 0;
    margin: 0 0 0 10px;
    font: 0.75em arial;
}
#tabs li {
    display: inline;
}
#tabs li a {
    border: 1px solid #ccc;
    padding: 4px 6px;
    text-decoration: none;
    background-color: #eeeeee;
    border-bottom: none;
    outline: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
#tabs li a:hover {
    background-color: #dddddd;
    padding: 4px 6px;
}
#tabs li.active a {
    border-bottom: 1px solid #fff;
    background-color: #fff;
    padding: 4px 6px 5px 6px;
    border-bottom: none;
}
#tabs li.active a:hover {
    background-color: #eeeeee;
    padding: 4px 6px 5px 6px;
    border-bottom: none;
}
 
#tabs li a.icon_accept {
    background-image: url(accept.png);
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left: 24px;
}
#tabs li a.icon_accept:hover {
    padding-left: 24px;
}
 
#tabs_content_container {
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    width: 470px;
	height:200px;
}
.tab_content {
    display: none;
}
/* ***********************   //Tab css*/	
/* ***********************   Tab css 1*/	
#tabs_wrapper1 {
    width: 470px;
	height:200px;
}
#tabs_container1 {
    border-bottom: 1px solid #ccc;
}
#tabs1 {
    list-style: none;
    padding: 5px 0 4px 0;
    margin: 0 0 0 10px;
    font: 0.75em arial;
}
#tabs1 li {
    display: inline;
}
#tabs1 li a {
    border: 1px solid #ccc;
    padding: 4px 6px;
    text-decoration: none;
    background-color: #eeeeee;
    border-bottom: none;
    outline: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
#tabs1 li a:hover {
    background-color: #dddddd;
    padding: 4px 6px;
}
#tabs1 li.active1 a {
    border-bottom: 1px solid #fff;
    background-color: #fff;
    padding: 4px 6px 5px 6px;
    border-bottom: none;
}
#tabs1 li.active1 a:hover {
    background-color: #eeeeee;
    padding: 4px 6px 5px 6px;
    border-bottom: none;
}
 
#tabs1 li a.icon_accept1 {
    background-image: url(accept.png);
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left: 24px;
}
#tabs1 li a.icon_accept1:hover {
    padding-left: 24px;
}
 
#tabs_content_container1 {
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    width: 470px;
	height:200px;
}
.tab_content1 {
    display: none;
}
/* ***********************   //Tab css1*/	
/* ***********************   Tab css 2*/	
#tabs_wrapper2 {
    width: 345px;
	height:380px;
}
#tabs_container2 {
    border-bottom: 1px solid #ccc;
}
#tabs2 {
    list-style: none;
    padding: 5px 0 4px 0;
    margin: 0 0 0 10px;
    font: 0.75em arial;
}
#tabs2 li {
    display: inline;
}
#tabs2 li a {
    border: 1px solid #ccc;
    padding: 4px 6px;
    text-decoration: none;
    background-color: #eeeeee;
    border-bottom: none;
    outline: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
	font-weight:bold;
}
#tabs2 li a:hover {
    background-color: #dddddd;
    padding: 4px 6px;
}
#tabs2 li.active2 a {
    border-bottom: 1px solid #fff;
    background-color: #fff;
    padding: 4px 6px 5px 6px;
    border-bottom: none;
}
#tabs2 li.active2 a:hover {
    background-color: #eeeeee;
    padding: 4px 6px 5px 6px;
    border-bottom: none;
}
 
#tabs2 li a.icon_accept2 {
    background-image: url(accept.png);
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left: 24px;
}
#tabs2 li a.icon_accept2:hover {
    padding-left: 24px;
}
 
#tabs_content_container2 {
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    width: 323px;
	height:404px;
}
.tab_content2 {
    display: none;
}
/* ***********************   //Tab css2*/	
/* ***********************   Tab css  NEWS 2*/	
#tabs_wrapper_news {
    width: 650px;
	height:380px;
}
#tabs_container_news {
    border-bottom: 1px solid #ccc;
}
#tabs_news {
    list-style: none;
    padding: 5px 0 4px 0;
    margin: 0 0 0 10px;
    font: 0.75em arial;
}
#tabs_news li {
    display: inline;
}
#tabs_news li a {
    border: 1px solid #ccc;
    padding: 4px 6px;
    text-decoration: none;
    background-color: #eeeeee;
    border-bottom: none;
    outline: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
	font-weight:bold;
}
#tabs_news li a:hover {
    background-color: #dddddd;
    padding: 4px 6px;
}
#tabs_news li.active_news a {
    border-bottom: 1px solid #fff;
    background-color: #fff;
    padding: 4px 6px 5px 6px;
    border-bottom: none;
}
#tabs_news li.active_news a:hover {
    background-color: #eeeeee;
    padding: 4px 6px 5px 6px;
    border-bottom: none;
}
 
#tabs_news li a.icon_accept_news {
    background-image: url(accept.png);
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left: 24px;
}
#tabs_news li a.icon_accept_news:hover {
    padding-left: 24px;
}
 
#tabs_content_container_news {
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    width: 629px;
	height:404px;
}
.tab_content_news {
    display: none;
}
/* ***********************   //Tab css2*/	




/* BT*/
.btblues {
	-moz-box-shadow:inset 0px 1px 0px -50px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px -50px #cae3fc;
	box-shadow:inset 0px 1px 0px -50px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #287ace;
}.btblues:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}.btblues:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
/*.tr-over:hover{
	background-color:#FCF;
	cursor:pointer;
}*/