/*  +---------------------------------------------------------------+
    | Proje		: BEKA                                              |
    | Versiyon  : 1                                                 |
    | Oluşturma : 10/03/2010                                        |
    +---------------------------------------------------------------+
    | Hazirlayan  : Omer ARI & yaveri (Sercan Paran)                |
    +---------------------------------------------------------------+
    | 0. Icerik Aktarimlari                                         |
    | 1. Standartlar                                                |
    | 2. Sayfa Ust                                                  |
    | 3. Icerik                                                     |
    | 4. Sayfa Alt                                                  |
    | 5. Ozel Tanimlar                                              |
    +---------------------------------------------------------------+
    |                                                               |
    |  #114459 Mavi                                                 |
    |  #FEC880 Sari                                                 |
    |  #5997A6 Acik mavi                                            |
    +---------------------------------------------------------------+

    +---------------------------------------------------------------+
    | 0. ICERIK AKTARIMLARI                                         |
    +---------------------------------------------------------------+     */ 

	@import "reset.css";
	
/*  +---------------------------------------------------------------+
    | 1. STANDARTLAR                                                |
    +---------------------------------------------------------------+    */
    
html {background: #fff;}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	color: #2B598D;
	background: #fff url(../resim/bg.jpg) no-repeat top center;
}
p{	margin-bottom: 10px;}
abbr{ cursor: help;	border-bottom: 1px dashed #ccc;}

.tasiyici{
	width: 960px;
	margin: 0 auto;
}	

a.link{
	color: #3D191B;
	border-bottom: 1px dotted #006699;
	text-decoration: none;
}
a.link:hover{
	color:#006699;
	border-bottom: 1px solid #006699;
	text-decoration: none;
}

.fake{
    visibility:hidden;
}

.clear{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;	
}

/*  +---------------------------------------------------------------+
    | 2. SAYFA UST                                                  |
    +---------------------------------------------------------------+     */
.ust{
	width: 960px;
	position: relative;
	height: 350px;
}

	.logo{
		position: absolute;
		top: 20px;
		left: 20px;
		width: 151px;
		height: 90px;
		text-indent: -9999px;
		background: url(../resim/logo-beka.png) no-repeat;
	}

	.logo-mazda{
		position: absolute;
		display: block;
		bottom: 0px;
		right: 170px;
		width: 160px;
		height: 60px;
		text-indent: -9999px;
		background:url(../resim/logo-mazda.png) no-repeat; 
		}
	
	.logo-subaru{
		position: absolute;
		display: block;
		bottom: 0px;
		right: 0px;
		width: 160px;
		height: 60px;
		text-indent: -9999px;
		background:url(../resim/logo-subaru.png) no-repeat; 
	}
		
	/*.logo-tesla{
		position: absolute;
		display: block;
		bottom: 0px;
		right: 0px;
		width: 160px;
		height: 60px;
		text-indent: -9999px;
		background:url(../resim/logo-tesla.png) no-repeat; 
		}		*/
	
	.logo-subaru h2, .logo-mazda h2{
		display: block;
		height: 60px;
		width: 160px;
		padding: 0;
		margin: 0;
		cursor: pointer;
	}

/*  +---------------------------------------------------------------+
    | 3. ICERIK                                                     |
    +---------------------------------------------------------------+     */
    
    
.orta{
	width: 960px;
	padding: 20px 0;
}

.ana-sol{
	float: left;
	width: 600px;
}

.ana-sag{
	float: right;
	width: 330px;
	padding-top:10px;	
}

/*  +---------------------------------------------------------------+
    | 4. SAYFA ALT                                                  |
    +---------------------------------------------------------------+     */

.alt{
	width: 960px;
	height: 80px;
	border-top: 5px solid #6393CF;
	background: #fff;
	padding: 20px 0px;
}

	.alt .adres{
		float: left;
		width: 600px;
	}

	.alt .telefon{
		float: right;
		width: 300px;
		text-align: right;
		margin-top: -10px;
	}

/*  +---------------------------------------------------------------+
    | 5. OZEL TANIMLAR                                              |
    +---------------------------------------------------------------+     */

.sayfa-yolu{
	 font-size: .85em;
	 color: #666;
	 background: #C8C8C8;
	 width: 900px;
	 padding:6px 30px;
}
.sayfa-yolu a{ color: #666;}
.sayfa-yolu a:hover{	color: #0090d6; text-decoration: none;}



/* ------ LOGIN ------------ */

.login{
	background: #fff;
	padding: 10px;
	}
.login-baslik{
	font-size:1.8em; 
	letter-spacing:-1px;
	color:#0090d6;
}

.login td{
	padding:5px;
	}
	
.login input{
	font-family:Arial;
	font-size:1.6em;
	border: 1px solid #999;
	padding: 4px 6px;
	color: #0090d6;
	}


