.menuWrapper{
    /* font-family: "Trebuchet MS", Arial, sans-serif; */
	font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    text-transform:uppercase;
    letter-spacing: normal;
    line-height: 1.45em;
    position:relative;
    margin:0px auto;
	margin-bottom:-20px;
    height:542px;
    width:100%;
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:transparent;
	border-top:5px solid #ED5936;
}
ul.menu{
    list-style:none;
    width:100%;
}
ul.menu > li{
    float:left;
    width:265px;
    height:500px;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu > li.last{
    border:none;
}
.bg1{
    background-image: url(../images/Automation-Img.png);
	transition: all .5s ease-in-out;
}
.bg2{
    background-image: url(../images/Engineering-Img.png);
	transition: all .5s ease-in-out;
}
.bg3{
    background-image: url(../images/Energy-Img.png);
	transition: all .5s ease-in-out;
}
ul.menu > li > a{
    float:left;
    width:265px;
    margin-top:450px;
    text-align:center;
    line-height:64px;
    color:#005BAD;
    background-color:#fff;
    letter-spacing:1px;
    cursor:pointer;
    text-decoration:none;
	border-bottom:5px solid #ED5936;
	text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 1px;

}
ul.menu > li > a:hover{
    color: rgba(244, 248, 253, 1);
	text-decoration: underline;
	background: #005BAD;
}
ul.menu > li > a.active{
    color: rgba(244, 248, 253, 1);
	text-decoration: underline;
	background: #005BAD;
}
ul.menu > li ul{
    list-style:none;
    float:left;
    margin-top:-219px;
    width:100%;
    height:150px;
    padding-top:20px;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu > li ul li{
    display:none;
}
ul.menu > li ul.sub1{
    background-image:url(../images/bg1sub.png);
}
ul.menu > li ul.sub2{
    background-image:url(../images/bg2sub.png);
}
ul.menu > li ul.sub3{
    background-image:url(../images/bg3sub.png);
}
ul.menu > li ul li a{
    color:#fff;
    text-decoration:none;
   /* line-height:30px;*/
    margin-left:20px;
    text-shadow:1px 1px 1px #444;
    font-size:11px;
}
ul.menu > li ul.sub1 li{
    display:block;
}
ul.menu > li ul li a:hover{
    border-bottom:1px dotted #fff;
}







.main{/*width:795px;*/ width: 1000px; margin:0 auto 0 auto; background:#f2f2f2;}

#header-w { margin:0px auto 0 auto; width:100%; height:140px; padding-top:14px;}
#header { position:relative;margin:0px auto 0 auto; width:100%; height:100px; }
.logo { margin:0 auto 0 auto; width:267px; text-transform:uppercase}
.background {position:absolute; width:100%;}
.body {/* font:normal 12px/1.8em Arial, Helvetica, sans-serif; */
 color:#333;
 background-image: -ms-linear-gradient(bottom, #21456B 0%, #0A1827 100%);
 background-image: -moz-linear-gradient(bottom, #21456B 0%, #0A1827 100%);   /*Mozzila background*/
 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #21456B), color-stop(1, #0A1827));}  /*Chrome background*/
#bottom-w {padding:0; margin:0; }
#bottom {width:100%; margin:0 auto; padding:13px 0px 15px 0px; text-align:center;}

.logo img {
    max-width: 130px;
}

body { 
background: #F2F2F2;
font-family: 'Lato', sans-serif!important;
}

.adres {
	text-align: right;
}

.baner {
    float: left;
    width: 33.33%;
}




.one_third {
    width: 32.6%;
    float: left;
    text-align: center;
    margin: 5px;
	background: #fff;
}
.div_box img {
    width: 100%;
    margin: 0 auto;
}
.div_box a {
    font-size: 24px;
    color: #005BAD;
	/* position: relative;
    top: 5px; */
	text-decoration: none;
	font-weight: bold;
}
.box_ttl {
    min-height: 40px;
}
.one_third:hover {
    background-color: #005BAD;
	margin-top: -5px;
    transition: all .3s ease-in-out;
}
.one_third:hover a {
    color: #fff;
    text-decoration: underline;
	cursor: pointer;
}
.div_box {
    margin-top: 5px;
}

.one_third.first {
    margin-left: 0px;
    float: left;
}
.one_third.last {
    float: right;
    margin-right: 0px;
}
.box_ttl {
    padding-top: 13px;
}