
/* Left & Right alignment */
/*
.left {
    float: left;
}

.right {
    float: right;
}
    */
.wrapper {
    width: 100%;
    overflow: hidden;
}

.relative {
    position: relative;
}

/* Global properties ======================================================== */

body {
    background: #333;
    border: 0;
    font: 13px Arial, Helvetica, sans-serif;
    color: #323232;
    line-height: 25px;
    min-width: 940px;
    overflow: hidden;
}

.css3 {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    position: relative;
}

.page_spinner {
    position: absolute;
    /*background: url(../images/bg.jpg) 0 0 repeat #cb610c;*/
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .page_spinner div {
        position: absolute;
        background: url(../images/ajax-loader.gif) 50% 50% no-repeat;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }


/* Global Structure ============================================================= */

.main {
    margin: 0 auto;
    width: 940px;
}
.bottommain {
  /*  width: 86%;*/
  /*cursor:pointer;*/
   }
#bgStretch {
    overflow: hidden;
    z-index: -1;
    position: fixed;
}

.spinner {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;
    left: 0;
    top: 0;
    background: url(../images/ajax-loader.gif) center center no-repeat;
}

.ic {
    border: 0;
    float: right;
    background: #fff;
    color: #f00;
    width: 50%;
    line-height: 10px;
    font-size: 10px;
    margin: -100% 0 0 0;
    overflow: hidden;
    padding: 0;
}

body, html {
    height: 100%;
}

.over {
    position: relative;
    width: 100%;
   /* overflow: hidden;*/
    min-height: 100%;
    height: auto !important;
    background: url(../images/bg_top.png) 0 0 repeat-x;
}

.bg1 {
    position: fixed;
    bottom: -110px;
    left: 235px;
    width: 100%;
    background-color:#fff;
    height: 140px;
    opacity:0.8;
    text-align:left;
    z-index:2;
}

#bgStretch {
    overflow: hidden;
    z-index: -1;
    position: fixed;
    width: 100%;
    height:100%;
    padding-left:235px;
}

.spinner {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;
    left: 0;
    top: 0;
    background: url(../images/ajax-loader.gif) center center no-repeat;
}

/* ============================= main layout ====================== */

a {
    color: #ad2f00;
    text-decoration: none;
    outline: none;
}

    a:hover {
    }

h1 {
    float: left;
}

h2 {
    font: 30px 'Asap', sans-serif;
    color: #ad2f00;
    line-height: 1.2em;
    padding: 2px 0 14px 0;
    letter-spacing: -2px;
}

p {
    padding-bottom: 25px;
}

strong {
    color: #ad2f00;
}

/* ============================= header ====================== */
header {
    height: 220px;
}

#logo {
    display: block;
    text-indent: -9999px;
    background: url(../images/teskomblogo.png) 0 0 no-repeat;
    width: 160px;
    height: 160px;
    margin-left:5px;
    margin-top:5px;
}

#menuler {
    float: left;
    left: 0;
    position:fixed;
   /* background: url(../images/bg_footer.png) repeat;*/
    height: 100%;
    width: 230px;
    background-color:#323232;
    opacity:0.8;
     z-index:9;
     cursor:pointer;
}
#sagmenu {
    float: right;
    right: -225px;
    position:fixed;
   /* background: url(../images/bg_footer.png) repeat;*/
    height: 100%;
    width: 230px;
    background-color:#323232;
    opacity:0.8;
    padding-left:5px;
     z-index:2;
     cursor:pointer;
     /*display:none;*/
}
.menu {
    float: left;
    left: 0;
    position: absolute;
   /* background: url(../images/bg_footer.png) repeat;*/
   /* height: 100%;*/
    width: 230px;
   /* background-color:#323232;*/
  /*  opacity:0.6;*/
 /*   padding-left:5px;*/
     z-index:9;
}

#menu > li {
    margin-left: 5px;
    position: relative;
    /*background: url(../images/bg_footer.png) repeat;*/
    width: 210px;
    font-size:14pt;
    background-color:#e5e5e5;
    height: 20px;
    text-align: left;
    padding-top: 5px;
    padding-left: 10px;
    margin-top: 2px;
    z-index:10;
     color: #AE3304;
     cursor:pointer;
     font-family:Calibri;
     text-shadow: 1px 1px rgba(0,0,0,.5);
     scrollbar-face-color: #000000;
