/*
  ************************************************************************
  *  LAYOUT CSS 
  ************************************************************************
*/
#slideShow {
    clear        : both;
    position     : relative;
    padding-top  : 8px;
    padding-left : 8px;
}

#slideShow #slider {
    overflow : hidden;
    clear    : both;
    position : relative;
    width    : 933px;
}

/*
  ************************************************************************
  *  DATA AREA
  ************************************************************************
*/
.wellcome {
    float      : left;
    width      : 506px;
    overflow   : hidden;
    text-align : justify;
}

.wellcome h2 {
    font-size     : 22px;
    font-weight   : bold;
    font-family   : Arial, Helvetica, sans-serif;
    color         : #303c4c;
    display       : block;
    padding       : 9px 0px;
    margin-bottom : 7px;
    border-radius : 12px;
}
.wellcome p {
    line-height : 20px;
}

.faailiyetler {
    float      : right;
    width      : 368px;
    overflow   : hidden;
    text-align : justify;
}

.faailiyetler h2 {
    font-size        : 22px;
    font-weight      : bold;
    font-family      : Arial, Helvetica, sans-serif;
    color            : #303c4c;
    background-color : #e3e3e3;
    display          : block;
    text-align       : center;
    padding          : 9px 0px;
    margin-bottom    : 7px;
    border-radius    : 12px;
}

.faailiyetler ul {
    list-style : none;
    margin     : 0px;
    padding    : 0px;
    margin-top : 14px;
}

.faailiyetler ul li {
    border-bottom : 1px solid #e3e3e3;
}

.faailiyetler ul li a {
    display     : block;
    padding     : 4px;
    text-align  : center;
    font-family : "Arial Narrow", Arial, sans-serif;
    font-size   : 17px;
    color       : #303c4c;
    transition  : 0.5s;
}
.faailiyetler ul li a:hover {
    color            : red;
    /*transform        : scale(1.1, 1.1);*/
    background-color : #e3e3e3;
}
