/* reset CSS */
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, 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,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
  color: #727272;
  font: normal 12px Arial;
}
body.main-page {
  background: url("../images/bg/main.jpg") repeat-x;
}
body.sub-page {
  background: #5494d5 url("../images/bg/sub.jpg") repeat-x;
}
h1,
h2,
h3,
h4,
th,
strong {
  font-weight: bold;
}
.wrapper {
  margin-left: 24px;
  width: 916px;
}
#header {
  min-height: 112px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
#header a {
  text-decoration: none;
}
#header .logo {
  float: left;
  padding: 27px 0 0 1px;
}
#header .top-menu {
  float: right;
  font-size: 11px;
  padding: 9px 6px 7px 0;
}
#header .top-menu > li {
  padding: 0 6px 0 7px;
  float: left;
}
#header .top-menu > li > a {
  color: #002d64;
}
#header .top-menu > li.alibaba > a {
  color: #1b7527;
}
#header .main-menu {
  background: url("../images/bg/main-menu.jpg") no-repeat;
  color: #fff;
  float: right;
  font-size: 14px;
  min-right: 38px;
  padding: 10px 0 5px;
  position: relative;
  width: 703px;
}
#header .main-menu > li {
  float: left;
}
#header .main-menu > li > span {
  float: left;
  margin: 0 16px;
  padding-bottom: 8px;
  position: relative;
}
#header .main-menu > li > a,
#header .main-menu > li > span > a {
  color: #fff;
}
#header .main-menu > li .bar {
  background: url("../images/bg/bar-middle-repeat.jpg") repeat-x;
  display: none;
  float: left;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
#header .main-menu > li .bar > span {
  float: left;
  height: 5px;
  position: absolute;
  top: 0;
  z-index: 2;
}
#header .main-menu > li .bar > span.bar-curve-left {
  background: url("../images/bg/bar-curve-left.jpg") no-repeat;
  left: 0;
  width: 2px;
}
#header .main-menu > li .bar > span.bar-curve-right {
  background: url("../images/bg/bar-curve-right.jpg") no-repeat;
  right: 0;
  width: 2px;
}
#header .main-menu > li .bar > span.bar-middle {
  background: url("../images/bg/bar-middle.jpg") no-repeat 50% 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
#header .main-menu > li > .sub {
  display: none;
  font-size: 11px;
  overflow: hidden;
  padding-top: 12px;
  position: absolute;
  top: 36px;
  left: 0;
}
#header .main-menu > li > .sub > li {
  float: left;
  padding-right: 13px;
}
#header .main-menu > li > .sub > li > a {
  color: #084584;
}
#header .main-menu > li > .sub > li > a:hover {
  color: #f60;
}
#header .main-menu > li.on > .sub {
  display: block;
}
#header .main-menu > li.on > span {
  margin-bottom: 25px;
}
#header .main-menu > li.menu-item-1 > .sub {
  left: 30px;
}
#header .main-menu > li.menu-item-2 > .sub {
  left: 150px;
}
#header .main-menu > li.menu-item-3 > .sub {
  left: 200px;
}
#header .main-menu > li.menu-item-5 > .sub {
  left: 360px;
}
#header .main-menu > li.menu-item-7 > .sub {
  left: 540px;
}
#contents {
  line-height: 16px;
}
.main-page #contents .article {
  overflow: hidden;  
}
.main-page #contents .article strong > a{    
  color: #545454;
}

