/* CSS Document */
@import url(font-awesome/css/font-awesome.min.css);

body {
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
}





img { border:0; max-width:100%; height:auto; }


a {
	text-decoration:none;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
a:hover { text-decoration:none; }

* {
	margin:0;
	padding:0;
	list-style:none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	}

.clearfix{
	clear:both;
	}




/*Banner*/
.banner { width:100%; max-width:698px;}
.centered-btns_tabs, .transparent-btns_tabs, .large-btns_tabs { display:block !important;}








/*Content*/

.content-Box {
	max-width:901px;
	margin:0 auto;
    border: 1px solid #E5E5E5;
	}


/*Left*/
.left {
    width: calc(100% - 200px);
    float: right;
	border-right: 1px solid #E5E5E5;
}
.main{
	padding: 10px 0 0 20px;	
	}
h1{
    font-size: 22px;
    color: #827351;	
	}

.path{
	background:url(../images/arrow_path.jpg) left center no-repeat;
	color: #9E8C63;
	padding-left:10px;
	margin:10px 0 30px 0;	
	}
.path a{
	color: #666;	
	}



/*Right*/
.right{
	float:right;
	padding-bottom:20px;
	}
.search_bar {
	margin:5px 0 0 20px;
}
.search_bar input {
	display:inline-block;
	vertical-align:middle;
    text-indent: 10px;
	color: #999;
    border: 1px solid #CCC;
    width: 130px;
    height: 30px;
}
.search_bar a{
    display:inline-block;
	vertical-align:middle;
	margin:0 0 0 5px;
}

/*Side Menu*/
.submenu_title{
	color:#999;
	font-size:15px;
	font-weight:bold;
	margin:10px 0 0 20px;
	}

.side_classLink {
	width: 200px;
	padding: 0 10px 0 20px;
	position:relative;
	}
.side_classLink ul {
	margin-top:10px;
	}
.side_classLink ul li {
	
	}
.side_classLink ul li a {
	color: #09C;
	font-weight:bold;
	display: block;
	text-align:left;
	padding: 10px 0;
	}
.side_classLink ul li.current02{ display:none; }
.m_classLink{ display:none;}



.menu_head a.current, .menu_body a.current, {
    color: #F36;
	}
.menu_head a:hover, .menu_body a:hover{
	color: #F36;
	}

.menu_body a{
    color: #006699;
	display:block;
	margin-top:10px;
	background:url(../images/arrow.jpg) left center no-repeat;
	padding-left:10px;
	}



/*Products List*/

.products_list_zone{
	}

.products_list{
	display:inline-block;
	vertical-align: top;
	text-align:center;
	margin: 0 50px 20px 0;
	}
.products_list_pic{
	padding: 10px;
	border: 1px solid #B4A687;	
	}
.products_list_pic img{
    width: 140px;
	height: 105px;
	}
.products_list_title{
	margin-top:10px;
	width: 162px;
	}
.products_list_title a{
	color: #666666;
	}
.products_list_title a:hover{ 
    color: #CC0000; 
    }	

/*Products Show*/

.products_show{
	width:100%;
	max-width:655px;
	margin-bottom:10px;
	padding:20px;
	border: 2px solid #E6E6F2;
	text-align: center;
	}
.product_show_btn{
	display:inline-block;
	color:#fff;
	max-width:100px;
	text-align:center;
	padding:5px 10px;
	margin:10px 0;
	border: 1px solid #018dc4;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: -webkit-linear-gradient(-90deg, rgba(109,179,242,1) 0, rgba(84,163,238,1) 37%, rgba(54,144,240,1) 63%, rgba(30,105,222,1) 100%);
	background: -moz-linear-gradient(180deg, rgba(109,179,242,1) 0, rgba(84,163,238,1) 37%, rgba(54,144,240,1) 63%, rgba(30,105,222,1) 100%);
	background: linear-gradient(180deg, rgba(109,179,242,1) 0, rgba(84,163,238,1) 37%, rgba(54,144,240,1) 63%, rgba(30,105,222,1) 100%);
	background-position: 50% 50%;
	text-shadow: -1px -1px 0 rgba(15,73,168,0.66) ;	
	}
.products_show_title {
	width: 100%;
	font-weight:bold;
	color:#9A927D;
	margin:20px 0;
	height:33px;
	line-height:30px;
	background: url(../images/prod_show_title.jpg) no-repeat left top;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	padding-left: 20px;
}

.table_scroll{
	overflow-x: auto;
}

.datatable {
	width:99%;
	border-left:1px solid #EEE9D9;
	border-top:1px solid #EEE9D9;	
	text-align:center;
    border-spacing: 0;
    border-collapse: collapse;	
}
.datatable th {
	color: #000;
	background-color: #D6C9A0;
	padding: 5px 0;
	border-right:1px solid #EEE9D9;
	border-bottom:1px solid #EEE9D9;
}
.datatable td {
	border-right:1px solid #EEE9D9;
	border-bottom:1px solid #EEE9D9;	
	padding: 5px 0;
	text-align:center;
}



/*About Us*/
.about_list li{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
	}
.about_list span{
	display:inline-block;
	vertical-align:middle;
	width:120px;
	color:#666;
	}
.about_bank{
	display:inline-block;
	vertical-align:middle;
	}


.idea_txt{
	display:inline-block;
	vertical-align:top;
	max-width:300px;
	line-height:25px;
	}
.idea_pic{
	display:inline-block;
	vertical-align:top;
	}


.equipment_zone{
	margin-bottom:30px;
	}
.equipment_left{
	display:inline-block;
	vertical-align:top;
	margin-right:60px;
	}
.equipment_right{
	display:inline-block;
	vertical-align:top;
	}
.equipment_list li{
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #eee;
	}
.equipment_list span{
	display:inline-block;
	width:220px;
	}



/*Contact Us*/


.contact_txt{
	line-height:25px;
	margin-bottom:30px;
	}
.contact_txt span{
	color:#F00;
	}



.contact_zone{
	line-height:22px;
	margin-bottom:20px;
	}
.contact_zone .green{
	color: #4A838E;
	}
.contact_zone .red{
	color: #F00;
	}	


.contact_form{
	width:100%;
	max-width:400px;
	}
.contact_form input, .contact_form select{
	width:100%;
	padding:5px;
	color:#999;
	margin-bottom:10px;
	}
.contact_form textarea{
	width:100%;
	height:100px;
	padding:5px;
	color:#999;
	margin-bottom:10px;
	}



/*News*/

.news_list{
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;
	margin-bottom:20px;
	}
.news_list_pic{
	display:inline-block;
	vertical-align:top;
	padding:3px;
	margin-right:10px;
	border:1px solid #ccc;
	border-radius:5px;
	-webkit-border-radius:5px;	
	}
.news_list_info{
	display:inline-block;
	vertical-align:top;
	max-width:500px;
	padding-top:5px;
	line-height:22px;
	}
.news_list_title a{
	color:#666;
	}
.news_list_date{
	color:#EC780F;
	}
.news_list_txt{
	color:#4A838E;
	}


.news_show_title{
	color: #996600;
    font-size: 17px;
	}
.news_show_txt{
	line-height:25px;
	margin-bottom:20px;
	}



/*Sitemap*/

.scroll_zone_sitemap{
	width:100%;
	height:370px;
	margin:20px 0;
}

#sitemap {
	width: 100%;
}
#sitemap a {
	text-decoration: none;
}
#sitemap li {
	list-style: outside none;
	color: #4d4c4c;
}
#sitemap > ul > li > a{
	display:block;
	margin:15px 0;
	padding: 3px 10px;
	max-width:150px;
	border: 1px solid #018dc4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align:center;
	color: rgba(255, 255, 255, 0.9);
	background: -webkit-linear-gradient(#0199d9, #0157d9);
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
	text-shadow: -1px -1px 0 rgba(15, 73, 168, 0.66);
}

