@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:#666666;
	font-size:12px;
}
body {
	background:#000;
}
/*#absolute-bg {
	display:block;
	left:0px;
	top:0px;
	width:100%;
	height:480px;
	z-index:-100;
	background:url(../images/absolute-bg-img.jpg) top center no-repeat;/*
}

/*Link style*/
a {
	text-decoration: none;
}
a:link {
	color: #900000;
}
a:visited {
	color: #900000;
}
a:hover {
	color:#fff;
	
}
a:active {
	color: #fe7701;
}

/*#absolute-header1 {
	display:block;
	left:292px;
	top:247px;
	width:205px;
	height:138px;
}
#absolute-header2 {
	display:block;
	left:788px;
	top:210px;
	width:124px;
	height:100px;
}*/



/* Text Style*/

.article h4,.article h6{
	margin:10px;
}

.footer span {
	color:#999;
	margin:5px;
	font-size:0.9em;
}

/* Container */
#container {
	/*background:#FFF;*/
	margin-top:0px;
}
/*Header*/
#header {
	height:440px;
	background:url(../images/header-bg.png) top no-repeat #000;
}

#header .logo {
	display:block;
	position:absolute;
	width:230px;
	height:54px;
	left:669px;
	top:79px;
}

#header .company-name {
	display:block;
	top:132px;
	left:671px;
	width:266px;
	text-align:left;
}
#header .company-name h1 {
	color:#fff;
	font-family:Arial;
	font-weight:normal;
	font-size:26px;
}

#header .company-des {
	display:block;
	width:265px;
	text-align:left;
	left:672px;
	top:166px;
	color:#fff;
	
}
#header .company-des h3 {
	font-size:12px;
	font-family:Arial;
	font-weight:normal;

}

/* Navigation */
#nav {
	display:block;
	width:auto;
	top:40px;
	left:0px;
	right:0px;
	width:960px;
	height:32px;
	margin:auto;
	background:url(../images/bg_menu.png)
}
ul.mainmenu {
	list-style:none;
	padding:0px;
	width:100%;
	margin-left:px;
}
ul.mainmenu li {
	text-transform:uppercase;
}
ul.mainmenu li a {
	display:block;
	height:100%;
	margin:0px 0px 0px 0px;
	color:#fff;
	font-size:11px;
	font-family:arial;
	padding:10px 10px 8px 10px;
	margin-left:0px;
	text-align:center;
	font-weight:700;
	text-shadow:1px 1px 1px #2d2d2d;
	-webkit-transition:0.2s ease-out;
	-moz-transition:0.5s ease-out;
	-o-transition:0.3s ease-out;
}
ul.mainmenu li a:hover {
	background:#e20704;
	color:#fff;
}
.mainmenu_expand {
	background:url(../images/morebg.png) repeat;
	color:#FFF;
}
}
.mainmenu_expand {
	background:#000;
	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:#fff;
	background:#323232;
	border:1px solid #414141;
}
form.login input.userpass:focus {
	border:1px solid #666666;
	color:#fff;	
}
form.search div {
	width:200px;
	margin:5px;
}
form.search input.search {
	width:185px;
	height:15px;
	font-size:0.9em;
	color:#fff;
	border:1px solid #414141;
	background:url(../images/search.png) left no-repeat #323232;
	padding-left:15px;
}
form.search input.search:focus {
	color:#efefef;
	border:1px solid #666666;
	background:url(../images/search-focus.png) left no-repeat #323232;
	padding-left:15px;
}
#leftside,#rightside,#center {
	padding-top:0px;
}
#leftside .header,#rightside .header {
	background: #900000
}
/*#center .header {
	background:url(../images/line_box2.png) left no-repeat;
}
#body .header {
	background:url(../images/line_box4.png) left no-repeat;
}
#content .header {
	background:url(../images/line_box3.png) left no-repeat;
}
#webboard .header {
	background:url(../images/line_box4.png) left no-repeat;
}
#imggallery .header {
	background:url(../images/line_box4.png) left no-repeat;
}
#catalog .header {
	background:url(../images/line_box4.png) left no-repeat;
}*/

.section {
	overflow:hidden;
	background:#161415 !important;
	border:1px solid #323232;
}
.header {
	/*text-shadow:1px 1px 1px #FFF;*/
	color:#fff;
	background:#900000;
	padding:7px 0px 5px 10px !important;

	overflow:hidden;
}
.footer {
	border-top:1px #484848 dotted ;
	font-size:11px;
	height:20px;
	padding:5px 0px 2px 2px;
	color:#484848;
}
.article ul.services {
	margin:15px 30px;
	padding:5px;
	border:1px dotted #323232;
	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 #323232;
}
.article ol.faq {
	margin:15px 30px;
	list-style:none;
}
.article ol.faq li {
	border-bottom:1px dotted #323232;
	padding-bottom:10px;
}
.article ol.faq li h6 {
	background:url(../images/faq-bg.gif) repeat;
	padding:5px;
	color:#949494;
}

/* Footer*/
#footer {
	text-align:center;
	height:50px;
	background-color:#900000;
	color:#FFF;
}
