/**
* 	@author: Vehbi AKDOGAN
* 	@mail: mf.leqelyy@gmail.com || info@vehbiakdogan.com
* 	@website: vehbiakdogan.com
* 	@office: ajansorkestra.com
*/
*,body {
	padding:0;
	border:0;
	margin:0;
	font-weight: normal;
}
a,img {
	border:0;
	text-decoration:none;
}
ul {
	padding:0;
	margin:0;
}
ul li {
	list-style:none;
}
.temizle {
	clear:both;
}
.ortala {
	width:1000px;
	margin:0 auto;
}
header {
	width:100%;
	height: 140px;
	background: url('image/header_bg.jpg') repeat-x;
}
.text-center {
	text-align: center;
}
.sol {
	float: left;
	    margin-top: -35px;
}
.sag {
	float: right;
	    margin-top: -35px;
}
.baslik {
	margin-top:
}
ul.list li {
	float:left;    margin-left: 10px;
}
ul.list2 li {
	margin-left:10px;
}
footer {
	background: #641213;
	width:100%;
	margin-top:20px;
}
.footer-bg {
	background: url('image/footer_bg.png') no-repeat;
	width:100%;
	height: 51px;
}
.footer-bg a {
	float:left;
	width:24px;
	height: 24px;
	display:block;
	float:left;
	    margin-left: 5px;
    margin-top: 14px;
}
.footer-bg a:first-child {
	    margin-left: 33px;
}
 .bg{
 	background: url('image/baslik-bg.png') repeat-x;
 	height: 43px;
 	width: 0;
 	position: absolute;
 	left:0;
 	transition: .5s all linear;
 }
 ul.list li:hover {
 	-webkit-transform: scale(1.1);
 	-moz-transform: scale(1.1);
 	-ms-transform: scale(1.1);
 	-o-transform: scale(1.1);
 	transition: .3s all linear;
 }