@charset "utf-8";
/* CSS Document */

html {
		height: 100%;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
	}
	
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background:url(../image/bg.jpg) center fixed;
	background-size:cover;
	}

.dunya{
	position: absolute;
	width: 1200px;
	height: 600px;
	z-index: 1;
	top: 0px;
	right:0px;
	background:url(../image/dunya.png) center top no-repeat;
 }

.logo{
	width: 145px;
	height: 145px;
	position: absolute;
	left: 20px;
	top: 15px;
	z-index: 3;
	background:url(../image/logo.png) left bottom no-repeat;
 }
	
.sagalt{
	width: 470px;
	height: 100px;
	position: absolute;
	right: 50px;
	bottom: 15px;
	z-index: 6;
 }
	
.index_orta{
	width: 100%;
	height: 150px;
	position: absolute;
	bottom: 110px;
	text-align:center;
	z-index: 99;
 }
 
.menu_main{
	background:url(../image/menu_bg.png) top right no-repeat;
	width: 100%;
	height: 180px;
	position: absolute;
	top:0px;
	z-index: 99;
}

.menu li{
	list-style:none;
	float:right;
	margin-right:20px;
	margin-top:70px;
}

.menu li a{
	text-decoration:none;
	padding:10px 20px;
	background:#FFF;
	color:#C10808;
	font-size:14px;
	font-weight:bold;
	
	-webkit-border-radius:  10px 10px;
-moz-border-radius:  10px/10px;
border-radius:  10px/10px;
}

.menu li a:hover{
	background:#C10808;
	color:#FFF;
}

.menu li a.active{
	background:#C10808;
	color:#FFF;
}

.AnasayfaBox{
	width: 100%;
	overflow:hidden;
	position: absolute;
	top:250px;
	z-index: 999;
}

.AnasayfaBox ul{
	width:1170px;
	margin:auto;
}

.AnasayfaBox li{
	list-style:none;
	float:left;
	margin:0px;
	width:350px;
	height:350px;
	background:url(../image/cerceve.png) no-repeat;

-webkit-border-radius:  10px 10px;
-moz-border-radius:  10px/10px;
border-radius:  10px/10px;
}

.AnasayfaBox li img{
	width:305px;
	height:230px;
	margin:23px;
}

.AnasayfaBox li p{
	background:#AC8F36;
	color:#FFF;
	text-align:center;
	margin-top:-65px;
	margin-left:30px;
	padding:7px 15px;
	position:absolute;
	z-index:9999;
	-webkit-border-radius:  7px 7px;
-moz-border-radius:  7px/7px;
border-radius:  7px/7px;
}

.AnasayfaBox li a{
	text-decoration:none;
}

.AnasayfaBox li a:hover p{
	background:#C10808;
	color:#FFF;
}

.Main_BG{
	background:url(../image/main_bg.png) repeat;
	width:100%;
	overflow:hidden;
	padding:20px 0px;
	position:absolute;
	top:180px;
}

.Main_Main{
	text-align:justify;
	width:980px;
	overflow:hidden;
	padding:20px 0px;
	margin:auto;
}

.Main_Left{
	width:220px;
	overflow:hidden;
	margin-right:20px;
	float:left;
}

.Main_Left li{
	margin-bottom:10px;
}

.Main_Right{
	width:730px;
	overflow:hidden;
	float:right;
}

.Main_Right li{
	list-style:none;
	width:215px;
	height:215px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.Main_Right li img{
	width:213px;
	height:213px;
	border:1px solid #CCC;
	
	-webkit-border-radius:  10px 10px;
-moz-border-radius:  10px/10px;
border-radius:  10px/10px;
}

.Main_Main h2{
	color:#C10808;
}

.textbox{
-webkit-border-radius:  10px 10px;
-moz-border-radius:  10px/10px;
border-radius:  10px/10px;
border:1px solid #999;
padding:5px;
}

.textarea{
	width:400px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
-webkit-border-radius:  10px 10px;
-moz-border-radius:  10px/10px;
border-radius:  10px/10px;
border:1px solid #999;
}

.Copyright{
	background:#C10808;
	color:#FFF;
	padding:10px 20px;
	width:100%;
	text-align:center;
}

.Copyright2{
	background:url(../image/main_bg.png) repeat;
	color:#C10808;
	padding:10px 0px;
	width:100%;
	text-align:center;
	position:absolute;
	bottom:20px;
	z-index:999;
}