*{
    margin: 0px;
    padding: 0px;
}

body{
    font-size: 16px;
    font-family: Arial, Calibri, Tahoma;
    background-color: #ddf7c6;
    text-align: center;
}

body,html{
    height: 100%;
}

header, footer, article, section, hgroup, nav, figure, aside {
    display: block;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
}

#body-wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    _height: 100%;
    position: relative;
    z-index: 1;
    min-width: 1000px;
}

header {
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 999;
    min-width: 1000px;
}

header #header-social-panel {
    background: #19D516;
    height: 30px;
    position: relative;
    width: 100%;
    min-width: 1000px;
}

header #header-social-panel #header-social-panel-inner {
    height: 30px;
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

header #header-social-panel #header-social-panel-inner .social-list {
    position: absolute;
    top: 3px;
    right: 10px;
    list-style: none;
}

header #header-social-panel #header-social-panel-inner .social-list li {
    float: left;
    margin-left: 10px;
}

header #header-social-panel #header-social-panel-inner .social-list li a {
    color: #ffffff;
    line-height: 25px;
}

header #header-social-panel #header-social-panel-inner .social-list li.ico a {
    display: block;
    background-image: url('../images/social-pics.png');
    cursor: pointer;
    height: 23px;
}

header #header-social-panel #header-social-panel-inner .social-list li.fb-ico a {
    background-position: 0 0;
    width: 23px;
}

header #header-social-panel #header-social-panel-inner .social-list li.tw-ico a {
    background-position: -23px 0;
    width: 22px;
}

header #header-social-panel #header-social-panel-inner .social-list li.vk-ico a {
    background-position: -45px 0;
    width: 23px;
}

header #header-social-panel #header-social-panel-inner .social-list li.rs-ico a {
    background-position: -68px 0;
    width: 23px;
}

header #header-social-panel #header-social-panel-inner .social-list li.ml-ico a {
    background-position: -91px 0;
    width: 27px;
}

header #header-social-panel #header-social-panel-inner .social-list li.fb-ico a:hover {
    background-position: 0 -23px;
}

header #header-social-panel #header-social-panel-inner .social-list li.tw-ico a:hover {
    background-position: -23px -23px;
}

header #header-social-panel #header-social-panel-inner .social-list li.vk-ico a:hover {
    background-position: -45px -23px;
}

header #header-social-panel #header-social-panel-inner .social-list li.rs-ico a:hover {
    background-position: -68px -23px;
}

header #header-social-panel #header-social-panel-inner .social-list li.ml-ico a:hover {
    background-position: -91px -23px;
}

header #header-social-panel #header-social-panel-inner .pluso {
    float: left;
    width: 190px;
    height: 26px;
    overflow: hidden;
    margin-top: 2px;
    position: relative;
    left: 20px;
}

header #header-label-panel {
    height: 69px;
    position: relative;
    width: 100%;
    background: #51F236; /*url('../images/header-bg.png');*/
}

header #header-label-panel #header-label-panel-inner {
    height: 69px;
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

header #header-label-panel #logo {
    width: 550px;
    display: block;
    position: absolute;
    top: 6px;
    left: 20px;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
    color: #098110;
    font-size: 13px;
    line-height: 20px;
}

header #header-label-panel .serb-logo {
    position: absolute;
    top: 5px;
    right: 315px;
    display: block;
}

header #header-label-panel .serb-logo img {
    height: 60px;
}

header #header-label-panel .mrsu-logo {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
}

header #header-label-panel .mrsu-logo img {
    height: 60px;
}

header #header-label-panel .rgo-logo {
    position: absolute;
    top: 5px;
    right: 237px;
    display: block;
}

header #header-label-panel .rgo-logo img {
    height: 60px;
}

header #header-label-panel .ran-logo {
    position: absolute;
    top: 5px;
    right: 390px;
    display: block;
}

header #header-label-panel .ran-logo img {
    height: 60px;
}

