/* Küçültme başarısız oldu. Küçültülmeyen içerik döndürülüyor.
(142,1): run-time error CSS1019: Unexpected token, found '@charset'
(142,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(142,17): run-time error CSS1019: Unexpected token, found ';'
(319,13): run-time error CSS1036: Expected expression, found ';'
(376,33): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(385,33): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
/* Basic jQuery Slider essential styles */

ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none;
}

li.bjqs-slide {
    position: absolute;
    display: none;
}

ul.bjqs-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

    ul.bjqs-controls.v-centered li a {
        position: absolute;
        top: 30%;
        z-index: 999;
        display: block;
        padding: 4% 3%;
        width: auto;
        height: auto;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        font-size: 18px;
        opacity: 0.5;
        cursor: pointer;
    }

    ul.bjqs-controls.v-centered li.bjqs-next a {
        right: 0;
    }

    ul.bjqs-controls.v-centered li.bjqs-prev a {
        left: 0;
    }

ol.bjqs-markers {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

    ol.bjqs-markers.h-centered {
        text-align: center;
    }

    ol.bjqs-markers li {
        display: inline;
    }

        ol.bjqs-markers li a {
            display: inline-block;
        }

p.bjqs-caption {
    display: block;
    width: 96%;
    margin: 0;
    padding: 2%;
    position: absolute;
    bottom: 0;
}



/* slider*/
#slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
}

 


a.control_prev, a.control_next {
    position: absolute;
    top: 30%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.5;
    cursor: pointer;
}

    a.control_prev:hover, a.control_next:hover {
        opacity: 0.7;
    }

.bjqs-next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

a.control_prev {
    border-radius: 0 2px 2px 0;
}

a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}




.slider-drop {
    float: left;
    margin-left: 21px;
}



/* slider*/

@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
}



#gnl {
    width: 980px;
    margin: 0 auto;
}

#header {
    width: 980px;
    min-height: 125px;
    float: left;
}

/*explorer*/
*:first-child + html .navi ul {
}
/*7*/
*:first-child + html #slider {
    z-index: 2;
}

*:first-child + html #backcomp {
    z-index: 1;
}

*:first-child + html .block_navigation {
    z-index: 3;
}

*:first-child + html .searchbtn {
    margin-top: -24px;
}

*:first-child + html .bultenput {
    padding-top: 8px;
    height: 24px;
}

.ie8 .bultenput {
    padding-top: 8px;
    height: 24px;
}

/*explorer*/

#topad {
    float: left;
}

#leftad {
    position: fixed;
    right: 50%;
    margin-right: 501px;
    margin-top: 10px;
}


#rightad {
    position: fixed;
    left: 50%;
    margin-left: 501px;
    margin-top: 10px;
}

.logo {
    min-height: 60px;
    margin: 10px 0 0 0;
}

    .logo img {
        max-width: 740px;
    }




/************START_STYLE_OF_DIV_THAT_HOLDS_MAIN_LINKS**********/

