@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
		font: 62.5%/2.2em Arial, Tahoma, Verdana,Helvetica, sans-serif;
		color: #15191c;
		background: #000 url(../images/bg_patterns.gif) repeat-x;
	}
	a{text-decoration: none;color: #fdd42e; outline:none;}
	.blocks { display:block;}
	a:hover{color: #ffffff;}
	.hide,hr{display: none;}
	strong{font-weight: bold;}
	

/* =LAYOUT - the main layout styles */
	/* for the rounded top */
	#maincontainer{
	width:902px;
	margin: 0 auto;
		}
	#containertop{
		position: absolute;
		width: 902px;
		margin: -20px auto 0 auto;
		height: 10px;
		font-size:0.1em;
		background:url(../images/container_top.png) left bottom no-repeat;
		border-bottom:10px solid #151515;
	}
	* html #containertop{behavior: url(stylesheets/iepngfix.htc);} /* to correct transparent png in IE */
	/* container */
	#container{
		width: 902px;
		margin: 44px auto 0 auto;
		background: #151515 url(../images/bg_container.png);
		padding-bottom:10px;
		position:relative;
	}

/* =HEADER */
	/* Logo and Site Title */
	h1{
		font-size: 50px;
		font-family:"Times New Roman", Times, serif;
		letter-spacing:2px;
		line-height:36px;
/*		text-transform: uppercase;*/
	}
	h1 .slog{
		color:#BB0000;
		font-size:14px;
		left: -140px;
		letter-spacing:4px;
		position:relative;
		text-transform:uppercase;
		top:20px;
	}
	h1 a,h1 a:hover{
		background:transparent url(../images/logo.gif) no-repeat scroll 0 0;
		color:#FFFFFF;
		display:block;
		height:55px;
		margin-left:18px;
		padding-left:80px;
		padding-top:35px;
		width:350px;
	}

/* =TOP NAVIGATION and SEARCH */
	/* top navigation */
	#navigation_wrapper{
		background:transparent url(../images/nav_bg.gif) repeat-x scroll 0 65px;
		float:right;
		height:102px;
		margin:-90px 81px 15px;
		_margin-right:40px;
		_width:465px;
		width:475px;
/*		height: 37px;
		width: 861px;
		margin:40px auto 10px;*/
	}
	#navigation{
		float: left;
		padding-left:10px;
		height: 102px;
		background: url(../images/navigation_left.gif) left bottom no-repeat;
	}
	.bg1{
	background: url(../images/01_d.png) 22px 10px scroll no-repeat;
	}
	.bg2{
	background: url(../images/02_d.png) 23px 10px scroll no-repeat;
	}
	.bg3{
	background: url(../images/03_d.png) 21px 10px scroll no-repeat;
	}
	.bg4{
	background: url(../images/04_d.png) 29px 10px scroll no-repeat;
	}
	.bg5{
	background: url(../images/05_d.png) 9px 10px scroll no-repeat;
	}
	#navigation li a.bg1:hover{
	background: url(../images/01.png) 22px 10px scroll no-repeat !important;
	}
	#navigation li a.bg2:hover{
	background: url(../images/02.png) 23px 10px scroll no-repeat !important;
	}
	#navigation li a.bg3:hover{
	background: url(../images/03.png) 21px 10px scroll no-repeat !important;
	}
	#navigation li a.bg4:hover{
	background: url(../images/04.png) 29px 10px scroll no-repeat !important;
	}
	#navigation li a.bg5:hover{
	background: url(../images/05.png) 9px 10px scroll no-repeat !important;
	}
	#navigation li{
		float: left;
	}
	#navigation li a{
		color:#777777;
		float:left;
		font-family:"Times New Roman", Times, serif;
		font-size:13px;
		height:32px;
		padding:70px 10px 0;
	}
	#navigation li a:hover{
		color: #fff;
		/*background: #000000 url(../images/nav_hover_bg.gif) 0 0 repeat-x;*/
	}
	/* search */
	#search_wrapper{
		float: right;
		height: 30px;
		padding:7px 10px 0 0;
		background: url(../images/navigation_right.gif) right top no-repeat;
	}
	#isocap{
		background:transparent url(../images/iso.png) no-repeat scroll center top;
		display:block;
		height:93px;
		position:absolute;
		right:22px;
		top:12px;
		width:57px;
	}
	#flagcap{
		background:transparent url(../images/eng.png) no-repeat scroll center top;
		display:block;
		height:18px;
		position:absolute;
		right:22px;
		top:-11px;
		width:57px;
	}
	.search{
		background: #696D5F;
		border: 1px solid #212417;
		width: 160px;
		height: 18px;
		padding: 3px 2px 0 3px;
		color: #474A40;
	}
/* =MAIN IMAGE */
	#main_image{
		width:860px;
		position: relative;
		margin: 0 auto;
	}
	/* frame: the small rounded image in the corner picture (top,right,bottom,left) */
	/*#frame_image_top,#frame_image_bottom{
		position: absolute;
		width: 860px;
		height: 7px;
		font-size:0.1em;
		top:0;left:0;
		background: url(../images/frame_image_top.png) top no-repeat;
	}
	#frame_image_bottom{
		bottom:0;top:auto;
		background: url(../images/frame_image_bottom.png) bottom no-repeat;*/
	}
	* html #frame_image_top,* html #frame_image_bottom{behavior: url(stylesheets/iepngfix.htc);} /* to correct transparent png in IE */

