body {
    margin: 0;
    padding: 3px;
    font-family: Arial, Sans-Serif;
}

#mainDiv {
    width: 950px;
    background: Url('img/div.png');
    margin: 0 auto 0 auto;
    padding: 0 7px 0 7px;
}

#header {
    height: 63px;
    background: Url('img/header.png');
    padding: 15px;
}

#divas {
    border-top: 5px solid #a4bbff;
    margin: 2px;
}

#menu {
    margin-top: 13px;
    text-align: center;
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu li {
    display: inline;
    background: Url('img/menu.png');
    background-repeat: no-repeat;
    padding: 10px 50px 10px 30px;
}

#menu li.active {
    background: Url('img/menuactive.png');
    background-repeat: no-repeat;
}

#menu a {
    color: #e87110;
    font-size: 15px;
    text-decoration: none;

}

#menu li.last {
    border-left: 1px solid #bebebe;
    background: Url('img/menu2.png');
    background-repeat: no-repeat;
    background-position: right top;
    padding: 10px 30px 10px 50px;
}

#menu li.last a {
    color: #000000;
}

#menu li.last a b {
    color: #63a5ff;
    font-weight: normal;
}

#objects {
    font-size: 12px;
    margin: 0 auto 0 auto;
}

#objects td.hnd {
    cursor: pointer;
}

.item {
    background: Url('img/item.png');
    background-repeat: no-repeat;
    color: white;
    padding: 0 0 0 2px;
    line-height: 14px;
}

.itemBody {
    border: 1px solid #bebebe;
    padding: 5px;
    font-size: 13px;
    color: #7195ff;
}

.itemBody center {
    color: #000000;
}

.itemBody img {
    margin-bottom: 4px;
}

#bottom {
    background: Url('img/bottom.png');
    background-repeat: repeat-x;
    height: 15px;
    font-size: 10px;
    padding-top: 2px;
    color: #a3a3a3;
}

#bottom a {
    color: #a3a3a3;
    text-decoration: none;
}

#bottom a:hover {
    text-decoration: underline;
}

#logo {
    float: left;
    margin: 15px 50px 0 0;
}

#contacts {
    float: right;
    color: #c7c7c7;
    font-size: 11px;
    line-height: 17px;
    margin-top: 16px;
}

#contacts a {
    text-decoration: none;
    color: #c7c7c7;
}

#contacts a:hover {
    text-decoration: underline;
}

#text {
    font-size: 13px;
    padding: 10px 55px 0 55px;
}

/*
# vim: expandtab ts=4 sw=4 sts=4
*/

