body {
	 
	padding: 0;
margin: 0 auto;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
.contanier {
	margin: 0 auto;
	width: 970px;
	text-align: left;
}
#header_background {
	background:#e9f9ff;
	height: 300px;
	width: 100%;
	z-index: 1;
	position: absolute;
}
#logo a {
	width: 330px;
	height: 129px;
	display: block;
	background: url(../images/logo.png);
	z-index: 2;
	position: absolute;
}
#header {
	height: 150px;
}
.menu-menu-container { 
  background: #1c91d4;
color:White;
margin: 60px 0 0 400px;
	float: left;
	 padding-right: 0;
	height: 40px;
	width: 570px;
	position: absolute;
	z-index: 9999;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
} 

/* Remove underlines for all anchor tags in .menu-menu-container */
.menu-menu-container a { 
	text-decoration: none; 
}

/* Remove bullets for all ul tags in .menu-menu-container */
.menu-menu-container ul { 
	list-style-type: none;
	margin:0;
	padding: 0;
}
.line {
	height: 32px;
	background: White;
	width: 1px;
	margin-top: 4px;
}
/* Styling for menubar */
ul.dropdown { 
	margin-left: 20px;
 
}

ul.dropdown li { 
	float: left;
	line-height: 40px;
}

ul.dropdown a:hover { 
	color: #fff; 
}

ul.dropdown a:active { 
	color: #fff; 
}

ul.dropdown li a { 
	color:White;
	display: block;
	text-decoration: none;
	padding: 0 14px; 
}

ul.dropdown li:last-child a { 
	border-right: none; 
}

ul.dropdown li.hover,  /* Add hover class in JQuery so it works in IE */
ul.dropdown li:hover { 
	background: #08446a;
	 
	position: relative; 
}

ul.dropdown li.hover a { 
	color: fff; 
}

ul.dropdown ul li:hover { 
background: #1170ab;
}
/* First Drop Down Styling */
ul.dropdown ul { 
	width: 300px; 
	visibility: hidden; 
	font-size: 14px;
	position: absolute; 
	top: 100%; /* Sets top to the bottom of the containing box */
	left: 0; /* Sets left equal to the containing box */
}

ul.dropdown ul li { 
	 
	background: #08446a;
	 
	float: none; 
}
									  
/* IE Needs Inline Block */
ul.dropdown ul li a { 
	border-right: none; 
	width: 100%; /* Width depends on the size of containing block */
	display: inline-block; 
} 

/* Second Drop Down Styling */
ul.dropdown ul ul { 
	left: 100%; /* Positions item to the right of containing block */
	top: 0; /* Sets top to the top of the containing box */
	background: #bf2231;
}

/* Set styling for all uls that are children of li */
ul.dropdown li:hover > ul { 
	visibility: visible; 
}
.haberler {
	background: url(../images/haber_back.png);
	width: 358px;
	height: 96px;
}
.haber_oval {
	margin: 5px 6px;
	float: left;
}
.haber_title {
	
	font-size: 12px;
	padding-top: 10px;

}
.haber_title a{
	color: #003e58;
	text-decoration: none;
}
.haber_title a:hover{
	text-decoration: underline;
}
.haber_desc {
	font-size: 11px;
	color: #010101;
}
.white_big {
	color:#FFF;
	font-size: 18px;
	margin: 6px 30px;
}
#haber {
	float: left;
}
#tunali_desc {
	background: White;
	width: 570px;
	font-size: 12px;
	float: left;
	padding: 10px;
	margin-left: 20px;
	color:#003d55;
/* Fallback for web browsers that doesn't support RGBa */
		background: rgb(255, 255, 255);
	 
		background: rgba(255, 255, 255, 0.3);
		/* For IE 5.5 - 7*/
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF);
		/* For IE 8*/
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF)";

}
#tunalicavus {
	float: left;
}
a.son_proje { 
	width: 570px;
	height: 24px;
	line-height: 24px;

	text-transform:uppercase;

	margin: 6px 0 0 20px;
	background: #00628c; 
	padding: 0 10px;
	color: #FFF; 
	font-size: 12px;
	text-decoration: none; 
	display: block;
	float: left;
		-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; }
a.son_proje:hover {  background: White;
	 color: #00628c;}
#proje_son {
	width: 400px;
	 float: left;

}
#sponsor_sol {
	width: 7px;
	height: 88px;
	background: url(../images/sponsor_sol.png);
	float: left;
}
#sponsor_sag {
	width: 7px;
	height: 88px;
	background: url(../images/sponsor_sag.png);
	float: left;
}
#footer {
	width: 100%;
	background: #baecff;
	height: 66px;
	margin: 20px 0  50px 0;

}
#footer_logo a{
	width: 204px;
	height: 204px;
	background: url(../images/footer_logo.png);
	display: block;
	position: absolute;
	 
}
#footer_text {
		color: #003b53;
	font-size: 13px;
	margin: 14px 0 0 300px;
	display: block;
	position: absolute;
}
	a.proje_list { 
	width: 950px;
	height: 32px;
	line-height: 32px;

	text-transform:uppercase;

	margin: 10px 0;
	background: #00628c; 
	padding: 0 10px;
	color: #FFF; 
	font-size: 14px;
	text-decoration: none; 
	display: block;
	float: left;
		-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; }
a.proje_list:hover {  background: White;
	 color: #00628c;}
	 #redo a{
	 	background:url(../images/creative_by_redo.png);
	 	width:235px; 
	 	height:76px; 
	 	 float: right;
	 	 margin-top: 20px;
	 	 padding: 0;
bottom: 0px;
border: 0;
right: 0px;

	 }
