/* Küçültme başarısız oldu. Küçültülmeyen içerik döndürülüyor.
(314,1): run-time error CSS1019: Unexpected token, found '@charset'
(314,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(314,17): run-time error CSS1019: Unexpected token, found ';'
(410,7): run-time error CSS1036: Expected expression, found ';'
(1278,1): run-time error CSS1019: Unexpected token, found '@charset'
(1278,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(1278,17): run-time error CSS1019: Unexpected token, found ';'
(1290,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: 'flexslider-icon';
    src: url('../font/flexslider-icon.eot');
    src: url('../font/flexslider-icond41d.eot?#iefix') format('embedded-opentype'), url('../font/flexslider-icon.woff') format('woff'), url('../font/flexslider-icon.ttf') format('truetype'), url('../font/flexslider-icon.html#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }
    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides img {
        width: 100%;
        display: block;
        border-top-left-radius: 814px 659px;
        border-top-right-radius: 619px 624px;
        border-bottom-right-radius: 642px 597px;
        border-bottom-left-radius: 770px 520px;
        height: 437px;
        border: solid 6px #222e5d;
    }

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

    /* No JavaScript Fallback */
    /* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
    .no-js .slides > li:first-child {
        display: block;
    }

/* FlexSlider Default Theme
*********************************/
.flexslider {
    position: relative;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 40px;
        height: 30px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        color: rgba(0,0,0,0.8);
        text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

    .flex-direction-nav .flex-prev {
        left: -50px;
    }

    .flex-direction-nav .flex-next {
        right: -50px;
        text-align: right;
    }

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 28px;
    display: inline-block;
    content: '\f001';
    color: #222e5d;
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

    .flex-pauseplay a:before {
        font-family: "flexslider-icon";
        font-size: 20px;
        display: inline-block;
        content: '\f004';
    }

    .flex-pauseplay a:hover {
        opacity: 1;
    }

    .flex-pauseplay a.flex-play:before {
        content: '\f003';
    }

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
    display: none;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0,0,0,0.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0,0,0,0.9);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}



.flex-direction-nav .flex-next {
    right: 0 !important;
    margin-right: -35px;
    opacity: 1 !important;
}

.flex-direction-nav .flex-prev {
    left: 0 !important;
    opacity: 1 !important;
    margin-left: -23px;
}

.flexslider {
    width: 90%;
    margin: 0 auto;
}

@charset "utf-8";
/* CSS Document */

/************START_STYLE_OF_DIV_THAT_HOLDS_MAIN_LINKS**********/

.block_navigation {
	height: 56px;
	width: 100%;
	position: relative;

}

.block_navigation  ul li{
	position:relative;
	list-style: none;
	float: left; background:url(../images/line.png) right no-repeat;  
	}
	
	
.block_navigation  ul li:last-child{ background:none;}
	
	
.block_navigation ul li a,
.block_navigation #pull a {
	font-weight: normal;
text-decoration: none;
display: block;
line-height: 55px;
color: #000;
font-size: 15px;
text-transform: uppercase;
font-family: NeoSansMedium;
padding-left: 11px;
padding-right: 20px;
-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 li ul li a{ font-size:11px;}


.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;
}	
.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 ul li:hover > a{
	background: #ECECEC;
}
/**********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********/



.block_navigation ul{margin-left: auto;
margin-right: auto; float:right; margin-top: 10px;
}






	

.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: none;
}
.block_navigation h1{
	line-height: 50px;
	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-size: 12px;
	color: #555;
	margin: 25px;
	border: solid 1px #e7e7e7;
}




.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-image: url(../T3/HTML/bg_ie/bg.html);-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(../../../pie/PIE.html); /***for IE**/z-index: 999;   height: 76px;

}



.color_theme_1 #pull a {
	background: #222222;


}


.color_theme_1 ul li:hover > a, 
.color_theme_1 #pull a:hover{ background:url(../images/hoverBG.html) repeat-x;

}



.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: #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%);
}




/******************END_COLOR_THEME_1*****************/






