﻿@charset "UTF-8";
/* CSS Document */

body {
    margin: 0px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    line-height: 140%;
    background: url(images/bg.jpg) no-repeat;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #333333;
}

#search {
    background-color: #0054a5;
    border-bottom: solid 10px #000;
}

#search_inner {
    width: 210px;
    margin: 0px auto;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 750px;
    height: 0px;
}

#header {
    background-color: #dbdbdb;
}

#header_inner {
    width: 960px;
    margin: 0px auto;
}

#page {
    width: 960px;
    margin: 0px auto;
}

#slider {
    background-color: #2F2F2F;
}

#content {
    background-color: #041a6c;
    padding: 50px 0px;
}

#content_about {
    background-color: #041a6c;
    padding: 50px;
    color: #FFFFFF;
}

#foot_menu {
    background-color: #dbdbdb;
    border-bottom: solid 10px #7F6F60;
    padding-top: 20px;
}

#foot_menu_header {
    position: relative;
    background-image: url(images/foot_menu_shadow.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 100px;
    margin-top: -40px;
    padding: 0px 50px;
    width: 150px;
}

    #foot_menu_header h1 {
        line-height: 120%;
        font-weight: normal;
    }

#footer {
    text-align: right;
    font-size: 11px;
    color: #7F6F60;
    height: 50px;
    margin: 40px 0px;
}

    #footer p {
        margin: 0px 20px 0px 0px;
        padding-right: 20px;
        border-right: solid 1px #7F6F60;
    }

/* Search - Start */
.form_search {
    background-image: url(images/search.png);
    background-repeat: no-repeat;
    width: 152px;
    height: 22px;
    display: block;
    padding: 5px 10px;
    border: none;
    float: left;
}

.btn_search {
    background-image: url(images/search.png);
    background-repeat: no-repeat;
    background-position: -172px 0px;
    width: 34px;
    height: 32px;
    border: none;
    float: left;
    text-indent: 1000px;
    overflow: hidden;
}
/* Search - End */


/* Site Navigation - Start */
ul.menu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: right;
}

    ul.menu li {
        float: left;
    }

        ul.menu li a {
            display: block;
            padding: 60px 10px 20px 10px;
            color: #000;
            font-size: 16px;
            text-decoration: none;
            font-weight: bold;
        }

            ul.menu li a:hover {
                background-color: #0054a5;
                color: white;
            }

            ul.menu li a.active {
                background-color: #000;
                color: white;
            }
/* Site Navigation - End */


/* Content Box - Start */
.content_box {
    float: left;
    width: 250px;
    margin-left: 40px;
    color: #FFFFFF;
    height: 288px;
}

    .content_box .rakam {
        display: block;
        float: left;
        width: 70px;
        height: 50px;
        background-color: #0054a5;
        font-style: italic;
        line-height: 50px;
        text-align: center;
        font-size: 36px;
        font-weight: normal;
    }

    .content_box h2 {
        float: left;
        width: 110px;
        margin-left: 10px;
        font-size: 16px;
        font-weight: normal;
    }

    .content_box img {
        margin: 10px 0px;
        border: solid 3px #999999;
    }

    .content_box p {
        font-size: 12px;
        color: #999999;
    }
/* Content Box - End */



/* Footer List Style - Start */
ul.footList {
    margin: 0px 0px 0px 15px;
    padding: 0px;
    list-style-image: url(images/icon_footer1.png);
    width: 200px;
}

    ul.footList li {
        line-height: 25px;
        margin-bottom: 5px;
        border-bottom: solid 1px #666666;
    }

        ul.footList li:first-child {
            border-top: solid 1px #666666;
        }

ul.footMenu {
    border-left: solid 1px #bdbcbc;
    margin: 40px 0px 0px 40px;
    padding: 0px 0px 30px 0px;
    list-style-type: none;
}

    ul.footMenu li {
        padding-left: 20px;
        line-height: 25px;
    }

        ul.footMenu li.active {
            background-image: url(images/icon_footer2.png);
            background-repeat: no-repeat;
            background-position: left center;
        }

            ul.footMenu li.active a {
                color: #fff;
            }
/* Footer List Style - End */


.clear {
    clear: both;
}

.marginTop25 {
    margin-top: 25px;
    height: 70px;
    width: 670px;
}

.w250 {
    width: 250px;
}

.w230 {
    width: 230px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.rounded {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.shadow {
    box-shadow: 5px 5px 5px #000;
    -webkit-box-shadow: 5px 5px 5px #000;
    -moz-box-shadow: 5px 5px 5px #000;
}

.harita {
    float: left;
    width: 481px;
    height: 381px;
}
