@charset "utf-8";



html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

* {
	margin: 0;
	padding: 0;
}

body { 
	background-color: #e6e7e8;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #424647;
}
p { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #424647;
}
h1 { 
	font-family: Impact;
	font-size: 20px;
	font-weight: normal;
	color: #424647;
}
h2 { 
	font-family: Impact;
	font-size: 18px;
	font-weight: normal;
	color: #424647;
}
a, a:link, a:visited { color: #145f13; text-decoration: none; }
a:hover { color: #02ef00; text-decoration: none; }
.fright { float: right; }
.fleft { float: left; }
.fclear { clear: both; }
.tel { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000; 
}
 
#header { 
	margin: 20px auto 0 auto;
	width: 960px; 
	height: 90px;
}
.logo { 
	width: 914px;
	height: 112px;
	background: url(/images/logo.png) no-repeat;
}
#lang { 
	margin-top: 65px;
	float: right;
	width: 60px;
	height: 20px;
}
.lang-tr { 
	width: 30px;
	height: 20px;
	float: left;
}
.lang-eng {
	width: 30px;
	height: 20px;
	float: left;
}

#slides { float: right; }
#slides .slider_container { 
	float: right;
	width: 600px;
	height: 300px;
}

#slides .slides_container {
	width:600px;
	overflow:hidden;
	display:none;
}

#slides .slides_container a {
	width:620px;
	height:270px;
	display:block;
}

#slides .slides_container a img {
	display:block;
}
#slide_two { float: left; width: 245px; margin-top: 10px; }
#slide_two .slider_contaier {
	float: left; 
	width: 245px;
	height: 580px;
}
#slide_two .slides_contaier { 
	width: 245px;
	overflow: hidden;
	display: none;
}
#slide_two .slides_contaier a { 
	width: 245px;
	height: 540px;
	display: block;
}
#slide_two .slides_contaier a img { 
	display: block;
}


.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}



#nav {
	margin: 10px auto 0 auto;
	width: %100; 
	height: 55px;
	background: url(/images/menu-bg.jpg) center repeat-x;
}
.menu{
	border:none;
	border:0px;
	width: 960px;
	margin: 0 auto;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:14px;
	color: #FFF;
	}
.menu ul{
	height:55px;
	list-style:none;
	margin: 0 auto;
	}
	.menu li{
		float:left;
		padding:0px 8px 0px 8px;
		}
	.menu li a{
		color:#FFF;
		display:block;
		background: #6d6e71;
		line-height:48px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover{
			color:#000000;
			background: #6af508;
			text-decoration:none;
			-moz-transition:.4s linear;
			 -webkit-transition-property: color, background;
			 -webkit-transition-duration: 1s, 1s;
			 -webkit-transition-timing-function: linear, ease-in;
			}
	.menu li ul{
		background:#e0e0e0;
		border-left:2px solid #6af508;
		border-right:2px solid #6af508;
		border-bottom:2px solid #6af508;
		display:none;
		height:auto;
		filter:alpha(opacity=95);
		opacity:0.95;
		position:absolute;
		width:275px;
		z-index:200;
		
		}
	.menu li:hover ul{
		display:block;
		}
	.menu li li {
		display:block;
		float:none;
		padding:0px;
		width:275px;
		}
	.menu li ul a{
		display:block;
		font-size:12px;
		font-style:normal;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover{
			background:#6af508;
			color:#000000;
			opacity:1.0;
			filter:alpha(opacity=100);
			}
	.menu p{
		clear:left;
		}	
	.menu #current{
		background:url(/images/current-bg.jpg) top left repeat-x;
		color:#ffffff;
		line-height: 55px;
		}
		

#container { 
	margin: 0 auto;
	width: 990px;
	height: 785px;
}
.left-container { 
	float: left;
	width: 340px;
	height: 785px;
	overflow: auto;
}
.left-container img { margin-top: 5px; }
.left-container h1 { width: 340px; text-align: center; }
.left-container p { padding: 10px 10px 0 10px; font-size: 12px; line-height: 18px; }
.right-container { 
	margin: 15px 0 0 0;
	float: right;
	width: 610px;
	height: 300px;
}
.boxes { 
	margin-left: 5px;
	width: 500px;
	height: 255px;
}
.boxes ul { 
	width: 500px;
	height: 255px;
	float: left;
}
.boxes ul li { 	float: left; }
.boxes ul li a { 
	display: block;
	width: 122px;
	height: 122px;
	padding-left: 3px;
}
.iletisim { 
	width: 101px;
	height: 251px;
}
.img_holder { 
	width: 650px;
	height: 800px;
	float: left;
}
.img_box { 
	width: 80px;
	height: 60px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:40px;
   width:100%;
   background: url(/images/footer-bg.jpg) bottom center repeat-x;
}
.footer {
	margin: 0 auto;
	padding-top: 5px;
	width: 980px;
	height: 40px;
}
.footer a,p { font-size: 14px; margin-top: 7px; }
.logos { 
	float: right;
	margin-right: 40px;
	margin-top: 1px;
	width: 111px;
	height: 28px;
}


* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}
	

.dv_content { 
	margin: 15px 10px 0 0;
	float: right;
	width: 715px;
	height: 550px;
}
.dv_content p { line-height: 18px; }
.dv_resim { 
	margin: 0 auto;
	width: 480px;
	height: 150px;
}



.input { 
	width: 150px;
	height:23px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;

}
td.first { 
	width: 175px;
	height: 28px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
}
td.second {
	width:  475px;
	height: 28px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
}
.input { 
	width: 275px;
	height: 25px;
	border: 1px solid #666;
	padding-left: 3px;
	padding-top: 3px;
	margin-top: 3px;
}
.input:hover {
	border: 1px solid #0F3;
}
form p { color: #0C3; }
.checkboxes { 
	width: 15px;
	height: 10px;
	border: 1px solid #666;
}
.checkboxes:hover {
	border: 1px solid #0F3;
}
.gndr {
	width: 500px;
	height: 30px;
}
.gonder {
	width: 125px;
	height: 30px;
	float: right;
}


table.geribildirim {	
	width: 500px;
	border: 0;
}
table.geribildirim tr td.gb-kucuk {
	width: 250px;
	height: 28px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
}
table.geribildirim tr td.gb-buyuk {
	width: 250px;
	height: 28px;
}
table.geribildirim tr td.radio-yazi {
	width: 220px;
	height: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
}
table.geribildirim tr td.radio-sec{
	width: 30px;
	height: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
}

table.staj-basvuru {
	width: 500px;
	border: 0;
}
table.staj-basvuru tr td.staj-kucuk {
	width: 250px;
	height: 28px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 40px;
}
table.staj-basvuru tr td.staj-buyuk {
	width: 250px;
	height: 28px;
}

table.tedarikci-basvuru {
	width: 500px;
	border: 0;
}
table.tedarikci-basvuru tr td.tedarikci-kucuk { 
	width: 250px;
	height: 28px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
}
table.tedarikci-basvuru tr td.tedarikci-buyuk {
	width: 250px;
	height: 28px;
}
.textarea { 
	width: 275px;
	height: 50px;
	border: 1px solid #666;
	padding-left: 3px;
	padding-top: 3px;
	margin-top: 3px;
}
.textarea:hover {
	border: 1px solid #0F3;
}

table.talep {
	width: 500px;
	border: 0;
}
table.talep tr td.talep-kucuk {
	width: 250px;
	height: 28px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
}
table.talep tr td.talep-buyuk {
	width: 250px;
	height: 25px;
}


