* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: url(../img/body_bg.jpg) no-repeat bottom -100px center #66C3FE;
	background-attachment: fixed;
    font-family: Arial;
    font-size: 14px;
    color: #3c3c3c;
}

#wrapper {
    width: 1006px;
    margin: 0 auto;
    background: url(../img/wrapper_bg.png) repeat;
}

.wrap {
    width: 960px;
    margin: 0 auto;
    background: #fff;
}

.clear {
    clear: both;
}

hr {
    display: block;
    margin: 10px 0;
    border-top: 1px solid #e7e7e7;
}

.error {
    padding: 10px 20px;
    background: #ffebe6;
    border: 1px solid #9e3232;
    color: #9e3232;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 20px;
}

.no_error {
    padding: 10px 20px;
    background: #dceddc;
    border: 1px solid #398c51;
    color: #398c51;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 20px;
}

/**********************************/

#header {
    height: 150px;
    position: relative;
}

    #header #logo {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    #header #langs {
        position: absolute;
        top: -1px;
        left: 77px;
        height: 16px;
    }

        #header #langs a {
            display: inline-block;
            height: 16px;
            line-height: 16px;
            padding: 0 7px;
            font-family: Arial;
            font-size: 11px;
            color: #51584c;
            text-transform: uppercase;
            text-decoration: none;
        }

        #header #langs a.active {
            color: #fff;
            background: url(../img/langs_bg.png) repeat-x top;
        }

    #header #slogan_1 {
        position: absolute;
        top: 30px;
        left: 82px;
        font-family: Arial;
        font-size: 27px;
        font-weight: bold;
        color: #59a41d;
    }

    #header #slogan_2 {
        position: absolute;
        top: 60px;
        left: 82px;
        font-family: Arial;
        font-size: 14px;
        color: #51584c;
    }

    #header #phones {
        position: absolute;
        top: 13px;
        right: 50px;
        width: 150px;
        height: 62px;
        padding-left: 55px;
        background: url(../img/phone_bg.png) no-repeat left center;
        font-family: Arial;
        font-size: 12px;
        color: #4e4e4c;
    }

        #header #phones span {
            font-family: Arial;
            font-size: 19px;
            color: #69aa06;
        }

    #header #top_menu {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 43px;
        width: 960px;
        background: url(../img/top_menu_bg.png) repeat-x bottom;
        border-top: 1px solid #fefadf;
    }

        #header #top_menu ul {
            list-style: none;
        }

            #header #top_menu ul li {
                float: left;
                height: 43px;
                background: url(../img/top_menu_separator.png) no-repeat right center;
            }

            #header #top_menu ul li.last {
                background: none;
            }

                #header #top_menu ul li a {
                    float: left;
                    height: 43px;
                    line-height: 43px;
                    padding: 0 18px;
                    font-family: Arial;
                    font-size: 13px;
                    color: #704634;
                    text-decoration: none;
                }

                #header #top_menu ul li a.active {
                    color: #fff;
                    background: url(../img/top_menu_bg_active.png) repeat-x bottom;
                }

/*******************************/

#slider {
    position: relative;
    height: 313px;
    margin-bottom: 35px;
}

    #slider .slider-wrapper {
        position: absolute;
        width: 994px;
        height: 313px;
        top: 0;
        left: -17px;
        -webkit-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.4);
        -moz-box-shadow:    0px 4px 5px rgba(50, 50, 50, 0.4);
        box-shadow:         0px 4px 5px rgba(50, 50, 50, 0.4);
    }

		#slider .slider-wrapper img {
			width: 994px;
			height: 313px;
		}

/*******************************/

#left_column {
    float: left;
    width: 257px;
    margin-left: 13px;
}

    .left_menu {
        margin-bottom: 35px;
    }

        .left_menu .left_menu_title {
			display: block;
            height: 40px;
            line-height: 40px;
            padding: 0 20px;
            background: url(../img/left_menu_title_bg.png) repeat-x;
            font-family: Arial;
            font-size: 16px;
            color: #fefbe4;
            margin-bottom: 4px;
			text-decoration: none;
        }

        .left_menu ul {
            list-style: none;
        }

            .left_menu ul li {
                margin-bottom: 2px;
                border: 1px solid #e5e5e5;
                background: url(../img/left_menu_bg.png) repeat-x;
            }

                .left_menu ul li a {
                    display: block;
                    height: 37px;
                    line-height: 37px;
                    padding: 0 15px 0 24px;
                    background: url(../img/left_menu_separator.png) no-repeat top 17px left 10px;
                    font-family: Arial;
                    font-size: 13px;
                    color: #363535;
                    text-decoration: none;
                }

/*******************************/

