/*Genel Tanimlamalar Bas*/
html, body {
	display: inline-block;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
body {
	color: #454545;
	font-family: 'Myriad Pro', 'Century Gothic', 'Lucida Sans Unicode', 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 14px;
}
input, textarea, select {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: 'Myriad Pro', 'Century Gothic', 'Lucida Sans Unicode', 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;;
	font-size: 13px;
	padding: 5px;
}
a {
	color: #454545;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#6491de;
}


.banner {
	position:relative !important;
	
}

.menubox {
	position:relative;
	height:431px;
}

.menubox2 {
	position:relative;
	height:32px;
}

.menu {
	width: 800px;
	height: 32px;
	position:absolute;
	top:0px;
	
	
	
}
.menu ul {
	float:left;
	
}
.menu ul li {
	text-decoration:none;
	float:left;
	padding-right:50px;
	font-weight:bold;
	color:#000;
	list-style:none;
	line-height:8px;
	
}
.menu ul li.active {
	color:#6491de;
		
}


.dilmenu {
	height: 32px;
	position:absolute;
	top:11px;
	
	text-decoration:none;
	padding-right:50px;
	right:0px;
	font-weight:bold;
	color:#000;
	width:30px;
	line-height:10px;
	
}