/* Küçültme başarısız oldu. Küçültülmeyen içerik döndürülüyor.
(97,7): run-time error CSS1036: Expected expression, found ';'
(968,1): run-time error CSS1019: Unexpected token, found '@charset'
(968,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(968,17): run-time error CSS1019: Unexpected token, found ';'
 */
@charset "utf-8";
/* CSS Document */

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

.block_navigation {
	height: 56px;
	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; background:url(../images/navLine.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: #fff;
	font-size: 11px; text-transform:uppercase; font-family: Tahoma, Geneva, sans-serif;
	padding-left:15px;
	padding-right: 24px;
	-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;
}	
.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;
}






	

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




}


.color_theme_1 #pull a {
	background: #222222; background:url(../images/navLine.png) right no-repeat;


}


.color_theme_1 ul li:hover > a, 
.color_theme_1 #pull a:hover{ background:url(../images/hoverBG.png) 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;
}

body {
    background-color: #f4f4f4; font-family: Tahoma, Geneva, sans-serif;
}

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

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

li, a {
    text-decoration: none;
    list-style: none;
}

/*pixatik*/


/*slider*/
.slider {
    position: relative; margin-left: -150px;
}

    .slider,
    .slider ul li,
    .slider ul li a img {
        width: 1280px;
        height: 400px;
    }

        .slider a.prev,
        .slider a.next {
            padding: 6px;
            position: absolute;
            top: 167px;
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            opacity: 0.9;
        }

        .slider a.next {
            right: 550px;
        }

        .slider a.prev {
            left: 550px;
        }

            .slider a.next:hover,
            .slider a.prev:hover {
                opacity: 1;
                color: #fff;
            }

        /* sayfalama */
        .slider .pagination {
            position: absolute;
            bottom: 20px;
            left: 20px;
        }

            .slider .pagination a {
                float: left;
                padding: 6px 8px;
                color: #fff;
                text-decoration: none;
                font-size: 14px;
                background: rgba(0,0,0,.3);
                border-radius: 5px;
                margin-right: 5px;
            }

                .slider .pagination a.active {
                    background-color: darkred;
                }

/* carousel */
.visible {
    width: 565px;
    height: auto;
}

.visible-inner ul li,
.visible-inner ul,
.visible-inner ul li a img {
    width: 185px;
    height: 100px;
    margin-right: 5px;
}

.visible a.next,
.visible a.prev {
    height: 40px;
    line-height: 40px;
}

/* carousel vertical */
.visible.vertical {
    width: 185px;
    height: 315px;
}

    .visible.vertical .visible-inner ul li {
        margin-bottom: 5px;
    }

    .visible.vertical a.next,
    .visible.vertical a.prev {
        height: 20px;
        line-height: 20px;
    }

/* vertical */
.vertical a.next {
    left: 50%;
    width: 70px;
    margin-left: -35px;
    text-align: center;
}

.vertical a.prev {
    left: 50%;
    width: 70px;
    top: auto;
    bottom: 20px;
    margin-left: -35px;
    text-align: center;
}

/*slider*/


.divtop {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #2c2c2c;
}

.divtopmenu {
    position: absolute;
    width: 980px;
    height: 50px;
    left: 51.5%;
    z-index: 99;
    margin-left: -514px;
}


.logo {
    position: relative;
    min-width: 60px;
    min-height: 60px;
    float: left;
    background-color: #2b2b2b;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    behavior: url(../pie/PIE.htc);
    padding: 4px 4px 4px 4px;
}

    .logo img {
        max-height: 130px;
        max-width: 980px;
    }


.divlang {
    position: relative;
    float: right;
    z-index: 107;
    height: 40px;
    background-color: #2b2b2b;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    behavior: url(../pie/PIE.htc);
    padding: 0 7px 0 7px;
}

    .divlang img {
        width: 30px;
        height: 27px;
        margin: 5px 4px 0 4px;
        opacity: 0.9;
        float: left;
    }


        .divlang img:hover {
            opacity: 1;
        }

#content {
    width: 980px;
    margin: auto;
    min-height: 500px;
    margin-top: -35px;
    margin-bottom: 15px;
}

.navline {
    width: 2px;
    height: 74px;
    float: left;
    background-image: url(../images/navLine.png);
    padding-top: 7px;
}

.ustreklam {
    position: relative;
    padding: 0 0px 10px 0px;
    margin: auto;
    z-index: 160;
}


.left {
    width: 214px;
    float: left;
    min-height: 300px;
}

.center {
    width: 537px;
    margin: 0px 15px 0px 0;
    float: left;
    min-height: 300px;
}

.right {
    width: 214px;
    float: right;
    min-height: 300px;
}


