body{background:url(../images/bg.png) repeat-x #e8e9eb;width:100%;font-family:tahoma;font-size:11px;}
a{text-decoration:none;color:#59b0db;}
a:hover{color:#2f91c1;}
.temizle{clear:both;}
.ortala{width:945px;margin-right:auto; margin-left:auto;}
.menuortala{width:820px;margin-right:auto; margin-left:auto;}
.ptb10
{
padding-top:10px;
padding-bottom:10px;
}
.harita
{
background:url(../images/harita.png) no-repeat transparent top center;
width:100%;
height:538px;
position:absolute;
z-index:-9999;
}
.logo
{
width:240px;
height:80px;
float:left;
}
#single-page p{ font-size:13px; line-height:19px;}
.aramafield{ margin: 5px 0 0 28px; width: 127px; background: none; border: none; outline: none;}
.aramabutton{ cursor:pointer; background: none;}
.dil-seciniz
{
background:url(../images/dil-seciniz.png) no-repeat transparent;
width:220px;
height:91px;
float:left;
margin-left:30px;
}
.diller
{
margin-top:55px;
margin-left:95px;
}
.diller img
{
margin-right:5px;
}
.ust-sag
{
float:right;
}
.ust-linkler
{
float:right;
}
.ust-linkler img
{
margin-left:5px;
}
.arama
{
background:url(../images/arama-kutusu.png) no-repeat transparent;
width:208px;
height:29px;
margin-top:30px;
-moz-box-shadow: 0 0 5px #dedede;
-webkit-box-shadow: 0 0 5px #dedede;
box-shadow: 0 0 5px #dedede;
border-radius:5px;
}
.menu
{
background:url(../images/menu.png) no-repeat transparent top center;
height:95px;
width:821px;
margin-top:10px;
font:19px 'MyriadPro-Condensed';
margin-left:65px;
}
.menu .bizden-haberler{width:320px;font:13px arial;float:right;margin-top:14px;margin-right:31px;color:#e7e7e7; height:16px}
.menu ul li {padding: 6px 20px; float: left; margin: 15px 10px 0 ; width: 83px; text-align: center;}
.menu ul li a{color: #333;}
.menu ul li:hover{background: url(../images/menu-hover.png) no-repeat; height: 39px;}
.menu ul li:hover a{color: #fff;}

.manset
{
width:992px;
height:378px;
background:url(../images/manset-arka.png) no-repeat;
margin-left:-23px;
}
.blogdan-konular
{
background:url(../images/blog-arka.png) no-repeat;
width:955px;
min-height:275px;
overflow:hidden;
}
#single-page{
	background:#E8E9EB;}
.blogdan-konular ul li
{
width:470px;
height:110px;
float:left;
margin-bottom:40px;
margin-right:15px;
}
.blogdan-konular ul li:nth-child(even)
{
margin-right:0px;
}
.blogdan-konular ul li img
{
width:178px;
height:108px;
float:left;
margin-left:3px;
border-radius:5px;
border:1px solid #fff;
padding:1px;
}
.single-h{color:#000;font:18px 'Avalon Plain'; margin-bottom:10px;}
.resim-golge
{
background:url(../images/resim-golge.png) no-repeat transparent;
position:absolute;
width:180px;
height:10px;
margin-top:108px;
margin-left:5px;
}
.blogdan-konular ul li .tarih
{
width:280px;
margin-top:5px;
margin-bottom:5px;
}
.blogdan-konular ul li .tarih a
{
width:280px;
color:#2781ba;
}
.blogdan-konular ul li .yazi h2 a
{
color:#000;
font:18px 'Avalon Plain';
}
.blogdan-konular ul li .yazi
{
width:280px;
height:108px;
float:right;
color:#545454;
line-height:17px;
}
.blogdan-konular ul li .yazi a
{
color:#2781ba;
}
.duyurular
{
background: #fcfcfc; /* Old browsers */
background: -moz-linear-gradient(top,  #fcfcfc 0%, #f3f3f3 60%, #e9e9e9 61%, #d8d8d8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(60%,#f3f3f3), color-stop(61%,#e9e9e9), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f3f3f3 60%,#e9e9e9 61%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcfcfc 0%,#f3f3f3 60%,#e9e9e9 61%,#d8d8d8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcfcfc 0%,#f3f3f3 60%,#e9e9e9 61%,#d8d8d8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fcfcfc 0%,#f3f3f3 60%,#e9e9e9 61%,#d8d8d8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
width:925px;
border-radius:5px;
-moz-box-shadow: 0 0 5px #dedede;
-webkit-box-shadow: 0 0 5px #dedede;
box-shadow: 0 0 5px #dedede;
margin-bottom:15px;
padding:10px;
}
.duyurular span
{
font:18px 'MyriadPro-Condensed';
}
.hakkimizda
{
width:945px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
border-radius:5px;
-webkit-box-shadow:  0px 5px 25px 0px #d4d5d6;
box-shadow:  0px 5px 25px 0px #d4d5d6;
}
.hakkimizda-icerik
{
padding-top:5px;
padding-bottom:5px;
}
.hakkimizda h3{
font:20px 'Blue Highway';
line-height:39px;
margin-top:10px;
background:url(../images/blog-baslik.png) no-repeat transparent;
width:945px;
color:#fff;
border-radius:5px;
}
.hakkimizda-icerik span
{
font:13px 'Tahoma';
width:200px;
display:block;
width:770px;
margin-left:5px;
float:left;
text-align:justify;
line-height:20px;
color:#545454;
}
.hakkimizda-icerik span a
{
color:#46354d;
font:11px 'MyriadPro-Bold';
}
.hakkimizda-icerik img
{
float:right;
margin-right:5px;
width:150px;
height:150px;
border-radius:5px;
-webkit-box-shadow:  0px 5px 25px 0px #d4d5d6;
box-shadow:  0px 5px 25px 0px #d4d5d6;
}
.footer
{
background:#343434;
color:#fff;
line-height:15px;
height:80px;
border-top:1px solid #fff;
padding-top:25px;
}
.left
{
float:left;
}
.right
{
float:right;
}
.adres 
{

}
.adres span
{
color:#59b0db;
font-weight:bold;
}
.f-linkler
{
text-align:center;
}
ul.menuf
{
width:945px;
}
ul.menuf li 
{
margin-left:20px;
display:inline;
text-align:center;
font:22px 'MyriadPro-Condensed';
color:#b0b4b5;
}
ul.menuf li a
{
color:#b0b4b5;
}
ul.menuf li a:hover
{
color:#fff;
}