@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:#fff;
	font-size:12px;
}
body {
	background-color:#a20101;

}


/*Link style*/
a {
	text-decoration: none;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #f6b503;
}
a:active {
	color: #000;
}

/* Text Style*/

.article h4,.article h6{
	margin:10px;
}

.footer span {
	color:#666;
	margin:5px;	
	font-size:0.9em;
}

/* Container */
#container {
	background-color:#720200;
}
#absolute-header1 {
	display:block;
	left:382px;
	top:-1px;

}
#absolute-header2 {
	display:block;
	left:133px;
	top:50px;

}
/*Header*/
#header {
	height:198px;
	background:url(../images/header-bg.jpg);
}
#header .logo {
	width:100px;
	height:100px;
	left:10px;
	display:block;
	top:37px;

}
#header .company-name {
	top:110px;
	left:141px;
	display:block;
	width:auto;

}
#header .company-des {
	top:136px;
	display:block;
	width:auto;
	left:144px;

}
#header .company-name h1 {
	color:#fff;
	font-size:2em;

}
#header .company-des h3 {
	font-size:1em;
	color:#fff;
 
}
/* Navigation */
#nav {
	display:block;
	width:auto;
	top:175px;
	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;
	padding:5px 10px 6px 10px;
	color:#000;
	font-size:0.9em;
/*	text-transform:uppercase;*/
	font-weight: bold;
	text-align:center;
	
}
ul.mainmenu li a:hover {
	color:#cc0000;
}
ul.mainmenu li a.current_page {
	color:#cc0000;
}
.mainmenu_expand {
	border:1px solid #000;
	background:#fff;
	color:#fff;
}
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:20px;
    border:1px solid #560101;
    overflow:hidden;
	background:#9c0401;

}

/*#leftside, #center, #rightside, #body, #centerleft, #centerright, #content {
	margin-top:20px;
	}
*/
/*#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:#fff;
	height:auto;
	overflow:hidden;
	background:url(../images/section-header-bg.jpg) top repeat-x;
	height:20px;
	padding:0px 5px !important;
}
.footer {
	background:#111111;
	font-size:11px;
}

.article ul.services {
	margin:15px 30px;
	padding:5px;
	border:1px dotted #000000;
	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 #9d9d9d;
}
.article ol.faq {
	margin:15px 30px;
	list-style:none;

}
.article ol.faq li {
	border-bottom:1px dotted #c6b098;
	padding-bottom:10px;
}
.article ol.faq li h6 {
	background:#820300;
	color:#000;
}

/* Footer*/
#footer {
	background-color:#111111;
	color:#808080;
	text-align:center;
	height:40px;
}
/*#footer br {
	display:none;
}

#footer p {
	padding-top:10px;
}
*/
