html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
}
@font-face {
    font-family: 'thaisans_neueextra_bold';
    src: url('../fonts/thaisansneue-extrabold-webfont.eot');
    src: url('../fonts/thaisansneue-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/thaisansneue-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/thaisansneue-extrabold-webfont.woff') format('woff'),
         url('../fonts/thaisansneue-extrabold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
#container {
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
.container {
	margin:0 auto;	
	width: 1040px;
}
.header {
	position:relative;
	background:#FFF;
	width: 100%;
	margin:0 auto;
}
.line-top {
	position:absolute;
	top:0;
	width:100%;
	height:5px;
	background:#C00;	
}
.head-logo{
	float:left;
	width:300px;
}
.head-menu {
	float:left;	
	width:740px;	
}
#header, .head-logo, .head-menu {
	height:140px;	
}
.topmenu {
	box-sizing:border-box;
	padding:20px 0;
	width: 100%;
	height: 70px;
}
.topmenu ul {
	float:right;
	margin:0;
	padding:0;	
}
.topmenu ul li {
	float:left;
	list-style-type:none;
}
.topmenu ul li a {
	padding:0 12px;
	color:#333;
	font-family:'thaisans_neueextra_bold';
	font-size:22px;
	text-decoration:none;
	border-right:1px solid #333;
}
.topmenu ul li:last-child a {
	border-right:none;
}
.topmenu ul li a:hover {
	color:#F80000;	
    -webkit-transition: color 0.3s; /* Safari */
    transition: color 0.3s;	
}
.social-icons {
	float:right;
	padding:15px 10px 0;
	text-align:center;	
}
.logo {
	margin-top:20px;
	width: 287px;
	height: 84px;
}
#header, .head-logo, .head-menu {
	height:140px;	
}
.slide {
	width:1040px;
	height:auto;	
}
.box-slide {
	width:100%;
	height:300px;	
	background:#000;
}
footer {
	text-align:center;
	background:#000;	
}
footer .container {
	padding-top:25px;
	background:#050505;	
}
.address {
	font-family:Arail, sans-serif;
	font-size:12px;
	color:#FFF;
	height:90px;	
}
.copyright {
	padding:10px;
}
.copyright a, .powered a {
	color:#999;
	text-decoration:none;
}
.powered {
	padding:5px 0;
	border-top:1px solid #FFF;
}
.copyright, .powered {
	text-align:center;
	font-family:Arail, sans-serif;
	font-size:12px;
}
#topbanner {
	width: 1040px;
	height: 250px;
}
#main {
	width: 1040px;
}
#sidecolumn {
	margin-top: 20px;
	width: 200px;
	float: left;
}

/*start leftmenu*/
#leftmenu {
	clear: both;
	float: left;
	width: 200px;
	font-size: 0.98em;
}
#leftmenu ul {
list-style-type:none;
padding:0;
margin:0;
}
#leftmenu a{ 
display:block;
line-height:25px;
text-align:left;
padding-left:30px;
background-repeat:no-repeat;
font-size:0.98em;
font-weight: bold;
color:#333;
text-decoration: none;
}
#leftmenu ul li .me_c:link, #leftmenu ul li .me_c:visited{
background-image:url(../images/bg_mainmenu.png);
background-position:0px -40px;
}
#leftmenu ul li .me_c:hover{
background-image:url(../images/bg_mainmenu.png);
background-position:0px -65px;
color:#FFF;
}

#leftmenu ul li .me_b:link, #leftmenu ul li .me_b:visited{
background-image:url(../images/bg_mainmenu.png);
background-position:0px -40px;
}
#leftmenu ul li .me_b:hover{
background-image:url(../images/bg_mainmenu.png);
background-position:0px -65px;
color:#EEE;
}
#mmenu {

}
#mmenu ul {
	display:none;
	position:absolute;
	background:#EEEEEE;
	border:1px #333 solid;
}
#mmenu ul li {
	padding-right:20px;
	display:block;
}
#mmenu ul li:hover {
	background:#EE9933;
}
#mmenu ul li:hover a {
	color:#FFFFFF;
}
#head_mainmenu {
	background: url(../images/bg_mainmenu.png) scroll no-repeat 0px 0px;
	width: 200px;
	height: 40px;
}
#foot_mainmenu {
	background: url(../images/bg_mainmenu.png) scroll no-repeat 0px -90px;
	width: 200px;
	height: 15px;
}
/*end leftmenu*/