/*****************START_COLOR_THEME_2 ****************/

.color_theme_2 {
	background: #660000;
	background-image: url(../T3/HTML/bg_ie/bg.html); /***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(../T3/HTML/bg_ie/bg.html); /***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(../T3/HTML/bg_ie/bg.html); /***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(../T3/HTML/bg_ie/bg.html); /***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(../T3/HTML/bg_ie/bg.html); /***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(../T3/HTML/bg_ie/bg.html); /***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(../T3/HTML/bg_ie/bg.html); /***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(../T3/HTML/bg_ie/bg.html); /***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(../T3/HTML/bg_ie/bg.html); /***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(../T3/HTML/bg_ie/bg.html); /***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(../T3/HTML/bg_ie/bg.html); /***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(../T3/HTML/bg_ie/bg.html); /***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(../T3/HTML/bg_ie/bg.html); /***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(../T3/HTML/bg_ie/bg.html); /***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(../T3/HTML/bg_ie/bg.html); /***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(../T3/HTML/bg_ie/bg.html); /***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(../T3/HTML/bg_ie/bg.html); /***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(../T3/HTML/bg_ie/bg.html); /***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(../T3/HTML/bg_ie/bg.html); /***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(../T3/HTML/bg_ie/bg.html); /***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(../T3/HTML/bg_ie/bg.html); /***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(../T3/HTML/bg_ie/bg.html); /***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(../T3/HTML/bg_ie/bg.html); /***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(../T3/HTML/bg_ie/bg.html); /***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;}
	
	
	
	
	
	
	
	
	
@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
}


@font-face {
    font-family: 'NeoSansMedium';
    src: src: url('../font/neosans-medium-webfont.eot');
    src: url('../font/neosans-medium-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../font/neosans-medium-webfont.woff') format('woff'), url('../font/neosans-medium-webfont.ttf') format('truetype'), url('../font/neosans-medium-webfont.html#QuicksandBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-x: hidden;
}

#gnl {
    width: 980px;
    margin: 0 auto;
}

#header {
    width: 980px;
    min-height: 125px;
    float: left;
}

.logo img {
    max-height: 70px;
}

.logo {
    float: left;
}

.mask {
    top: 0;
    background: url(../images/sliderbg.png);
    position: absolute;
    z-index: 990;
    width: 1980px;
    height: 622px;
    left: 50%;
    margin-left: -1027px;
}

.slider {
    width: 580px;
    height: 500px;
    position: absolute;
    right: 0;
    margin-top: 44px;
    z-index: 998;
    margin-right: -21px;
}

.dokuz {
    float: left;
    width: 980px;
    height: 540px;
    position: relative; margin-bottom:4px;
}


.nav {
    width: 980px;
}


.icerik {
    position: absolute;
    left: 0;
    margin-left: -451px;
    top: 0;
    margin-top: 155px;
    font-family: NeoSansMedium;
    height: 250px;
    width: 391px;
}



    .icerik h4 {
        font-size: 32px;
        text-transform: uppercase;
        letter-spacing: -2px;
        color: #fff;
        width: 391px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        text-shadow: 1px 1px 1px #000;
    }

    .icerik p {
        position: relative;
        font-family: Tahoma, Geneva, sans-serif;
        color: #fff;
        text-shadow: 1px 1px 1px #000;
    }

.wrap {
    width: 980px;
    float: left;
}

.center {
    float: left;
    width: 782px;
    margin-left: -16px;
}

.blg {
    height: 140px;
    border-right: dotted 1px #BBB;
    width: 371px;
    float: left;
    margin-left: 17px;
    margin-bottom: 19px;
}

    .blg img {
        float: left;
        width: 151px;
        height: 132px;
        border-radius: 7px;
        margin-right: 10px;
    }

    .blg h4 {
        float: left;
        font-family: NeoSansMedium;
        text-transform: uppercase;
        font-size: 14px;
        color: #222e5d;
        margin-top: 6px;
        margin-bottom: 2px;
        width: 194px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }

    .blg p {
        float: left;
        font-family: Tahoma, Geneva, sans-serif;
        width: 198px;
        font-size: 12px;
        line-height: 18px;
        text-align: justify;
        height: 92px;
        overflow: hidden;
        margin-bottom: 4px;
    }

    .blg a {
        margin-right: 15px;
        background: url(../images/arrow.png) no-repeat right;
        float: right;
        padding-right: 10px;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 11px;
        text-decoration: none;
        color: #317da1;
        padding-bottom: 2px;
    }


.right {
    width: 198px;
    float: right;
}

.ebulten {
    width: 198px;
    height: 139px;
    float: left;
    margin-bottom: 22px;
}


    .ebulten h4 {
        float: left;
        font-family: NeoSansMedium;
        text-transform: uppercase;
        font-size: 14px;
        color: #222e5d;
        margin-top: 6px;
        margin-bottom: 2px;
        width: 194px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }



    .ebulten p {
        float: left;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 11px;
        line-height: 18px;
        margin-bottom: 4px;
    }




.ebulinp {
    width: 180px;
    padding: 0px 5px 0px 10px;
    height: 31px;
    border: solid 1px #d7d7d7;
    color: #7f7f7f;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    outline: none;
    border-radius: 2px;
    margin-bottom: 5px;
}



.kaydet {
    margin-right: 2px;
    cursor: pointer;
    background: url(../images/arrow.png) no-repeat right;
    float: right;
    padding-right: 10px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #317da1;
    padding-bottom: 2px;
}


.sayac {
    width: 198px;
    height: 139px;
    float: left;
    margin-bottom: 22px;
}

    .sayac h4 {
        float: left;
        font-family: NeoSansMedium;
        text-transform: uppercase;
        font-size: 14px;
        color: #222e5d;
        margin-top: 6px;
        margin-bottom: 2px;
        width: 194px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }



.pisoft {
    font-family: Tahoma, Geneva, sans-serif;
    text-decoration: none;
    font-size: 11px;
    color: #777777;
    line-height: 29px;
    width: 197px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}


    .pisoft li {
        list-style: none;
        border-bottom: dotted 1px #D6D6D6;
        height: 27px;
        margin-left: 2px;
        width: 189px;
        float: left;
    }


    .pisoft span {
        float: right;
    }


.anksor {
    float: left;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: block;
    color: #5C5C5C;
    width: 190px;
    line-height: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
}




.pixatik {
    border: 3px solid #222e5d;
    position: absolute;
    margin-top: 70px;
    width: 100%;
}








.sblg {
    width: 198px;
    float: left;
    margin-bottom: 22px;
}


    .sblg h4 {
        float: left;
        font-family: NeoSansMedium;
        text-transform: uppercase;
        font-size: 14px;
        color: #222e5d;
        margin-top: 6px;
        margin-bottom: 2px;
        width: 194px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }



    .sblg p {
        float: left;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 11px;
        line-height: 18px;
        margin-bottom: 4px;
        overflow: hidden;
        height: 72px;
    }

    .sblg img {
        width: 191px;
        border-radius: 4px;
        height: 85px;
    }




.smdl {
    width: 198px;
    float: left;
    margin-bottom: 22px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
}


    .smdl img {
        max-width: 190px;
    }

    .smdl h4 {
        float: left;
        font-family: NeoSansMedium;
        text-transform: uppercase;
        font-size: 14px;
        color: #222e5d;
        margin-top: 6px;
        margin-bottom: 2px;
        width: 194px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }



    .smdl p {
        float: left;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 11px;
        line-height: 18px;
        margin-bottom: 4px;
    }



.modul {
    min-height: 140px;
    border-right: dotted 1px #BBB;
    width: 759px;
    float: left;
    margin-left: 17px;
    margin-bottom: 19px;
}

    .modul img {
        float: left;
        max-width: 99%;
    }

    .modul h4 {
        float: left;
        font-family: NeoSansMedium;
        text-transform: uppercase;
        font-size: 14px;
        color: #222e5d;
        margin-top: 6px;
        margin-bottom: 2px;
        width: 194px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }

    .modul p {
        float: left;
        font-family: Tahoma, Geneva, sans-serif;
        width: 751px;
        font-size: 12px;
        line-height: 18px;
        text-align: justify;
        margin-bottom: 4px;
    }





/*altslider*/

.slider-bottom {
    float: left;
    width: 1029px;
    position: relative;
}

#alts {
    margin-bottom: 14px;
}

