body {
    background: #2472C3 url('./img/bg.jpeg') repeat-x;
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 13px;
    color: #2472C3;
}

* {
    margin: 0px;
    padding: 0px;
}

p {
    padding-bottom: 10px;
}

table {
    font-size: 11px;
}

.distr {
    width: 200px;
    padding: 0px;
    margin: 0px;
    line-height: 10px;
    display: block;
}

.distrib {
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}

.wrap {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.bg-top {
    width: 900px;
    height: 102px;
    background: url('./img/top.png') no-repeat;
}

.bg-area {
    width: 900px;
    background: url('./img/area.png') repeat-y;
}

.bg-bottom {
    width: 900px;
    height: 29px;
    background: url('./img/bottom.png') no-repeat;
}

#logo {
    width: 180px;
    height: 186px;
    background: url('./img/logo.png') no-repeat;
    position: absolute;
    top: 10px;
    margin-left: 20px;
}

.content {
    width: 550px;
    margin-left: 300px;
    padding-top: 80px;
    min-height: 560px;
}

.content h1 {
    width: 100%;
    text-align: right;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 2px;
    margin-bottom: 20px;
    padding-right: 20px;
    color: #00D8FF;
    border-bottom: 1px solid #D3F0FF;
}

.content h2 {
    font-size: 18px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.content h3 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.content ul {
    padding-bottom: 20px;
    list-style: none;
}

.content a {
    color: #2472C3;
}

.content a:hover {
    color: #00D8FF;
}

.content .list {
    line-height: 1.5em;
}

.menu {
    float: left;
    margin-left: 35px;
    margin-top: 60px;
}

#toplist {
    width: 840px;  
    margin-left: auto;
    margin-right: auto;
    margin-top: -120px;
}

.menu .eshop {
    text-align: center;
}

.menu ul {
    font-size: 14px;
    list-style: none;
    line-height: 1.6em;
    margin-top: 20px;
}

.menu li {
    border-bottom: 1px dashed #D3F0FF ;
}

.menu strong {
    display: block;
    padding-bottom: 2px;
    padding-top: 2px;
}

.distributor {
    font-size: 12px;
    line-height: 0.8em;
}

.menu .distributor a  {
    display: inline;
}

.menu .distributor p {
    padding: 0px;
    margin: 0px;
}

.menu li a {
    display: block;
    color: #2472C3;
    text-decoration: none;
    padding-bottom: 2px;
    padding-top: 2px;

}

.menu a:hover {
    color: #00D8FF;
}

.footer {
    font-size: 10px;
    color: #FFFFFF;
    text-align: right;
    padding-right: 20px;
}