
/* CSS RESET ------------------- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td 
{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; text-decoration:none; }
 
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

:focus, a:focus, a:active{ outline: 0; }

ins{ text-decoration: none; }
del{ text-decoration: line-through; }
.container2{
	width: 1024px;
	height: 1024px;
}

.kapsama:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.kapsama { display: inline-block; }
* html .kapsama { height: 1%; }
.kapsama { display: block; }
/* CSS RESET SON --------------- */

/* GENEL TANIMLAR -------------- */
body{ background-color:#FBFBFB; font:15px Tahoma, Geneva, sans-serif; color:#333; }
p{ padding:5px 0; }

.degisme, .degisme *{
/* Transition */
-webkit-transition:  all 0.5s ease-in-out;
-moz-transition:  all 0.5s ease-in-out;
-o-transition:  all 0.5s ease-in-out;
-ms-transition:  all 0.5s ease-in-out;
transition:  all 0.5s ease-in-out; }

h1{ font-size:24px; } h2{ font-size:22px; } h3{ font-size:20px; }
h4{ font-size:18px; } h5{ font-size:16px; } h6{ font-size:14px; }
h1, h2, h3, h4, h5, h6{ padding:5px 0; }

hr{ border:0; border-top:1px solid #999; border-bottom:1px solid #FFF; }

.baslik1, .baslik2, .baslik3{ font:20px Georgia, "Times New Roman", Times, serif; letter-spacing:1px;  }
.vurgu1, .vurgu2, .vurgu3{ font:16px "Trebuchet MS", Arial, Helvetica, sans-serif; }
.baslik1, .vurgu1{ color:#336A36; }
.baslik2, .vurgu2{ color:#C73105; }
.baslik3, .vurgu3{ color:#4970B6; }

.onemli{position:absolute; bottom:4px; right:4px; left:4px; padding:5px 8px; border:1px solid #999; 
font:16px 'Open Sans', sans-serif; font-weight:400; color:#FFF; background-color:#ef6c47; text-align:center; }

.uyari{ 
position:absolute; height:22px; top:-37px; right:28px; left:28px; opacity:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:center; 
padding-top:11px; background-color:LightYellow; border:1px solid #BBB; letter-spacing:1px; }
/* GENEL TANIMLAR SON ---------- */

/* UST BOLGE ------------------- */
#ustBolge{ width:100%; }
  
  #aytamLogo{ width:100%; height:125px; padding:10px 0; }
    .logoIcerik{ width:750px; position:absolute; left:50%; margin-left:-420px; background:url(../images/aytamLogo.png) no-repeat; }
	.logoYazi{
	padding: 110px 0 0 205px;
	font: 21px 'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	color: #555;
}

  /* MENU BOLUMU ----------------- */
  #Menu, .menuIcerik, .menuSol, .menuOrta, .menuSag{ height:100px; }
  #Menu{ width:100%; background:url(../images/menuTekrar.png) bottom repeat-x; }
    .menuIcerik{ width:1000px; position:absolute; left:50%; margin-left:-500px; }
	  .menuSol, .menuOrta, .menuSag{ float:left; }
	  .menuSol, .menuSag{ width:36px; }
	  .menuSol{ background:url(../images/menuSol.png) bottom no-repeat; }
	  .menuOrta{ width:928px; background:url(../images/menuOrta.png) bottom repeat-x; }
	    
		.menuList{ 
		height:100px; list-style:none; }
		.menuList li{ float:left; height:100%; }
		.menuLink{ 
		display:block; text-shadow:0 2px 1px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
		font:18px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#666; text-decoration:none; }
		.menuLink:first-letter{ font-size:22px; }
		/*.menuLink, x:-moz-any-link, x:default{ margin-right:-20px; }*/
		.menuLink:focus{ border-bottom:3px solid #EEE; }
		.menuAyir{ width:5px; margin:0 25px; background:url(../images/menuAyir.png) bottom no-repeat; }
		.mn1-hover, .mn2-hover, .mn3-hover, .mn4-hover, .mn5-hover{
	height: 58px;
	opacity: 0;
}
.mn6-hover{
	height: 45px;
	opacity: 0;
}
	    .mn1{ background:url(../images/mn1.png) top left no-repeat; margin-left:28px; }
		.mn1-hover{ background:url(../images/mn1-hover.png) left no-repeat; }
		.mn2{ background:url(../images/mn2.png) top left no-repeat; }
		.mn2-hover{ background:url(../images/mn2-hover.png) left no-repeat; }
		.mn4{ background:url(../images/mn4.png) top left no-repeat; }
		.mn4-hover{ background:url(../images/mn4-hover.png) left no-repeat; }
		.mn5{ background:url(../images/mn5.png) top left no-repeat; }
		.mn5-hover{ background:url(../images/mn5-hover.png) left no-repeat; }
		.mn6{ background:url(../images/mn6.png) top left no-repeat; }
		.mn6-hover{ background:url(../images/mn6-hover.png) left no-repeat; }
	  
	  .menuSag{ background:url(../images/menuSag.png) bottom no-repeat; }
	  
  /* MENU BOLUMU SON ------------- */

/* UST BOLGE SON --------------- */

/* ORTA BOLGE ------------------ */

#ortaBolge{ width:100%; }
  
  .merkezD, .dIBas, .dIBas span, .iKTableBas div{ 
  /* Transparent Border */
  -moz-background-clip: padding;     /* Firefox 3.6 */
  -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
  background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */ }
  
  .merkezF{
	width: 400px;
	margin: 80px auto 20px;
	background: #000000 url(../images/ortaBolgeUst.png) top repeat-x;
	border: 2px solid rgba(255,255,255,0.65);
	border-bottom: 0;
	/* Box Shadow */
	-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 8px 3px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 8px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 8px 3px rgba(0, 0, 0, 0.05);
	/* Border Radius */
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
}
  
  .merkezD{ 
  width:1000px; margin:30px auto 0; background:#FFF url(../images/ortaBolgeUst.png) top repeat-x; border:2px solid rgba(255,255,255,0.65); border-bottom:0;
  
  
  /* Box Shadow */
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 8px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 8px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 8px 3px rgba(0, 0, 0, 0.05); 
  
  /* Border Radius */
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px; }
  
  .merkezI{ width:100%; height:100%; background:url(../images/ortaBolgeAlt.png) bottom repeat-x; position:relative; }
  
  .altTampon{ height:40px; clear:both; }
  
  #anaSutun{ width:750px; float:left; }
    .anaSIcerik{ margin:20px 10px 0; font-size:14px; }
	  .anaSIcerik p{ text-indent:20px; line-height:20px;}
	.hakkimizda p{ margin-bottom:10px; }
	.urunBas{ padding:25px 0; text-align:center; font:18px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#666; letter-spacing:1px; }
	  .indir{ padding:2px 4px; color:#555; border-bottom:1px solid #BBB; }
	  .indir:hover{ background-color:#F5F5F5; color:#000;
	  /* Transition */
-webkit-transition:  all 0.3s ease-in-out;
-moz-transition:  all 0.3s ease-in-out;
-o-transition:  all 0.3s ease-in-out;
-ms-transition:  all 0.3s ease-in-out;
transition:  all 0.3s ease-in-out; }
  
  #aSYazi{ margin:10px; padding:5px 10px; border-left:8px solid #F8F8F8; }
    #aSYazi a{ color:#666; border-bottom:1px solid #EEE; }
	#aSYazi a:hover{ color:#36C; border-bottom-color:#999;  }
  
  .dikkat{ text-align:center; 
  font:16px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#555; margin:40px 10px 0; padding:5px; border:1px solid #666; border-bottom-width:10px; }
  
  #aselDuyuru{ width:100%; margin:5px; }
    .duyuruIcerik{ float:left; margin:0 5px; width:235px; border:1px solid #555; }
	  .dIBas{ color:#FFF; border:1px solid rgba(255,255,255,0.60); }
	    .dIBas span{ 
		display:block; text-align:center; margin:30px 3px; padding:5px; background-color:rgba(0,0,0,0.5); border:1px solid #000; text-shadow:0 1px 1px rgba(0,0,0,0.5);
		/* Box Shadow */
		-moz-box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.6);
        -webkit-box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.6); }
	  .dIGovde{ padding:5px 8px; font-size:14px; background-color:#FFF; border-top:1px solid #777; line-height:20px; text-indent:10px; }
	  
  .refBaslik{ 
  padding:25px 0; font:18px "Trebuchet MS", Arial, Helvetica, sans-serif; letter-spacing:3px; color:#666; text-align:center; text-decoration:underline; }
  
    .refATable span{ border-bottom:3px solid #999; padding:1px 0; margin:0 4px; display:inline-block; font-size:15px; }
	.refATable img{ float:right; margin:5px; border:1px solid #666; }
    .refATable, .refTTable{ border-collapse:collapse; }
    .refATable td, .refTTable td{ border:1px solid #AAA; padding:5px; font-size:14px; }
	
  .iletisimTable{ margin:20px 0; }
	.iletisimTable td{ padding:3px; }
	.iletisimSol{ text-align:right; font-weight:bold; font-size:14px; color:#666; }

  .iKForm{ margin:20px auto; width:75%; }
  
  .iKTable{ margin:15px auto;}
    .iKTable td{ padding:3px 5px; text-align:right; }
    .iKTable textarea{ height:100px; resize:none; }
    .iKTable input, .iKTable textarea{ width:250px; padding:3px; background-color:#FDFDFD;
	/* Border Radius */
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
	
	.iKTable input, .iKTable textarea, .iKTable button{ border:2px solid #FFF;
	/* Box Shadow */
	-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5); }
	
	
	.iKTable input:hover, .iKTable textarea:hover, .iKTable button:hover, .iKTable input:focus, .iKTable textarea:focus, .iKTable button:focus{ 
	/* Box Shadow */
	-moz-box-shadow: 0 0 0 1px #4970B6, 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 1px #4970B6, 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px #4970B6, 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
	background-color:#FFF; }
	
	input.btn{ 
	width:102px; margin:5px; padding:5px; background-color:#FFF; cursor:pointer; font-size:14px; color:#039;
	/* Border Radius */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	/* Background Gradient */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.05))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 50%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d000000',GradientType=0 ); /* IE6-8 */ }
	input.btn:hover{ color:#444;
	/* Background Gradient */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(left,  rgba(0,0,0,0.05) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(50%,rgba(0,0,0,0.05)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.05) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0.05) 50%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0.05) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0.05) 50%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */ }
	
  .iKFormBas{ background-color:#486FB7; font-family:Georgia, "Times New Roman", Times, serif; color:#FFF; font-size:18px; text-align:center; border:2px solid #FFF; }
    .iKFormBas span{ display:block; padding:10px 0; border:2px solid rgba(0,0,0,0.2); text-shadow:0 -1px 1px rgba(0,0,0,0.8);  }

/* ORTA BOLGE SON -------------- */

/* EK SUTUN -------------------- */
#ekSutun{ float:right; width:250px; }
  
  .sutunIcerik, .sIBas{ 
  /* Border Radius */
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px; }
  
  .sutunIcerik{ 
  margin:10px; border:1px solid #888; position:relative;
  /* Box Shadow */
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5); }
  
  .sIBas, .sIGovde{ padding:10px 8px; }
  
  .sIBas{ 
  font:17px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#777; text-align:center; text-shadow:0 2px 0 #FFF; display:block; 
  /* Background Gradient */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1a000000',GradientType=0 ); /* IE6-8 */
background-color:#FFF; }
  
  .sIGovde{ 
  font-size:14px; border-top:1px solid #777; padding-bottom:45px;
  /* Background Gradient */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 25%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(25%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 25%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 25%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 25%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 25%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */

background-color:#FBFBFB; }
.sIBas, .sIGovde { filter: none\9 }

  .sIBas:hover{ color:#000; border-bottom-color:#999 !important; }
  /*.sutunIcerik:hover .sIBas{  }*/
  .sutunIcerik, .sIBas, .sIGovde a{ 
  /* Transition */
-webkit-transition:  all 0.3s ease-in-out;
-moz-transition:  all 0.3s ease-in-out;
-o-transition:  all 0.3s ease-in-out;
-ms-transition:  all 0.3s ease-in-out;
transition:  all 0.3s ease-in-out; }
  
/* EK SUTUN SON ---------------- */

/* ALT BOLGE ------------------- */
#altBolge{ width:1006px; height:55px; margin:0 auto 30px; }
  .altSol, .altOrta, .altSag{ float:left; height:100%; }
  .altSol, .altSag{ width:80px; }
  .altSol{ background-image:url(../images/altBolgeSol.png); }
  .altOrta{ width:846px; background:url(../images/altBolgeOrta.png) repeat-x; }
    .altYazi{ display:block; margin-top:11px; font:14px 'Open Sans', sans-serif; text-align:center; font-style:italic; }
	  .altYazi strong{ font-weight:700; color:#777; font-style:normal; }
  .altSag{ background-image:url(../images/altBolgeSag.png);}
/* ALT BOLGE SON --------------- */
