@charset "utf-8";
/* CSS Document */

HTML {
	height:100%;
	font-size:100.01%;
	}

BODY {
	min-height:100%;
	height:100%;
	color:#444;
	background-color:#f0f0f0;
	margin:0;
	padding:0;
	}

TD, BODY, DIV {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:13px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.6em;
	vertical-align:top;
	}

IMG {
	border:0;
	display:block;
	}

	#note {width:100%; padding:0; margin:0; color:#a00; font-weight:bold;}
	
.alignleft {	float:left; margin:0 10px 5px 0;}
.alignright {	float:right; margin:0 0 5px 10px;}
.aligncenter {	margin:0 auto;}

TD, FORM {
	padding:0;
	margin:0;
	}

TABLE {
	border-collapse:collapse;
	}

p {
	padding:0 0 1.6em 0;
	margin:0;
	line-height:1.6em;
	}

object {
	float:left;
	margin:0 20px 20px 0;
	}

.clear {
	clear:both; 
	font-size:0; 
	line-height:0;
	}

.block {
	display:block;
	}

#layout {
	width:100%;
	background-image:url(../images/bg_layout.png);
	background-position:top center;
	background-repeat:repeat-x;
	height:109px;
	min-width:1024px;
	}

blockquote {
	padding:10px 0 15px 40px;
	margin:0 0 1em 0;
	font-size:13px;
	background:url(../images/quote_left.png) left 10px no-repeat;
	color:#333;
	}

blockquote p {
	line-height:1.4em !important;
	padding:0 !important;
	color:#333;
	}

.bgt {
	background:url(../images/line.png) left top repeat-x;
	}

.bgb {
	background:url(../images/line.png) left bottom repeat-x;
	}

blockquote .a {
	padding:10px 0 5px 0;
	color:#888;
	text-align:right;
	}

blockquote.left {
	width:200px;
	float:left;
	padding:10px 10px 15px 40px;
	margin:0 20px 1em 0;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	}

blockquote.right {
	background:url(../images/quote_left.png) 10px 10px no-repeat;
	width:200px;
	float:right;
	margin:0 0 1.2em 10px;
	border-left:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	}

blockquote em, 
blockquote i, 
blockquote cite {
	font-style:normal;
	}

strong {		color:#191919; }
em, cite {	font-style:italic; }
del {		text-decoration:line-through; }
ins {		background:#FFFFCC none repeat scroll 0 0; text-decoration:none; }

hr {	background-color:#D1D1D1;
	border:0 none;
	clear:both;
	height:1px;
	margin-bottom:10px;
	}

ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:decimal;
	margin:0 0 18px 1.5em;
	line-height:1.6em;
	}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin:0 0 18px 1.5em;
	line-height:1.6em;
	}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
	}

table {
	border:1px solid #D1D1D1;
	margin:0 1px 24px;
	text-align:left;
	width:100%;
	}

tr th,
thead th {
	color:#191919;
	font-weight:bold;
	padding:9px 10px;
	}

td {
	border-top:1px solid #E7E7E7;
	padding:6px 10px;
	}

h2 span {
	line-height:26px;
	font-size:16px;
	color:#343434;
}
	
input,
textarea {
	border:1px solid #D1D1D1;
	padding:3px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:14px;
	color:#191919;
	background:#FFF url(../images/bg_input.gif) top left repeat-x;
	}

input:focus,
textarea:focus {
	border:1px solid #999;
	}

small {	font-size:80%;}

#header{
	width:940px;
	height:109px;
	margin:0 auto;
	position:relative;
	z-index:4;
}

.divLeft { float:left; }
.divRight { float:right; }
.temiz { clear:both; }

#logo {	width:300px; float:left; overflow:hidden; }
#phone { width:620px; margin:0 15px 0 0; float:right; }

#logo,
#phone {
	display:table;
	height:108px;
	position:relative;
}

#arka {
	width:auto;
	height:auto;
	background: #f0f0f0 url(../images/bg.png) top center repeat-x;
	min-width:1024px;
}

#content {
	display:block;
	position:relative;
	top:87px;
	right:0;
	width:946px;
	height:540px;
	padding:0 3px;
	margin:0 auto;
	z-index:1;
	background-image: url(../images/bg_content2.png);
	background-position:center top;
	background-repeat:repeat-y;
	background-color:none;
}

#cc {
	position:relative;
	top:0;
	left:3px;
	z-index:3;
	width:940px;
	height:auto;
	background-image: url(../images/bg_cc.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:none;
	min-height:480px;
}

#sub {
	width:946px;
	height:50px;
	margin:0 auto;
	background:url(../images/bg_sub2.png) no-repeat;
	position:relative;
	top:87px;	
}

#alt {
	background:#dfdfdf;
	width:930px;
	margin:0 auto;
	height:300px;	
}

#altsub {
	background: url(../images/bg_copyrights.png) no-repeat;
	width:930px;
	height:36px;
	margin:0 auto;	
}

#footers {
	width:100%;
	height:90px;	
}

#copyright {
	width:940px;
	height:90px;
	margin: 0 auto;
}

.icerik{
	width: 940px;
	line-height:90px;
	font-size:11px;
	color:#888;
	text-align:center;
}

