@charset "utf-8";
body {
	background: url(../images/bg.jpg) center center no-repeat fixed;
}
#body {
	width: 1000px;
	margin: 0px auto;
	padding: 0;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	box-shadow: 0 0 5px #666;
	margin-bottom: 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
/* 
	Header
 =======================================================================================================================================================================*/
#header {
	height: 150px;
	background: url(../images/menu_bg.png) repeat-x;
	position: relative;
}
#header .logo {
	position: absolute;
	top: 30px;
	left: 30px;
}
#header .iletisim {
	position: absolute;
	top: 40px;
	right: 10px;
}
/* 
	Header > Menu
 =========================================================================*/
#header .menu_wrapper {
	position: absolute;
	bottom: 8px;
	left: 10px;
}
#header .menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
#header .menu li {
	padding: 0;
	margin: 0;
	display: inline-block;
}
#header .menu a {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 8px 15px;
	border: 1px solid #d5dfe1;
	border-bottom: 1px solid #d5dfe1;
	color: #003056;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	background: url(../images/menu_bg.png);
	outline: none;
}
#header .menu a:hover {
	color: #04518c;
}
#header .menu .user {
	color: #004227 !important;
}
#header .menu .user:hover {
	color: #03832e !important;
}
#header .menu .active {
	border-bottom: 1px solid #fff;
}
/* 
	Header > Login
 =========================================================================*/
#header .login_wrapper {
	position: absolute;
	bottom: 4px;
	right: 10px;
}
#header .login {
	padding: 0;
	margin: 0;
	list-style: none;
}
#header .login li {
	padding: 0;
	margin: 0;
	display: inline-block;
}
#header .login a {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 8px 15px 4px 3px;
	border: 1px solid #d5dfe1;
	border-bottom: 1px solid #d5dfe1;
	color: #a90112;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	background: url(../images/menu_bg.png);
	outline: none;
}
#header .login a img {
	vertical-align: bottom;
}
#header .login a:hover {
	color: #ff0707;
}
/*
	Content
 =======================================================================================================================================================================*/
#content {
	vertical-align: top;
	padding: 10px 0;
}
/* 
	Footer
 =======================================================================================================================================================================*/
#footer {
	background: #171111;
	padding: 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #DDDCDC;
	text-align:center;
}
#footer a {
	color: #DDDCDC;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
#footer .grid4 {
	width: 230px;
	display: inline-block;

}
#footer .end {
}
.clear {
	clear: both;
}
.submit {
	background-image:none !important;
	background: #F30 !important;
	color: #FFF !important;
	margin: 5px !important;
	padding: 5px 10px !important;
	border-radius:5px !important;
	width:80%;
	display:block;
}

a{outline:none;}

.baslik{
	display: block;
}