@font-face {
	font-family:'HelveticaNeue-Regular';
	src: url('fonts/HelveticaNeue_latin+latin-ext_gdi.eot');
	src: url('fonts/HelveticaNeue_latin+latin-ext_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeue_latin+latin-ext_gdi.woff') format('woff'),
		url('fonts/HelveticaNeue_latin+latin-ext_gdi.ttf') format('truetype'),
		url('fonts/HelveticaNeue_latin+latin-ext_gdi.svg#HelveticaNeue-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family:'HelveticaNeueLT-Light';
	src: url('fonts/HelveticaNeueLT-Light_latin+latin-ext_gdi.eot');
	src: url('fonts/HelveticaNeueLT-Light_latin+latin-ext_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeueLT-Light_latin+latin-ext_gdi.woff') format('woff'),
		url('fonts/HelveticaNeueLT-Light_latin+latin-ext_gdi.ttf') format('truetype'),
		url('fonts/HelveticaNeueLT-Light_latin+latin-ext_gdi.svg#HelveticaNeueLT-Light') format('svg');
	font-weight: 3;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family:'Helvetica-Regular';
	src: url('fonts/Helvetica_latin+latin-ext_gdi.eot');
	src: url('fonts/Helvetica_latin+latin-ext_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/Helvetica_latin+latin-ext_gdi.woff') format('woff'),
		url('fonts/Helvetica_latin+latin-ext_gdi.ttf') format('truetype'),
		url('fonts/Helvetica_latin+latin-ext_gdi.svg#Helvetica-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-20AC;
}

body {
	margin: 0px;
	margin-bottom: -45px;
}
.header-wrapper {
	min-width: 1300px;
	height: 108px;
}
.logo-wrapper {
	float: left;
	margin-top: 16px;
	margin-left: 42px;
}
#logo img{
    height: 5em;
    position: absolute;
    margin-top: 10px;
}
.menu-wrapper {
	width: 763px;
	height: 108px;
	background: url(img/headerbox.png) top 0px right 0px no-repeat;	
	float: right;
	border-bottom: 2px solid #d5e4f0;
}
.other-wrapper {
	width: 763px;
	height: 108px;
	background: url(img/otherheaderbox.png) top 0px right 0px no-repeat;	
	float: right;
	border-bottom: 2px solid #d5e4f0;
}
.menu {
	margin-left: 90px;
	margin-top: 70px;
}
.menu ul {
	margin-bottom: 0px;
}
.menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 58px;
	height: 39px;
	padding: 0px 1px;
}
.menu ul li:last-child {
	margin-right: 0px;
}
.menu ul li a {
	display: inline-block;
	margin-top: 5px;
	font-family:'HelveticaNeue-Regular';
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 1px;
	display: inline-block;
	transform : scale(1,1.5);
	-webkit-transform:scale(1,1.2); /* Safari and Chrome */
	-moz-transform:scale(1,1.2); /* Firefox */
	-ms-transform:scale(1,1.2); /* IE 9+ */
	-o-transform:scale(1,1.2); /* Opera */
}
.menu ul li.current-menu-item {
	display: inline-block;
	background: url(img/menu_active.png) center bottom no-repeat;
}
.tp-leftarrow.default {
	background: url(img/slider_left.png) center bottom no-repeat;
}
.tp-rightarrow.default {
	background: url(img/slider_right.png) center bottom no-repeat;
}
.footer-top {
	min-width: 1300px;
	border-top: 6px solid #49a0e3;
	border-bottom: 2px solid #7e7e7e;
	text-align: center;
	position: relative;
}
.footer-top:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 184px;
	border-bottom: 2px solid #bbbbbb;
	top: -1px;
	left: 0px;
	min-width: 1300px;
}
.footer-top > img {
	margin: 32px 32px 25px 32px;
}
.text-center {
	font-family:'HelveticaNeue-Regular';
	font-weight: bold;
	color: #8b8b8b;
	font-size: 12px;
	padding-top: 8px;
}
.footer-bottom {
	text-align: center;
	margin: 45px 0px;
	min-width: 1300px;
}
.home-top {
	text-align: center;
	padding-bottom: 45px;
	background: url(img/intro_border.png) bottom 0px left 0px repeat-x;
	margin-bottom: 50px;
}
.home-wrapper {
	position: relative;
	top: -56px;
	z-index: 99;
	min-width: 1300px;
}
.home-bottom {
	width: 100%;
	height: auto;
	min-height: 333px;
	background: transparent url(img/about-bg.png) no-repeat center;
	background-size: cover;
}
.home-bottom-wrapper {
	width: 1080px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}
