@charset "utf-8";
/* CSS Document */
/*Internet Tarayıcının Sıfırlanması*/
body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border:0;
}
/*Genel ayar ve özellikler*/
body {
	background-image:url(../image/img01.png);
	background-repeat:repeat-x;
}

/*Sitenin blok yapısı*/
#tasiyici {
	width:960px;
	margin:0 auto;
}
#ust-bolum {
	position:relative;
	height:170px;
}
/*ust-bolum-içerik */
#teknik-logo {
	position:absolute;
	top:0px;
	left:0;
	margin-top:-22px;
}
#eta-logo {
	position:absolute;
	top:11px;
	right:130px;
}
#menu {
	position:absolute;
	top:93px;
	left:37px;
	height:40px;
	
}
#menu li {
	display:inline-block;
	margin-left:10px;
	border-left:1px solid #ffffff;
	padding-left:10px;
	line-height:40px;
	font-family: 'Roboto Condensed', sans-serif;
}
#menu a {		
	text-decoration:none;
	color:#EA672E;
	font-size:14px;
	font-weight:500;	
}
#menu a:hover {
	text-decoration:underline;
	color:#11A6D4;
}
#menu li:first-child {
	border:0;
	margin:0;
	padding:0;
}
#iletisim {
	position:absolute;
	top:113px;
	right:120px;
}
	
/*resim alamı */
.border_box {
	margin:10px 0;
	width:950px;
	height:190px;	
}
/*orta-bolum*/
#orta-bolum {
	overflow:hidden;
	width:960px;
	min-height:500px;
	
}
#orta-bolum h1 a {
	color:#EA672E;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	font-weight:normal;
	text-decoration:none;
}
#orta-bolum h1 a:hover {
	color:#13a7d5;
}
#orta-bolum p {
	color:#333;
	font-size:12px;
	text-align:justify;
	margin-right:15px;
}
#orta-sol {
	width:660px;
	float:left;
	/*border-right:1px dotted #13a7d5;*/
}
.sol-icerik {
	height:200px;
}
.sol-icerik img{
	margin-right:15px;
	float:left;
}
.sol-icerik p span, .sol-icerik h1 {
	font-size:16px;
	font-weight:bold;
}
.sol-icerik p a {
	color:#13a7d5;
}
	
/*sag icerik*/	
#orta-sag {
	float:right;
	margin-right:15px;
	width:270px;
	min-height:500px;
}
.sag-icerik {	
    margin-top:10px;
	border:1px solid #cccccc;
	min-height:200px;
	background:url(../image/img07.png) repeat-x #F7F7F7;	
}
.sag-icerik h3 {
    background: url(../image/img08.png) no-repeat scroll 20px 54% rgba(0, 0, 0, 0);
	color:#FFF;
	font-size:18px;
    height: 29px;
	padding: 7px 0 0 40px;
	margin:0;
	font-family: 'Roboto Condensed', sans-serif;    
}
.sag-icerik h5 {
	font-weight:normal;
	margin:0;
	line-height:170%;
}
.liste-sifirla {
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.hizmet-list {
	padding:15px 25px 15px 30px;
}
ul.hizmet-list li {
}
ul.hizmet-list a {
	padding-left:13px;
	background: url(../image/img09.png) no-repeat scroll 0px 54% rgba(0, 0, 0, 0);
	text-decoration:none;
	color:#EA672E;
	font-size:14px;
}
ul.hizmet-list a:hover {
	color:#13a7d5;
}
	
	
	
	
	
	
/*alt bölüm */
#alt-bolum {
	width:960px;
	height:50px;
	border-top:2px solid #13a7d5;
	border-bottom:1px solid #13a7d5;
	margin-top:40px;
	position:relative;
	padding:15px 0;
	color:#333;
	font-size:14px;
}
#footer span {
	color:#13a7d5;
	margin:0 3px;
}
#footer address a {
	font-style: normal;
    margin: 0;
	text-decoration:none;
	color:#13a7d5;
	border-bottom:1px dotted #333;
}
#footer address a:hover{
	color:#000;
	text-decoration:none;
}
#left {
	position:absolute;
	top:80px;
	color:#333;
	text-decoration:none;
}
#left a {
	color:#333;
	text-decoration:none;
	border-bottom:1px dotted #333;
}
#left a:hover {
	color:#13a7d5;
}
#right {
	position:absolute;
	top:80px;
	right:0px;
	text-align:right;
	line-height:170%;
	color:#333;
	text-decoration:none;
}
#right a {
	color:#333;
	text-decoration:none;
	border-bottom:1px dotted #333;
}
#right a:hover {
	color:#13a7d5;
}
	
	
	
	
	
	
	