@import url("font.css");
@import url("normalize.css");
body
{
    font-family:"InformaPro Normal";
}



/****************   HEADER - start *************************/
#headerContainer
{
    background: url("../img/header-bg.png") top center;
    height:45px;
    position: relative;
    z-index: 3;
}

#header
{
    width:1000px;
    margin: 0 auto;
    height:45px;
    position: relative;
    
}

/****************   HEADER - end *************************/
/****************   CONTENT - start *************************/

#content
{
    width:1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/****************   CONTENT - end *************************/
/****************   LOGO - start *************************/
#logo
{
    max-height: 40px;
    position: absolute;
    left:0px;
    top:2px;
    max-width: 200px;
}

/****************   LOGO - end *************************/
/****************   TOPMENU - start *************************/
#topMenu
{
    float: right;
    width: 690px;
    height:46px;
    overflow:hidden;
}

#topMenu a
{
    height: 16px;
    line-height:16px;
    padding: 16px 20px 10px;
    margin:2px 0;
    display: inline-block;
    color:#c9c9c9;
    font-size:18px;
    text-decoration: none;
}

#topMenu a:hover
{
    background: url("../img/topMenu-item-bg-active.png") bottom center no-repeat;
}



/****************   TOPMENU - end *************************/
/****************   SEARCH - start *************************/

#search
{
    height: 20px;
    margin: 14px auto 0px;
    width:30px;
    float:right;
    overflow: hidden;
    margin-right:10px;
}
#searchText
{
    display: none;
    background: url("../img/search-button.png") left center no-repeat;
    width: 640px;
    outline: none;
    border:0px;
    padding-left:30px;
    color:#cfcfcf;
    float:left;
}



#searchButton
{
    width: 0px;
    border: 0px;
    height: 0px;
    display: block;
    padding: 0px;
    margin: 0px;
}

#searchToggle
{
    width: 20px;
    height: 20px;
    background: url("../img/search-button.png") left center no-repeat;
    cursor:pointer;
    float:right;
}


/************   .active **************/

#search.active
{
    width: 710px;
}

#search.active #searchToggle
{
    background: url("../img/search-button-active.png") left center no-repeat;
}


/****************   SEARCH - end *************************/
/****************   LANG - start *************************/


#lang
{
    float:right;
    margin-left: 20px;
    padding-left: 10px;
    border-left: 1px solid #cfcfcf;
    height:20px;
    line-height: 20px;
    margin: 14px auto 0;
    position: relative;
    cursor: pointer;
}

#languages
{
    position: absolute;
    top: 25px;
    right: -5px;
    display: none;
    background: url("../img/lang-bg.png") top center no-repeat;
    padding: 0px;
}

#languagesContainer
{
    width: 20px;
    background: #fff;
    padding: 5px 5px 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border:1px solid #dddddd;
    border-width:0px 1px 1px;
    position: relative;
    float:left;
    top:9px;
    left:0px;
}

#languagesContainer a
{
    margin: 0px 0px;
    float: left;
    display: block;
}
/****************   LANG - end *************************/
/****************   SUBMENU - start *************************/


#subMenuContainer
{
    width:100%;
    position: relative;
    background: url("../img/subMenu-bg.jpg") top center no-repeat;
    margin-top: 01px;
    z-index: 2;
}
.subMenu
{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    display: none;
    height: 58px;
}

#subMenuContainer .subMenu.active
{
    display:block;
}
.subMenu a
{
    height: 16px;
    line-height:16px;
    padding: 25px 13px 22px;
    margin:2px 0;
    display: inline-block;
    color:#484848;
    font-size: 14px;
    text-decoration: none;
}

.subMenu a:hover,
.subMenu a.active
{
    background: url("../img/subMenu-item-bg-active.png") bottom center no-repeat;
    
}

/****************   SUBMENU - end *************************/
/****************   PRODUCTS - start *************************/
#products
{
    margin-top:30px;
}
#products a
{
    display: inline-block;
    padding: 0px;
    border-bottom:1px dashed #d7d7d7;
    float:left;
    width: 200px;
    height: 260px;
    margin: 10px auto;
    position: relative;
    text-decoration: none;
}

#products a .item
{
    /* width: 177px; */
    height: 168px;
}


#products a:hover .cover
{
    width: 177px;
    height: 251px;
    background:url("../img/product-cover-bg.png");
    position: absolute;
    top:0px;
    left: 12px;
    z-index: 2;
}


#products a .item .image
{
    height:198px;
    text-align: center;
    padding:0px 10px;
    border-left:1px solid #d7d7d7;
}


#products a .item .title
{
    text-align: center;
    font-size:14px;
    color:#000000;
    padding-top: 5px;
    margin-top:20px;
    background: url("../img/product-item-title-bg.png") top center no-repeat;
    text-decoration: none;
}


#products a:hover .item .title
{
    text-align: left;
    padding-left: 30px;
    background: url("../img/product-item-title-bg-active.png") top center no-repeat;
}

#products a.noLeftBorder .item .image
{
    border-left:0px;
}
#products a.noBottomBorder
{
    border-bottom:0px;
}

/****************   PRODUCTS - end *************************/
/****************   FOOTER - start *************************/
#footerContainer
{
    margin-top:0px;
    background: #f8f8f8;
    font-family: Verdana;
}
#footer
{
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    border-top:5px solid #8d8d8d;
    position: relative;
}

#footerMenu
{
    text-align: center;
    float: left;
    letter-spacing: 0.5px;
}

#footerMenu .item
{
    /* width: 20%; */
    margin: 0px 20px;
    display: inline-block;
    text-align: left;
    font-size: 11px;
    float: left;
}

#footerMenu .item .title
{
    /* background: url("../img/footerMenu-title-bg.png") left center no-repeat; */
    /* padding-left:20px; */
    margin-bottom: 7px;
    font-weight: bold;
    color:#454545;
}

#footerMenu .item a
{
    display: block;
    height: 16px;
    line-height: 14px;
    /* font-size: 12px; */
    text-decoration:none;
    /* padding-left:20px; */
    color:#454545;
}
#footerMenu .item a:hover
{
    text-decoration: underline;
}
/****************   FOOTER - end *************************/


.clear{
    clear:both;
}


#kurumsalx
{
    position: absolute;
    right: 0px;
    bottom:10px;
    background: url('../img/kurumsalx.png') bottom right no-repeat;
    width:100px;
    height:50px;
}

#socialBox
{
    position: absolute;
    right: 0px;
    top:10px;
    padding:10px;
    max-width: 150px;
    font-size:10px;
    text-align: center;
}

#socialBox a
{
    width:29px;
    height:29px;
    margin-right:0px;
    display: inline-block
}

#socialBox a.facebook
{
    background:url('../img/socialButtons/facebook.png') no-repeat;
}

#socialBox a.twitter
{
    background:url('../img/socialButtons/twitter.png') no-repeat;
}

#socialBox a.instagram
{
    background:url('../img/socialButtons/instagram.png') no-repeat;
}

#socialBox a.Pinterest
{
    background:url('../img/socialButtons/Pinterest.png') no-repeat;
}

/***************  BANKA HESAPLARI.start **************/

#bankaHesaplari {
    margin-top: 64px;
    width: 500 px;
    letter-spacing: 1px;
}