.alts {
    width: 987px;
    height: 100px;
    overflow: hidden;
    margin-left: 21px;
}

    .alts ul {
        margin-top: 15px;
    }

        .alts ul li {
            float: left;
            margin-right: 6px;
            width: 159px;
            list-style: none;
        }

            .alts ul li img {
                width: 159px;
                height: 82px;
                border-radius: 2px;
            }


.onceki {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 45px;
}

.sonraki {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 45px;
}

/*altslider*/

.alts ul li img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(80%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}


    .alts ul li img:hover {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0%);
    }



.czg {
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
    position: relative;
    float: left;
}



#slimain {
    width: 1030px;
    margin: 0 auto;
}


#footer {
    width: 100%;
    height: 100px;
    background: #f3f3f3;
    float: left;
    border-top: 1px solid #e5e5e5;
}


.copy {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    float: left;
    color: #434343;
    margin-top: 13px;
}

.social {
    height: 64px;
    float: right;
    width: 121px;
    margin: 10px 10px 0 0;
    padding-left: 5px;
}



    .social a {
        text-decoration: none;
    }


    .social img {
        border-radius: 2px;
    }

.imza {
    float: right;
}


.divlang {
    width: 180px;
    float: left;
    margin-top: 7px;
}

    .divlang img {
        margin-right: 3px;
        border-radius: 1px;
        float: left;
    }


