
body
{
background-color:white;
margin:0;
padding:0;
font-family:'Cabin',Tahoma;
}
#header
{
	background-image:url("../../../img/headerbg.png");
	background-repeat:repeat-x;
	width:100%;
	height:80px;
	margin:0;
	position:relative;
	z-index:2;
}
#header_ic
{
	width:1170px;
	height:100%;
	margin:auto;
}
#header_ic_logo
{
	padding-top:20px;
	padding-left:10px;
	width:260px;
	height:60px;
	float:left;
	cursor:hand;
}
#header_ic_menu
{
	width:900px;
	height:100%;
	float:left;
}
#nav
{
	padding:0;
	margin:0;
	cursor:hand;
	list-style:none;
	padding-top:32px;
	float:right;
	font-size:16px;
	padding-right:20px;
	
}
#nav li
{
	display:inline;
	position:relative;
}

#nav li:hover ul {
	display: block;
}


#nav li a
{
	text-decoration:none;
	color:#00555e;
	padding:15px;
}


#nav li a:hover
{
	color:#61af41;
}

.nav1
{
	display:none;
	position:absolute;
	background-color:white;
	border:1px solid darkgray;
	border-radius:3px;
	padding:0;
	min-width:200px;
	top:25px;
	left:-60px;
	padding-bottom:35px;
}
.nav2
{
	display:none;
	position:absolute;
	background-color:white;
	border:1px solid darkgray;
	border-radius:3px;
	padding:0;
	min-width:200px;
	top:25px;
	left:-65px;
	padding-bottom:35px;
}

.nav3
{
	display:none;
	position:absolute;
	background-color:white;
	border:1px solid darkgray;
	border-radius:3px;
	padding:0;
	min-width:425px;
	top:25px;
	left:-160px;
	padding-bottom:35px;
}


.nav_span
{
	 display:inline-block;
	 width:195px;
	 margin-right:5px;
	 padding:7px 5px;
	 border-bottom:1px solid darkgray;
	 font-size:14px;
}


	/*burada container başladı*/
	
#container
{
	margin:0;
	position:relative;
	width:100%;
	z-index:1;
	min-height:auto;
	background:url("../../../img/sayfalarbg.png");
	background-repeat:repeat-x;
	height:auto;
}

#container_ic
{
	width:1150px;
	min-height:550px;
	margin:auto;
	padding:25px 10px 25px 9px;
	height:auto;
	
}
#container_ic_sol
{
	width:793px;
	min-height:550px;
	float:left;
	border:1px solid #0e1223;
	border-radius:3px;
	
}
#container_ic:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#container_ic_sol_img
{
	width:793px;
	height:200px;
}
.img_ust
{
	width:793px;
	height:200px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	
}

#container_ic_sol_mtn
{
	width:773px;
	min-height:330px;
	padding:10px;
	color:#0e1223;
	height:auto;
}

#container_ic_sag
{
	width:325px;
	height:170px;
	float:right;
	background:#0e1223;
	border-radius:5px;
	color:white;
	padding:20px 10px 20px 10px;
}
#container_ic_sag_alt
{
	width:325px;
	height:220px;
	float:right;
	background:#0e1223;
	border-radius:5px;
	color:white;
	padding:20px 10px 20px 10px;
	margin-top:20px;
}
.sayfaaktif
{
	width:25px;height:25px;
	background:red;
	float:left;
	margin:0;
	padding:0;
	
}
.basliklar_span
{
	font-size:20px;
}
.icerik_span
{
	font-size:14px;
}
#container_ic_sag ul.footer_kurumsal li a
{
	text-decoration:none;
	font-size:18px;
	
}

	/*burada container bitti*/
	
	
	

/* --------------------Footer Burası*/

.footer
{
	width:100%;
	height:300px;
	background:#0e1223; 
	/* background-image:url("../img/footerbg.png");
	background-repeat:repeat-x; */
	
	
}

#footer_ic
{
	width:1150px;
	height:250px;
	margin:auto;
	padding:25px 10px 25px 10px;
	color:white;
}

.footer_divs
{
	width:265px;
	height:250px;
	float:left;
	padding-left:10px;
	
}

.footer_kurumsal
{
	list-style:none;
	padding:0;
	margin:0;
	
}
#footer_kurumsaldiv ul.footer_kurumsal li a, #footer_hizmetlerdiv ul.footer_kurumsal li a,#footer_urunlerdiv ul.footer_kurumsal li a
{
	text-decoration:none;
	color:white;
	
}

#footer_kurumsaldiv ul.footer_kurumsal li ,#footer_hizmetlerdiv ul.footer_kurumsal li, #footer_urunlerdiv ul.footer_kurumsal li
{
	padding-top:5px;
	cursor:hand;
}

.footer_list_baslik
{
	font-size:25px;
}

.footer_list_item
{
	color:lightgray;
}
.footer_list_item:hover
{
	color:white;
}
.sosyal_media
{
	width:30px;
	height:30px;
	cursor:hand;
	margin-left:8px;
	
}
/* --------------------Footer Burada bitti*/