/* =BANNER */
	#banner_wrapper{
		width: 874px;
		overflow: hidden;
		padding:0px 0 0 19px;
		clear:left;
	}
	#banner_wrapper1{
		clear:left;
		height:71px;
		overflow:hidden;
		padding:0 0 0 19px;
		width:874px;
	}
	.banner{
		float: left;
		width: 165px;
		_width: 163px;
		background: black url(../images/banner_bg.gif) left repeat-y;
		margin-top:12px;
		padding-bottom:6px;
		position: relative;
		height: 260px;
	}

	.shadow{
		background:transparent url(../images/shadow.png) no-repeat scroll left center;
		height:60px;
		position:absolute;
		width:165px;
		z-index:1;
	}
	#b1{
		background:transparent url(../Banners/b1.gif) no-repeat scroll left center;
		float:left;
		height:54px;
		margin-right:9px;
		margin-top:11px;
		padding-bottom:6px;
		position:relative;
		width:165px;
	}
	#b2{
		background:transparent url(../Banners/b2.gif) no-repeat scroll left center;
		float:left;
		height:54px;
		margin-right:9px;
		margin-top:11px;
		padding-bottom:6px;
		position:relative;
		width:165px;
	}
	#b3{
		background:transparent url(../Banners/b3.gif) no-repeat scroll left center;
		float:left;
		height:54px;
		margin-right:9px;
		margin-top:11px;
		padding-bottom:6px;
		position:relative;
		width:165px;
	}
	#b4{
		background:transparent url(../Banners/b4.gif) no-repeat scroll left center;
		float:left;
		height:54px;
		margin-right:9px;
		margin-top:11px;
		padding-bottom:6px;
		position:relative;
		width:165px;
	}
	#b5{
		background:transparent url(../Banners/b5.gif) no-repeat scroll left center;
		float:left;
		height:54px;
		margin-top:11px;
		padding-bottom:6px;
		position:relative;
		width:165px;
		margin-right:0;
	}
	.image_wrapper{text-align: center;}
	.banner img{
		border-color:#181B0F #181B0F #444444;
		border-style:solid solid dashed;
		border-width:1px;
}
	.banner h2, .banner1 h2{
		background:transparent url(../images/banner_top.gif) no-repeat scroll left top;
		border-bottom:1px dashed #111111;
		color:#fdd42e;
		display:block;
		font-family:Georgia,"Times New Roman",Times,serif;
		font-size:11px;
		height:43px;
		line-height:14px;
		padding:9px 0 5px 6px;
		word-spacing:2px;
		}
	.banner1 h2{
	background:none;
	border:none;}
	/* for the rounded bottom */
	.image_wrapper span{
		position: absolute;
		width: 165px;
		height: 6px;
		font-size:.1em;
		left:0;bottom:-1px;
		background: #353C2C url(../images/banner_bottom.gif) bottom no-repeat;
	}
	