/*start catagoriemenu*/
#catagoriemenu {
	clear: both;
	float: left;
	width: 200px;
	font-size: 0.98em;
	margin-top: 20px;
}
#catagoriemenu ul {
list-style-type:none;
padding:0;
margin:0;
}
#catagoriemenu a{ 
display:block;
line-height:25px;
text-align:left;
padding-left:30px;
background-repeat:no-repeat;
font-size:0.98em;
color:#333;
text-decoration: none;
}
#catagoriemenu ul li .me_c:link, #catagoriemenu ul li .me_c:visited{
background-image:url(../images/bg_catagories.png);
background-position:0px -50px;
}
#catagoriemenu ul li .me_c:hover{
background-image:url(../images/bg_catagories.png);
background-position:0px -50px;
color:#56BFF8;
}
#catagoriemenu ul li .me_b:link, #catagoriemenu ul li .me_b:visited{
background-image:url(../images/bg_catagories.png);
background-position:0px -50px;
}
#catagoriemenu ul li .me_b:hover{
background-image:url(../images/bg_catagories.png);
background-position:0px -50px;
color: #56BFF8;
}
#head_catagorie {
	background: url(../images/bg_catagories.png) scroll no-repeat 0px 0px;
	width: 200px;
	height: 50px;
	padding-bottom: 5px;
}
#foot_catagorie {
	background: url(../images/bg_catagories.png) scroll no-repeat 0px -80px;
	width: 200px;
	height: 18px;
}
/*end catogoriemenu*/

/*start link*/
#link {
	clear: both;
	float: left;
	width: 200px;
	font-size: 0.98em;
	margin: 20px auto;
}
#link ul {
list-style-type:none;
padding:0;
margin:0;
}
#link a{ 
display:block;
line-height:25px;
text-align:left;
padding-left:30px;
background-repeat:no-repeat;
font-size:0.98em;
color:#333;
text-decoration: none;
}
#link ul li .me_c:link, #link ul li .me_c:visited{
background-image:url(../images/bg_links.png);
background-position:0px -50px;
}
#link ul li .me_c:hover{
background-image:url(../images/bg_links.png);
background-position:0px -50px;
color:#56BFF8;
}
#link ul li .me_b:link, #link ul li .me_b:visited{
background-image:url(../images/bg_links.png);
background-position:0px -50px;
}
#link ul li .me_b:hover{
background-image:url(../images/bg_links.png);
background-position:0px -50px;
color: #56BFF8;
}
#head_link {
	background: url(../images/bg_links.png) scroll no-repeat 0px 0px;
	width: 200px;
	height: 50px;
	padding-bottom: 5px;
}
#foot_link {
	background: url(../images/bg_links.png) scroll no-repeat 0px -80px;
	width: 200px;
	height: 18px;
}
/*end catogoriemenu*/

#wrapper {
	width: 800px;
	float: left;
	padding-left: 10px;
	margin-top: 20px;
	text-align:center;
}
#welcome {
	width: 800px;
	float: left;
	padding: 0px 20px 20px 20px;
	text-align:center;
}