.block_navigation {
    height: 50px;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
}

    .block_navigation ul li {
        position: relative;
        list-style: none;
        float: left;
    }

        .block_navigation ul li a,
        .block_navigation #pull a {
            font-weight: normal;
            text-decoration: none;
            display: block;
            line-height: 49px;
            color: #eee;
            font-size: 12px;
            padding-left: 10px;
            padding-right: 19px;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }




    .block_navigation li a:active {
        color: #888;
    }
    /************END_STYLE_OF_DIV_THAT_HOLDS_MAIN_LINKS**********/

    /**********START_STYLE_OF_DIV_THAT_HOLDS_SUB_LINKS**********/

    .block_navigation ul li ul {
        position: absolute;
    }

    .block_navigation ul ul {
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        border-bottom: solid 1px #e7e7e7;
        background: #fff;
        display: block;
        -webkit-box-shadow: 0 1px 1px #eee;
        -moz-box-shadow: 0 1px 1px #eee;
        box-shadow: 0 1px 1px #eee;
        -webkit-transition: opacity 0.2s linear, margin-left 0.2s linear, margin-top 0.2s linear;
        -moz-transition: opacity 0.2s linear, margin-left 0.2s linear, margin-top 0.2s linear;
        -ms-transition: opacity 0.2s linear, margin-left 0.2s linear, margin-top 0.2s linear;
        -o-transition: opacity 0.2s linear, margin-left 0.2s linear, margin-top 0.2s linear;
        transition: opacity 0.2s linear, margin-left 0.2s linear, margin-top 0.2s linear;
    }

    .block_navigation ul li ul li {
        position: relative;
        display: block;
        float: none;
        border-top: solid 1px #e7e7e7;
        border-right: solid 1px #e7e7e7;
        border-left: solid 1px #e7e7e7;
    }

        .block_navigation ul li ul li a {
            width: 150px;
            font-weight: normal;
            line-height: 40px;
            color: #777;
            display: block;
            padding-left: 20px;
            background: #fff;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            display: block;
        }

    .block_navigation ul ul ul {
        position: absolute;
        top:;
        left: 100%;
        top: -1px;
        left: 100%;
        padding: 0;
    }

    .block_navigation i {
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        padding-right: 7px;
    }
    /*****.block_navigation ul li:hover > ul   {
	z-index: 1;
	opacity: 1;
	visibility: visible;
	
}****/

    .block_navigation ul ul li:hover > a {
        background: #f3f3f3;
    }
    /**********END_STYLE_OF_DIV_THAT_HOLDS_SUB_LINKS**********/

    /*******START_STYLE_OF_RIGHT_ITEM********/

    .block_navigation li.right_item {
        float: right;
    }
    /*******END_STYLE_OF_RIGHT_ITEM********/




    /*********START_STYLE_OF_PLUS_SPAN_DIVS_STYLE************/
    .block_navigation span {
        font-weight: normal;
    }

        .block_navigation span.span_level_1, span.span_level_2 {
            position: absolute;
            top: 0;
            right: 10px;
            font-size: 16px;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

    .block_navigation ul ul li:hover span.span_level_1 {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg));
        opacity: 0.5;
    }

    .block_navigation ul ul ul li:hover span.span_level_2 {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg));
        opacity: 0.5;
    }




/*********END_STYLE_OF_PLUS_SPAN_DIVS_STYLE************/

/************START_STYLE_OF_CONTACT_BLOCK*************/
.contact_block {
    background: #fff;
    display: none;
    position: absolute;
    right: 0;
    border-right: solid 1px #e7e7e7;
    border-left: solid 1px #e7e7e7;
    border-bottom: solid 1px #e7e7e7;
    -webkit-box-shadow: 0 1px 1px #eee;
    -moz-box-shadow: 0 1px 1px #eee;
    box-shadow: 0 1px 1px #eee;
}


.block_navigation li.right_item:hover .contact_block {
    display: block;
}


.block_navigation h1,
.block_navigation textarea,
.block_navigation input {
    margin: 0;
    padding: 0;
    outline: none;
	border:dashed;
    /*border: 1px;*/
}

.block_navigation h1 {
    line-height: 50px;
    font-family: Century Gothic;
    font-style: normal;
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
    margin-left: 25px;
    margin-right: 25px;
    color: #555;
    border-bottom: solid 1px #e7e7e7;
}

.block_navigation input {
    position: relative;
    width: 200px;
    height: 25px;
    padding-top: 2px;
}

.block_navigation textarea {
    width: 250px;
    height: 100px;
    padding-top: 7px;
}

