@charset "utf-8";
/* CSS Document */

@font-face {
 font-family: 'pslextra';
 src: url('fonts/psl162cs.eot');
 src: url('fonts/psl162cs.eot') format('embedded-opentype'), url('fonts/psl162cs.woff') format('woff'), url('fonts/PSLxEmpireExtra.ttf') format('truetype'), url('fonts/psl162cs.svg#PSLKandaModernExtraCSRegular') format('svg');
}



body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 22px;
	background-image: url(../img/web_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
}
h1 {
	font-family: pslextra;
	font-size: 40px;
	color: #00a7c7;
	line-height: 33px;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
}
img {
	border: 0px;
}
#wrapper {
	margin: 0 auto;
	width: 100%;
}
.inner-wrap {
	margin: 0 auto;
	width: 1000px;
}
.container {
	float: left;
	margin: 0px;
	width: 100%;
	z-index: 100;
}
.top_box {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	#background-color: #b7b7b7;
	background-color: #0f63a4;
	height: 30px;
	padding-top: 8px;
	padding-bottom: 10px;
	color: #84c9ff;
}
.logo_menu_box {
 #background-image: url(../img/bg-logo-menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 84px;
	width: 100%;
	padding-top: 20px;
}
.content {
	width: 1000px;
}

.menu {
	float: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #FFF;
}
.menu_btn {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border: 2px solid #11bcdd;
	background-color: #11bcdd;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	margin-left: 2px;
}
.menu_btn:hover {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border: 2px solid #008099;
	background-color: #008099;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	margin-left: 2px;
}
.li_menu {
	display: inline-table;
	list-style: none;
}
.menu a:link, .menu a:visited, .menu a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
.li_submenu {
	display: inline-table;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.sub_menu {
 #font-family: pslextra;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	border-left: 1px solid #ABABAB;
	border-right: 1px solid #7C7C7C;
	text-align: center;
 #background-color: #999;
	background-image: url(../img/sub_menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 12px;
	margin: 0px;
}
.sub_menu:hover {
	background-color:#000;
	background-image: url(../img/sub_menu_bg_hover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.sub_menu a:link {
	color: #FFF;
	text-decoration: none;
}
.sub_menu a:hover {
	color: #FFF;
	text-decoration: none;
}
#homepage_banner_box {
 #background-color: #0f63a4;
 #-webkit-box-shadow: 0px 0px 20px 6px #999999;
 #-moz-box-shadow: 0px 0px 20px 6px #999999;
 #box-shadow: 0px 0px 20px 6px #999999;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	padding: 0px;
	width: 1000px;
}

#featured_box {
	background-color: #0f63a4;
	width: 100%;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.light_box {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 2px solid #11bcdd;
	background-color: #11bcdd;
	padding-top: 22px;
	padding-right: 20px;
	padding-bottom: 22px;
	padding-left: 20px;
	width: 280px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
}

.light_box_title {
	font-family: pslextra;
	font-size: 36px;
	text-align: left;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 10px;
}
.light_box1 {
	background-image: url(../img/icon-book.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 280px;
	height: 83px;
}
.light_box2 {
	background-image: url(../img/icon-file.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 280px;
	height: 83px;
}
.light_box3 {
	background-image: url(../img/icon-email.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 280px;
	height: 83px;
}
.light_box a:link, .light_box3 a:link, .light_box2 a:link, .light_box1 a:link, .light_box a:visited {
	color:#FFF;
	text-decoration: none;
}
.light_box a:hover, .light_box3 a:hover, .light_box2 a:hover, .light_box1 a:hover {
	color:#FFF;
	text-decoration: underline;
}


#benefit_box {
	font-family: pslextra;
	font-size: 24px;
	text-align: center;
	color: #0f63a4;
	background-image: url(../img/1234-benefit.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 255px;
	line-height: 20px;
	width: 1000px;
}
.benefit_box_title {
	font-family: pslextra;
	font-size: 30px;
	margin-bottom: 15px;
	line-height: 24px;
}
/* ----------- LEFT -----------------*/

#leftside {
	width: 260px;
}
#leftside_box {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCC;
	padding: 5px;
}
#leftside_menu {
	width: 260px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #CCC;
	padding: 15px;
}
.leftmenu_h1 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #11bcdd;
	background-color: #11bcdd;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	margin-left: 2px;
}
.li_leftmenu {
	font-family: pslextra;
	font-size: 28px;
	text-align: left;
	line-height: 40px;
	list-style-position: inside;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bde4ec;
	background-image: url(../img/li-leftmenu18x18.png);
	background-repeat: no-repeat;
	background-position: left 12px;
 #list-style-image: url(../img/li-leftmenu_blank_w30.png);
	margin-left: 5px;
	padding-left: 35px;
	list-style: none;
}
.li_leftmenu a:link, .li_leftmenu a:visited {
	text-decoration: none;
	color: #333;
}
.li_leftmenu a:hover {
	text-decoration: none;
	color: #11bcdd;
}
/* ----------- CONTENT-----------------*/

.imglist {
	margin: -3px;
	padding: 0px;
	border: 0px solid #FFF;
	width: 172px;
}
.imglist_about {
	margin: 7px;
	padding: 0px;
	border: 5px solid #CCC;
	width: 290px;
}
.li_list {
	list-style-type: circle;
}

#page_banner {
	margin: 0 auto;
	width: 1000px;
}


/*----------- POPULAR PRODUCTS ------------*/
.popular-products {
	padding: 25px 0 0 0;
	width: 105% \0/; /*IE8 only*/
}
*+html .popular-products {
	width: 105%; /* ie7 only */
}
.popular-products > h3 {
	font-size: 16px;
	margin: 0 0 0 13px;
}
.popular-products > h3 > a {
	font-size: 13px;
	display: inline-block;
	padding: 0 0 0 15px;
	text-decoration: none;
}
.popular-products > ul {
	margin: 20px 0 0 0;
	padding: 0;
}
.popular-products > ul li {
	float: left;
	margin: 0 10px 16px 0;
	width: 230px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
	background: #fff;
	text-align: center;
	cursor: pointer;
}
.popular-products > ul li > a {
	padding: 20px;
	display: block;
	text-decoration: none;
}
.popular-products > ul li.last, .popular-products > ul li:nth-child(4n + 4) {
 margin-right: 0;
}
.popular-products > ul li img {
	width: 180px;
 #height: 93px;
	outline: none;
	border: none
}
.popular-products > ul li span {
	font-weight: bold;
	font-size: 13px;
	display: block;
	padding: 15px 0 3px 0;
	text-decoration: none;
	color: #00a7c7;
}
.popular-products > ul li p {
	color: #808080;
	font-size: 11px;
}
li {
	display: list-item;
	text-align: -webkit-match-parent;
}
ol, ul {
	list-style: none;
}
/* ----------- FOOTER-----------------*/


#footer {
	background-color: #e2f3ff;
	padding-top: 55px;
	padding-bottom: 45px;
}
.td_footer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #959595;
	padding-bottom: 8px;
}
.footer_title {
	font-family: "Franklin Gothic Medium", Tahoma, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #444444;
}
.li_arrow {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	list-style-position: inside;
	list-style-image: url(../img/li-arrow.png);
}
.li_arrow a:link, .li_arrow a:visited {
	color: #444444;
	text-decoration: none;
}
.li_arrow a:hover {
	color: #444444;
	text-decoration: underline;
}
.list_address {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-image: url(../img/icon-footer-home.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 51px;
}
.list_email {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-image: url(../img/icon-footer-email.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 51px;
	height: 38px;
	padding-top: 14px;
}
.list_phone {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-image: url(../img/icon-footer-phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 51px;
	height: 38px;
}
#footer_footer {
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.footer_copyright {
	color: #d2ebff;
	background-color: #0f63a4;
	padding: 15px;
	font-size: 14px;
}
.footer_copyright a:link, .footer_copyright a:visited {
	color: #d2ebff;
	text-decoration:none;
}
.footer_copyright a:hover {
	color: #d2ebff;
	text-decoration:underline;
}



/* --------- CONTACT FORM ----------------  */

.inputTxtContact {
	width:  400px;
	height:  22px;
	background-color: transparent;
	border: 1px solid #C1C1C1;
	color: #222;
	font: 14px/13px Arial;
}
.inputTxtContactComm {
	width: 400px;
	height: 150px;
	background-color: transparent;
	border: 1px solid #C1C1C1;
	color: #222;
	font: 14px/13px Arial;
	line-height: 20px;
}
/* --------- HOMEPAGE INTRO ----------------  */

.home_title {
	font-family: pslextra;
	font-size: 72px;
	color: #FFF;
	line-height: 33px;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 40px;
	margin-top: 0px;
}
.home_subtitle {
	font-family: pslextra;
	font-size: 40px;
	color: #FFF;
	line-height: 33px;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.home_btn_th {
	background: #ececec;
	background-image: -webkit-linear-gradient(top, #ececec, #c8c8c8);
	background-image: -moz-linear-gradient(top, #ececec, #c8c8c8);
	background-image: -ms-linear-gradient(top, #ececec, #c8c8c8);
	background-image: -o-linear-gradient(top, #ececec, #c8c8c8);
	background-image: linear-gradient(to bottom, #ececec, #c8c8c8);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 6px #999999;
	-moz-box-shadow: 0px 3px 6px #999999;
	box-shadow: 0px 3px 6px #999999;
	font-family: pslextra;
	font-size: 50px;
	border: solid #c7c7c7 1px;
	text-decoration: none;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 90px;
	color: #1e7dff;
	background-image: url(../img/th_flag.png);
	background-repeat: no-repeat;
	background-position: 25px center;
}
.home_btn_en {
	background: #ececec;
	background-image: -webkit-linear-gradient(top, #ececec, #c8c8c8);
	background-image: -moz-linear-gradient(top, #ececec, #c8c8c8);
	background-image: -ms-linear-gradient(top, #ececec, #c8c8c8);
	background-image: -o-linear-gradient(top, #ececec, #c8c8c8);
	background-image: linear-gradient(to bottom, #ececec, #c8c8c8);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 6px #999999;
	-moz-box-shadow: 0px 3px 6px #999999;
	box-shadow: 0px 3px 6px #999999;
	font-family: pslextra;
	font-size: 50px;
	border: solid #c7c7c7 1px;
	text-decoration: none;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 90px;
	color: #222222;
	background-image: url(../img/en_flag.png);
	background-repeat: no-repeat;
	background-position: 25px center;
}
.home_btn_th:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
	color: #FFF;
	background-image: url(../img/th_flag.png);
	background-repeat: no-repeat;
	background-position: 25px center;
}
.home_btn_en:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
	color: #FFF;
	background-image: url(../img/en_flag.png);
	background-repeat: no-repeat;
	background-position: 25px center;
}


.btn_submit{
	border : solid 2px #ffffff;
	border-radius : 3px;
	moz-border-radius : 3px;
	-webkit-box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
	-moz-box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
	box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
	font-family: pslextra;
	font-size : 30px;
	font-weight: normal;
	color : #ffffff;
	padding : 9px 13px;
	background-color : #0a66c9;
	cursor: pointer;
	
}
.btn_submit:hover {
	border : solid 2px #ffffff;
	border-radius : 3px;
	moz-border-radius : 3px;
	-webkit-box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
	-moz-box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
	box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
	font-size : 30px;
	color : #ffffff;
	padding : 9px 13px;
	background-color : #00c8ff;
	cursor: pointer;

}
.btn_reset{
	border : solid 2px #ffffff;
	border-radius : 3px;
	moz-border-radius : 3px;
	-webkit-box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
	-moz-box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
	box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
	font-family: pslextra;
	font-size : 30px;
	font-weight: normal;
	color : #ffffff;
	padding : 9px 13px;
	background-color : #969696;
	cursor: pointer;
	margin-left:15px;

}
.btn_reset:hover{
	border : solid 2px #ffffff;
	border-radius : 3px;
	moz-border-radius : 3px;
	-webkit-box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
	-moz-box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
	box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
	font-size : 30px;
	color : #ffffff;
	padding : 9px 13px;
	background-color : #FF0000;
	cursor: pointer;
	margin-left:15px;

}



#spage_benefit_wrap {
	background-color: #20bce2;
	width: 100%;
	padding-bottom: 30px;
	background-image: url(../img/salepage-1234-benefit.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#spage_benefit_box {
	font-family: pslextra;
	font-size: 24px;
	text-align: center;
	color: #0f63a4;
	
	padding-top: 225px;
	line-height: 20px;
	width: 1000px;
}
#spage_box_blue {
	text-align: center;
	color: #FFF;
	background-color: #0085e2;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 40px;
	margin-bottom: 2px;
}
.spage_box_blue_title {
	font-family: pslextra;
	font-size: 36px;
	line-height: 80px;
}
.spage_box_blue_text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 28px;
}
#spage_banner_box {
	background-color: #eaeaea;
	background-image: url(../img/spage_banner_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 663px;
	width: 100%;
}
#spage_sample_box {
	text-align: center;
	width: 100%;
}