#sitemap #product {
}
#sitemap #product ul {
	list-style: none;
	margin: 0;
}
#sitemap #product ul li {
	list-style:none;
	margin-left:0px;
	padding: 5px 0 5px 20px;
	clear:both;
}
#sitemap .layer0 > li > a {
	color: #608b0e;
}
#sitemap .layer1 > li > a {
	color: #ff8a00;
}
#sitemap .layer0 > li > a:before {
	content:' ';
	display: inline-block;
	width: 18px;
	height:10px;
	background: url(images/arr_01.png) no-repeat left 2px;
}
#sitemap .layer0 > .sitemap-products > a:before {
	/*background-image:none;*/
}
#sitemap .layer1 > li > a:before {
	content:' ';
	display: inline-block;
	width: 14px;
	height:10px;
	background: url(images/arr_02.png) no-repeat left 2px;
}
#sitemap .layer1 > .sitemap-products > a:before {
	/*background-image:none;*/
}
#sitemap .layer2 > li > a:before {
	content:' ';
	display: inline-block;
	width: 10px;
	height:10px;
	background: url(images/arr_03.png) no-repeat left 2px;
}
#sitemap .layer2 > .sitemap-products > a:before {
	background-image:none;
}
#sitemap .layer3 {
}
#sitemap #product .sitemap-products {
}
#sitemap #product .sitemap-products a {
	border-right: 1px dotted #999999;
	color: #000;
	display: inline-block;
	margin: 0 5px 10px 0;
	padding: 0 10px 0 0;
}