#right_column {
    float: right;
    width: 642px;
    margin-right: 13px;
}

    #right_column #main_content h1, #right_column #main_content .as_h1 {
        margin-bottom: 16px;
        padding: 8px 0 8px 16px;
        background: url(../img/h1_bg.png) no-repeat left top;
        font-family: Arial;
        font-size: 21px;
        color: #578e00;
        font-weight: normal;
        line-height: 23px;
    }

    #main_content p {
        margin: 14px 0;
        line-height: 19px;
    }

    #main_content ul, #main_content ol {
        margin: 14px 30px;
    }

        #main_content ul li, #main_content ol li {
            margin: 8px 0px;
            color: #578e00;
            font-style: italic;
        }

    #main_content img[style*="float: left"] {
        margin: 0px 15px 10px 0;
    }

    #main_content img[style*="float: right"] {
        margin: 0px 0px 10px 15px;
    }

    #main_content table {
        border-collapse: collapse;
        border-left: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        margin: 15px 0;
    }

        #main_content table td {
            padding: 3px;
            border-right: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
        }

    #main_content table[border="0"] {
        border: none;
    }

        #main_content table[border="0"] td {
            border: none;
        }

/*******************************/

.one_news {
    margin-bottom: 35px;
}

    .news_img {
        float: left;
        width: 270px;
        margin-bottom: 10px;
    }

        .news_img img {
            width: 250px;
            padding: 3px;
            background: #e5e5e5;
        }

    .one_news .news_img {
        float: left;
        width: 260px;
    }

        .one_news .news_img img {
            width: 250px;
            padding: 3px;
            background: #e5e5e5;
        }

    .one_news .news_article {
        float: right;
        width: 370px;
    }

        .one_news .news_article .news_title {
            margin-bottom: 8px;
            font-family: Arial;
            font-size: 14px;
            color: #5a8715;
        }

        .one_news .news_article p {
            font-size: 13px;
        }

    .read_more_articles {
        width: 482px;
        position: relative;
        height: 20px;
        border-bottom: 1px solid #e5e5e5;
    }

        .read_more_articles .read_more_button {
            position: absolute;
            right: -160px;
            top: 7px;
            width: 150px;
            height: 28px;
            line-height: 28px;
            text-align: center;
            background: url(../img/top_menu_bg.png) repeat-x bottom;
            font-family: Arial;
            font-size: 13px;
            color: #704634;
            text-decoration: none;
            border-radius: 3px;
            -o-border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
        }

        .read_more_articles .news_date {
            position: absolute;
            left: 0px;
            top: 7px;
            height: 28px;
            line-height: 28px;
            padding-right: 10px;
            background: #fff;
            font-family: Arial;
            font-size: 13px;
            color: #7f7f7f;
        }

/*******************************/

.one_photo {
    width: 180px;
    height: 200px;
    float: left;
    margin-left: 30px;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: none;
}

.one_photo.first {
    margin-left: 0;
}

    .one_photo img {
        width: 172px;
        padding: 3px;
        border: 1px solid #e5e5e5;
        background: #f7f7f7;
    }

    .one_photo span {
        font-size: 13px;
        color: #5a8715;
    }

/*******************************/

.form {
    text-align: left;
}

.form label.label_left {
    font-family: Verdana;
    font-size: 12px;
    color: #7a7a7a;
}

.form .small_input {
    width: 300px;
    border: 1px solid #a1a7bc;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Verdana;
    font-size: 14px;
    height: 31px;
    line-height: 31px;
    padding: 0 4px;
}

.form #message {
    width: 400px;
    height: 131px;
    padding: 4px;
}

.form #reload_captcha {
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
    font-family: Verdana;
    color: #467093;
    font-size: 12px;
}

.form .button {
    display: inline-block;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background: url(../img/h1_bg.png) repeat-x bottom;
    border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: pointer;
}

.red_field {
    border: 1px solid #ca0500 !important;
    background: #ffd1d5 !important;
}

/*******************************/

#footer {
    position: relative;
    height: 75px;
    background: url(../img/footer_bg.png) repeat-x top #e6b003;
    margin-top: 50px;
}

    #footer #footer_menu {
        position: absolute;
        left: 0;
        top: 0;
        width: 960px;
        height: 43px;
    }

        #footer #footer_menu ul {
            list-style: none;
        }

            #footer #footer_menu ul li {
                float: left;
                height: 43px;
                background: url(../img/top_menu_separator.png) no-repeat right center;
            }

            #footer #footer_menu ul li.last {
                background: none;
            }

                #footer #footer_menu ul li a {
                    float: left;
                    height: 43px;
                    line-height: 43px;
                    padding: 0 18px;
                    font-family: Arial;
                    font-size: 13px;
                    color: #704634;
                    text-decoration: none;
                }