h3, h4 {
    margin: 0px 0px 5px;
    font-weight: lighter;
    letter-spacing: 1px;
}

#bankaHesaplari h4 {
    color: #E83666;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000000;
}

#bankaHesaplari .hesap {
    height: 60px;
    font-size: 13px;
}

#bankaHesaplari .hesapAdi, #bankaHesaplari .hesapNo {
    height: 30px;
    line-height: 30px;
}

#bankaHesaplari .hesapAdi {
    border-bottom: 1px dashed #DDDDDD;
    position: relative;
    width: 100%;
}

#bankaHesaplari .bankaIcon {
    width: 100px;
    border-left: 1px solid #b8b8b8;
    text-align: center;
    padding: 0px 0px;
    margin: 0px 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 25px;
}

#bankaHesaplari .bankaIcon {
    float: left;
}
/***************  BANKA HESAPLARI.end **************/



/***************  FORMLAR.start    *************/

#formlar{    
    margin-top: 64px;
    padding-bottom: 20px;
    letter-spacing: 1px;
    background: url("../img/formlar/content-bg.png") bottom right no-repeat;
}

#formlar h4
{
    height:10px;
    width:460px;
    border-bottom:1px solid #7f7f7f;
}

#formContainer
{
    width: 460px; 
    color:#ee7a94;
    padding: 0px;
    margin-top:20px;
}

#formContainer .form
{
    padding: 10px 0px;
    border-top:1px dashed #e7e5e5;
    font-size:14px;
    
}

#formContainer .form:first-child
{
    border:0px;
}
#formContainer .form a
{
    color:#000000;
    text-decoration: none;
}
#formContainer .form a:hover
{
    text-decoration: underline;
}
/***************  FORMLAR.end    *************/

/***************  FUARLAR.start    *************/

#fuarlar{    
    margin-top: 24px;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

#fuarlar h4
{
    height:10px;
    width:460px;
    border-bottom:1px solid #7f7f7f;
}

#fuarContainer
{
    color:#ee7a94;
    padding: 0px;
    margin-top:0px;
}

#fuarContainer .fuar
{
    padding: 10px 0px;
    font-size:14px; 
    float:left;
    text-decoration: none;
    margin:8.5px;
    
}

#fuarContainer .fuar .image
{
    border:5px solid #e7e5e5;
    padding: 5px;
}

#fuarContainer .fuar .imageCover
{
    width:213px;
    height: 158px;
    overflow: hidden;
    text-align: center;
}


#fuarContainer .fuar .imageCover img
{
    max-width: 213px;
    height: 158px;
}