@media only screen and (max-width: 698px) {
.left{ width:100%;}
.right{ float:none; padding-bottom: 0;}
.submenu_title{ display:none;}
.search_bar:before, .search_bar:after {
	content:"";
	clear:both;
	display:block;
	height:10px;
}
.search_bar { float:none;}
.search_bar input { width: 80%;}
.menu_body a{ margin-left:10px;}

.side_classLink { display:none;}
.m_classLink{ display:block; position:relative; clear:both;}
.m_classLink a.main{
	display:none;
	font-size:15px;
	border:0px solid #CCC;
	position:relative;
	padding:10px;
	border-radius:0;
	color:#fff;
	text-align:left;
	background: #1587da;
	border:1px solid rgba(255,255,255,.18);
	}
.m_classLink a.main i{
	display:block;
	font-size:15px;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-8px;
	color:#fff;
	font-style:normal;
	font-family:FontAwesome;
	}
.m_classLink ul{
	display:none;
	width:100%;
	background:#fff;
	border-radius:0 0 5px 5px;
	border:1px solid #d1d1d1;
	position:absolute;
	z-index:999;
	padding-bottom:10px;
	margin-top:0px; padding-top:0px;
	}
.m_classLink ul li a {
	border-bottom: 1px solid #d1d1d1;
	color: #09C;
	font-weight:bold;
	display: block;
	padding: 15px 10px;
	text-align:left;
	}
.m_classLink ul li a:hover { color:#09C; color: #F36;}
.m_classLink ul li.current02{ display:none; }

	}

@media only screen and (max-width: 680px) {
	.products_list{ margin: 0 20px 20px 0;}
	}

@media only screen and (max-width: 480px) {
	.idea_txt{ max-width:100%;}
	.equipment_left{ width:100%; margin-right:0;}
	.equipment_right{ width:100%;}
	}



@media only screen and (max-width: 440px) {
	.about_list span{ display:block;}
	}


@media only screen and (max-width: 408px) {
	.products_list_zone{ text-align:center;	}
	}



@media only screen and (max-width: 320px) {
	.products_list_zone{ text-align:center;}
	.products_list{ margin:0 0 20px 0;}
	}
/* contact us */
.contact_table {
	font-size: 12px;
	line-height: 1.2;
	top: 5px;
	font-weight: normal;
	text-align: left;
	background-color: #F9F8F2;
	border: 3px solid #F0EADD;
	padding: 5px;
}
.contact_table th {
	color: #827351;
	background-color: #FFF;
	font-size: 12px;
	line-height: 1.2em;
	top: 5px;
	font-weight: normal;
	text-align: left;
	border: 1px solid #F9F8F2;
	padding: 4px 8px;
}
.contact_table td {
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #666;
	font-size: 12px;
	text-align: left;
	border: 1px solid #F0EADD;
	font-weight: normal;
	padding: 4px;
}
.contact_table  tr.altrow {
	background-color: #FFFFFF;
}
/* inquiry */
.inquiry_table {
	font-size: 12px;
	line-height: 1.2;
	height: 24px;
	top: 5px;
	font-weight: normal;
	padding-top: 4px;
	text-align: left;
	padding-right: 8px;
	padding-left: 8px;
	border-top-color: #B6B6B6;
	border-left-color: #B6B6B6;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
}
.inquiry_table th {
	color: #333333;
	background-color: #cccccc;
	font-size: 12px;
	line-height: 1.2;
	height: auto;
	top: 5px;
	font-weight: bold;
	padding-top: 4px;
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
	border-right-color: #B6B6B6;
	border-bottom-color: #B6B6B6;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding-bottom: 4px;
}
.inquiry_table td {
	font-family: "Arial", "Helvetica", "sans-serif";
	height: auto;
	color: #000000;
	font-size: 12px;
	text-align: left;
	padding-left: 8px;
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6B6B6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B6B6B6;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
}
.inquiry_table td.no {
	color: #222222;
}
.inquiry_table td.title a:link {
	color: #222222;
	text-decoration: none;
}
.inquiry_table td.title a:visited {
	color: #222222;
	text-decoration: none;
}
.inquiry_table td.title a:hover {
	color: #FF0000;
	text-decoration: none;
}
.inquiry_table td.title a:active {
	color: #222222;
}
.inquiry_table td.date {
	color: #222222;
}
.inquiry_table  tr.altrow {
	background-color: #999999;
}
/* member form */
.member_table {
	font-size: 12px;
	line-height: 1.2;
	height: 24px;
	top: 5px;
	font-weight: normal;
	padding-top: 4px;
	text-align: left;
	padding-right: 8px;
	padding-left: 8px;
	border-top-color: #B6B6B6;
	border-left-color: #B6B6B6;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
}
.member_table th {
	color: #333333;
	background-color: #cccccc;
	font-size: 12px;
	line-height: 1.2;
	height: 24px;
	top: 5px;
	font-weight: bold;
	padding-top: 4px;
	text-align: left;
	padding-right: 8px;
	padding-left: 8px;
	border-right-color: #B6B6B6;
	border-bottom-color: #B6B6B6;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
}
.member_table td {
	font-family: "Arial", "Helvetica", "sans-serif";
	height: 24px;
	color: #222222;
	font-size: 12px;
	text-align: left;
	padding-left: 8px;
	background-image: url(../images/ws-bg-09.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6B6B6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B6B6B6;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
}
.member_table tr.altrow {
	background-color: #cccccc;
}
/* member zone form */
.member_zone_table {
	font-size: 12px;
	line-height: 1.2;
	height: 24px;
	top: 5px;
	font-weight: normal;
	padding-top: 4px;
	text-align: left;
	padding-right: 8px;
	padding-left: 8px;
	border-top-color: #D6C9A0;
	border-left-color: #D6C9A0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
	color: #666666;
}
.member_zone_table th {
	color: #FFFFFF;
	background-color: #980203;
	font-size: 12px;
	line-height: 1.2;
	height: auto;
	top: 5px;
	font-weight: bold;
	padding-top: 4px;
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
	border-right-color: #D6C9A0;
	border-bottom-color: #D6C9A0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding-bottom: 4px;
}
.member_zone_table td {
	font-family: "Arial", "Helvetica", "sans-serif";
	height: auto;
	font-size: 12px;
	text-align: left;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6C9A0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6C9A0;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
}
.member_zone_table td a:link {
	text-decoration: none;
	color: #666666;
}
.member_zone_table td a:visited {
	color: #666666;
	text-decoration: none;
}
.member_zone_table td a:hover {
	color: #FF0000;
	text-decoration: none;
}
.member_zone_table td a:active {
	color: #666666;
}
.member_zone_table  tr.altrow {
	background-color: #EAEAEA;
}






