/* ========================================================
	Author     : İnfomedya Bilişim Teknolojileri Ltd. Şti.
	
	Author URL : http://www.infomedya.com.tr
   ======================================================== */
   
/* ================================== GLOBAL ================================== */
body {background:#DDD; font:12px tahoma; color:#767677; line-height:14px;}
a {text-decoration: none; color: #000;}
a:hover {text-decoration: none; color:#f00;}
a:active {background:none;}

/** Floating **/
.float-left {float:left}
.float-right {float:right}
.clear {clear: both}

h1 {font:22px tahoma; color:#B52327;}
p {margin:8px 0;}

/* ================================== CONTENT ================================== */
#container {width: 1001px; min-height:400px; margin: 30px auto 0; padding:0 0 140px 0; background:url(../../images/bg_body.jpg) top center no-repeat; position:relative;}
	#header {width: 1001px; height:110px; margin: 0 auto; background:url(../../images/bg_top.png) no-repeat; position:absolute; left:0; top:0;}
	#content {width:701px; min-height:400px; margin:0 auto; background:#E8E9EA; position:relative; top:55px; z-index:3; border:1px solid #cdcdcd; overflow:hidden;}
		.main_menu {width:535px; height:30px; margin:0 0 10px 0; padding:0 0 0 15px; list-style-type:none; background:url(../../images/bg_head.png) no-repeat;}
		.main_menu li {height:20px; float:left; margin:0 15px 0 0; padding:5px 0;}
		.main_menu li a {font:14px tahoma; color:#fff;}
		.main_menu li a.home {width:14px; height:15px; margin:2px 0 0 0; display:block; background:url(../../images/icon_home.png) no-repeat;}
		.main_menu li a:hover, .main_menu li a.active {color:#EDB022;}
		.index_block {width:100%; height:400px; background:url(../../images/logo.png) center center no-repeat; padding:0 0 50px 0;}
		ul.left_menu {list-style-type:none; position:absolute; top:200px; left:0;}
		ul.right_menu {list-style-type:none; position:absolute; top:200px; right:0;}
		ul.left_menu li {display:block; width:173px; height:20px; background:url(../../images/bg_menu.png) no-repeat; text-align:right; margin:0 0 20px 0; padding:2px 20px 2px 0;}
		ul.right_menu li {display:block; width:173px; height:20px; background:url(../../images/bg_menu.png) no-repeat; text-align:left; margin:0 0 20px 0; padding:2px 0 2px 20px;}
		ul.right_menu li a, ul.left_menu li a {color:#fff; font:17px arial;}
		ul.right_menu li a:hover, ul.left_menu li a:hover {color:#EDB022;} 
		ul.index_media {position:absolute; right:12px; bottom:25px; list-style-type:none;}
		ul.index_media li {float:left;  margin:0 10px 0 0;}
		ul.index_media li a {display:block;}
		ul.index_media li a.facebook {width:37px; height:38px; background:url(../../images/icon_facebook.png) no-repeat;}
		ul.index_media li a.twitter {width:38px; height:38px; background:url(../../images/icon_twitter.png) no-repeat;}
		
/** Sub Page **/		
		.logo2 {width:95px; height:101px; float:left; padding:10px;}
		.sub_block {width:550px; float:left; margin:0 0 0 25px; padding:20px 10px 35px 0; position:relative;}
		.iletisim_bilgileri {width:100%; font:19px tahoma; line-height:30px; margin:80px 0 0 20px; padding:0 0 75px 0; color:#222; background:url(../../images/bg_iletisim.png) left bottom no-repeat;}
		.t {background:url(../../images/t.png) left center no-repeat; padding:0 0 0 16px;}
		.f {background:url(../../images/f.png) left center no-repeat; padding:0 0 0 16px;}
		.e {background:url(../../images/e.png) left center no-repeat; padding:0 0 0 16px;}
		
		.post {margin:30px 0;}
		.post_title {font:22px arial; color:#A70F13; margin:0 0 10px 10px;}
		.post_desc {font:17px arial; color:#7D7D7D; margin:0 0 15px 10px;}
		
	#footer {width: 851px; height:45px; margin: 0 auto; padding:55px 0 0 150px; background:url(../../images/bg_bottom.png) no-repeat; margin: 0 auto; position:absolute; left:0; bottom:20px; color:#e7e7e7; font:11px tahoma;}
	

	
	#projNavMenu{position:relative;}

	#projNavMenu .submenu{display: none;
position: absolute;
top: 22px;
left: -5px;
width: 170px;
padding: 15px;
background: #861B1D;
z-index: 1;
border: 1px solid #861B1D;box-shadow: 0px 1px 5px 0px #861B1D;
border-radius: 10px;}
	#projNavMenu:hover .submenu{display:block;}