#fuarContainer .seperator
{
    border-top:1px dashed #e7e5e5;
    width: 100%;
    float:left;
}

#fuarContainer .title
{
    text-align: center;
    color:#000000;
    padding: 8px 0 2px;
    background: url("../img/fuarlar/title-bg.png") top center no-repeat;
    font-size:13px;
}

/***************  FUARLAR.end    *************/


/***************  İNSAN KAYNAKLARI.start    *************/

#insanKaynaklari{   
    padding-top:50px; 
    margin-top: 24px;
    background:url("../img/insanKaynaklari/content-bg.png") bottom right no-repeat;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

#insanKaynaklari h4
{
    height:10px;
    width:460px;
    border-bottom:1px solid #7f7f7f;
}

#insanKaynaklariContainer
{
    font-size:13px;
    line-height: 30px;
}

#insanKaynaklariBasvuruFormu
{
    margin-top:20px;
    color: #e83666;
    padding: 5px 5px 5px 5px;
    position: relative;
    z-index: 1;
}

/***************  İNSAN KAYNAKLARI.end    *************/



/***************  FİRMA PROFİLİ.start    *************/

#firmaProfili{   
    margin-top: 24px;
    background:url("../img/firmaProfili/content-bg.png") bottom right no-repeat;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

#firmaProfili h4
{
    height:10px;
    width:460px;
    border-bottom:1px solid #7f7f7f;
}

#firmaProfiliContainer
{
    line-height: 30px;
}


/***************  FİRMA PROFİLİ.end    *************/

/***************  YETKİLİ KİŞİLER.start    *************/

#yetkiliKisiler,
#yetkiliKisilerIletisim
{   
    margin-top: 24px;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
    float:left;
}

#yetkiliKisilerIletisim
{
    float:right;
}

#yetkiliKisiler h4,
#yetkiliKisilerIletisim h4
{
    height:10px;
    width:460px;
    border-bottom:1px solid #7f7f7f;
}

#yetkiliKisiler .item,
#yetkiliKisilerIletisim .item
{   
    height: 30px;
    border-top:1px dashed #C0C0C0;
    font-size:13px;
}

#yetkiliKisiler .item:first-child,
#yetkiliKisilerIletisim .item:first-child
{   
    border-top:0px;
}
#yetkiliKisiler .item .title,
#yetkiliKisilerIletisim .item .title
{   
    width: 120px;
    display: block;
    float:left;
}
#yetkiliKisiler .item .text,
#yetkiliKisilerIletisim .item .text
{   
    width: 150px;
    display: block;
    float:left;
}

#yetkiliKisiler .item .seperator,
#yetkiliKisilerIletisim .item .seperator
{   
    width: 30px;
    display: block;
    float:left;
    text-align: center;
}

#yetkiliKisilerContainer,
#yetkiliKisilerIletisimContainer
{
    line-height: 30px;
}

#yetkiliKisilerMuhasebe
{
    margin-top:20px;
    color: #e83666;
    padding: 7px 5px ;
    position: relative;
    z-index: 1;
    text-align: center;
    background: #f2f2f2;
    letter-spacing: 1px;
}

/***************  YETKİLİ KİŞİLER.end    *************/


/***************  İLETİŞİM.start    *************/

#iletisim,
#iletisimFormu
{   
    margin-top: 24px;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
    float:left;
    width:460px;
}

#iletisimFormu
{
    float:right;
}

#iletisim h4,
#iletisimFormu h4
{
    padding:4px 0;
    width:460px;
    border-bottom:1px solid #7f7f7f;
    color: #e83666;
}

#iletisim .item,
#iletisimFormu .item
{   
    border-top:1px dashed #C0C0C0;
    font-size:13px;
    width: 100%;
    float:left;
    padding: 1px;
    margin-top:2px;
}
#iletisimFormu .item
{
    border:0px;
}

#iletisimFormu .item input[type="text"],
#iletisimFormu .item textarea
{
    background: #f2f2f2;
    border:1px solid #a9a9a9;
    padding:2px 5px;
    width: 290px;
    line-height: 20px;
    resize: none;
    margin:0px;
}

#iletisim .item:first-child,
#iletisimFormu .item:first-child
{   
    border-top:0px;
}
#iletisim .item .title,
#iletisimFormu .item .title
{   
    width: 120px;
    display: block;
    float:left;
}
#iletisim .item .text,
#iletisimFormu .item .text
{   
    display: block;
    float:left;
}

#iletisimFormu .item .text
{
    width:310px;
}

#iletisim .item .seperator,
#iletisimFormu .item .seperator
{   
    width: 30px;
    display: block;
    float:left;
    text-align: center;
}

#iletisimContainer,
#iletisimFormuContainer
{
    line-height: 30px;
    font-size: 13px;
}

#iletisimHarita
{
    border-top:5px solid #f2f2f2;
    padding-top: 5px;
    height:300px;
    width: 100%;
}

/***************  İLETİŞİM.end    *************/