.main-page #contents .article h2 {
  margin: 22px 0 6px;
}
.main-page #contents .article .banner {
  border: 1px solid #e0e0dd;
  float: left;
}
.main-page #contents .article .quick-links {
  border: 1px solid #e0e0dd;
  border-bottom: 0;
  float: left;
  margin-left: 3px;
  width: 299px;
}
.main-page #contents .article .quick-links > li {
  float: left;
  padding-top: 1px;
}
.main-page #contents .article .quick-links > li img,
.main-page #contents .article .quick-links > li a {
  float: left;
}
.main-page #contents .article .quick-links > li:first-child {
  padding-top: 0;
}
.main-page #contents .article.welcome {
  padding-right: 12px;
}
.main-page #contents .article.welcome a{
  text-decoration:none;
}
}
.main-page #contents .article.welcome p {
  border: 1px solid #e2e2df;
  padding: 12px 20px 12px 16px;
  text-align: justify;
}
.main-page #contents .article.products-info {
  padding-right: 12px;
}
.main-page #contents .article.products-info .products .row {
  overflow: hidden;
}
.main-page #contents .article.products-info .products .product {
  float: left;
  padding: 0 0 15px 11px;
  width: 294px;
}
.main-page #contents .article.products-info .products .product:first-child {
  padding-left: 0;
}
.main-page #contents .article.products-info .products .product .image {
  margin-bottom: 8px;
  padding: 5px;
  background: #eaeef1;
}
.main-page #contents .article.products-info .products .product .image img {
  border: 1px solid #d0d5d9;
  display: block;
}
.main-page #contents .article.products-info .products .product .meta {
  font-weight: bold;
  padding-left: 8px;
  position: relative;
}
.main-page #contents .article.products-info .products .product .meta .title {
  color: #1b1b1b;
}
.main-page #contents .article.products-info .products .product .meta .more {
  background: url("../images/bg/more.jpg") no-repeat;
  color: #545454;
  font-size: 11px;
  line-height: 12px;
  position: absolute;
  top: 0;
  right: 2px;
  text-align: center;
  text-decoration: none;
  width: 74px;
  height: 13px;
}
.main-page #contents .article.products-info .products .product .details {
  padding-left: 8px;
}
.sub-page #contents {
  padding-top: 106px;
  position: relative;
  z-index: 1;
}
.sub-page #contents .subpage-bg {
  background: url("../images/bg/sub-banner.jpg") no-repeat;
  position: absolute;
  top: -42px;
  left: -24px;
  width: 930px;
  height: 249px;
}
.sub-page #contents .subpage-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.sub-page #contents .left-content,
.sub-page #contents .right-content {
  float: left;
}
.sub-page #contents .left-content {
  width: 187px;
}
.sub-page #contents .left-content .sub-menu {
  margin-top: 93px;
}
.sub-page #contents .left-content .sub-menu h2 {
  overflow: hidden;
  padding-left: 6px;
}
.sub-page #contents .left-content .sub-menu h2 img {
  float: left;
}
.sub-page #contents .left-content .sub-menu h2 img+img {
  margin-top: 10px;
}
.sub-page #contents .left-content .sub-menu .menu {
  font-size: 13px;
  padding-top: 6px;
}
.sub-page #contents .left-content .sub-menu .menu > li {
  background: url("../images/bg/blt004-off.jpg") no-repeat 10px 14px;
  border-bottom: 1px solid #dcebf9;
  line-height: 17px;
  padding: 7px 0 4px 21px;
}
.sub-page #contents .left-content .sub-menu .menu > li > a {
  color: #032f6a;
  text-decoration: none;
}
.sub-page #contents .left-content .sub-menu .menu > li.on {
  background: url("../images/bg/blt004-on.jpg") no-repeat 10px 14px;
}
.sub-page #contents .left-content .sub-menu .menu > li.on > a {
  color: #388dfd;
}
.sub-page #contents .left-content .quick-link {
  margin-top: 10px;
}
.sub-page #contents .left-content .quick-link > a {
  display: inline-block;
  margin-bottom: 10px;
}
.sub-page #contents .right-content {
  margin-bottom: 13px;
  margin-left: 19px;
  width: 700px;
}
.sub-page #contents .right-content .box-border-top {
  background: url("../images/bg/box-1-top.jpg") no-repeat;
}
.sub-page #contents .right-content .box-border-bottom {
  background: url("../images/bg/box-1-bottom.jpg") no-repeat;
  height: 16px;
}
.sub-page #contents .right-content .box-border {
  background: url("../images/bg/box-1-middle.jpg") repeat-y;
}
.sub-page #contents .right-content .content {
  min-height: 668px;
  padding: 22px 0 0 25px;
  position: relative;
}
.sub-page #contents .right-content .content h2 {
  background: url("../images/bg/blt001.jpg") no-repeat;
  color: #5380d5;
  font-size: 19px;
  padding: 4px 0 4px 24px;
}
.sub-page #contents .right-content .content .breadcrumbs {
  color: #727272;
  font-size: 11px;
  position: absolute;
  top: 35px;
  right: 12px;
}
.sub-page #contents .right-content .content .breadcrumbs a {
  color: #727272;
  text-decoration: none;
}
.sub-page #contents .right-content .content .quick-links {
  background: url("../images/bg/quick-links.jpg") no-repeat;
  font-size: 11px;
  line-height: 14px;
  margin: 20px 0 16px 10px;
  overflow: hidden;
  padding: 10px 0 0 14px;
  width: 619px;
  height: 100px;
}
.sub-page #contents .right-content .content .quick-links > li {
  background: url("../images/bg/blt002.jpg") no-repeat 0 5px;
  float: left;
  padding-left: 12px;
  width: 138px;
  min-height: 28px;
}
.sub-page #contents .right-content .content .quick-links > li > a {
  color: #4e4d4d;
  text-decoration: none;
}
.sub-page #contents .right-content .content .quick-links > li.on > a {
  font-weight: bold;
}
.sub-page #contents .right-content .content .product-info {
  margin: 0 32px 0 10px;
  overflow: hidden;
}
.sub-page #contents .right-content .content .product-info h1 {
  background: #eaf7fe;
  border: 2px solid #dadada;
  float: right;
  padding: 3px 0;
  text-align: center;
  width: 270px;
}
.sub-page #contents .right-content .content .product-info h4 {
  background: url("../images/bg/blt003.jpg") no-repeat 0 1px;
  color: #000;
  padding-left: 20px;
}
.sub-page #contents .right-content .content .product-info .image,
.sub-page #contents .right-content .content .product-info .details {
  float: left;
}
.sub-page #contents .right-content .content .product-info .details h4 {
  margin: 13px 0 17px;
}
.sub-page #contents .right-content .content .product-info .details.features,
.sub-page #contents .right-content .content .product-info .details.use {
  margin-left: 14px;
}
.sub-page #contents .right-content .content .product-info .details.features h4,
.sub-page #contents .right-content .content .product-info .details.use h4,
.sub-page #contents .right-content .content .product-info .details.features ul,
.sub-page #contents .right-content .content .product-info .details.use ul {
  margin-left: 6px;
}
.sub-page #contents .right-content .content .product-info .details.features img {
  margin-top: 17px;
}
.sub-page #contents .right-content .content .product-info .details.specs {
  width: 100%;
}
.sub-page #contents .right-content .content .product-info .details.specs table tr th {
  background: #eaeff8;
  border: 1px solid #fff;
}
.sub-page #contents .right-content .content .product-info .details.specs table tr td {
  background: #f6f6f6;
  border: 1px solid #fff;
  text-align: center;
}
#footer {
  line-height: 16px;
  min-width: 916px;
  position: relative;
  z-index: 10;
}
#footer .site-map {
  background: #084685;
  padding: 20px 0 23px;
}
#footer .site-map h2 {
  display: none;
}
#footer .site-map h4,
#footer .site-map a {
  color: #c0c0c0;
}
#footer .site-map h4 {
  line-height: 18px;
}
#footer .site-map ul+h3 {
  padding-top: 36px;
}
#footer .site-map .contact-us {
  padding-top: 96px;
}
#footer .site-map .contact-us ul {
  padding-top: 11px;
}
#footer .site-map .contact-us ul > li {
  padding-bottom: 4px;
  color: #fff;
}
#footer .site-map .contact-us ul > li > span {
  background: #fff;
  color: #1c467e;
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
  text-align: center;
  width: 40px;
}
#footer .site-map .contact-us ul > li > a {
  color: #fff;
}
#footer .keywords {
  background: #484848;
  border-top: 1px solid #fff;
  padding: 11px 0 9px;
}
#footer .keywords a {
  color: #e8e8e8;
}
#footer .site-map a,
#footer .keywords a {
  text-decoration: none;
}
#footer .site-map h2,
#footer .keywords h2,
#footer .site-map h3,
#footer .keywords h3 {
  color: #fff;
}
#footer .site-map .wrapper,
#footer .keywords .wrapper {
  overflow: hidden;
}
#footer .site-map .block,
#footer .keywords .block {
  float: left;
  padding-left: 17px;
  width: 210px;
}
#footer .copyright {
  background: #c8c8c8;
  color: #545454;
  font-size: 11px;
  line-height: 15px;
  padding: 13px 0 9px;
}
#footer .copyright a {
  color: #545454;
  text-decoration: none;
}
#footer .copyright .wrapper {
  overflow: hidden;
  position: relative;
}
#footer .copyright .logo_f {
  float: left;
  margin-right: 5px;
  width: 157px;
}
#footer .copyright .logo_f+p {
  padding-top: 5px;
}
#footer .copyright .gobizkorea_logo {
  position: absolute;
  top: 3px;  
  right: -5px;
  width: 171px;  
}