.socialbox {
    position: relative;
    height: 75px;
    background-color: #FFF;
    margin-bottom: 15px;
    width: 201px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    behavior: url(../pie/PIE.htc);
    -webkit-box-shadow: #dbdbdb 2px 2px 0px;
    -moz-box-shadow: #dbdbdb 2px 2px 0px;
    box-shadow: #dbdbdb 2px 2px 0px;
    padding-left: 11px;
}

    .socialbox a {
        float: left;
        margin: 10px 2px 0 0;
    }


.social {
    height: 36px;
    float: right;
    min-width: 50px;
    margin: 10px 10px 0 0;
    padding-left: 5px;
    border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    behavior: url(../pie/PIE.htc);
}

    .social img {
        width: 28px;
        float: right;
        margin-right: 6px;
    }





.ebulten {
    margin-bottom: 15px;
    position: relative;
    padding: 11px 0 10px 11px;
    background-color: #FFF;
    width: 201px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    behavior: url(../pie/PIE.htc);
    -webkit-box-shadow: #dbdbdb 2px 2px 0px;
    -moz-box-shadow: #dbdbdb 2px 2px 0px;
    box-shadow: #dbdbdb 2px 2px 0px;
}


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

.ebult {
    font-family: Tahoma, Geneva, sans-serif;
    margin: 10px 0 10px 0;
    font-size: 11px;
    color: #444444;
}

.subject {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 197px;
}


.subjectmodl {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 4px;
}

.button {
    background: url(../images/btn.png);
    width: 189px;
    height: 37px;
    margin-top: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;text-transform: uppercase;
}

    .button:hover {
        background: url(../images/btnh.png);
    }



/*explorer*/

*:first-child + html .ebulinp {
    padding-top: 10px;
    height: 27px;
}
/*7*/

.ie8 .ebulinp {
    padding-top: 10px;
    height: 27px;
}

/*explorer*/

.divline {
    width: 182px;
    height: 1px;
    background-color: #E7E7E7;
    margin-top: 7px;
}



.blogcont {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    color: #747474;
    text-align: justify;
    padding-bottom: 10px;
    margin-top: 10px;
    width: 189px;
    height: 31px;
    overflow: hidden;
}



.ebulten img {
    width: 190px;
    height: 106px;
}


/*pixatik*/

.modul {
    margin-bottom: 15px;
    font-size: 12px;
    position: relative;
    padding: 11px 0 10px 11px;
    background-color: #FFF;
    width: 201px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    behavior: url(../pie/PIE.htc);
    -webkit-box-shadow: #dbdbdb 2px 2px 0px;
    -moz-box-shadow: #dbdbdb 2px 2px 0px;
    box-shadow: #dbdbdb 2px 2px 0px;
}

    .modul p {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 11px;
        color: #696969;
        text-align: justify;
        padding-bottom: 10px;
        width: 189px;
    }

    .modul img {
        width: 189px;
    }



.anket {
    font-family: Tahoma, Geneva, sans-serif;
    text-decoration: none;
    font-size: 11px;
    color: #8F8E8E;
    line-height: 33px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}


    .anket li {
        list-style: none;
        border-bottom: solid 1px #EBEBEB;
        height: 33px;
        margin-left: 2px;
        width: 189px;
    }

        .anket li:last-child {
            border: none;
        }

    .anket span {
        float: right;
    }

.anksor {
 border-bottom: solid 1px #EBEBEB;
font-weight: bold;
text-overflow: ellipsis;
white-space: normal;
overflow: hidden;
display: block;
color: #5C5C5C;
width: 190px;
line-height: 16px;
padding-bottom: 7px;
}



#ankbutton {
    background: url(../images/littlebtn.png);
    width: 92px;
    height: 34px;
    margin-top: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    float: left;
    padding-top: 3px;
    text-align: center;
    margin-right: 7px;
}


    #ankbutton:hover {
        background: url(../images/littlebtnh.png);
    }

