@charset "utf-8";
/* All CSS
Reset		reset.css		เก็บไฟล์ Reset
Layout		layout.css		กำหนดรูปแบบเลย์เอาท์ชองเว็บทั้งหมก
Theme		theme.css		กำหนดรูปแบบโดยรวมของ Theme นั้นๆ

*/

body,td,th {
	font-family: Tahoma, Verdana, sans-serif;
	color:#767676;
	font-size:12px;
}
body {
	background:url(../images/bg.png) top #fff repeat-x;
}

/*Link style*/
a {
	text-decoration: none;
}
a:link {
	color: #808080;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #333;
}

/* Text Style*/

.article h4,.article h6{
	margin:10px;
}

.footer span {
	color:#666;
	margin:5px;	
	font-size:0.9em;
}

/* Container */
#container {

}
#absolute-header1 {
	display:block;
	left:450px;
	top:0px;
}
/*Header*/
#header {
	height:255px;
	background:url(../images/header-bg.jpg);
}
#header .logo {
	width:100px;
	height:100px;
	left:10px;
	display:block;
	top:68px;
	z-index:1;
}
#header .company-name {
	text-shadow:1px 1px 1px #FFF;
	top:105px;
	left:110px;
	display:block;
	width:auto;
	z-index:2;
}
#header .company-des {
	text-shadow:1px 1px 1px #FFF;
	top:130px;
	display:block;
	width:auto;
	left:112px;
	z-index:3;
}
#header .company-name h1 {
	color:#808080;
	font-size:2em;
/*	text-transform:uppercase;*/
}
#header .company-des h3 {
	font-size:1em;
/*	text-transform:uppercase;*/
	color:#808080;
 
}
/* Navigation */
#nav {
	display:block;
	width:auto;
	top:10px;
	left:0px;
	width:960px;
	margin:auto;
}
ul.mainmenu {
	width:960px;
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0;
	float:left;
}
ul.mainmenu li {
	float:left;

}
ul.mainmenu li a {
	display:block;
	margin:0px 0px 0px 1px;
	color:#fff;
	font-size:1.1em;
	font-weight: bold;
	padding:5px 8px 5px 18px;
	text-align:center;
}
ul.mainmenu li a:hover {
	color:#808080;
}
ul.mainmenu li a.current_page {
	color:#808080;
}
.mainmenu_expand {
	background:#232323;
	color:#808080;
}

form.login div {
	
	width:90px;
	margin:2px 3px;
	float:left;
}
form.login input.userpass {
	width:90px;
	height:15px;
	font-size:0.9em;
	color:#666;
	border:1px solid #666;
}
form.login input.userpass:focus {
	border:1px solid #F30;
	color:#F30;	
}
form.search div {
	
	width:200px;
	margin:5px;
}
form.search input.search {
	width:185px;
	height:15px;
	font-size:0.9em;
	color:#666;
	border:1px solid #666;
	background:url(../images/search.png) left no-repeat #FFF;
	padding-left:15px;
}
form.search input.search:focus {
	color:#F30;
	border:1px solid #F30;
	background:url(../images/search-focus.png) left no-repeat #FFF;
	padding-left:15px;
}

.section {
	margin-top:10px;
    border:1px solid #d7d7d7;
    overflow:hidden;
    background: white;
}
/*#leftside .header,#rightside .header,#centerleft .header,#centerright .header {
	background:url(../images/sidebar-header-bg.png);
}
#center .header {
	background:url(../images/center-section-header-bg.png);
}
#content .header {
	background:url(../images/content-header-bg.png);
}
#body .header,#webboard .header , #imggallery .header {
	background:url(../images/body-section-header-bg.png);
}*/
.header {
	color:#000;
	height:auto;
	overflow:hidden;
	background:#eeeeee;
	height:20px;
	padding:0px 5px !important;
}
.footer {
	background:#eeeeee;
	font-size:11px;
}

.article ul.services {
	margin:15px 30px;
	padding:5px;
	border:1px dotted #777a99;
	list-style:none;	
}
.article ul.services li {
	background:url(../images/services-bullet.png) left no-repeat;
	padding:5px 5px 5px 15px;
	border-bottom:1px dotted #CCC;
}
.article ol.faq {
	margin:15px 30px;
	list-style:none;
}
.article ol.faq li {
	border-bottom:1px dotted #CCC;
	padding-bottom:10px;
}
.article ol.faq li h6 {
	background:#000;
	color:#fff;
}

/* Footer*/
#footer {
	text-align:center;
	height:40px;
	color:#535a61;
	background:#000;
}
/*#footer br {
	display:none;
}*/
