@charset "utf-8";

@font-face {
    font-family: 'MyriadProRegular';
    src: url('pro-regular-webfont.eot');
    src: url('pro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('pro-regular-webfont.woff') format('woff'),
         url('pro-regular-webfont.ttf') format('truetype'),
         url('pro-regular-webfont.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MyriadProBold';
    src: url('pro-bold-webfont.eot');
    src: url('pro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('pro-bold-webfont.woff') format('woff'),
         url('pro-bold-webfont.ttf') format('truetype'),
         url('pro-bold-webfont.svg#MyriadProBold') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}

#header-bg {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header-bg2 {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../images/header-bg2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header-wraper {
	width: 1000px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header-sec {
	width: 100%;
	height: 540px;
}
#header-sec2 {
	width: 100%;
	height: 260px;
}
.top {
	width: 100%;
	float: left;
	padding-top: 12px;
	background-color: #FFF;
	height: 84px;
}
.logo {
	float: left;
	padding-left: 5px;
}
.nav {
	float: right;
	margin-top: 30px;
}
.nav ul{
	list-style-type: none;
	text-align: right;
}
.nav ul li{
	float: left;
	position: relative;
	padding-bottom: 20px;
}
.nav ul li a{
	font-size: 16px;
	color: #757576;
	text-decoration: none;
	display: block;
	padding-top: 20px;
	padding-right: 25px;
	font-family: MyriadProRegular;
	text-transform: uppercase;
	padding-left: 25px;
}
.nav ul li a:hover{
	color: #757576;
	text-decoration: none;
	background-image: url(../images/nav-red-bor.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/*.nav ul li:first-child{
	float: left;
}
.nav ul li:first-child a{
	font-size: 16px;
	color: #757576;
	text-decoration: none;
	display: block;
	padding-top: 20px;
	padding-right: 25px;
	font-family: MyriadProRegular;
	text-transform: uppercase;
	padding-left: 25px;
	background-image: none;
}
.nav ul li:first-child:hover{
	background-image: url(../images/nav-red-bor2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.nav ul li:first-child #active{
	background-image: url(../images/nav-red-bor2.png);
	background-repeat: no-repeat;
	background-position: center top;
}*/
.nav ul li #active{
	background-image: url(../images/nav-red-bor.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.nav ul li:hover > ul {
	visibility: visible;

}
.nav ul li ul{
	width: 200px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ed1a0c;
	position: absolute;
	left: 0px;
	top: 55px;
	background-image: url(../images/drop-bg.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	z-index: 999;
}
.nav ul li ul li ul{
	position: absolute;
	left: 200px;
	top: 0px;
}
.nav ul li ul li{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: none;
	text-align: left;
	float: left;
	padding-bottom: 0px;
}
.nav ul li ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	line-height: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #68120d;
	text-transform: none;
}
.nav ul li ul li a:hover{
	color: #ed1a0c;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: none;
}
.banner {
	width: 100%;
	float: left;
	position: relative;
}
.banner h2{
	font-size: 31px;
	color: #FFF;
	text-decoration: none;
	font-family: MyriadProRegular;
	font-weight: normal;
}
.banner h1{
	font-size: 53px;
	color: #ed1a0c;
	text-decoration: none;
	font-family: MyriadProBold;
	line-height: 38px;
	font-weight: normal;
}
.banner h3 {
	color: #FFF;
	text-decoration: none;
	font-size: 38px;
	font-weight: normal;
	font-family: MyriadProRegular;
}
.banner-img {
	width: 1000px;
	float: left;
}
.banner-ab1 {
	width: 350px;
	position: absolute;
	top: 210px;
	right: 18px;
}
.banner-ab2 {
	width: 957px;
	position: absolute;
	top: 374px;
	height: 45px;
	left: 22px;
	z-index: 99;
}
.banner-ab3 {
	width: 1000px;
	position: absolute;
	top: 0px;
	height: 439px;
	left: 0px;
	z-index: 9;
}

#body-bg {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
#body-wraper {
	width: 1000px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#body-sec {
	width: 100%;
}
.body-block {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.introduction {
	width: 100%;
	float: left;
	background-image: url(../images/int-border.gif);
	background-repeat: repeat-x;
	background-position: left 21px;
	padding-bottom: 20px;
}
.introduction-text {
	float: left;
	padding-right: 10px;
	font-size: 30px;
	font-weight: normal;
	color: #334559;
	text-decoration: none;
	font-family: MyriadProRegular;
	background-color: #FFF;
}
.body-block p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #334559;
	padding-bottom: 20px;
	line-height: 16px;
}
.three-box {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 30px;
}
.three-box ul{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.three-box ul li{
	background-image: url(../images/three-li-dot.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	display: block;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #334559;
	padding-bottom: 5px;
}
.three-box h1{
	text-decoration: none;
	color: #748395;
	font-size: 20px;
	font-family: MyriadProRegular;
	font-weight: normal;
	background-image: url(../images/three-aro.gif);
	background-repeat: no-repeat;
	padding-left: 33px;
	background-position: left 4px;
	padding-bottom: 12px;
}
.three-box h1 span{
	text-decoration: none;
	color: #334559;
}
.our-ser-box {
	width: 295px;
	float: left;
	margin-right: 55px;
}
.our-ser-box2 {
	width: 295px;
	float: right;
}
.our-ser-box-img {
	width: 100%;
	float: left;
	margin-bottom: 17px;
}
.our-ser-box-read {
	width: 100%;
	float: left;
}
.our-ser-box-read a{
	font-size: 13px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.our-ser-box-read a:hover{
	color: #EE3F2E;
	text-decoration: none;
}
.bank {
	float: left;
	width: 120px;
}
.hotel {
	float: left;
	width: 175px;
}
.projects {
	float: left;
	width: 100%;
}
.projects h1{
	text-decoration: none;
	color: #748395;
	font-size: 20px;
	font-family: MyriadProRegular;
	font-weight: normal;
	background-image: url(../images/three-aro.gif);
	background-repeat: no-repeat;
	padding-left: 33px;
	background-position: left 4px;
	padding-bottom: 30px;
}
.projects h1 span{
	text-decoration: none;
	color: #334559;
}
.projects h3{
	text-decoration: none;
	color: #748395;
	font-size: 20px;
	font-family: MyriadProRegular;
	font-weight: normal;
	background-image: url(../images/three-aro.gif);
	background-repeat: no-repeat;
	padding-left: 33px;
	background-position: left 4px;
	padding-bottom: 15px;
}
.projects-left {
	float: left;
	width: 204px;
	background-image: url(../images/inner-left-shado.png);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 500px;
}
.projects-left ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.projects-left ul li{
	float: left;
	width: 100%;
	padding-bottom: 16px;
}
.projects-left ul li a{
	background-image: url(../images/project_left-li-aro.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	display: block;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #748395;
	text-decoration: none;
}
.projects-left ul li a:hover{
	background-image: url(../images/project_left-li-hover.png);
	color: #535456;
	text-decoration: none;
}
.projects-left ul li #active{
	background-image: url(../images/project_left-li-hover.png);
	color: #535456;
	text-decoration: none;
}
.projects-left-bank {
	float: left;
	width: 100%;
}
.projects-right {
	float: right;
	width: 777px;
	padding-top: 15px;
}
.projects-r-box {
	float: left;
	width: 100%;
}
.projects-r-box h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #1f2021;
	text-decoration: none;
	margin: 0px;
	text-align: center;
	padding: 0px;
	font-weight: bold;
}
.projects-r-box ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.projects-r-box ul li{
	float: left;
	padding-bottom: 18px;
}
.commercial {
	float: left;
	width: 252px;
	margin-right: 10px;
}
.commercial2 {
	float: right;
	width: 252px;
}
.commercial-img {
	float: left;
	width: 242px;
	border: 5px solid #939598;
	margin-bottom: 15px;
}
.commercial-img:hover {
	border: 5px solid #008a00;
}
.national-ul-box {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 45px;
}
.national-ul-box ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.national-ul-box ul li{
	float: left;
	width: 240px;
	background-image: url(../images/p-dot.png);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	padding-left: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #334559;
	text-decoration: none;
	padding-bottom: 6px;
}
.national-box {
	float: left;
	width: 259px;
}
.national-aro-box {
	float: left;
	width: 100%;
}
.services-right {
	float: right;
	width: 777px;
	padding-bottom: 50px;
}
.services-right-table {
	float: left;
	width: 100%;
}
.services-right-table ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.services-right-table ul li{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #334559;
	background-image: url(../images/p-dot.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 12px;
	padding-bottom: 10px;
}
.services-right-table-txt1 {
	font-size: 23px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	font-family: MyriadProRegular;
}
.services-right-table-txt2 {
	font-size: 14px;
	color: #334559;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.services-right-core {
	float: left;
	width: 100%;
	margin-top: 22px;
}
.services-right-core ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.services-right-core ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #334559;
	text-decoration: none;
	display: block;
	background-image: url(../images/p-dot.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 12px;
	padding-bottom: 12px;
	font-weight: bold;
}
.introdu-box {
	float: left;
	width: 100%;
}
.introdu-box h1{
	text-decoration: none;
	color: #748395;
	font-size: 20px;
	font-family: MyriadProRegular;
	font-weight: normal;
	background-image: url(../images/three-aro.gif);
	background-repeat: no-repeat;
	padding-left: 33px;
	background-position: left 4px;
	padding-bottom: 30px;
}
.introdu-box h1 span{
	text-decoration: none;
	color: #334559;
}
.introdu-box h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #334559;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
}
.introdu-box-add {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #334559;
	padding-bottom: 30px;
}
.introdu-box-add1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #334559;
}
.introdu-box-add2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #334559;
	font-weight: bold;
}
.introdu-box-automatic {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
.contact-box {
	float: left;
	width: 100%;
	padding-bottom: 50px;
}
.contact-box h1{
	text-decoration: none;
	color: #334559;
	font-size: 20px;
	font-family: MyriadProRegular;
	font-weight: normal;
	background-image: url(../images/three-aro.gif);
	background-repeat: no-repeat;
	padding-left: 33px;
	background-position: left 4px;
	padding-bottom: 30px;
}
.contact-box h1 span{
	text-decoration: none;
	color: #748395;
}
.contact-box h2{
	text-decoration: none;
	color: #334559;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 33px;
	padding-left: 0px;
}
.contact-fill {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
.contact-fill-left {
	float: left;
	width: 408px;
}
.contact-fill-left ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.contact-fill-left ul li{
	float: left;
	width: 100%;
	padding-bottom: 12px;
}
.contact-fill-box {
	float: right;
	width: 360px;
}
.contact-fill-box-field {
	float: left;
	width: 300px;
	height: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 38px;
	color: #acacac;
	background-color: #e4e4e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
	padding-left: 17px;
}
.contact-fill-box-field2 {
	float: left;
	width: 300px;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #acacac;
	background-color: #e4e4e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
	padding-left: 17px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.contact-fill-box-btn {
	float: left;
	width: 110px;
	height: 42px;
	background-color: #f85a39;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 42px;
	text-align: center;
	display: block;
	font-size: 15px;
	color: #FFF;
	font-family: MyriadProRegular;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 8px;
}
.contact-fill-right {
	float: left;
	width: 590px;
}
.contact-fill-right-map {
	float: left;
	width: 546px;
	height: 239px;
	border: 3px solid #d2d2d2;
}
.contact-find {
	width: 905px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.contact-find table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #334559;
	text-decoration: none;
}
.contact-find table .bold{
	text-decoration: none;
	font-weight: bold;
}
.contact-find table a{
	color: #334559;
	text-decoration: none;
}
.contact-find table a:hover{
	color: #F85A39;
	text-decoration: none;
}
.products {
	float: right;
	width: 777px;
	padding-top: 12px;
}
.products-box {
	float: left;
	width: 100%;
}
.products h1{
	text-decoration: none;
	color: #535456;
	font-size: 20px;
	font-family: MyriadProRegular;
	font-weight: normal;
	background-image: url(../images/three-aro.gif);
	background-repeat: no-repeat;
	padding-left: 33px;
	background-position: left 4px;
	padding-bottom: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
.products h1 span{
	text-decoration: none;
	color: #748395;
}
.products h2{
 background-image: url("../images/three-aro2.gif");
    background-position: left 4px;
    background-repeat: no-repeat;
    color: #535456;
    cursor: pointer;
    display: block;
    font-family: MyriadProRegular;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 10px;
    padding-left: 25px;
    text-decoration: none;
}
.products-h-box {
	float: left;
	width: 100%;
}
.products-app {
	float: left;
	width: 727px;
	padding: 25px;
	background-color: #eaeaeb;
	margin-bottom: 10px;
}
.products-app h3{
	background-image: none;
	margin: 0px;
	font-size: 18px;
	color: #334559;
	text-decoration: none;
	font-family: MyriadProRegular;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.products-app h4{
	background-image: none;
	margin: 0px;
	font-size: 12px;
	color: #4b4d4b;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.products-app-left {
	float: left;
	width: 239px;
	border: 5px solid #939598;
}
.products-app-right {
	float: right;
	width: 465px;
}
.products-app-right-box1 {
	float: left;
	width: 210px;
	padding-right: 20px;
}
.products-app-right-box1 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.products-app-right-box1 ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b4d4b;
	display: block;
	text-decoration: none;
	background-image: url(../images/p-dot.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 12px;
	padding-bottom: 10px;
}
.products-app-right-box2 {
	float: left;
	width: 105px;
}
.products-app-right-box2 ul{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: left;
	width: 100%;
}
.products-app-right-box2 ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b4d4b;
	display: block;
	text-decoration: none;
	background-image: url(../images/p-dot.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 12px;
	padding-bottom: 8px;
}
.products-app-right-box3 {
	float: right;
	width: 110px;
}
.products-app-right-box3 ul{
	margin: 0px;
	list-style-type: none;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.products-app-right-box3 ul li{
	float: left;
	width: 22px;
	text-align: center;

}
.products-climate {
	float: left;
	width: 765px;
	background-color: #eaeaeb;
	padding-left: 7px;
	padding-right: 5px;
	margin-bottom: 45px;
}
.products-climate-control {
	float: left;
	padding-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 40px;
	color: #334559;
	display: block;
}
.products-climate-control img{
	float: left;
	margin-right: 6px;
}
.products-climate-control2 {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 40px;
	color: #334559;
}
.products-climate-control2 img{
	float: left;
	margin-right: 6px;
}
.industrial {
	float: left;
	width: 100%;
	margin-bottom: 44px;
}
.industrial h1{
	text-decoration: none;
	color: #535456;
	font-size: 20px;
	font-family: MyriadProRegular;
	font-weight: normal;
	background-image: url(../images/three-aro.gif);
	background-repeat: no-repeat;
	padding-left: 33px;
	background-position: left 4px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
.industrial h1 span{
	text-decoration: none;
	color: #748395;
}
.industrial p {
	text-decoration: none;
	color: #535456;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.industrial-gra-box {
	float: left;
	width: 100%;
	background-color: #eaeaeb;
	padding-top: 30px;
	padding-bottom: 20px;
}
.industrial-gra-box h2{
	text-decoration: none;
	color: #334559;
	font-size: 18px;
	font-family: MyriadProRegular;
	font-weight: normal;
	padding-left: 0px;
	padding-bottom: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	background-image: none;
}
.industrial-gra-box h3{
	text-decoration: none;
	color: #4b4d4b;
	font-size: 18px;
	font-family: MyriadProRegular;
	font-weight: normal;
	padding-left: 0px;
	padding-bottom: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	background-image: none;
	text-transform: none;
}
.industrial-gra-box p{
	text-decoration: none;
	color: #4b4d4b;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	padding-bottom: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	background-image: none;
}
.industrial-gra-box ul{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.industrial-gra-box ul li{
	color: #4b4d4b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-bottom: 10px;
	background-image: url(../images/industrial-li.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 14px;
}
.industrial-gra-box-top {
	float: left;
	width: 727px;
	padding-right: 20px;
	padding-left: 30px;
}
.rol-left {
	float: left;
	width: 239px;
	border: 5px solid #939598;
}
.rol-right {
	float: right;
	width: 460px;
}
.industrial-gra-box-but {
	float: left;
	width: 727px;
	padding-right: 20px;
	background-image: url(../images/gra-box-but.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}
.advan-left {
	float: left;
	width: 310px;
	margin-top: 8px;
}
.advan-left2 {
	float: left;
	border: 5px solid #939598;
	width: 298px;
	margin-top: 20px;
}
.advan-right {
	float: right;
	width: 400px;
}


.footer {
	width: 100%;
	float: left;
	padding-top: 40px;
	padding-bottom: 45px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cfcfd4;
}
.footer-L {
	float: left;
	width: 700px;
}
.footer-L ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.footer-L ul li{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #2c2b2b;
	padding-right: 40px;
}
.footer-L ul li a{
	color: #2c2b2b;
	text-decoration: none;
}
.footer-L ul li a:hover{
	color: #000;
	text-decoration: none;
}
.footer-L-nav {
	float: left;
	width: 100%;
	padding-bottom: 12px;
}
.footer-L-policy {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #2c2b2b;
}
.footer-L-policy a{
	color: #2c2b2b;
	text-decoration: none;
}
.footer-L-policy a:hover{
	color: #000;
	text-decoration: none;
}
.footer-R {
	float: right;
	width: 220px;
}
.footer-R-copy {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #2c2b2b;
	text-align: right;
}
.footer-R-img {
	float: left;
	width: 185px;
	padding-left: 35px;
	padding-top: 8px;
}
