﻿@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

body {
	background: #00427D;
}

#main-container {
	width: 960px;
	margin: 0 auto 0 auto;
}
#main-container .top-box {
	background-color: #80c342;
	overflow: hidden;
	margin-bottom: 5px;
}
.top-box .logo-box {
	float: left;
	background-color: #fff;
	width: 241px;
	height: 118px;
}
.top-box .right-box {
	float: right;
	width: 425px;
	padding-top: 20px;
	padding-left: 250px;
	margin-right: 30px;
}
.top-box .right-box .link-box {
	float: left;
	width: 200px;
	margin-top: 8px;
}
.top-box .right-box .link-box ul {
	margin: 0px;
	padding: 0px;
}
.top-box .right-box .link-box ul li {
	display: inline;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #547009;
	font-weight: normal;
}
.top-box .right-box .link-box ul li a {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #547009;
	font-weight: normal;
	padding: 5px;
	padding-right: 4px;
}
.top-box .right-box .link-box ul li a:hover {
	color: #fff;
}
.top-box .right-box .search-box {
	width: 220px;
	float: left;
}
.button-search, .button-search i {
	float:right;
	width: 32px;
	height: 32px;
	cursor: pointer;
	font-siZe: 11px;
	color: #777;
}
.button-search i {
	background-position: center center;
	background-color: #80c342;
	color: #fff !important;
	text-align: center;
	line-height: 32px;
	border-radius: 0 3px 3px 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #b4db78;
	border-right-color: #b4db78;
	border-bottom-color: #b4db78;
	background-image: url('../images/search-bg.png');
	background-repeat: no-repeat;
}
.search input {
	outline: 0;
	background: #b4db78;
	padding: 1px 1px 1px 10px;
	width: 175px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #b4db78;
	color: #547009;
	float:left;
}
.slider {
	margin-bottom: 5px;
}
.main-content {
	padding: 0px;
	overflow: hidden;
	
}
.main-content .left-box {
	float: left;
	width: 660px;
}
.main-content .left-box .about-content {
	background-color: #fff;
	padding-left: 25px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 25px;
	height: 180px;
}
.main-content .left-box .about-content h1 {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #39b54a;
	font-weight: bold;
	margin-bottom: 5px;
}
.main-content .left-box .about-content p {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	line-height: 24px;
}
.tab-box {
	background-color: #00aec4;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.tab-box .tab-container {
	background-color: #00aec4;
}
.tab-box ul {
	list-style: none;
	list-style-position: outside;
}
.tab-box ul.tab-menu li {
	float: left;
	margin-right: 5px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
}
.tab-box ul.tab-menu li.last {
	border-right-style: none;
}
.tab-box ul.tab-menu li {
	font-weight: 700;
	display: block;
	padding: 8px 30px 8px 30px;
	background: #00aec4;
	position: relative;
	color: #c9e9ed;
	cursor: pointer;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.tab-box ul.tab-menu li.active {
	border-bottom: 0;
	color: #fff;
}
/******* /MENU *******/
/******* CONTENT *******/
.tab-box .content {
	background: #00aec4;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
	overflow: hidden;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	margin-left: 30px;
	margin-right: 30px;
}
.tab-box .content.news {
	display: block;
	padding-bottom: 30px;
}
.tab-box .content.news .products-box {
	width: 280px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
}
.tab-box .content.news .products-box .img-box {
	float: left;
	width: 92px;
	height: 144px;
}
.tab-box .content.news .products-box .txt-box {
	float: left;
	width: 170px;
	margin-left: 10px;
}
.tab-box .content.news .products-box .txt-box h1 {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}
.tab-box .content.news .products-box .txt-box h2 {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}
.tab-box .content.news .products-box .txt-box .t-box {
}
.tab-box .content.news .products-box .txt-box .t-box h3 {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
.tab-box .content.news .products-box .txt-box .t-box p {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	margin-bottom: 10px;
}

.tab-box .content.news .products-box .txt-box .t-box .read-more {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight:400;
	background: #00a344;
	padding: 0px 5px 5px 5px;
	margin-top: 25px;
}

.tab-box .content.tutorials {
	display: none;
	padding-bottom: 60px;
}
.tab-box .content.tutorials .products-box {
	width: 180px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}

.tab-box .content.tutorials .products-box h1 {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight:700;

}
.tab-box .content.tutorials .products-box .img-box {
	width: 180px;
	height: 100px;
	margin-bottom: 15px;
}
.tab-box .content.tutorials .products-box .txt-box {
	float: left;
	width: 170px;
	margin-left: 10px;
}
.tab-box .content.tutorials .products-box .txt-box h1 {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}
.tab-box .content.tutorials .products-box .txt-box h2 {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}
.tab-box .content.news .products-box .txt-box .t-box {
}


.tab-box .content.tutorials .products-box .txt-box .t-box h3 {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
.tab-box .content.tutorials .products-box .txt-box .t-box p {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	margin-bottom: 10px;
}

.read-more {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight:400;
	background: #00a344;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 15px;
	padding-right: 5px;
}

.read-more1 {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight:400;
	background: #00a344;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 15px;
	padding-right: 5px;
}

.bottom-box {
	overflow: hidden;
}

.bottom-box .left-box {
	float: left;
	width: 328px;
	height: 153px;
}

.bottom-box .left-box .dealers-box {
	height: 72px;
	background: #005198;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align:center;
	padding-top: 40px;
}

.bottom-box .left-box .customers-box {
	height: 72px;
	background: #00a344;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align:center;
	padding-top: 35px;
}


.bottom-box .envior-box {
	float: left;
	background-color: #e5f3f8;
	padding: 10px;
	width: 278px;
	height: 153px;
	padding-left: 40px;
	padding-top: 30px;
}
.bottom-box .envior-box h2 {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #47a5ae;
	margin-bottom: 10px;
}
.bottom-box .envior-box p {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6e71;
	line-height: 18px;
	margin-bottom: 10px;
}
.bottom-box .envior-box a.read-more {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background: #add14e;
	padding: 2px 10px 2px 10px;
	width: 40px;
}
.bottom-box .envior-box a.read-more:hover {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background: #47a5ae;
	padding: 2px 10px 2px 10px;
	width: 40px;
}
.bottom-box .testimonial-box {
	float: left;
	background-color: #c9e7f1;
	padding: 10px;
	width: 312px;
	height: 198px;
	padding-top: 10px;
}
.bottom-box .testimonial-box h2 {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #47a5ae;
	margin-bottom: 3px;
}

.bottom-box .testimonial-box .column-two-third {
	height: 120px;

}

.bottom-box .testimonial-box .column-two-third .navbar {
	border-style: none;
	margin-top: -30px;
}
.bottom-box .testimonial-box .column-two-third .txt-box {
	overflow: hidden;
	width: 300px;
}

.bottom-box .testimonial-box .column-two-third .txt-box .photo-box {
	float: left;
	width: 81px;
	height: 81px;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 5px;
}

.bottom-box .testimonial-box .column-two-third .txt-box .txt {
	float: left;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6d6e71;
	line-height: 16px;
	width: 190px;
}

.bottom-box .testimonial-box .column-two-third .txt-box .txt strong {
	float: left;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6e71;
	line-height: 16px;
	font-weight:bold;
	margin-top: 5px;
}
.main-content .right-box {
	float: left;
	width: 300px;
}
.main-content .right-box .news-box {
	background-color: #00a344;
	height: 380px;
	padding-top: 1px;
	padding-left: 14px;
}
.main-content .right-box .faq-box {
	background-color: #00aec4;
	overflow: hidden;
}
.main-content .right-box .faq-box .img-box {
	background-position: center center;
	background-color: #218e9e;
	width: 85px;
	float: left;
	background-image: url('../images/faq-bg.png');
	background-repeat: no-repeat;
	margin-right: 10px;
	height: 160px;
}
.main-content .right-box .faq-box .faq-txt {
	float: left;
	padding-top: 10px;
	width: 200px;
	height: 140px;
	padding-bottom: 10px;
}
.main-content .right-box .faq-box .faq-txt h3 {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
}
.main-content .right-box .faq-box .faq-txt p {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	margin-bottom: 10px;
}
.main-content .right-box .faq-box .faq-txt a.round-txt {
	background-color: #FFFFFF;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #56c5d0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
	padding: 3px 10px 3px 10px;
}
.main-content .right-box .form-box {
	background-color: #3573b6;
	padding: 10px;
	padding-bottom: 17px;
	padding-left: 25px;
}

.description .message {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #add14e;
	font-weight: normal;
}

.description .error {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3300;
	font-weight: normal;
}


.main-content .right-box .form-box h1 {
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	line-height: 23px;
	margin-bottom: 10px;
}
.main-content .right-box .form-box  {
	padding-top: 10px;
}
.description input {
	background-color: #4484c3;
	border: 1px solid #4484c3;
	padding: 5px;
	width: 240px;
	margin-bottom: 8px;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

.main-content .right-box .form-box .submit {
	border: 1px solid #00a344;
	background-color: #00a344;
	cursor: pointer;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-top: 5px;
	width: 100px;
}
.footer {
	background-color: #0068af;
	padding: 10px 20px 10px 20px;
	overflow:hidden;
	margin-top: 5px;
}

.footer .copy-txt {
	float: left;
	width: 330px;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	margin-top: 5px;
}

.footer .credits a {
	float: right;
	width: 330px;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-align:right;
	margin-top: 5px;
}



.social-icon a.dark {
	background-color: #FFFFFF;
}
.social-icon img {
	position:relative;
	margin:3px;
}
.social-wrapper {
	display: inline-block;
	overflow: visible;
	padding: 0;
	min-height: 26px;
	float:left;
	margin-left: 60px;
}
.social-wrapper ul {
	padding:0;
	list-style:none;
}
.social-wrapper .social-icon {
	float: right;
	width: 30px;
	height: 30px;
	margin: 0 5px;
	display: inline-block;
	background-color: #FFFFFF;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;

}
.social-wrapper .social-icon:first-child {
	margin:0 0 0 5px;
}