#product_head {
	background: url(../images/head_content.png) scroll no-repeat;
	width: 720px;
	height: 30px; 
	margin-left: 20px;
}
#product_content {
	width: 800px;
	float: left;
	margin-top: 20px;
	text-align: center;
}
.product_block {
	width: 250px;
	float: left;
	margin-bottom: 20px;
}
.product_block a{
	
}
.product_img {
	margin-left: auto;
	margin-right: auto;
}
.product_subj {
	width: 200px;
	border: 1px solid #eee;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#faq_head {
	background: url(../images/head_faq.png) scroll no-repeat;
	width: 720px;
	height: 30px;
	margin-left: 20px;
}
#faq_block {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 20px;
}
.img_aq {
	float: left;
	width: 20px;
	height: 20px;
	margin-top:3px;
}
.txt_aq {
	width: 660px;
	float: left;
	padding: 0 0 0 10px;
	margin: 5px 0 0 0;
}
.line_aq {
	border-bottom: 1px #CCC solid;
	width: 700px;
	height: 13px;
}
.question {
	float: left;
	color: #92278F;
	margin: 5px 0 0 0;
}
.answer {
	float: left;
	color: #00AEEF;
	margin: 5px 0 0 0;
}
#contact {
	padding: 0px 20px 20px 20px;
}
#contact_please {
	font-size: 1.2em;
	font-weight: bold;
	margin: 20px 0px 10px 150px;
}
.clear {
	clear: both;
}
#page {
	padding: 0px 20px 20px 20px;
}
#webboard_head {
	background: url(../images/head_webboard.png) scroll no-repeat;
	width: 720px;
	height: 30px;
	margin-left: 20px;
	padding-top: 3px;
	text-align: right;
}
#webboard {
	color:#565656;
	font-family:tahoma,sans-serif;
	font-size:12px;
	line-height:150%;	
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
#webboard table {
	empty-cells:show;
}
#webboard a:link, a:visited {
	color:#A91A1F;
	text-decoration:none;
}
#webboard a:hover {
	text-decoration:underline;
}
#webboard a img {
	border:0 none;
}
#webboard ul {
	margin-top: 5px;
}
#webboard li {
	width: 20px;
}
.bordercolor {
	background-color:#D5D2D2;
	padding:0;
}
.windowbg {
	background:none repeat scroll 0 0 #EFEFE6;
}
.windowbg2 {
	background:none repeat scroll 0 0 #FFFFFF;
}
.forum_condition {
	margin: 10px 0 20px 0;
	padding: 10px;
	border: 1px dotted #ccc;
}
.tborder {
	border:1px solid #D5D2D2;
	padding:1px;
}
.catbg, .catbg2 {
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
}
.catbg, tr.catbg td, .catbg3, tr.catbg3 td {
	background:	url(../images/catbg.png) repeat-x scroll 0 0 #8B8B81;
	color:#fff;
	padding-left:10px;
	padding-right:10px;
}
.redbg, .redbg2 {
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
}
.redbg, tr.redbg td, .redbg, tr.redbg td {
	background:	url(../images/titlebg.png) repeat-x scroll 0 0 #AD1C21;
	color:#fff;
	padding-left:10px;
	padding-right:10px;
}
.forum_new_btn {
	margin-bottom: 10px;
	text-align: right;
}
.forum_new_btn a {
	color: #FFF;
	text-decoration: none;
}
.forum_new_btn a:hover {
	text-decoration: underline;
}
.condbtn {
	font-size: 1.1em;
	font-weight: bold;
	cursor: pointer;
}
.condbtn a {
	text-decoration: none;
	cursor: pointer;
}
.condbtn a:hover {
	text-decoration: none;
	cursor: pointer;
}#categorie_head {
	background: url(../images/head_free.png) scroll no-repeat;
	width: 720px;
	height: 30px;
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
}
#categorie_list {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
.catlist_subject {
	background: url(../images/icon_catitem.png) scroll no-repeat;
	padding-left: 35px;
	float: left;
	height: 15px;
}
.catlist_subject a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.catlist_subject a:hover {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
.catlist_intro {
	float: left;
	padding-left: 50px;
	margin-top: 5px;
}
.catlist_date {
	float: right;
}
.catlist_line {
	width: 700px;
	border-bottom: #ccc 1px solid;
	margin: 5px 0 5px 0;
}
#content_head {
	background: url(../images/head_free.png) scroll no-repeat;
	width: 720px;
	height: 30px;
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
}
#content_block {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}
#content_intro {
	font-size: 14px;
	font-weight: bold;
}
#content_detail {
	margin-top: 20px;
}
.content_date {
	float: right;
}#news_head {
	background: url(../images/head_news.png) scroll no-repeat;
	width: 720px;
	height: 30px;
	margin-left: 20px;
	padding-top: 3px;
	text-align: right;
}
#news {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
.news_subject {
	background: url(../images/icon_news.png) scroll no-repeat;
	padding-left: 35px;
	float: left;
	height: 15px;
}
.news_subject a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.news_intro {
	float: left;
	padding-left: 10px;
}
.news_date {
	float: right;
}
.news_line {
	width: 700px;
	border-bottom: #ccc 1px solid;
	margin: 5px 0 5px 0;
}
#newsitem_head {
	background: url(../images/head_free.png) scroll no-repeat;
	width: 720px;
	height: 30px;
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
}
#newsitem_block {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
#newsitem_intro {
	font-size: 14px;
	font-weight: bold;
}
#newsitem_detail {
	margin-top: 20px;
}
.newsitem_date {
	float: right;
}
#newsitem_back {
	margin-top: 30px;
}