.block_navigation input,
.block_navigation textarea {
    display: block;
    padding-left: 7px;
    font-family: Century Gothic;
    font-size: 12px;
    color: #555;
    margin: 25px;
    border: solid 1px #e7e7e7;
}


    .block_navigation input:focus,
    .block_navigation textarea:focus {
        border: 1px solid #bbb;
        -webkit-box-shadow: 0 0 5px #ccc;
        -moz-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 3px #ccc;
    }

    .block_navigation input[type=submit],
    .block_navigation input[type=button] {
        margin: 0;
        margin-left: 25px;
        margin-top: 25px;
        float: left;
        margin-bottom: 25px;
    }





    .block_navigation input[type=submit],
    .block_navigation input[type=button] {
        color: #fff;
        padding: 0;
        width: 60px;
        display: block;
        position: relative;
       /* border: none;*/
    }
/************END_STYLE_OF_CONTACT_BLOCK************/





/**************************************************/
/**************************************************/
/**************************************************/
/******************START_COLOR_STYLE***************/
/**************************************************/
/**************************************************/
/**************************************************/




/*****************START_COLOR_THEME_1 ****************/

.color_theme_1 {
    background: #222222;
    background-image: url(bg_ie/bg.png);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(/pie/PIE.htc); /***for IE**/
}

    .color_theme_1 ul li a,
    .color_theme_1 #pull a {
        background: #222222;
        background-image: url(bg_ie/bg.png);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        behavior: url(/pie/PIE.htc); /***for IE**/
    }


        .color_theme_1 ul li:hover > a,
        .color_theme_1 #pull a:hover {
            background: #333333;
        }



    .color_theme_1 input[type=submit],
    .color_theme_1 input[type=button] {
        background: #000;
        background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    }




        .color_theme_1 input[type=submit]:hover,
        .color_theme_1 input[type=button]:hover {
            cursor: pointer;
            background: #333333;
            background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        }




/******************END_COLOR_THEME_1*****************/






/*****************START_COLOR_THEME_2 ****************/

.color_theme_2 {
    background: #660000;
    background-image: url(bg_ie/bg.png); /***for IE**/
    background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}

    .color_theme_2 ul li a,
    .color_theme_2 #pull a {
        background: #660000;
        background-image: url(bg_ie/bg.png); /***for IE**/
        background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    }


        .color_theme_2 ul li:hover > a,
        .color_theme_2 #pull a:hover {
            background: #990000;
            background-image: url(bg_ie/bg.png); /***for IE**/
            background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        }




    .color_theme_2 input[type=submit],
    .color_theme_2 input[type=button] {
        background: #660000;
        background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    }




        .color_theme_2 input[type=submit]:hover,
        .color_theme_2 input[type=button]:hover {
            cursor: pointer;
            background: #990000;
            background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        }



/******************END_COLOR_THEME_2*****************/






/*****************START_COLOR_THEME_3 ****************/

.color_theme_3 {
    background: #664c00;
    background-image: url(bg_ie/bg.png); /***for IE**/
    background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}

    .color_theme_3 ul li a,
    .color_theme_3 #pull a {
        background: #664c00;
        background-image: url(bg_ie/bg.png); /***for IE**/
        background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    }


        .color_theme_3 ul li:hover > a,
        .color_theme_3 #pull a:hover {
            background: #997300;
            background-image: url(bg_ie/bg.png); /***for IE**/
            background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        }




    .color_theme_3 input[type=submit],
    .color_theme_3 input[type=button] {
        background: #664c00;
        background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    }




        .color_theme_3 input[type=submit]:hover,
        .color_theme_3 input[type=button]:hover {
            cursor: pointer;
            background: #997300;
            background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        }

/******************END_COLOR_THEME_3*****************/








/*****************START_COLOR_THEME_4 ****************/

