﻿/* general reset */
*{margin:0;padding:0;}
html {
	height:100%;
	background:#bfc2c5 url(../../_images/bg-html.gif) repeat-x;
}
body {
	height:100%;
	margin:0;
	min-width:1000px;
	color:#767676;
	background: url(../../_images/bg-body.jpg) repeat-y 50% 0;
	font:11px/14px Arial, Helvetica, sans-serif;
}
a {color:#767676;}
a:hover {text-decoration:none;}
img {border:0;}
ul{list-style-type:none;}
input,
textarea,
select {
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
form {display:inline;}
/* page holder */
.page {
	min-height:100%;
	width:100%;
	overflow:hidden;
	background: url(../../_images/bg-page.jpg) no-repeat 50% 0 #c3c7ca;

}
* html .page {
	height:100%;
	overflow:visible;
}
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:inline-block;}
html[xmlns].clearfix{display:block;}
*html.clearfix{height:1%;}
/* wrapper */
#wrapper {
	width:1000px;
	margin:0 auto;
}
#wrapper:after,
#header:after,
#content:after,
#footer:after,
.top-bar:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}
/* header */
#header {
	width:100%;
	position:relative;
	z-index:10;
}
/* logo */
#header h1 {
	float:left;
	margin:0;
	padding:39px 0 0;
	width:114px;
	height:46px;
	overflow:hidden;
	text-indent:-9999px;
}
#header h1 a {
	display:block;
	width:100%;
	height:100%;
	background: url(../../_images/logo.png) no-repeat;
	cursor:pointer;
}
/* top navigation holder */
.top-nav {
	float:right;
	margin:0;
	padding:6px 0 29px;
	list-style:none;
	position:relative;
	z-index:10;
}
* html .top-nav {display:inline;}
.top-nav li {
	float:left;
	padding:0 8px 0 10px;
	background: url(../../_images/divider01.gif) no-repeat 0 60%;
	font-size:10px;
	line-height:23px;
}
.top-nav li:first-child {background-image:none;}
.top-nav a {
	float:left;
	color:#767676;
	text-decoration:none;
}
.top-nav a:hover {text-decoration:underline;}
/* drop */
.top-nav ul {
	display:none;
	position:absolute;
	top:23px;
	left:10px;
	width:69px;
	margin:0;
	padding:1px 0 0;
	list-style:none;
}
.top-nav li li {
	float:left;
	width:100%;
	padding:0 0 1px;
	background: url(../../_images/none.gif);
}
.top-nav li.lang {
	background: url(../../_images/none.gif);
	text-align:center;
	font-size:11px;
	line-height:23px;
	
}
.top-nav li.lang a {
	width:69px;
	color:#4677ab;
	background: url(../../_images/bg-item-on.png) no-repeat;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
}
.top-nav li.lang a:hover {text-decoration:none;}
#header .top-nav li li a {
	color:#09559d;
	background: url(../../_images/bg-item.png) no-repeat;
}
#header .top-nav li li a:hover {
	color:#4677ab;
	background: url(../../_images/bg-item-on.png) no-repeat;
	color:#fff;
	font-weight:bold;
}
.top-nav li:hover,
.top-nav li.hover {position:relative;}
.top-nav li:hover ul,
.top-nav li.hover ul {display:block;}
/* tool-bar */
.tool-bar {
	width:840px;
	display:block;
	clear:right;
	float:right;
	overflow:hidden;
}
* html .tool-bar {display:inline;}
.tool-bar .r,
.tool-bar .l {
	float:left;
	width:25px;
	height:38px;
	overflow:hidden;
	background: url(../../_images/bg-tool-bar-r.png) no-repeat;
}
.tool-bar .l {background: url(../../_images/bg-tool-bar-l.png) no-repeat;}
.tool-bar .c {
	width:790px;
	float:left;
	padding:3px 0 12px;
	background: url(../../_images/bg-tool-bar-c.png) repeat-x;
	line-height:23px;
}
.tool-bar .in {
	width:806px;
	position:relative;
	float:left;
	margin:0 -14px 0 0;
}
* html .tool-bar .in {display:inline;}
/* search form */
.form-search {
	float:right;
	width:96px;
	padding:0 0 0 12px;
	background: url(../../_images/bg-form-search.gif) no-repeat;
}
.form-search:after,
.nav:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}
.form-search .text {
	color:#fff;
	float:left;
	width:50px;
	margin:0;
	padding:5px 0 4px 9px;
	font-size:11px;
	line-height:14px;
	border:0;
	background:none;
}
.form-search .submit {
	float:right;
	width:36px;
	height:23px;
	overflow:hidden;
	background: url(../../_images/btn-search.gif) no-repeat;
	border:0;
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	cursor:pointer;
}
/* main navigation holder */
.nav {
	float:left;
	margin:0;
	padding:0 20px 0 0;
	list-style:none;
}
.nav li {
	float:left;
	padding:0 6px 0 7px;
	font-size:15px;
	line-height:23px;
}
.nav a {
	color:#fff;
	overflow:hidden;
	float:left;
	padding:0 10px;
	text-decoration:none;
}
.nav li.active a,
.nav a:hover {text-decoration:underline;}
/* main content */
#content {
	width:100%;
	min-height:400px;
	height:auto !important;
	height:400px;
}
/* boxes holder */
.boxes {
	width:1061px;
	overflow:hidden;
	margin:120px 0 0 -61px;
}
.box {
	display:inline-block;
	vertical-align:top;
	width:291px;
	margin:0 -3px 0 61px;
	padding:0 0 10px;
}
* html .box {
	display:inline;
	margin-right:0;
}
* +html .box {
	display:inline;
	margin-right:0;
}
/* gallery holder */
.gallery {
	position:relative;
	width:100%;
	overflow:hidden;
}
/* items */
.items {
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.items li {
	float:left;
	width:275px;
	padding:0 10px 0 6px;
}
/* tabset */
.tabset {
	width:275px;
	overflow:hidden;
	margin:0;
	padding:13px 10px 0 6px;
	list-style:none;
}
.tabset li {
	float:left;
	overflow:hidden;
	padding:0 0 5px;
}
.tabset a {
	display:block;
	width:10px;
	height:11px;
	padding:0 5px 0 0;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../../_images/bg-item-tabset.png) no-repeat;
	font-size:0;
	line-height:0;
	outline:none;
}
.tabset li.active a,
.tabset a:hover {background: url(../../_images/bg-item-tabset.png) no-repeat 0 100%;}
/* heading */
.heading {
	position:relative;
	margin:0 -10px 17px -6px;
	color:#767676;
	display:block;
	text-decoration:none;
	outline:none;
}
.heading strong {
	display:block;
	cursor:pointer;
	font-size:14px;
	line-height:16px;
	padding:0 0 9px;
}
.heading img {vertical-align:top;}
.heading:hover {
	text-decoration:none;
	border-color:#000;
}
.heading:hover strong {text-decoration:underline;}
.box h2 {
	color:#3b3939;
	margin:0 0 15px;
	font-size:12px;
	line-height:16px;
	min-height:50px;height:50px;
}
.box h2 a {
	color:#3b3939;
	text-decoration:none;
}
.box h2 a:hover {text-decoration:underline;}
.box p {margin:0;min-height:70px;height:auto !important;height:70px;}
/* footer holder */
#footer {
	position:relative;
	margin-top:20px;
	color:#423e3e;
	height:1%;
	padding:16px 100px 10px 5px;
	border-top:1px solid #c8caca;
	font-size:11px;
	line-height:14px;
}
#footer p {
	margin:0;
	height:1%;
	overflow:hidden;
}
#footer a {color:#423e3e;}
/* social links */
.social-links {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
.social-links li {
	position:relative;
	color:#7d7878;
	float:left;
	padding:0 0 0 4px;
}
.social-links span {margin:0 14px 0 0;}
.social-links img {vertical-align:top;}

#subContent{width:100%;padding:30px 0 20px 0;}
	#subContent h1{margin-bottom:50px;padding-left:10px;font-size:14px;color:#423e3e;background:url(../../_images/bullet.gif) no-repeat left center;}
		#subContent ul#subNavigation{float:left;display:block;width:200px;height:auto;padding:0;margin-right:25px;}
			#subContent ul#subNavigation li{display:block;}

				#subContent ul#subNavigation li a{display:block;width:190px;min-height:19px;height:auto !important;height:19px;padding-top:4px;padding-left:10px;margin-bottom:8px;font-size:11px;color:#767676;text-decoration:none;font-weight:bold;}
					#subContent ul#subNavigation li a:hover{text-decoration:underline;}
					#subContent ul#subNavigation li a.select{width:200px;color:#423e3e;background:url(../../_images/subNavSelect.png) no-repeat;}
					#subContent ul#subNavigation li a.select_2{width:auto;background:url(../../_images/subNavSelect_2.png) no-repeat right center;padding-right:10px;}
	#subContentBoxes{float:right;width:770px;_width:750px;overflow:hidden;}
		.subContentBox{float:left;display:block;width:345px;height:70px;margin-right:40px;_margin-right:30px;margin-bottom:10px;background:url(../../_images/SubLine.png) no-repeat left bottom;}
			.subContentBoxImage{float:left;width:145px;height:57px;}
			.subContentBoxContent{float:right;display:block;width:190px;}
				.subContentBoxContent h3{display:block;margin-top:15px;font-size:11px;font-weight:bold;color:#767676;}
					.subContentBoxContent a{text-decoration:none;color:#423e3e;font-weight:bold;}
					.subContentBoxContent a:hover{text-decoration:underline;}
	#subContentRight{float:right;width:770px;_width:750px;overflow:hidden;min-height:400px;height:auto !important;height:400px;}
		#subContentRightImage{display:block;width:637px;height:170px;}
			#subContentRightContent h3{display:block;margin-top:15px;font-size:11px;font-weight:bold;color:#767676;}
			#subContentRightContent a{text-decoration:none;color:#423e3e;font-weight:bold;}
	
	#map{position:relative;width:1000px;height:500px;}
	
		#map a{text-decoration:none;}
		#map a span{position:absolute;font:bold 16px Arial, Helvetica, sans-serif;}
		#map a:hover span{position:absolute;font-size:16px;font-weight:bold;color:#fff;}
		
		.kita_sec_tr{position:absolute;top:0;left:0;width:1000px;height:500px;background:url(../../_images/map/kita_sec.png) no-repeat center center;z-index:9999;outline:none;color:#464646;}
		.kita_sec_tr div{position:absolute;top:242px;left:430px;font-weight:bold;color:#484848;}
		a.kuzey_amerika_tr{position:absolute;top:0px;left:0px;width:481px;height:279px;background:url(../../_images/map/kuzey_amerika.png) no-repeat;outline:none;}
			a.kuzey_amerika_tr:hover{/*background:url(../../_images/map/kuzey_amerika_hover.png) no-repeat;*/}
			a.kuzey_amerika_tr span{top:130px;left:162px;color:#b2b2b2;}
			
		a.avrupa_tr{position:absolute;top:0px;left:440px;width:249px;height:209px;background:url(../../_images/map/avrupa.png) no-repeat;outline:none;z-index:2;}
			a.avrupa_tr:hover{background:url(../../_images/map/avrupa_hover.png) no-repeat;}
			a.avrupa_tr span{top:96px;left:135px;color:#616161;}
			
		a.asya_tr{position:absolute;top:2px;left:600px;width:379px;height:347px;background:url(../../_images/map/asya.png) no-repeat;outline:none;z-index:1;}
			a.asya_tr:hover{background:url(../../_images/map/asya_hover.png) no-repeat;}
			a.asya_tr span{top:127px;left:159px;color:#616161;}
			
		a.okyanusya_tr{position:absolute;top:307px;left:860px;width:180px;height:182px;background:url(../../_images/map/okyanusya.png) no-repeat;outline:none;}
			a.okyanusya_tr:hover{/*background:url(../../_images/map/okyanusya_hover.png) no-repeat;*/}
			a.okyanusya_tr span{top:91px;left:22px;color:#b2b2b2;}
			
		a.afrika_tr{position:absolute;top:158px;left:448px;width:255px;height:288px;background:url(../../_images/map/afrika.png) no-repeat;outline:none;}
			a.afrika_tr:hover{background:url(../../_images/map/afrika_hover.png) no-repeat;}
			a.afrika_tr span{top:100px;left:110px;color:#616161;}
			
		a.guney_amerika_tr{position:absolute;top:250px;left:260px;width:185px;height:275px;background:url(../../_images/map/guney_amerika.png) no-repeat;outline:none;}
			a.guney_amerika_tr:hover{/*background:url(../../_images/map/guney_amerika_hover.png) no-repeat;*/}
			a.guney_amerika_tr span{top:78px;left:51px;color:#b2b2b2;}
			
		#map_ulke{position:relative;width:565px;height:500px;float:left;margin-left:50px;margin-top:30px}
		#map_ulke span{position:absolute;top:225px;width:100%;text-align:center;color:#464646;font:bold 16px Arial, Helvetica, sans-serif;}
		#map_ulke_sag{width:200px;height:500px;float:left;margin-top:50px;}
			#map_ulke_sec{display:block;margin-bottom:10px;}
			#map_ulke_bilgi{width:425px;height:406px;float:left;overflow:hidden;}
				#map_ulke_bilgi_icerik{padding-right:40px;}
					.map_ulke_bilgi{height:auto;padding-bottom:10px;margin-bottom:10px;background:url(../../_images/b_line.png) no-repeat left bottom;}
						.map_ulke_bilgi h2{font:bold 12px Arial, Helvetica, sans-serif;color:#3b3939;margin-bottom:15px;}
						.map_ulke_bilgi p{margin-bottom:15px;}
						.map_ulke_bilgi strong{color:#000;font-weight:normal;}
		.drop_down{width:200px;padding:5px;background:transparent;background:#d9e3ed;border:0;font:bold 12px Arial, Helvetica, sans-serif;color:#27588d;}
		.ms-WPBody a:hover{text-decoration:none;}
		
		ul#siteMap{display:block;}
			ul#siteMap li{display:block;margin-bottom:5px;}
				ul#siteMap li a{display:block;outline:none;font-size:12px;text-decoration:none;outline:none;color:#FFF;}
		
		ul#siteMap li ul li{display:block;}
		ul#siteMap li ul li a{display:block;padding-left:10px;color:#FFF;/*background:url(../../_images/bullet.gif) no-repeat left center;*/}
		ul#siteMap li a.siteMapTitle{font-weight:bold;font-size:13px;}
		
		ul#siteMap li ul li ul{margin-top /*\**/: -13px\9 }
		
		#g_k{ color:#FFF;}
		#g_k h3{display:block;margin-bottom:15px;}
		#g_k p{display:block;margin-bottom:10px;font-size:11px;}
		
		#haber h3{color:#484848;font-size:12px;margin-bottom:5px;}
		#haber p{font-size:11px;color:#464646;}
		
		#g_k{width:765px;}
		
		.box #haberdetay{margin-top:-73px;}

	#fb-aero{position:absolute;width:90px;height:20px;overflow:hidden;right:0;right:-100px\9;right:-100px\0;top:15px;top:0\9;top:0\0;}
		
		
		
		
		
