body {
    background-position: center top;
    border-width: 6px;
    border-color: #3d4c73;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    background-color: #FFFFFF;
    background-repeat: repeat;
    border-top-style: solid;
    background-image: url(../img/flowers.png);
    font-size: medium;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

.wrap {
    background-position: center top;
    width: 100%;
    background-repeat: repeat-x;
    background-image: url(../img/wrap.png);
}

.slidercontainer {
    max-width: 900px;
    margin: 0 auto;
}

.abs {
    z-index: 1001;
    width: 100%;
}

nav {
    margin: 5px 0 5px auto;
    background-position: center top;
    padding: 0;
    text-align: center;
    color: #000;
    min-height: 24px;
    z-index: 999;
}

#menu ul {
    list-style-type: none;
    min-height: 24px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    margin: 0 0 0 auto;
}

#menu li {
    list-style-type: none;
    min-height: 24px;
    margin: 0 0 0 6px;
    padding: 0;
    display: inline-block;
}

#menu li a {
    border: 1px solid #3d4c73;
    text-decoration: none;
    color: #000080;
    font-size: small;
    display: block;
    min-height: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 14px;
    padding: 7px 10px;
    background-color: #FFCC00;
    font-family: Arial, Helvetica, sans-serif;
}

#menu li a:hover,
#menu li a.active {
    color: #733155;
    background-color: #FFFFFF;
    border: 1px solid #3d4c73;
}

#menu li img {
    vertical-align: middle;
    border: none;
}

header,
.header {
    background-position: center center;
    overflow: hidden;
    text-align: left;
    z-index: 998;
    margin-right: auto;
    margin-left: auto;
    color: purple;
    font-weight: 400;
    max-width: 900px;
    padding: 20px 0 0;
    background-repeat: no-repeat;
    min-height: 110px;
    background-image: url(../img/logo.jpg);
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
}

#logo {
    background-position: left top;
    position: absolute;
    width: 250px;
    height: 70px;
    z-index: 999;
    margin-left: 0;
    margin-top: 0;
    text-align: left;
    background-repeat: no-repeat;
    line-height: 1.1em;
    padding-left: 103px;
    padding-top: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFF00;
    font-size: small;
    font-weight: normal;
}

h1,
h4 {
    border-color: #006600;
    background-position: center top;
    padding: 20px;
    overflow: hidden;
    margin: 0 auto;
    font-size: medium;
    color: #000000;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0;
    min-height: 16px;
    text-indent: 0;
    max-width: 860px;
    line-height: 1em;
    text-transform: uppercase;
    border-top-style: solid;
    border-top-width: 1px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFCC00;
}

h4 {
    background-color: #185038;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: normal;
}

h6 {
    color: #000;
    font-size: 14px;
    text-align: right;
    margin: 0 0 0 auto;
    font-weight: 300;
    padding: 5px 0 0;
}

h6 a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #0F0;
}

h6 a:hover {
    color: #000;
}

.ru {
    font-size: 16px;
}