/* =SERVICES */
	#services{
		width: 858px;
		_margin:13px auto 0 auto;
		margin:25px auto 0 auto;
		position: relative;
		border: 2px solid #33393b;
	}
	.nomad{
		margin:13px auto 0 auto !important ;
	}
	#servicescontent,#servicescontent1, #servicescontent2, #servicescontent3, #servicescontent4, #servicescontent5{
		width: 858px;
		margin: 0 auto;
		overflow: hidden;
		background: #000000 url(../images/bg_patterns2.gif) bottom repeat-x;
		padding: 15px 0 20px 0;
	}
	/* sevices header */
	#services h2{
		background:#15191c url(../images/services_top_bg.jpg) repeat scroll 0 0;
		font-family:Georgia,"Times New Roman",Times,serif;
		height:24px;
		letter-spacing:-1px;
		padding:12px 0 0 40px;
	}

	/* top rounded image */
	#services h2 span{
		position: absolute;
		display: block;
		height: 8px;
		width: 862px;
		left:0;top:0;
		font-size:0.1em;
		background: url(../images/services_top.jpg) left top no-repeat;
		margin: -2px;
	}
	#services h2 span.r2008{
		font-size:77px;
		height:33px;
		letter-spacing:-8px;
		overflow:hidden;
		padding-left:10px;
		padding-top:5px;
		line-height:33px;
		}
	#services h2 span.refer{
		background:transparent none repeat scroll 0 0;
		color:#fdd42e;
		font-family:Georgia,"Times New Roman",Times,serif;
		font-size:13px;
		font-weight:bold;
		left:12px;
		letter-spacing:11px;
		top:13px;
		}	
			/* bottom rounded image */
	.bottom_rounded{
		position: absolute;
		display: block;
		width: 862px;
		height: 7px;
		font-size:0.1em;
		right:0;bottom:0;
		background: url(../images/services_bottom.jpg) no-repeat;
		margin: -2px;
	}
	/* big image on the right bottom */
	.bottom_pic{
		z-index:2;
		position: absolute;
		padding-right: 28px;
		bottom:2px;right:0;
		width: 287px;
		height: 224px;
		margin-bottom:-2px;
		background: url(../images/services_bg_pic.jpg) left top no-repeat;
	}
	/* list of services */
	.serviceslist{
		float:left;
		font-size:11px;
		line-height:13px;
		padding-left:10px;
	}
	.serviceslist li a{
		background:transparent url(../images/list_dotted_border.gif) repeat-x scroll center bottom;
		color:#ddd;
		display:block;
		font-family:Arial,Helvetica,sans-serif;
		padding:3px 3px 3px 8px;
		text-transform:uppercase;
		width:820px;
	}
	.serviceslist li a .title{
		color:#fdd42e !important;
		font-family:Georgia, "Times New Roman", Times, serif !important;
		font-size:14px !important;
	}
	.serviceslist li a:hover{
		color: #FFFFFF;
		background: #af1010 url(../images/list_dotted_border.gif) bottom repeat-x;
	}
	.maincontent{
		float:left;
		font-size:11px;
		line-height:13px;
		padding-left:10px;
	}
	.hizmetcontent{
		float:right;
		font-size:11px;
		line-height:13px;
		padding-left:10px;
		width:830px;
	}
	.hizmetcontent li .subtitle{
		color:#fdd42e !important;
		font-family:Georgia, "Times New Roman", Times, serif !important;
		font-size:20px !important;
		padding-left:8px;
	}
	.hizmetcontent li .subtext{
		background:transparent url(../images/list_dotted_border.gif) repeat-x scroll center bottom;
		color:#ddd;
		display:block;
		font-family:Arial,Helvetica,sans-serif;
		padding:10px 3px 15px 8px;
		width:770px;
		font-size:12px;
	}
	.maincontent li .subtitle{
		color:#fdd42e !important;
		font-family:Georgia, "Times New Roman", Times, serif !important;
		font-size:20px !important;
		padding-left:8px;
	}
	.maincontent li .subtext{
		background:transparent url(../images/list_dotted_border.gif) repeat-x scroll center bottom;
		color:#DDDDDD;
		display:block;
		font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		padding:10px 24px 15px 8px;
		width:800px;
	}
	.maincontent li .contact{
		color:#DDDDDD;
		display:block;
		font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		height:174px;
		padding:10px 0 15px 8px;
		width:400px;
		_width:370px;
	}

	.maincontent li input,.maincontent li textarea{
		background:black none repeat scroll 0 0;
		border-color:red red maroon maroon;
		border-style:solid;
		border-width:1px 1px 1px 4px;
		color:#FFFFFF;
		display:block;
		font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		padding:1px 3px 2px 8px;
		width:190px;
	}
	.maincontent li .hakkimizda{background: #2C343C url(../images/bg_patterns2.gif) repeat-x scroll center -204px; border:1px dotted #202020;margin-top:5px;}
	.maincontent li{ margin-top:10px;margin-bottom:20px; }
	.hizmetcontent li{ margin-top:10px;margin-bottom:20px; }
		#services h2 span.hizmet{
		background:transparent none repeat scroll 0 0;
		color:#fdd42e;
		font-family:Georgia,"Times New Roman",Times,serif;
		font-size:13px;
		font-weight:bold;
		left:12px;
		letter-spacing:5px;
		top:13px;
		}
		.backtop{ background-position:top !important;}
/* =FOOTER */
	#footer_wrapper{
		width: 871px;
		padding-left:31px;
		padding-bottom:25px;
		margin: 0 auto;
		text-transform:uppercase;
		font-size: 1.2em;
		background: url(../images/footer_left.png) 0 0 no-repeat;
	}
	#footer{
		position: relative;
		width: 840px;
		height: 65px;
		background: #313131 url(../images/footer_bg.png) 0 bottom repeat-x;
	}
	#footer .logo{
		padding: 34px 0 0 30px;
		width: 350px;
		float: left;
		background: url(../images/logo_small.gif) left bottom no-repeat;
	}
	#footer .logo span{
		position: absolute;
		display: block;
		right:-31px;top:0;
		width: 31px;
		height: 67px;
		background: url(../images/footer_right.png) right bottom no-repeat;
	}
	* html #footer .logo span, * html #footer_wrapper{behavior: url(stylesheets/iepngfix.htc);}
	#footer ul{
		padding-top: 34px;
		padding-right: 5px;
		float: right;
	}
	#footer ul li{
		float: left;
		padding-left:10px;
	}
	#footer a{
		color: #7B8266;
	}
	#footer li a:hover{
		color: #AFBB4F;
	}
	
	#webmail{
		background:transparent url(../images/zarf.png) no-repeat scroll 17px 5px;
		display:block;
		height:26px;
		left:393px;
		position:absolute;
		top:34px;
	}
	#login{
		background-color:black;
		border-bottom:11px solid #15191C;
		border-top:1px solid GoldenRod;
		float:left;
		left:-402px;
		padding-left:22px;
		position:absolute;
		top:-3px;
		visibility:hidden;
		width:373px;
	}