@charset "UTF-8";
/* CSS Document */
@import url("standart.css");

@font-face {
  font-family: swiss721thin;
  src: url(../font/swiss721thin.ttf) format("truetype");
}
@font-face {
  font-family: swiss721thin\0/;
  src: url(../font/swiss721thin.eot);
}

body {
	margin:0;
	padding:0;
	font-family: tahoma;
	font-size:14px;
	background: #000;
	color: #fff;
	background: #000 center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

/*Ana Hat*/

#logo {
	width:260px; height:260px;
	background: url("../resim/logo.png") no-repeat;
	display: block;
	position:absolute;
	margin-top: -144px;
	margin-left: 20px;
}

h1 {
	color: #fff;
	font-size: 20px;
	font-family: swiss721thin;
	margin:0 0 10px 5px;
	display: inline;
	font-weight: normal;
}
h2 {
	font-size: 22px;
	margin-bottom: 5px;
	color: #01b1f4;
	font-family: swiss721thin;
}
h3 {
	color:#fff;
	margin:0;
	padding:0px;
}


/*Menü*/
#menuTablo {
	width: 229px; height:430px;
	background: url("../resim/menu-bg.png");
	margin-top: 150px;
}
#menu {
	width:229px;
	position: relative;
	margin: auto;
	margin-top: 100px;
}

#menu li {
	height:23px;
	list-style: none;
	line-height: 23px;
	text-align: center;
	padding: 7px 0 7px 0;
}

#menu li:hover {
	background: url("../resim/menu-act.png");
	background-repeat:repeat-x;
	background-position: bottom;
}

#menu li a {
	font-size: 18px;
	color: #fff;
	font-family: swiss721thin;
}

#menu li a:hover {
	color: #70b9d1;
}

/*Genel*/
.baslikBg {
	width: 500px;
}

.baslikOn {
	width: 15px; height: 20px;
	background: url("../resim/b-on.png");
	display: inline-block;
	margin-left: -10px;
}
.baslikOn2 {
	width: 20px; height: 14px;
	background: url("../resim/b-on2.png");
	margin:auto;
	margin-top: -10px;
	margin-bottom: 5px;
}
.icerikBg {
	width:800px;
	min-height:350px;
	max-height:420px;
	background: url("../resim/menu-bg.png");
	padding: 10px 10px 20px 10px;
	overflow:auto;
	margin: auto;
	margin-left: 40px;
	margin-top:120px;
	-webkit-border-radius:0 15px 0 15px;
	-moz-border-radius:0 3px 0 3px;
	border-radius:0 15px 0 15px;
}

.hkImg {
	float: right;
	margin-left: 10px;
}

.refImg {
	width: 200px; height:96px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 5px 10px 5px;
}
/*Anasayfa*/

.hgBg {
	width: 305px; height: 305px;
	background: url("../resim/haber-bg.png");
}
.hgIcerik {
	width:260px; height:250px;
	margin: auto;
	margin-top: 50px;
	margin-left:25px;
	position: absolute;
	text-align: center;
	
}
/*Projeler*/

.projeBg {
	width: 180px; height: 150px;
	background: #0c151f;
	display:inline-block;
	padding: 7px;
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	margin: 0 7px 10px 7px;
	color: #fff;
}

.projeBg img {
	width: 180px; height:130px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 7px;
}

.projeIsim {
	width: 190px;
	text-align: center;
}

.proDetayImg {
	width: 210px; max-height:170px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 10px;
	margin-top:10px;
	float: left;
}

#galeriSlide img {
	width: 130px; height: 95px;
	margin: 10px 10px 0 10px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

/*Galeri*/
.galeri {
	width:150px; height:115px;
	margin: 0 5px 10px 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.galeri:hover {
	border-top: 2px solid #bd1609;
	border-bottom: 2px solid #bd1609;
}

/*Çalışma Arkadaşlarımız*/
.personelBg {
	width: 700px; height: 60px;

	text-align: left;
}

.personelBg tr {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	margin-top: 10px;
}

.personelBg img {
	width: 90px;
	margin-right: 10px;
	border: 1px solid #cccccc;
}

/*İletişim*/
#iletisimTablo th {
	text-align: left;
	font-weight: bold;
	width: 70px;
}

#iletisimTablo input {
	width: 200px; height:18px;
	border-radius:3px;
}

#iletisimTablo textarea {
	width: 200px; height:55px;
	border-radius:3px;
	border:1px solid #cccccc;
}

#iletisimTablo button {
	width:100px; height:27px;
	background: url("../resim/gonder-btn.png");
	border: 0;
	cursor: pointer;
	opacity:0.9;
	filter:alpha(opacity=90);
}

#iletisimTablo button:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

/*Footer*/
#fb {
	width: 50px; height: 50px;
	background:url("../resim/fb.png");
	display: block;
	float: left;
	margin-left: 65px;
	opacity:0.9;
	filter:alpha(opacity=90);
}

#fb:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
#tw {
	width: 50px; height: 50px;
	background:url("../resim/tw.png");
	display: block;
	margin-left: 115px;
	opacity:0.9;
	filter:alpha(opacity=90);
}

#tw:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.crBg {
	width:100%; height:60px;
	text-align: center;
	background: #000;
	padding-top: 7px;
}

.cr {
	font-size: 13px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	margin-top: 25px;
}

.progela {
	background: url("../resim/progela.png");
	width: 64px; height: 20px;
	display: block;
	margin:20px 135px 0 0;
	float: right;
}