* {
    margin: 0;
    padding: 0;
}

a img {
    border: 0;
}

.clear {
    clear: both;
    height: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.aj {
    text-align: justify;
}

.ar {
    text-align: right;
}

body {
    background: #959492 url('../img/bg_page.gif') repeat-x 0px 0px;
    text-align: center;
    font-family: Arial, Verdana, sans-serif;
}

.wrap {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.header {
    background: #3a3a3c;
    height: 266px;
    color: #c8dc5c;
}

h1 {
    float: left;
    width: 40%;
    margin-left: 20px;
}
.header a img {
    border: none;
}

.header .banner {
    height: 145px;
}

.header p {
    margin: 5px 20px;
    font-size: 14px;
    letter-spacing: 0.06em;
    font-weight: normal;
}

.header>p {
    text-align: center;
}

.header .slogan {
    margin: 5px 20px;
    font-size: 18px;
    letter-spacing: 0.06em;
    font-weight: normal;
    font-style: italic;
    text-align: right;
}

.header .menu {
    list-style: none;
    border-bottom:6px solid #1e4b02; /*#507240;*/
    background: #98b956 url('../img/bg_top_menu.jpg') repeat-x 0 0;
    color: #315736;
    height: 34px;
    font-size: 12px;
    line-height: 16px; 
}

.header .menu ul {
    list-style: none;
}

.header .menu li {
    /*width: 159px;*/
    border: 0px solid red;
    float: left;
    height: 34px; 
}

.header .menu li a {
    border-right: 2px solid #ffffff;
    display: block;    
    height: 34px;
    text-align: center;
    padding: 0;
    letter-spacing: 0.1em;
    color: #315736;
    text-decoration: none;
    font-weight: bold;
    width: 158px;
}

.header .menu .last {
    border: 0;
}

.header .menu li a:hover, .header .menu li .active {
    color: #ffffff;
    background: #4b6d3b url('../img/bg_top_menu_active.jpg') repeat-x 0 0;
}

.header .menu li .active {
    width: 160px;
}

.header .menu a.oneline {
    padding-top: 10px;
    height: 24px;
}

.header .menu a.oneline:hover {
    padding-top: 10px;
    height: 24px;
}

.content {
    background: #ffffff url('../img/bg_left_menu.gif') repeat-y 0 0;
}

.content .left {
    float: left;
    width: 192px;
    padding: 20px 0;
    position: relative;
}

.content .menu {
    list-style-type: none;
    color: #315736;
    width: 192px;
    font-size: 12px;
}

.content .menu li {
    width: 192px;
    display: block;
}

.content .menu li a {
    display: block;
    padding: 0 30px;
    margin: 10px 0;
    letter-spacing: 0em;
    color: #0d5d88;
    text-decoration: none;
    font-weight: bold;
}

.content .menu .last {
    border: 0;
}

.content .menu li a:hover, .content .menu li .active {
    display: block;
    letter-spacing: 0em;
    color: #0d5d88;
    text-decoration: underline;
}

.content a {
    color: #0d5d88;
    text-decoration: none;
}

.content a:hover {
    color: #0d5d88;
    text-decoration: underline;
}

.content .contact {
    margin: 75px 0 0 0;
}

.footer .flags {
    margin: 10px 0 0 10px;
    float:left;
}

.footer .flags li {
    float: left;
    width: 40px;
    list-style:none;
}

.content .main {
    padding: 15px 15px 25px;
    margin: 0 20px 0 195px;
    font-size: 13px;
}

.content .main ul {
    margin-left: 15px;
}

.content .main h2 {
    margin: 10px 0;
    font-size: 16px;
    color: #0D5D88;
}

.content .main p {
    text-align: justify;
}

.footer {
    background: #3a3a3c;
    color: #c8dc5c;
    font-size: 14px;
    letter-spacing: 0.06em;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
}

.footer p {
    padding: 10px 20px;
}

.elitefooter
{
    color: #000000;
    font-size: 10px;
    font-weight: normal;
    text-align: right;
    overflow: hidden;
}

.elitefooter p {
    padding: 10px 20px;
}

.elitefooter a {
    color: #333333;
    text-decoration: none;
}

.elitefooter a:hover {
    text-decoration: underline;
}

.error ul {
    margin: 0 0 0 20px;
}