.color_theme_4 {
    background: #336600;
    background-image: url(bg_ie/bg.png); /***for IE**/
    background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}

    .color_theme_4 ul li a,
    .color_theme_4 #pull a {
        background: #336600;
        background-image: url(bg_ie/bg.png); /***for IE**/
        background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    }


        .color_theme_4 ul li:hover > a,
        .color_theme_4 #pull a:hover {
            background: #4c9900;
            background-image: url(bg_ie/bg.png); /***for IE**/
            background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        }




    .color_theme_4 input[type=submit],
    .color_theme_4 input[type=button] {
        background: #336600;
        background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    }




        .color_theme_4 input[type=submit]:hover,
        .color_theme_4 input[type=button]:hover {
            cursor: pointer;
            background: #4c9900;
            background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        }

/******************END_COLOR_THEME_4*****************/







/*****************START_COLOR_THEME_5 ****************/

.color_theme_5 {
    background: #006619;
    background-image: url(bg_ie/bg.png); /***for IE**/
    background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}

    .color_theme_5 ul li a,
    .color_theme_5 #pull a {
        background: #006619;
        background-image: url(bg_ie/bg.png); /***for IE**/
        background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    }


        .color_theme_5 ul li:hover > a,
        .color_theme_5 #pull a:hover {
            background: #009926;
            background-image: url(bg_ie/bg.png); /***for IE**/
            background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        }




    .color_theme_5 input[type=submit],
    .color_theme_5 input[type=button] {
        background: #006619;
        background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    }




        .color_theme_5 input[type=submit]:hover,
        .color_theme_5 input[type=button]:hover {
            cursor: pointer;
            background: #009926;
            background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        }

/******************END_COLOR_THEME_5*****************/







/*****************START_COLOR_THEME_6 ****************/

.color_theme_6 {
    background: #006666;
    background-image: url(bg_ie/bg.png); /***for IE**/
    background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}

    .color_theme_6 ul li a,
    .color_theme_6 #pull a {
        background: #006666;
        background-image: url(bg_ie/bg.png); /***for IE**/
        background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    }


        .color_theme_6 ul li:hover > a,
        .color_theme_6 #pull a:hover {
            background: #009999;
            background-image: url(bg_ie/bg.png); /***for IE**/
            background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        }




    .color_theme_6 input[type=submit],
    .color_theme_6 input[type=button] {
        background: #006666;
        background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    }




        .color_theme_6 input[type=submit]:hover,
        .color_theme_6 input[type=button]:hover {
            cursor: pointer;
            background: #009999;
            background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        }

/******************END_COLOR_THEME_6*****************/







/*****************START_COLOR_THEME_7 ****************/

.color_theme_7 {
    background: #001966;
    background-image: url(bg_ie/bg.png); /***for IE**/
    background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}

    .color_theme_7 ul li a,
    .color_theme_7 #pull a {
        background: #001966;
        background-image: url(bg_ie/bg.png); /***for IE**/
        background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    }


        .color_theme_7 ul li:hover > a,
        .color_theme_7 #pull a:hover {
            background: #002699;
            background-image: url(bg_ie/bg.png); /***for IE**/
            background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        }




    .color_theme_7 input[type=submit],
    .color_theme_7 input[type=button] {
        background: #001966;
        background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    }




        .color_theme_7 input[type=submit]:hover,
        .color_theme_7 input[type=button]:hover {
            cursor: pointer;
            background: #002699;
            background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        }

/******************END_COLOR_THEME_7*****************/







/*****************START_COLOR_THEME_8 ****************/

.color_theme_8 {
    background: #330066;
    background-image: url(bg_ie/bg.png); /***for IE**/
    background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}

    .color_theme_8 ul li a,
    .color_theme_8 #pull a {
        background: #330066;
        background-image: url(bg_ie/bg.png); /***for IE**/
        background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    }


        .color_theme_8 ul li:hover > a,
        .color_theme_8 #pull a:hover {
            background: #4c0099;
            background-image: url(bg_ie/bg.png); /***for IE**/
            background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        }




    .color_theme_8 input[type=submit],
    .color_theme_8 input[type=button] {
        background: #330066;
        background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    }




        .color_theme_8 input[type=submit]:hover,
        .color_theme_8 input[type=button]:hover {
            cursor: pointer;
            background: #4c0099;
            background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        }