scrollbar-shadow-color: #2D2C4D;
scrollbar-highlight-color:#7D7E94;
scrollbar-3dlight-color: #7D7E94;
scrollbar-darkshadow-color: #2D2C4D;
scrollbar-track-color: #7D7E94;
scrollbar-arrow-color: #C1C1D1;
}
}
#menu > li:hover {
    margin-left: 5px;
    position: relative;
    /*background: url(../images/bg_footer.png) repeat;*/
    width: 210px;
    background-color:#ff8500;
    height: 20px;
    color: #e5e5e5;
    text-align: left;
    padding-top: 5px;
    padding-left: 10px;
    margin-top: 2px;
    z-index:10;
     text-shadow: 1px 1px rgba(0,0,0,.5);
   
}
    #menu > li > a {
        font: 17px 'Asap', sans-serif;
        color: #AE3304;
        text-shadow: 1px 1px rgba(0,0,0,.5);
    }

        #menu > li > a:hover, #menu > .active > a {
            color: #fff;

        }

.submenu_1 {
    position: absolute;
    top: 30px;
    left: -30px;
    width: 110px;
    background: url(../images/bg_footer.png) repeat;
    padding: 10px 0;
}

    .submenu_1 li {
        position: relative;
    }

    .submenu_1 span {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
    }

    .submenu_1 a {
        display: block;
        font: 14px 'Asap', sans-serif;
        line-height: 30px;
        color: #ad2f00;
        position: relative;
        text-align: center;
    }

/* ============================= content ====================== */

#content {
    margin-top: 10px;
     /*padding-bottom: 90px;*/
    position: relative;
}

    #content > ul > li {
        position: relative;
        background: url(../images/bg_content.png) repeat;
        width: 100%;
       /* overflow: hidden;*/
        
    }

.pad {
    padding: 40px;
    overflow: hidden;
}

.pad_left1 {
    padding-left: 60px;
}

.pad_bot1 {
    padding-bottom: 15px;
}

.marg_right1 {
    margin-right: 20px;
}

figure {
    padding-top: 3px;
}

#page_Services figure {
    padding-top: 0;
}

.link1 {
    position: relative;
    display: inline-block;
}

    .link1 span {
        position: absolute;
        bottom: 4px;
        left: 0;
        height: 1px;
        width: 0;
    }

.close {
    position: absolute;
    background: url(../images/close.gif) 0 0 no-repeat;
    width: 13px;
    height: 13px;
    top: 20px;
    right: 28px;
}

    .close span {
        width: 100%;
        height: 100%;
        background: url(../images/close_active.gif) 0 0 no-repeat;
        display: block;
    }

    .kapat {
    position: absolute;
    background: url(../images/close.gif) 0 0 no-repeat;
    width: 13px;
    height: 13px;
    top: 20px;
    right: 28px;
    z-index:2;
}

    .kapat span {
        width: 100%;
        height: 100%;
        background: url(../images/close_active.gif) 0 0 no-repeat;
        display: block;
            z-index:2;
    }

#icons {
    padding-top: 8px;
}

    #icons li {
        float: left;
        margin-right: 10px;
    }

    #icons .first {
        font-size: 14px;
        margin-right: 18px;
    }

    #icons a {
        position: relative;
        display: block;
    }

    #icons .img_act {
        position: absolute;
        top: 0;
        left: 0;
    }

.scroll {
    height: 290px;
    width: 340px;
    overflow: hidden;
}

.track {
    width: 20px;
    height: 299px;
    padding: 0 0;
    top: 38px !important;
    left: 360px !important;
    background: url(../images/scroll_track.png) 0 0 no-repeat;
}

.shuttle {
    width: 20px;
    height: 76px;
    background: url(../images/scroll_drag.png) 0 0 no-repeat;
    margin-left: 0px;
}

._up-butt, ._down-butt {
    height: 0px !important;
}

.list1 {
}

    .list1 li {
        padding-left: 15px;
        background: url(../images/marker_1.gif) 0 10px no-repeat;
        overflow: hidden;
    }

    .list1 a {
        position: relative;
    }

    .list1 span {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background: #ad2f00;
    }

.gallery_big_img {
    position: relative;
    width: 100%;
    height: 355px;
    margin-top: 10px;
}

    .gallery_big_img img {
        position: absolute;
        top: 0;
        left: 0;
    }