#slayt {
	width:880px;
	height:250px;
	margin:0 auto;
	position:relative;
	top:0;
	z-index:1;
}

.top {
	width:880px;
	height:35px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	background:url(../images/top_cover.png) no-repeat;		
}

.bottom {
	width:880px;
	height:5px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
	background:url(../images/bottom_cover.png) no-repeat;		
}

.slide {
	width:880px;
	hegiht:250px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;	
}

.ico_new {	padding:0 0 0 28px !important; background: url(../images/icons/16/ico_new.png) 5px 50% no-repeat !important; }
.ico_phone {	padding:0 0 0 28px !important; background: url(../images/icons/16/ico_phone.png) 5px 50% no-repeat !important; }
.ico_home {	padding:0 0 0 28px !important; background: url(../images/icons/16/ico_home.png) top center no-repeat !important;font-size:12px; }
.ico_male {	padding:0 0 0 28px !important; background: url(../images/icons/16/ico_male.png) 5px 50% no-repeat !important; }
.ico_male {	padding:0 0 0 28px !important; background: url(../images/icons/16/ico_male.png) 5px 50% no-repeat !important; }
.ico_star {	padding:0 0 0 28px !important; background: url(../images/icons/16/ico_star.png) 5px 50% no-repeat !important; }
.ico_mail {	padding:0 0 0 28px !important; background: url(../images/icons/16/ico_mail.png) 5px 50% no-repeat !important; }
.ico_support {	padding:0 0 0 28px !important; background: url(../images/icons/16/ico_support.png) 5px 50% no-repeat !important; }
.ico_excel {	padding:0 0 0 28px !important; background: url(../images/icons/16/ico_excel.png) 5px 50% no-repeat !important; }
.ico_download {	padding:0 0 0 28px !important; background: url(../images/icons/16/ico_download.png) 5px 50% no-repeat !important; }
.ico_monitor {	padding:0 0 0 28px !important; background: url(../images/icons/16/ico_demo.png) 5px 50% no-repeat !important; }
.ico_paintcan {	padding:0 0 0 28px !important; background: url(../images/icons/16/ico_paintcan.png) 5px 50% no-repeat !important; }
.ico_pie {		padding:0 0 0 28px !important; background: url(../images/icons/16/ico_pie.png) 5px 50% no-repeat !important; }
.ico_basket {	padding:0 0 0 28px !important; background: url(../images/icons/16/ico_basket.png) 5px 50% no-repeat !important; }
.ico_database {	padding:0 0 0 28px !important; background: url(../images/icons/16/ico_database.png) 5px 50% no-repeat !important; }
.ico_find {	padding:0 0 0 28px !important; background: url(../images/icons/16/ico_find.png) 5px 50% no-repeat !important; }
.ico_key {	padding:0 0 0 28px !important; background: url(../images/icons/16/ico_key.png) 5px 50% no-repeat !important; }
.ico_arrow {	padding:0 0 0 28px !important; background: url(../images/icons/16/ico_arrow_right.png) 5px 50% no-repeat !important; }

.basic_list {	list-style-type:none; margin:0; padding:0 0 1.6em 0; }
.basic_list li {	background:url(../images/line.png) left top repeat-x; padding:5px 0 !important; }
.basic_list li a {	text-decoration:none;}
.basic_list li a:hover { text-decoration:underline;}

.headtopic { width:880px;position:absolute;top:250px;height:auto;background: url(../images/toparla.png) top right no-repeat; }

.lhead { width:610px;height:auto; }
.rhead { width:270px;height:auto; }

.lang { width:260px;margin:24px auto 10px auto;height:32px; }
.giris { width:240px;margin:6px auto 10px auto;height:auto; }
.form_eleman { width:240px;height:36px;margin:2px auto; }
.form_eleman span { line-height:36px;font-size:14px;color:#191919; }

.dil { width:76px; padding:4px 4px;  }

.hesaplar { width:570px;height:24px;margin:1px 2px 1px 24px;padding:0; }
.hesaplar span { padding:0 0 0 108px;font-weight:bold;line-height:30px;color:#191919;font-size:16px; }
.garanti { background: url(../images/banks/garanti.jpg) center left no-repeat; }
.yapikredi { background: url(../images/banks/yapikredi.jpg) center left no-repeat; }
.akbank { background: url(../images/banks/akbank.jpg) center left no-repeat; }
.denizbank { background: url(../images/banks/denizbank.jpg) center left no-repeat; }
.ingbank { background: url(../images/banks/ingbank.jpg) center left no-repeat; }
.isbank { background: url(../images/banks/isbank.jpg) center left no-repeat; }
.finansbank { background: url(../images/banks/finans.png) center left no-repeat; }
.vakifbank { background: url(../images/banks/vakif.png) center left no-repeat; } 

.kadro { width:600px;height:167px;margin:6px;padding:0;border:1px solid #00F; }
.kleft { width:130px;height:165px;margin:0;padding:0;border:1px solid #F00; }
.kright { width:464px;height:165px;margin:0;padding:0;border:1px solid #0F0; }
.bilgiler { width:456px;margin:1px auto;height:24px;padding:0;border:1px solid #000; }