/******************END_COLOR_THEME_8*****************/








/*****************START_COLOR_THEME_9 ****************/

.color_theme_9 {
    background: #66004c;
    background-image: url(bg_ie/bg.png); /***for IE**/
    background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
}

    .color_theme_9 ul li a,
    .color_theme_9 #pull a {
        background: #66004c;
        background-image: url(bg_ie/bg.png); /***for IE**/
        background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    }


        .color_theme_9 ul li:hover > a,
        .color_theme_9 #pull a:hover {
            background: #990073;
            background-image: url(bg_ie/bg.png); /***for IE**/
            background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        }




    .color_theme_9 input[type=submit],
    .color_theme_9 input[type=button] {
        background: #66004c;
        background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
    }




        .color_theme_9 input[type=submit]:hover,
        .color_theme_9 input[type=button]:hover {
            cursor: pointer;
            background: #990073;
            background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
            background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
        }

/******************END_COLOR_THEME_9*****************/


/**************************************************/
/**************************************************/
/**************************************************/
/*******************END_COLOR_STYLE****************/
/**************************************************/
/**************************************************/
/**************************************************/





/**************************************************/
/**************************************************/
/**************************************************/
/*******************START_ANIMATION****************/
/**************************************************/
/**************************************************/
/**************************************************/

/***********START_ANIMATION_RIGHT_LEFT*************/



.right_left_animation ul ul {
    margin-left: 30px;
}

.right_left_animation ul li:hover > ul {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}
/************END_ANIMATION_RIGHT_LEFT**************/





/***********START_ANIMATION_LEFT_RIGHT*************/



.left_right_animation ul ul {
    margin-left: -30px;
}

.left_right_animation ul li:hover > ul {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}
/************END_ANIMATION_LEFT_RIGHT**************/



/***********START_ANIMATION_LEFT_RIGHT*************/


.down_top_animation ul ul {
    margin-top: 30px;
}

.down_top_animation ul li:hover > ul {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

#arama {
    float: right;
    margin: 8px 8px 0 0;
    width: 240px;
    height: 29px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(/pie/PIE.htc);
}

    #arama img {
        width: 26px;
        float: right;
        margin-top: 4px;
        margin-right: 5px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        behavior: url(/pie/PIE.htc);
        cursor: pointer;
    }

        #arama img:hover {
            opacity: 0.8;
        }

    #arama input {
        margin: 0;
    }

#searchbtn {
    float: right;
    width: 27px;
    height: 27px;
    background: url(../images/searchico.png) no-repeat;
}

#arainp {
    width: 200px;
    float: left;
    outline: 0;
    border: 0;
}

#backcomp {
    width: 980px;
    min-height: 400px;
    background-color: #FFF;
    float: left;
    margin-top: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(/pie/PIE.htc);
}




#content {
    width: 950px;
    min-height: 250px;
    float: left;
    margin-left: 16px;
    margin-bottom: 21px;
    margin-top: 10px;
}

#solblok {
    float: left;
    width: 230px;
}

#sagblok {
    float: right;
    width: 720px;
}



.bultenput {
    border: solid 1px #dcdcdc;
    width: 207px;
    height: 32px;
    font-size: 11px;
    margin: 8px 0 0 11px;
    padding-left: 3px;
    font-family: Tahoma, Geneva, sans-serif;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(/pie/PIE.htc);
}

.aramayap {
    border: solid 1px #dcdcdc;
    width: 207px;
    height: 32px;
    font-size: 11px;
    margin: 8px 0 0 11px;
    padding-left: 3px;
    font-family: Tahoma, Geneva, sans-serif;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(/pie/PIE.htc);
}