.anket a {
    color: #333;
    text-transform: uppercase;
    width: 187px;
    float: left;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

    .anket a:hover {
        color: #0098f7;
        background: url(../images/lefta.png) right no-repeat;
        text-transform: uppercase;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }


/*center*/

.modort {
    float: left;
    padding: 7px 10px 10px 10px;
    width: 500px;
    min-height: 165px;
    margin-bottom: 12px;
    margin-left: 15px;
    background-color: #FFF;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    behavior: url(../pie/PIE.htc);
    -webkit-box-shadow: #dbdbdb 2px 2px 0px;
    -moz-box-shadow: #dbdbdb 2px 2px 0px;
    box-shadow: #dbdbdb 2px 2px 0px;
}

.modsub {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #0098f7;
    text-transform: uppercase;
}

.modort p {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    color: #696969;
    text-align: justify;
    padding-bottom: 10px;
    margin-top: 5px;
    line-height: 15px;
}



.blgort {
    float: left;
    padding: 7px 10px 10px 10px;
    width: 232px;
    min-height: 165px;
    margin-bottom: 12px;
    margin-left: 15px;
    background-color: #FFF;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    behavior: url(../pie/PIE.htc);
    -webkit-box-shadow: #dbdbdb 2px 2px 0px;
    -moz-box-shadow: #dbdbdb 2px 2px 0px;
    box-shadow: #dbdbdb 2px 2px 0px;
}

.blgsub {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #0098f7;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.blgort p {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    float: left;
    color: #696969;
    text-align: justify;
    padding-bottom: 10px;
    margin-top: 5px;
    line-height: 15px;
    height: 38px;
    overflow: hidden;
}


.blgort img {
    float: left;
    width: 231px;
    height: 126px;
}





.footer {
    position: relative;
    width: 100%;
    min-height: 38px;
    background-color: #FFF;
    float: left;
    margin-top: 15px;
    border-top: 4px solid #2b2b2b;
}


.gnlfoot {
    position: relative;
    width: 980px;
    margin: auto;
}


.slider-bottom {
    float: left;
    width: 980px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}


.deneme {
    float: left;
    width: 100px;
    height: 100px;
}

/*altslider*/

.alts {
    width: 889px;
    height: 106px;
    overflow: hidden;
    margin-left: 45px;
}

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

        .alts ul li {
            float: left;
            margin-right: 15px;
            width: 114px;
        }

            .alts ul li img {
                width: 114px;
                height: 74px;
            }


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

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

/*altslider*/



.copy {
    width: 980px;
    float: left;
    padding-top: 10px;
}


.cpry {
    font-family: Tahoma, Geneva, sans-serif;
    color: #929292;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}


.imza {
    float: right;
}



#leftad {
    width: 160px;
    height: 600px;
    position: absolute;
    right: 50%;
    margin-right: 501px;
    margin-top: 435px;
}



#rightad {
    width: 160px;
    height: 600px;
    position: absolute;
    left: 50%;
    margin-left: 501px;
    margin-top: 435px;
}



/* sol mnu*/



.slmn {
    font-family: Tahoma, Geneva, sans-serif;
    text-decoration: none;
    font-size: 11px;
    color: #8F8E8E;
    line-height: 33px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}


    .slmn li {
        list-style: none;
        border-bottom: solid 1px #EBEBEB;
        height: 33px;
        margin-left: 2px;
        width: 189px;
    }

        .slmn li:last-child {
            border: none;
        }


    .slmn a:hover {
        color: #0098f7;
        background: url(../images/lefta.png) right no-repeat;
        text-transform: uppercase;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }


    .slmn a {
        color: #333;
        text-transform: uppercase;
        width: 187px;
        float: left;
        text-transform: uppercase;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }



.outdiv {
    margin-bottom: 15px;
    float: left;
    position: relative;
    margin-right:15px;
    padding: 11px 0 10px 11px;
    background-color: #FFF;
    width: 201px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    behavior: url(../pie/PIE.htc);
    -webkit-box-shadow: #dbdbdb 2px 2px 0px;
    -moz-box-shadow: #dbdbdb 2px 2px 0px;
    box-shadow: #dbdbdb 2px 2px 0px;
}







.bslk {
    text-transform: uppercase;
    color: #0098f7;
    border-bottom: solid 1px #EBEBEB;
    width: 191px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.sgsbln {
    float: right;
    width: 250px;
    padding-bottom: 5px;
    margin-left: 12px;
    margin-top: 8px;
}

.solsbln {
    float: left;
    width: 250px;
    padding-bottom: 5px;
    margin-right: 12px;
    margin-top: 8px;
}

img.solsbln {
    width: 250px;
    height: 337px;
}

img.sgsbln {
    width: 250px;
    height: 337px;
}

img.ustsbln {
    width: 730px;
    height: 266px;
    margin-top: 6px;
}

img.katimages {
    width: 300px;
    height: 167px;
}




.katimages {
    float: right;
    width: 250px;
    padding-bottom: 5px;
    margin-left: 12px;
    margin-top: 8px;
}






.pages {
    float: left;
    padding: 7px 10px 10px 10px;
    width: 731px;
    min-height: 165px;
    margin-bottom: 12px;
   
    background-color: #FFF;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    behavior: url(../pie/PIE.htc);
    -webkit-box-shadow: #dbdbdb 2px 2px 0px;
    -moz-box-shadow: #dbdbdb 2px 2px 0px;
    box-shadow: #dbdbdb 2px 2px 0px;
}

.pagesub {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #0098f7;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pages p {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    color: #696969;
    text-align: justify;
    padding-bottom: 10px;
    margin-top: 5px;
    line-height: 15px;
}


.kategori {
    margin-bottom: 20px;
    position: relative;
    padding: 7px 0 10px 11px;
    background-color: #FFF;
    width: 201px;
    border: solid 1px #E6E6E6;
    float: left;
    margin-right: 13px;
    margin-left: 13px;
}

    .kategori img {
        width: 190px;
        height: 106px;
    }

 .modort img{ max-width:920px}