.ftsl {
    width: 280px;
    float: left;
}


.leftmenu {
    background: url(../images/leftb.png) no-repeat;
    width: 256px;
    float: left;
    padding-left: 19px;
}

.leftdiv {
    background: #222e5d;
    width: 241px;
    float: left;
    font-family: NeoSansMedium;
    font-size: 14px;
    padding-bottom: 70px;
}


.leftmenu ul li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding-left: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.leftmenu ul li {
    list-style: none;
    background: url(../images/arr.png) bottom no-repeat;
    line-height: 40px;
}


.leftmenu ul {
}


    .leftmenu ul li ul li {
    }


        .leftmenu ul li ul li a {
            background: #FFF;
            border-bottom: solid 1px #E0E0E0;
            color: #006;
            width: 216px;
            float: left;
            text-transform: capitalize;
            font-family: Tahoma, Geneva, sans-serif;
            font-size: 12px;
            margin-left: 5px;
        }

        .leftmenu ul li ul li ul li a {
            padding-left: 22px;
            width: 208px;
            color: #000;
            font-size: 11px;
        }




.sayfa {
    min-height: 470px;
    float: right;
    width: 705px;
    padding: 12px 0 0 0;
    font-family: Tahoma, Geneva, sans-serif;
    margin-bottom: 12px;
}


img.solimg {
    width: 240px;
    height: 280px;
    border-radius: 6px;
    float: left;
    margin-right: 15px;
}


img.sagimg {
    width: 240px;
    height: 280px;
    border-radius: 6px;
    float: right;
    margin-left: 15px;
}



img.ustimg {
    width: 705px;
    height: 268px;
    border-radius: 6px;
    float: right;
}



.sayfa p {
    font-size: 12px;
    line-height: 23px;
}

.boldet {
    width: 360px;
    height: 280px;
    border-radius: 6px;
    float: right;
    margin-left: 15px;
}


.bolkat {
    width: 201px;
    height: 180px;
    border-radius: 6px;
    float: left;
}

.kata {
    float: left;
    width: 202px;
    margin-right: 32px;
    margin-top: 3px;
    margin-bottom: 5px;
    text-decoration: none;
    color: #000;
}


    .kata p {
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        width: 202px;
    }