.ara {
    background: url(../images/searchico.png);
    width: 25px;
    height: 27px;
    float: right;
    cursor: pointer;
    margin-right: 3px;
    margin-top: 2px;
}

.arainp {
    margin-top: 8px;
    font-size: 11px;
}

.cons {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    margin: 8px 0 0 13px;
}

#hata {
    color: red;
}

#ebulsub {
    float: left;
    margin-left: 14px;
    margin-bottom: 17px;
    cursor: pointer;
}

.yanmenu {
    float: left;
    width: 230px;
    min-height: 150px;
    border: solid 1px #dcdcdc;
    margin-bottom: 8px;
}

    .yanmenu ul li {
        list-style: none;
        border-bottom: solid 1px #EBEBEB;
        height: 33px;
        margin-left: 11px;
        width: 210px;
    }

        .yanmenu ul li a {
            text-decoration: none;
            font-size: 11px;
            color: #000;
            line-height: 33px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            display: block;
            text-transform: uppercase;
        }

.anketler2 {
    text-decoration: none;
    font-size: 11px;
    color: #8F8E8E;
    line-height: 33px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

    .anketler2 span {
        float: right;
    }

#anketbtn {
    width: 98px;
    height: 35px;
    margin-left: 11px;
    margin-bottom: 14px;
}

.yanmenu ul li a:hover {
    color: #333;
}

.yanmenu h4 {
    font-size: 12px;
    text-transform: uppercase;
    margin: 12px 0 0 11px;
    border-bottom: solid 1px #EBEBEB;
    padding-bottom: 10px;
    width: 210px;
}

.yanmenu h5 {
    border-bottom: solid 1px #EBEBEB;
    padding-bottom: 1px;
    margin-left: 10px;
    color: #3f3f3f;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.modulcreate {
    float: right;
    width: 690px;
    min-height: 200px;
    border: solid 1px #dcdcdc;
    padding: 10px 10px 10px 10px;
}

    .modulcreate p {
        font-size: 11px;
        line-height: 20px;
    }

    .modulcreate h4 {
        font-size: 12px;
        text-transform: uppercase;
        padding-bottom: 10px;
        width: 210px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }

.anketler li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}


.blocrea {
   /* float: left;*/
    width: 690px;
   /* height: 274px;*/
    border: solid 1px #dcdcdc;
    margin: 0px 0px 8px 8px;
    padding: 10px;
	font-size: 13px;
        margin-top: 0px;
		height: 100%;
}

    .blocrea h4 {
        font-size: 13px;
        text-transform: uppercase;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }

    .blocrea img {
        width: 209px;
        margin-top: 8px;
    }

   /* .blocrea p {
        font-size: 11px;
        margin-top: 8px;
        height: 25px;
       
    }
	*/


.bolkategori {
    float: left;
    width: 206px;
    height: 274px;
    border: solid 1px #dcdcdc;
    margin: 8px 0px 0 8px;
    padding: 10px;
}

    .bolkategori h4 {
        font-size: 13px;
        text-transform: uppercase;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }

    .bolkategori img {
        width: 209px;
        margin-top: 8px;
    }

    .bolkategori p {
        font-size: 11px;
        margin-top: 8px;
        height: 25px;
        overflow: hidden;
    }


.modulolp {
    font-size: 11px;
    margin-top: 8px;
    overflow: hidden;
    margin-left: 11px;
    margin-bottom: 13px;
}


.blocrealeft {
    float: left;
    width: 210px;
    height: 274px;
    border: solid 1px #dcdcdc;
    margin: 0 0 8px 0;
    padding: 10px;
}

    .blocrealeft h4 {
        font-size: 13px;
        text-transform: uppercase;
    }

    .blocrealeft img {
        width: 209px;
        margin-top: 8px;
    }

    .blocrealeft p {
        font-size: 11px;
        margin-top: 8px;
        height: 25px;
        overflow: hidden;
    }

