﻿body {
}

/* Контейнер в центре, верх */
.TopCenterContainer {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}

.TopLeft, .TopRight {
    height: 100%;
    float: left;
    border-bottom: 1px solid black;
}

/* Зона для логотипа */
.TopLeft {
    padding-left:30px;
    width: 200px;
    border-right: 1px solid black;
}

/* Зона для текста */
.TopRight {
  width: 950px;
  font-size: 25px;
  text-align: center;
}

/* Текст логотипа */
.LogoTop, .LogoBottom, .TopRight {
    font-family: arial;
    font-style:italic;
}

.LogoTop {
    font-size: 55px;
}

.LogoBottom {
  font-size:22px;
}

/* Центр <p> */
.CenterText {
    top:50%;
}

/* Перекрестие */
.CrossHair {
    width:30px;
    height:30px;
    border: 1px solid black;
    position:relative;
    top:85px;
    left:214px;
}

/* Контейнер в центре */
.MiddleCenterContainer {
    /*position: relative;*/
    width: 1200px;
    height: 1000px;
    margin: 0 auto;
    /*border-top: 1px solid black;
    border-bottom: 1px solid black;*/
}

.MiddleLeft, .MiddleRight {
    float:left;
    height: 100%;
}

/* Контейнер в центре, слева */
.MiddleLeft {
    width: 230px;
    padding-left:0px;
    font-size:19px;
    border-right: 1px solid black;
    /*background: yellow;*/
}

/*логотип металлические здания*/
.Text-BaseB {
    font: bold 15px tahoma;
}

.Text-BaseBOrange {
    font: bold 15px tahoma;
    color: #C35B19;
}

/*логотип металлическая заготовка*/

.Emblem {
    float: left;
    font: bolder 15px tahoma;
    color: white;
    margin-top: 35px;
}

.Emblem .left {
        display:table-cell;
        text-align: center;
        float: left;
        background: #c35b19;
        padding: 10px 2px 12px 5px;
    color: white;
}

.Emblem .Right {
        display:table-cell;
        text-align: center;
        vertical-align: middle;
        float: left;
        background: #a6a2a3;
        padding: 10px 5px 12px 3px;
    color: white;
}

.MZ1 {
    margin-top: 10px;
}

/* Контент */
.MiddleRight {
    width:950px;
    overflow-y: auto;
    /*background: green;*/
}

/* Блок меню */
.DivItemMenu {
    height: 40px;
    border-bottom: 1px dotted black;
    margin-top: 15px;
}

/*текст меню*/
a {
    text-decoration: none;
    color: black;
    display: inline-block;
    margin-left: 5px;
}

/*квадратики меню*/
.square {
    display: inline-block;
    height: 10px;
    width: 10px;
    border: 1px solid black;
}

/* Футер */
.Footer {
    /*position: relative;*/
    clear:both;
    width:1160px;
    border-top: 1px solid black;
    height: 50px;
    margin:0px auto;
}

.Footer1, .Footer2 {
    display: inline-block;
    top: 0;
}

.Footer1 {
    width:190px;
    height: 35px;
    padding-top: 25px;
    padding-left: 20px;
    border-right: 1px solid black;
    /*background: red;*/
}

.Footer2 {
   width:80%;
    /*background: green;*/
    vertical-align: top;
    padding-top: 10px;
}

.social1 {
    display: inline-block;
    float: right;
    margin-right: 20px;
    /*background: blue;*/
}

.Footer3 {
    float: right;
    /*background: yellow;*/
}

.Footer5 {
    float: left;
    padding-left: 40px;
    /*background: grey;*/
}

.Footer4 {
 
    float: left;
    padding-left: 40px;
    width: 400px;
    /*background: fuchsia;*/
}

.Footer6 {
    /*padding-left: 25px;*/
    float: right;
    /*background: grey;*/
}
