@import url('reset.css');
@import url('core.css');

body {
    font-family: Tahoma, Arial;
    font-size: 13px;
    color: white;
    background-color: #540000;
    text-align: center;
    margin: 0;
    padding: 0;
}

a {color: white}

#container {
    margin: 0 auto 0 auto;
    background-color: #6C0202;
    text-align: left;
    width: 1000px;    
}

#topLogopl {
    width: 1000px;
    height: 174px;
    background: transparent url('../images/8logo2.jpg');
}

#topLogoen {
    width: 1000px;
    height: 174px;
    background: transparent url('../images/8logoEn.jpg');
}

#topBelka {
    height: 24px;
    background: transparent url('../images/topBelka.jpg') top left repeat-x;
}

#topMenu {
    background-color: #540000;
    height: 32px;
    border-top: solid 2px #540000;
}


#content {
    width: 1000px;
    overflow: hidden;   
    background: transparent url('../images/cntBg.jpg') top left repeat-y;
    border-top: solid 2px #540000;
    position: relative;
    min-height: 200px;
    height: 200px;
    height: auto !important;
}

#dups {
    position: absolute;
    bottom: 0px;
    left: 9px;
    width: 32px;
    height: 128px;
    background: transparent url('../images/dups.jpg') top left no-repeat;
}

#contentBottom {
    width: 1000px;
    overflow: hidden;
    height: 55px;
    background: transparent url('../images/cntBottom.jpg') top left no-repeat;
}

#navigator li {
    border:1px solid #AA8080;
    display:inline;
    float:left;
    list-style-type:none;
    margin:1px 2px;
    padding:0;
}

#navigator li a {
    font-weight:bold;
    text-decoration:none;
    white-space:nowrap;
    display:block;
    padding:7px 7px 8px;
    color: white;
}

#navigator li a:hover, .hover {
    font-weight:bold;
    text-decoration:none;
    white-space:nowrap;
    color: #AA8080;
    display:block;
    background-color: #3B0000;
    padding:7px 7px 8px;    
}

.pTxt {
    width: 900px;       
    margin: 0 auto;
    margin-top: 25px;
    text-align: left;
    line-height:1.3em;
    padding-bottom: 20px;
}

#formTable {
    border-spacing: 5px;
    margin: 0 auto;
}

#formTable input, #formTable textarea {
    border: solid 2px #540000;
    width: 350px;
}

#formTable textarea {
    height: 150px;
}

h1 {
    font-size: 14px;
    background-color: #F7EAEA;
    font-weight: bold;
    padding: 5px;
    color: black;
    margin-bottom: 20px;
}