body {
    background-color: #979898;
    font-family: Verdana;
    font-size: 9pt;
    color: #595959;
}

html, body {
    height:100%;
}

td, th {
    font-family: Verdana;
    font-size: 9pt;
    text-align: left;
}

.header {
    background-color: #ffffff; 
    height: 70px;
    background-color: #fff;
}
.left {
    float: left;
}
.grayline {
    background: #d5d5d5; 
    height: 2px;
}

.partMain {
    height: 208px;
    width: 190px;
    text-align:center;
    background: #ffffff url('/inc/images/partBg.gif') no-repeat;
}
.partInner {
    height: 268px;
    padding-top: 20px;
}
.partProfile {
    height: 288px;
    width: 190px;
    background: #ffffff url('/inc/images/partProfile.gif') no-repeat;
}
.partContact {
    height: 288px;
    width: 190px;
    background: #ffffff url('/inc/images/partContact.gif') no-repeat;
}
.partLinks {
    height: 288px;
    width: 190px;
    background: #ffffff url('/inc/images/partLinks.gif') no-repeat;
}
.partEmail {
    height: 288px;
    width: 190px;
    background: #ffffff url('/inc/images/partEmail.gif') no-repeat;
}

.partTitle {
    height: 42px;
    text-align: center;
    color: #ffffff;
    font-size: 16pt;
    width: 190px;
    background-color: #c40f0f;
}
.partText {
    text-align: left;
    width: 190px;
    color: #595959;
    background-color: #EBEBEB;
}
.partTextContent {
    padding: 10px 10px 10px 10px;
}
.seporator {
    float: left; 
    width: 1px;
    background: #ffffff;    
}
.leftImg {
    float: left; 
    width: 1px;   
}
.pagebg {
    background: url('/inc/images/seporator_pages.gif') repeat-x;
}

.footer {
    position:relative;
    
    margin-top:-51px;

    line-height: 50px;
    vertical-align:middle;

    border-top: 1px solid #EBEBEB;  
    
    margin:0 auto 51px;
    
    text-align:center;
    
    font-size:10px;

    background-color: #bcbdc1;
    height: 50px;
    width: 954px; 
    color: #fff;     
}

.body {
    /*вытягиваем в высоту*/ 
    position:relative; 
    min-height:100%;
    width: 954px;
    background-color: #EBEBEB;
    min-width: 800px;
    
    height:auto !important;
    margin:0 auto -52px;
}

.content {
    background-color: #ebebeb;
    text-align: left;
    margin:0 auto 50px; 
}
.pages {
    padding: 10px;
}
.header_content {
    background-color: #c40f0f;
    height:42px;
    color: white;
    text-align: left;
    font: normal 16pt Tahoma;
}
.header_pad {
    padding-top: 5px;
    padding-left: 35px;
    font: normal 36pt Verdana;
    color: #fff;
}
.header_pad_news {
    padding-top: 5px;
    padding-left: 35px;
    font: normal 16pt Verdana;
    color: #fff;
}             

.date_header {
    padding-left: 35px; 
    font: normal 10pt Verdana;
    color: #fff;
}
.date {
    font: normal 10pt Verdana;
    color: #fff;
}

.path_links {
    text-align: center;
}


a:link {
    color: #c40f0f;
    font-size: 9pt;
    text-decoration:none;
}
a:visited {
    color: #c40f0f;
    font-size: 9pt; 
    text-decoration:none;
}
a:hover {
    color: #c40f0f;
    font-size: 9pt; 
    text-decoration:underline;
}


.ERROR_MESSAGE {
    color: black; 
    padding: 10px;
    font-weight:bold;
    background-color: #ffa489;
    border: 1px solid red;
    margin: 3px;
}
.SUCCESS_MESSAGE {
    margin: 3px; 
    padding: 10px;
    border: 1px solid green;
    color: black; 
    font-weight: bold;
    background-color: #bce08a;
}

.footer a:link {
    color: #fff;
    font-size: 9pt;
    text-decoration:none;
}
.footer a:visited {
    color: #fff;
    font-size: 9pt; 
    text-decoration:none;
}
.footer a:hover {
    color: #fff;
    font-size: 9pt; 
    text-decoration:underline;
}
.headermenu {
    padding-top: 14px;
    padding-right: 25px;
    float: right;
}