.mdl-btn {
    width: 207px;
    height: 37px;
    float: left;
    margin: 11px 0 0 1px;
    color: #FFF;
    text-decoration: none;
    font-size: 13px;
    text-shadow: 1px 1px #999;
    text-align: center;
    line-height: 34px;
    text-align: center;
    -webkit-box-shadow: #666 0px 3px 1px;
    -moz-box-shadow: #666 0px 3px 1px;
    box-shadow: #c78b06 0px 3px 1px;
    background: #ffc800;
    behavior: url(/pie/PIE.htc);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffc800), to(#ffb502));
    background: -webkit-linear-gradient(#ffc800, #ffb502);
    background: -moz-linear-gradient(#ffc800, #ffb502);
    background: -ms-linear-gradient(#ffc800, #ffb502);
    background: -o-linear-gradient(#ffc800, #ffb502);
    background: linear-gradient(#ffc800, #ffb502);
    -pie-background: linear-gradient(#ffc800, #ffb502);
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .mdl-btn:hover {
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffc800), to(#ffb502));
        background: -webkit-linear-gradient(#ffb502, #ffc800);
        background: -moz-linear-gradient(#ffb502, #ffc800);
        background: -ms-linear-gradient(#ffb502, #ffc800);
        background: -o-linear-gradient(#ffb502, #ffc800);
        background: linear-gradient(#ffb502, #ffc800);
        -pie-background: linear-gradient(#ffc800, #ffb502);
        behavior: url(/pie/PIE.htc);
    }






#footer {
    float: left;
    height: 219px;
    background: url(../images/footer.jpg) repeat-x;
    width: 100%;
}


.footic {
    width: 980px;
    margin: 0 auto;
    margin-top: 31px;
}

.copyr {
    color: #fff;
    font-size: 11px;
    float: left;
}

#footer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    margin-left: 8px;
}

    #footer ul li a:hover {
        color: #CCC;
    }

#footer ul li {
    list-style: none;
    float: left;
}

#footer ul {
    float: right;
    margin-top: -6px;
    margin-right: 3px;
}

.imza {
    margin-top: 19px;
    float: left;
}


.social {
    width: 230px;
    height: 40px;
    float: right;
    margin-top: 17px;
}


    .social img {
        float: right;
        margin-right: 5px;
    }

        .social img:hover {
            opacity: 0.5;
        }


/*sablon*/

.backline {
    margin-top: 15px;
}

.sablonp {
    font-size: 11px;
    line-height: 20px;
}


.leftmenu {
    float: left;
    width: 230px;
    min-height: 150px;
    border: solid 1px #dcdcdc;
    margin-bottom: 8px;
    margin-right: 8px;
}

    .leftmenu ul li {
        list-style: none;
        border-bottom: solid 1px #EBEBEB;
        height: 33px;
        margin-left: 11px;
        width: 210px;
    }

        .leftmenu ul li a {
            text-decoration: none;
            font-size: 11px;
            color: #000;
            line-height: 33px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            display: block;
            text-transform: uppercase;
        }

            .leftmenu ul li a:hover {
                color: #333;
            }

    .leftmenu h4 {
        font-size: 12px;
        text-transform: uppercase;
        margin: 12px 0 0 11px;
        border-bottom: solid 1px #EBEBEB;
        padding-bottom: 10px;
        width: 210px;
    }


.solsbln {
    float: left;
    width: 250px;
    margin-right: 11px;
    background: url(../images/sblndrp.png) bottom;
    padding-bottom: 12px;
}



.sgsbln {
    float: right;
    width: 250px;
    margin-right: 11px;
    background: url(../images/sblndrp.png) bottom;
    padding-bottom: 12px;
}




.ustsbln {
    float: right;
    width: 950px;
    background: url(../images/tdrop.png) bottom;
    padding-bottom: 17px;
}

.pagination ul {
 float: left;
 margin-top: 40px;
 margin-left: 159px;
}