header #header-menu-panel {
    background: #19D516;
    border-top: 0px solid #ffffff;
    border-bottom: 3px solid #098110;
    height: 42px;
}

header #header-menu-panel #header-menu-panel-inner {
    height: 42px;
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

header #header-menu-panel #header-menu-panel-inner ul {
    list-style: none;
}

header #header-menu-panel #header-menu-panel-inner ul li {
    float: left;
    height: 42px;
    line-height: 44px;
    border-right: 1px solid #19D516;
    border-left: 1px solid #19D516;
}

header #header-menu-panel #header-menu-panel-inner ul li:hover, header #header-menu-panel #header-menu-panel-inner ul li.active {
    background: #098110;
}

header #header-menu-panel #header-menu-panel-inner ul li a {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    height: 42px;
    padding: 0 9px;
    cursor: pointer;
}

header #header-menu-panel #header-menu-panel-inner ul li:hover a {
    text-decoration: none;
}

header #header-menu-panel #header-menu-panel-inner .search-panel {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 172px;
    height: 30px;
}

header #header-menu-panel #header-menu-panel-inner .search-panel .search-but {
    width: 20px;
    height: 20px;
    background: url('../images/search-but.png');
    cursor: pointer;
    border: 0;
    position: absolute;
    top: 1px;
    left: 0;
}

header #header-menu-panel #header-menu-panel-inner .social-buttons {
    position: absolute;
    top: 6px;
    right: 0;
    width: 235px;
    height: 30px;
}

header #header-menu-panel #header-menu-panel-inner .social-buttons .vk-soc {
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 20px;
    width: 72px;
}

header #header-menu-panel #header-menu-panel-inner .social-buttons .tw-soc {
    position: absolute;
    left: 86px;
    bottom: 5px;
    height: 20px;
    width: 72px;
}

header #header-menu-panel #header-menu-panel-inner .social-buttons .google-soc {
    position: absolute;
    left: 170px;
    bottom: 5px;
    height: 20px;
    width: 64px;
    overflow: hidden;
}

header #header-menu-panel #header-menu-panel-inner .social-buttons .fb-soc {
    position: absolute;
    left: 234px;
    bottom: 5px;
    height: 20px;
    width: 72px;
}

/************************************ КОНТЕНТ *************************************************************************/

#content-wrapper {
    z-index: 10;
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 1000px;
    padding-bottom: 50px;
}

#content-wrapper section {
    background: #ffffff;
    width: 970px;
    padding: 15px;
}

#content-wrapper section h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #00a309;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
}

#content-wrapper section h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #00cd09;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
}

#content-wrapper section p {
    text-align: justify;
    margin-bottom: 15px;
}

#content-wrapper section ul {
    text-align: justify;
    margin-left: 15px;
    margin-bottom: 15px;
}

#content-wrapper section table {
    border-collapse: collapse;
    border: 1px solid #00a309;
}

#content-wrapper section table td {
    border: 1px solid #00a309;
    height: 20px;
    line-height: 20px;
    width: 250px;
    padding: 4px;
}

/************************************* ФУТЕР ******************************************/
#footer-wrapper {
    height: 40px;
    width: 100%;
    margin: 0 auto;
    margin-top: -40px;
    z-index: 105;
    position: relative;
    background: #19D516;
    font-size: 12px;
    color: #ffffff;
    line-height: 40px;
    min-width: 1000px;
}

#footer-wrapper footer {
    height: 40px;
    margin: 0 auto;
    width: 1000px;
    position: relative;
}

#footer-wrapper footer a {
    color: #ffffff;
    text-decoration: underline;
}

#footer-wrapper footer .footer-l, #footer-wrapper footer .footer-r {
    position: absolute;
    top: 0;
    line-height: 40px;
}

#footer-wrapper footer .footer-l {
    left: 0;
    text-align: left;
}

#footer-wrapper footer .footer-r {
    right: 0;
    text-align: right;
}