#caption {
    position: relative;
    height: 213px;
    width: 100%;
    overflow: hidden;
}

    #caption li {
        position: absolute;
        top: 0;
        left: 0;
    }

#gallery1 {
    width: 380px !important;
}

    #gallery1 li {
        float: left;
        margin-right: 10px;
    }

    #gallery1 img {
        width: 120px;
        height: 100px;
    }

.prev, .next {
    position: absolute;
    top: 42px;
    width: 4px;
    height: 6px;
    padding: 5px;
    background: url(../images/marker_left.gif) 5px 5px no-repeat;
    left: -19px;
}

.next {
    left: auto;
    right: -19px;
    background: url(../images/marker_right.gif) 5px 5px no-repeat;
}

    .prev span, .next span {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../images/marker_left.gif) 0 bottom no-repeat;
    }

    .next span {
        background: url(../images/marker_right.gif) 0 bottom no-repeat;
    }

.google_map {
    width: 380px;
    height: 206px;
    padding-top: 0;
    position: relative;
    background: #fff;
    margin-top: 3px;
    margin-bottom: 22px;
}

/* ============================= footer ====================== */

footer {
    color: #4c4c4c;
    text-align: left;
    padding-top: 3px;
    position: relative;
    padding-left:10px;
    top: 0px;
    left: 0px;
}

    footer a {
        text-decoration: underline;
    }

        footer a:hover {
        }

#bg_pagination {
 position: absolute;
    float:right;
    right:290px;
    margin-bottom:30px;
    bottom:20px;
}

    #bg_pagination li {
        float: left;
        background: url(../images/buttons.png) 0 0 no-repeat;
        position: relative;
        padding:2px;
    }

    #bg_pagination span {
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(../images/buttons_active.gif) 0 0 no-repeat;
    }

    #bg_pagination a {
        position: relative;
        display: block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        text-decoration: none;
        font-size:11pt;
        background: url(../images/buttons_active.gif) 0 0 no-repeat;
        background-color:#ca4b00;
        color:white;
    }

/* ============================= forms ============================= */

#ContactForm {
    position: relative;
    padding-bottom: 20px;
}

    #ContactForm .col1 {
        width: 76px;
    }

    #ContactForm .wrapper {
        overflow: inherit;
        min-height: 25px;
    }

    #ContactForm .success {
        display: none;
        position: absolute;
        bottom: 0;
        line-height: 20px;
    }

    #ContactForm label {
        position: relative;
        min-height: 22px;
        display: inline-block;
    }

    #ContactForm .message {
        height: 206px;
    }

    #ContactForm .error, #ContactForm .empty {
        font-size: 10px;
        color: #ad2f00;
        line-height: 14px;
        display: none;
        width: 100%;
    }

    #ContactForm a {
        margin-left: 23px;
        float: right;
    }

    #ContactForm .input {
        margin: 0;
        width: 282px;
        height: 16px;
        background: url(../images/spacer.gif) repeat;
        padding: 2px 10px;
        color: #323232;
        font: 13px Arial, Helvetica, sans-serif;
    }

    #ContactForm textarea {
        overflow: auto;
        margin: 0;
        resize: none;
        width: 282px;
        height: 197px;
        background: url(../images/spacer.gif) repeat;
        padding: 2px 10px;
        color: #323232;
        font: 13px Arial, Helvetica, sans-serif;
    }


    #ContactForm .bg {
        background: #fff;
        border: 1px solid #e5e5e5;
        position: relative;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        display: inline-block;
        line-height: 20px;
    }


/* -------------------------- columns --------------------------*/

.col1, .col2, .col3, .cols {
    float: left;
}

.col1 {
    width: 100%;
}

.col2 {
    width: 280px;
}

#page_Contacts .col2 {
    width: 70px;
}
.uzuncizgi
{
    background-color:#e2e2e2;height:5px;

}
.buyukok {  
    background: none repeat scroll 0 0 #4E443C;
    border-radius: 30px;
    box-shadow: 0 0 2px #999999;
    color: #FFFFFF;
    font: 24px/27px Arial,sans-serif;
    height: 30px;
    opacity: 0.7;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px #000000;
    width: 30px;}
.resimhaber{   border-radius: 5px; overflow:hidden;z-index-1}

.cerceve1 {
    float:left;
    position: relative;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 2px 4px #999;
    padding:5px;
    height:250px;
}
.kredifaiz
{
border:1px solid #e9e9e9;
color:#f6f6f6;
text-align:center;

}