@import url("./fonts/stylesheet.css");
@import url("./menu.css");
@import url("./footer.css");

@import url("./home.css");
@import url("./article.css");
@import url("./contacts.css");
@import url("./whoarewe.css");
@import url("./company.css");
@import url("./clients.css");
@import url("./downloads.css");
@import url("./product.css");
@import url("./equipment.css");
@import url("./newsletter.css");

* {
    vertical-align: top;
    margin: 0; padding: 0;
}

html {
    overflow-y: scroll;
}

body {}

ul {
    list-style-type: none;
}

ul li {}

a {
    text-decoration: none;
    color: white;
    transition: all 200ms;
}

a:hover {
    text-decoration: none;
    background-color: white;
}

img {
    border-style: none;
}

.w900 {
    width: 930px;
    /*width: 900px;*/
}

.w650 {
    width: 650px;
}

.w600 {
    width: 600px;
}

.h25 {
    height: 25px;
}

.h35 {
    height: 35px;
}

.h50 {
    height: 50px;
}

.center {
    margin: 0 auto;
}

header {
    padding: 90px 0 55px 0;
    background: url('./images/header_bg.jpg') center repeat;
}

header img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.p2020_footer{
    padding-bottom:20px;
    display:block;
    left:0;
}