.home-bottom-wrapper .title {
	font-family: 'HelveticaNeueLT-Light', sans-serif;
	font-size: 32.5px;
	color: #49a0e3;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	padding: 30px 0;
}
.home-bottom-wrapper p {
	font-family: 'HelveticaNeueLT-Light', sans-serif;
	font-size: 16px;
	color: #000;
	letter-spacing: 1px;
	line-height: 24px;
	text-align: center;
	width: 615px;
	margin: 0 auto;
}
.home-bottom-btn {
	padding: 28px 0px 30px 0px;
	display: block;
	text-align: center;
}
.column-1 {
	display: inline-block;
	background: url(img/a.png) no-repeat;
	width: 316px;
	height: 250px;
	margin-right: 70px;
}
.column-1 a {
	display: inline-block;
	background: url(img/btn1.png) no-repeat;
	width: 86px;
	height: 21px;
	margin-top: 40px;
	margin-left: 100px;
}
.column-2 {
	display: inline-block;
	background: url(img/b.png) no-repeat;
	width: 325px;
	height: 250px;
	margin-right: 70px;
}
.column-2 a {
	display: inline-block;
	background: url(img/btn2.png) no-repeat;
	width: 86px;
	height: 21px;
	margin-top: 39px;  margin-left: 100px;
}
.column-3 {
	display: inline-block;
	background: url(img/c.png) top 2px left 0px no-repeat;
	width: 325px;
	height: 250px;
}
.column-3 a {
	display: inline-block;
	background: url(img/btn3.png) no-repeat;
	width: 86px;
	height: 21px;
	margin-top: 37px;  margin-left: 100px;
}
.banner-wrapper {
	background: url(img/aboutus_banner.png) top right no-repeat,
				url(img/about_bg.png) top left repeat-x;
	width: 100%;
	margin-bottom: 30px;
}
.banner-wrapper-1 {
	background: url(img/headerpic.png) top right no-repeat,
				url(img/about_bg.png) top left repeat-x;
	width: 100%;
	min-width: 1300px;
	margin-bottom: 30px;
}
.banner-wrapper-2 {
	background: url(img/contact_header.png) top right no-repeat,
				url(img/about_bg.png) top left repeat-x;
	width: 100%;
	margin-bottom: 20px;
}
.banner-text {
	padding-top: 50px;
	padding-left: 58px;
	height: 88px;
	font-family: 'HelveticaNeue-Regular';
	font-weight: bold;
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transform : scale(1,1.5);
	-webkit-transform:scale(1,1.2); /* Safari and Chrome */
	-moz-transform:scale(1,1.2); /* Firefox */
	-ms-transform:scale(1,1.2); /* IE 9+ */
	-o-transform:scale(1,1.2); /* Opera */
}
.about-wrapper {
	margin-top: 2px;
	border-bottom: 6px solid #49a0e3;
	min-width: 1300px;
}
.about-content {
	height: 388px;
	letter-spacing: 1px;
	margin-left: 58px;
	background: url(img/pic.png) top right no-repeat;
	margin-bottom: 30px;
	font-family: 'HelveticaNeueLT-Light';
	color: #000;
	font-size: 14px;
	padding-top: 2px;
}
.about-content p {
    width: 620px;
    line-height: 18px;
    margin-bottom: 22px;
    margin-top: 0px;
}
#slider {
	min-width: 1300px;
	margin-top: 2px;
}
.product-left {
	width: 260px;
	float: left;
	padding-top: 10px;
}
.outer-product-right {
	float: left;
	width: 905px;
	padding-top: 10px;
	padding-left: 50px;
	background: url(img/product_border.png) top 0px left 0px repeat-y;
}
.product-right {
	position: relative;
}
.product-div {
	display: inline-block;
	width: 175px;
	text-align: center;
	margin-bottom: 50px;
	margin-right: 60px;
	vertical-align: top;
}
.product-div:nth-child(4n) {
	margin-right: 0px;
}
.product-text {
	font-family:'Helvetica-Regular';
	font-size: 13px;
	color: #686868;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 18px;
}
.product-left ul li {
	list-style: none;
	margin-bottom: 8px;
}
.product-left ul li a {
	font-family: 'HelveticaNeueLT-Light';
	color: #000;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: none;
	padding-left: 15px;
}
.product-left ul li a.active {
	display: inline-block;
	background: url(img/arrow.png) top 5px left 0px no-repeat;
}
.product-left ul li .sub-cat {
    margin-top: 5px;
 
    padding-left: 12px;
}
.product-left ul li .sub-cat li {
    margin-bottom: 4px;
}
.product-left ul li .sub-cat li a {
    font-size: 14px;
}
.product-left ul li .sub-cat li a.active1 {
	font-weight: bold;
}
.product-content {
	width: 1228px;
	margin: 0 auto;
	padding: 10px 0px;
}
.project-container {
	min-width: 1300px;
	margin: 0 auto;	
	padding-bottom: 25px;
	border-bottom: 6px solid #49a0e3;
}
.project-content {
	width: 1080px;
	margin: 0 auto;
	margin-top: 30px;
}
.project-content-left {
	float: left;
	width: 14%;
	padding-top: 10px;
}
.project-content-left ul.tabs li {
	font-family:'HelveticaNeueLT-Light';
	color: #747474;
	font-size: 16px;
	margin-bottom: 10px;
}
.project-content-left ul.tabs li a {
	font-family:'HelveticaNeueLT-Light';
	color: #000;
	font-size: 16px;
	letter-spacing: 1px;
	padding-left: 15px;
}
.project-content-left ul.tabs li a.active {
	display: inline-block;
	background: url(img/arrow.png) top 5px left 0px no-repeat;
}
.project-content-right {
	float: left;
	width: 86%;
	min-height: 100px;
	padding-top: 10px;
	background: url(img/product_border.png) top 0px left 0px repeat-y;
}
.project-info {
    float: left;
    margin-left: 22px;
    padding-left: 50px;
    padding-bottom: 10px;
}
.project-info ul {
	float: left;
}
.project-info ul li {
	list-style: disc;
	font-family:'HelveticaNeueLT-Light';
	color: #000;
	font-size: 14px;
	float: left;
	width: 245px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 30px;
}
.product-img {
	margin-bottom: 12px;
	height: 90px;
}
.product-wrapper {
	min-width: 1300px;
	border-bottom: 6px solid #49a0e3;
	padding-bottom: 25px;
}
.project-banner {
	width: 1080px;
	height: 150px;
	margin: 0 auto;
}
.contact-container {
	min-width: 1300px;
	margin-top: 2px;
	border-bottom: 6px solid #49a0e3;
	padding-bottom: 25px;
}
.map {
	width: 1078px;
	height: 250px;
	margin: 0 auto;
}
.contact-wrapper {
	width: 865px;
	margin: 0 auto;
	margin-top: 38px;
}
.address {
	background: url(img/location.png) top 6px left 0px no-repeat;
	font-family:'HelveticaNeue-Regular';
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 25px;
	padding-left: 30px;
}
.contact {
	background: url(img/contact.png) top 2px left 0px no-repeat;
	font-family:'HelveticaNeue-Regular';
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
	padding-left: 32px;
	padding-bottom: 6px;
	margin-top: 10px;
}
.fax {
	background: url(img/fax.png) top 2px left 0px no-repeat;
	font-family:'HelveticaNeue-Regular';
	color: #000;
	font-size: 14px;
	margin: 10px 0px;
	letter-spacing: 1px;
	padding-left: 30px;
	padding-bottom: 5px;
}
.email {
	background: url(img/mail.png) top 4px left 0px no-repeat;
	font-family:'HelveticaNeue-Regular';
	color: #000;
	font-size: 14px;
	padding-left: 30px;
	letter-spacing: 1px;
}
input[type="text"].contact-box {
	width: 290px;
	height: 22px;
	padding-left: 10px;
	border: 1px solid #bebebe;
	margin-bottom: 8px;
}
textarea.contact-box {
	width: 290px;
	height: 75px;
	padding-left: 10px;
	padding-top: 10px;
	border: 1px solid #bebebe;
	font-family: 'HelveticaNeue-Regular';
	color: #494949;
	font-size: 13px;
	letter-spacing: 1px;
}
.contact-info {
	width: 350px;
	float: left;
	margin-top: 5px;
}
.contact-form {
	float: left;
	margin-left: 80px;
}
.contact-form table tbody tr td {
	font-family: 'HelveticaNeue-Regular';
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
}
input[type="submit"].send-button {
	background: url(img/btn.png) center center no-repeat;
	width: 120px;
	height: 32px;
	color: transparent;
	float: right;
	margin-top: 5px;
}
.caption {
	margin-left: 134px;
	font-family: 'HelveticaNeue-Regular';
	font-weight: bolder;
	color: #1f70af;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transform : scale(1,1.5);
	-webkit-transform:scale(1,1.2); /* Safari and Chrome */
	-moz-transform:scale(1,1.2); /* Firefox */
	-ms-transform:scale(1,1.2); /* IE 9+ */
	-o-transform:scale(1,1.2); /* Opera */
	margin-top: 50px;
}
.content ul li {
	background: url(img/bullet.png) top 9px left 0px no-repeat;
	font-family: 'HelveticaNeueLT-Light';
	color: #000;
	font-size: 16px;
	letter-spacing: 1px;
	padding-left: 20px;
	line-height: 25px;
}
.column-1 > .content {
	width: 180px;
	text-align: left;
	margin-left: 95px;
	margin-top: 25px;
}
.column-2 > .content {
	width: 180px;
	text-align: left;
	margin-left: 154px;
	margin-top: 25px;
}
.column-3 > .third-content ul li {
	font-family: 'HelveticaNeueLT-Light';
	color: #747474;
	font-size: 16px;
	letter-spacing: 1px;
	padding-left: 20px;
	line-height: 25px;
	text-align: left;
	display: inline-block;
	padding-top: 1px;
}
.column-3 > .third-content {
	/* width: 180px; */
	text-align: left;
	margin-left: 6px;
	margin-top: 25px;
}
.column-3 > .third-content ul {
    margin-left: 2px;

}
.column-3 > .third-content ul li:first-child {
	background: url(img/bullet.png) top 9px left 0px no-repeat;
	margin-left: 125px;
}
.column-3 > .third-content ul li:nth-child(2) {
	background: url(img/bullet.png) top 9px left 0px no-repeat;
	margin-left: 125px;
}
.column-3 > .third-content ul li:last-child {
	background: url(img/bullet.png) top 9px left 0px no-repeat;
	margin-left: 26px;
}
.header-top {background: #49a0e3;padding: 10px 20px;color: white;font-size: 15px;text-align: center;}