/********************************************************************
    dosya
        index.css
    ana sayfa body 
    içindekiler :
        tab 
        genel sol text
        3 tane haber  text
        http://pitikare.net   
*********************************************************************/



/****************************************** 
   CSS STYLES  sadece index.html için kullanıldı
*******************************************/

#bodyAnasayfa     /* ana sayfa body */
{
    width:960px;
    margin:auto;
    min-height: 200px; 
    margin-top:-50px; 
    padding-top:10px;
    padding-bottom: 0px; 
    border:0px solid white; 
    background-color:transparent;
}

.bodyEndBlock    /*ANA SAYFA İÇERİK BG PASİF */
{
    width:960px; 
    height:80px; 
    margin:auto;
    margin-top:0px;
    margin-bottom: 0px;
    padding:0px; 
    border:0px solid black; 
    background-color:transparent;
}




/****************************************** 
   SERVICES AND PRODUCTS, LAST NEWS LIST
*******************************************/  

#corporateInfoContainer
{

    margin-top: -40px;
    margin-left: 0px;
   
    padding-left: 0px;
    
    border-top: 0px dotted #ccc;  
    border-bottom: 0px solid #FFF;
    background-image: url('../images/back_ground_anasayfa.png');
    height: 372px;
	background-repeat: no-repeat;
	background-position: top;
	width: 960px;
}

.columnServicesProducts
{
    display:block;
    float:left;
    color:#4d4d4d;
    width:530px;
    height:280px;
    padding-left:25px;
    padding-right:40px;
    overflow: hidden;
    margin-top: 10px;
    background-color: transparent;
    
    background-image: url('../images/ayril.png');
    /* background-image: url('../img/index/spliterForWhite.jpg'); */
    background-repeat:no-repeat;
    background-position: 100% 50%;  
    
}

.columnLatestNews
{
    display:block;
    float:left;
    width:320px;
    height:275px;
    padding-left:20px;
    padding-right:20px;
    overflow: hidden;
    margin-top: 10px;
    font: 12px Verdana;
    line-height: 150%;
    background-color: transparent;
}

.lastNews
{
    height: 60px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 10px;
    padding-top: 5px;
    cursor: pointer;
    background-color: transparent;
    border-bottom: 1px solid #ECECEC;
}

.lastNews:hover
{
    background-color: #f1f1f1;
}

.lastNewsDate
{
    color: #113c29;
    font: 9px Tahoma;
    line-height: 10px;
}  

.lastNewsTitle
{
    color: #0B2C16;
    font: 12px Tahoma;
    margin-top: 2px;
    display: block;
}

.lastNewsText
{
    color: #4d4d4d;
    font: 11px Tahoma;
    margin-top: 2px;
    display: block;
}   

.columnText /*içerik hakkımızda text*/
{
    padding-top: 15px;
    padding-left: 0px;
    border-top: 1px solid #4d4d4d;
    margin-top: 10px;
    font: 12px Tahoma;
    line-height: 140%;
}

.columnTextLastNews
{
    padding-top: 10px;
    padding-left: 0px;
    border-top: 1px solid #4d4d4d;
    margin-top: 10px;
    font: 12px Tahoma;
    line-height: 145%;
}


#servicesProductsHeader  /*baslık pasif durumda */
{
    font: bold 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #000;
    padding-left: -150px;
}

#latestNewsHeader
{
    font: bold 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #fff;
    padding-left: 10px;
}

 
/****************************
   BUTTONS
****************************/ 

.readViewMoreBtn
{
    width: 96px;
    height: 28px;
	
    padding-right:415px;
    margin-top: -40px;
    background-color: transparent;
    
    background-image: url('../images/buton.png');
    background-repeat:no-repeat;
    background-position: 100% 50%;  
    
    
    cursor: pointer;

    display:block;
}

.readViewMoreBtn:hover
{
    
    color: #FFF;
}
    

/*
  * LAYOUT BOXES ***
*/

.boxx_one_half,
.boxx_one_fourth,
.boxx_three_fourth,
.boxx_two_third,
.boxx_one_third,
.boxx_one_sixth,
.boxx_fullwidth
{float:left; margin:0px 0px -20px 5px; padding:-30px; position:relative; }

.boxx_one_half{ width:440px;  }
.boxx_one_third{ width:200px; }
.boxx_two_third{ width:600px; }
.boxx_one_fourth{ width:229px; }
.boxx_one_sixth{ width:120px; }
.boxx_three_fourth{ width:680px; }
.boxx_fullwidth{ width:940px; }

/*
  * IMAGES ***
*/

.boxx_one_third img{ max-width:200x; }






