/*  +---------------------------------------------------------------+
    | Proje		: AGS                                               |
    | Versiyon  : 1                                                 |
    | Duzenleme : 02/12/09                                          |
    +---------------------------------------------------------------+
    | Hazirlayan  : Omer ARI & yaveri (Sercan Paran)                |
    +---------------------------------------------------------------+
    | 0. Icerik Aktarimlari                                         |
    | 1. Standartlar                                                |
    | 2. Sayfa Ust                                                  |
    | 3. Icerik                                                     |
    | 4. Sayfa Alt                                                  |
    | 5. Ozel Tanimlar                                              |
    +---------------------------------------------------------------+

    +---------------------------------------------------------------+
    | 0. ICERIK AKTARIMLARI                                         |
    +---------------------------------------------------------------+     */ 
    
@import "reset.css";
@import "jqSlider.css";

/*  +---------------------------------------------------------------+
    | 1. STANDARTLAR                                                |
    +---------------------------------------------------------------+    */

body{
   font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333; 
	margin-bottom: 40px;
	background: url('../resim/bg.png');
}
p { margin-bottom: 10px;}
abbr { cursor: help;	border-bottom: 1px dashed #ccc;} 
.tasiyici {
	width: 930px;
	margin: 0 auto;
	border-top: none;
	padding: 0px 8px;
	background: url('../resim/kenar-bg.png');
}	
a.link {
	color: #333;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}
a.link:hover {
	color:#333;
	border-bottom: 1px solid #666;
	text-decoration: none;
}
.clear { clear: both;}
.kalibre td {border:none;}

input, select, textarea{
	font-family: Arial, Helvetica, sans-serif;
}

/*  +---------------------------------------------------------------+
    | 2. SAYFA UST                                                  |
    +---------------------------------------------------------------+     */
.ust{
	width: 930px;
	height: 32px;
	background: url('../resim/ust-bg.jpg') no-repeat top right;
	padding-top: 250px;
}

.ust-urunler{
	width: 930px;
	height: 32px;
	background: #666 url('../resim/ust-bg-urunler.jpg') no-repeat top right;
	padding-top: 136px;
}

.ust-ornek-uygulamalar{
	width: 930px;
	height: 32px;
	background: #666 url('../resim/ust-bg-ornek-uygulamalar.jpg') no-repeat top right;
	padding-top: 136px;
}

.ust-iletisim{
	width: 930px;
	height: 32px;
	background: #666 url('../resim/ust-bg-iletisim.jpg') no-repeat top right;
	padding-top: 136px;
}

.ust-sistemler{
	width: 930px;
	height: 32px;
	background: #666 url('../resim/ust-bg-sistemler.jpg') no-repeat top right;
	padding-top: 136px;
}
	

/*  +---------------------------------------------------------------+
    | 3. ICERIK                                                     |
    +---------------------------------------------------------------+     */
.orta {
	width: 834px;
	padding:20px 48px;
}

	.orta a{
		color:#DB4E01
		}

	.orta h2
	{
		color:#DB4E01
		}
/*  +---------------------------------------------------------------+
    | 4. SAYFA ALT                                                  |
    +---------------------------------------------------------------+     */
.alt{
	margin: 0 auto;
	width: 930px;
	height: 83px;
	padding:0px 8px;
	background: url('../resim/footer.png');
}

/*  +---------------------------------------------------------------+
    | 5. OZEL TANIMLAR                                              |
    +---------------------------------------------------------------+     */

.urun-tablo{
	margin-top: 20px;
	background: #efefef;
}

.urun-tablo td{
    border:solid 1px #ccc;
    vertical-align: middle;
    text-align: center;
}


.urun-tablo tr td:first-child{
    text-align:center;
    background: #fff;
}

.urun-tablo tr:first-child td{
    text-align:center;
    font-weight:bold;
    background: #ddd;
    height:28px;
}


.urun-tablo td img{
    width: 85px;
}


.flashlar
{
	
	margin:90px auto 20px auto;
	width:100%;
	background:#C2C2C2;
	padding-bottom:20px;
	}



#dondur{
	width:297px;
	height:412px;
	float:right;
	margin:-20px;
	margin-right:-48px;
}

.sistem
{
    
}

.iletisim td
{
    font-weight:bold;
    padding: 5px 0px;
    border-bottom:1px solid #ccc;
}

#preview{
	position:absolute;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}
