﻿#wrapper {
	width:1000px;
	margin:0 auto;
    padding: 0 0 36px;
}


#header, #header1 {
	height: 82px;
    border:3px solid #CECED0;
    margin:5px 0 10px 0;
    border-radius: 15px;
    background-color: white;
    z-index: 99;
    width: 990px;
}
    
    
    #header .header, #header1 .header
	{
        height:74px;
        border-radius: 15px;
        border:4px solid white;
        padding: 0;
        background: linear-gradient(0, #f1f3f4, #fff);
		background-size: 100% 27%;
		background-repeat: no-repeat;
		background-position: bottom;
        width: 982px; /*изменил, было 983px*/
    }	

    .header div 
    {
        margin: 6px 0 0 10px;
        float: left;
    }
    
    .header .pageOther
    {
        margin: 6px 0 0 341px;
    }
     
      
    .colorline {
        width:954px;
        height:10px;
        margin:0 auto;
        position:relative;
        top:0.4px;
    }
        .colorline img {
            max-width:100%;
        }


#main
{
    margin: 16px 0 0;
}

.logoLabel {
    color: #8D8D8D; /* изменил было 838281 */
    font-family: 'Arial';
    font-weight: bold;
    right: 235px;
    position: relative;
    top: 45px;
    text-align: center;
    width: 202px;
}

.grad {
    background: linear-gradient(0deg, #fff, #f1f3f4) no-repeat !important;
    background-size: 100% 20px !important;
}