﻿body {
    font-family: 'Trebuchet MS',Arial,'Comic Sans MS';
	-webkit-user-select: none; /*Chrome all/Safari all */
    -moz-user-select: none; /*Firefox all */
    -ms-user-select: none; /*IE 10+ */
  
    user-select: none;
}

* {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #555;
    text-align: center;
}

    a:hover {
        color: #eef0f4f5;
    }

.wrapper {
    width: 1200px;
    height: auto;
    margin: auto;
    background-color: white;
}

header {
    margin-top: 20px;
    float: left;
    width: 100%;
    height: 83px;
    background-color: white;
}

    header .logo {
        float: left;
        width: 250px;
        height: 60px;
        font-family: 'Freestyle Script' right;
        font-size: 18px;
        color: red;
        line-height: 60px;
        background-color: white;
    }

    header .Nav {
        float: left;
        width: 750px;
        height: 60px;
        line-height: 60px;
        background-color: white;
    }

    header .NavUp {
        margin-bottom: 5px;
        float: left;
        width: 749px;
        height: 25px;
        line-height: 30px;
        text-align: right;
        text-decoration-color: red;
        background-color: white;
    }

        header .NavUp ul {
            list-style: none;
            background-color: white;
        }

        header .NavUp li {
            float: right;
            margin-right: 20px;
            color: #a1a1a1ff;
            font-size: 12px;
            background-color: white;
        }

            header .NavUp li a:hover {
                list-style: outside;
                background-image: url('../Images/BannerUp_left.jpg');
                transition: .5s;
                color: white;
                font-size: 12px;
            }

    header .NavDown {
        margin-top: 5px;
        float: left;
        width: 750px;
        height: 25px;
        line-height: 30px;
        text-align: center;
        background-color: white;
    }

        header .NavDown ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        header .NavDown li {
            float: left;
            position: relative;
            width: auto;
            margin-left: auto;
        }

        header .NavDown ul li {
            float: Left;
            margin-Left: 15px;
            font-family: Tahoma;
            font-size: 12px;
            text-align: center;
            position: relative;
        }

            header .NavDown ul li ul {
                display: none;
            }

                header .NavDown ul li ul li {
                    float: none;
                    margin-Left: 15px;
                    font-family: Tahoma;
                    font-size: 12px;
                    text-align: center;
                    position: relative;
                }

            header .NavDown ul li:hover ul {
                display: block;
            }

            header .NavDown ul li a {
                text-decoration: none;
                display: block;
                color: #a1a1a1ff;
                font-weight: bold;
                font-family: Arial;
                border-left: 1px solid#595959;
            }

            header .NavDown ul li ul li a {
                background-color: white;
                text-align: left;
                padding: 5px;
                border-bottom: 1px solid #333333;
                font-size: 10px;
            }

        header .NavDown li a:hover {
            list-style: outside;
            background-image: url('../Images/BannerUp_left.jpg');
            transition: .5s;
            color: white;
            font-size: 12px;
        }

        header .NavDown ul li ul li a:hover {
            padding-left: 15px;
            display: block;
        }

    header .SosAra {
        float: left;
        width: 197px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background-color: white;
    }

    header .Arama {
        float: left;
        width: 197px;
        height: 24px;
        line-height: 25px;
        text-align: center;
    }

        header .Arama .txtArama {
            float: left;
            width: 145px;
            height: 24px;
            align-content: center;
            background-color: aqua;
        }

        header .Arama .BtnAra {
            float: left;
            width: 51px;
            height: 24px;
            align-content: center;
        }

    header .Sosyal {
        float: left;
        width: 197px;
        height: 24px;
        line-height: 24px;
        text-align: center;
    }

.BannerUp {
    float: left;
    margin-top: 15px;
    margin-bottom: 8px;
    width: 1200px;
    height: 8px;
}

    .BannerUp .Left {
        float: left;
        width: 400px;
        height: 8px;
        background-image: url('../Images/BannerUp_left.jpg');
        background-color: #002255ff;
    }

    .BannerUp .Midle {
        float: left;
        width: 400px;
        height: 8px;
        background-image: url('../Images/BannerUp_Mid.jpg');
        background-color: #008ddcff;
    }

    .BannerUp .Right {
        float: left;
        width: 400px;
        height: 8px;
        background-image: url('../Images/BannerUp_right.jpg');
        background-color: #688189ff;
    }

.icerik {
    float: left;
    width: 100%;
    height: auto;
}




.Banner {
    margin-top: 4px;
    float: left;
    width: 100%;
    height: 400px;
    background-color: #9d72daff;
    margin-right: 50px;
    text-align: right;
    line-height: initial;
    background-size: cover;
}

.BannerDown {
    margin-top: 4px;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    height: 8px;
}

    .BannerDown .Left {
        float: left;
        width: 400px;
        height: 8px;
        background-color: #002255ff;
    }

    .BannerDown .Midle {
        float: left;
        width: 400px;
        height: 8px;
        background-color: #008ddcff;
    }

    .BannerDown .Right {
        float: left;
        width: 400px;
        height: 8px;
        background-color: #688189ff;
    }



.SolTaraf {
    float: left;
    width: 860px;
    height: 360px;
    background-color: white;
}

    .SolTaraf .Hakkımızda {
        float: left;
        width: 860px;
        height: 150px;
        background-color: white;
    }

        .SolTaraf .Hakkımızda .Baslik {
            float: left;
            padding-left: 45px;
            width: 800px;
            height: 30px;
            font: bold 16px verdana italic;
            line-height: 30px;
            border-bottom-color: #008ddcff;
        }

        .SolTaraf .Hakkımızda .Bilgi {
            float: left;
            width: 860px;
            height: 110px;
            background-color: white;
        }


            .SolTaraf .Hakkımızda .Bilgi .txtBilgi {
                margin-top: 10px;
                float: left;
                padding-left: 20px;
                width: 840px;
                height: 109px;
                align-content: center;
                background-color: white;
            }

        .SolTaraf .Hakkımızda .DahaFazla {
            float: left;
            width: 860px;
            height: 20px;
            text-align: right;
        }

            .SolTaraf .Hakkımızda .DahaFazla ul {
                list-style: none;
                margin: 0;
                padding: 0;
            }

            .SolTaraf .Hakkımızda .DahaFazla li {
                float: right;
                position: relative;
                width: auto;
                margin-left: auto;
            }

                .SolTaraf .Hakkımızda .DahaFazla li a:hover {
                    list-style: outside;
                    background: #002255ff;
                    transition: .5s;
                    color: white;
                    font-size: 12px;
                }

    .SolTaraf .Muhendislik {
        margin-top: 10px;
        float: left;
        width: 860px;
        height: 200px;
        background-color: white;
    }

        .SolTaraf .Muhendislik .Ofshore {
            float: left;
            margin-left: 10px;
            width: 280px;
            height: 200px;
            text-align: center;
            font-size: 14px;
            line-height: 20px;
            background-color: #afdde9ff;
        }

            .SolTaraf .Muhendislik .Ofshore .Baslik {
                float: left;
                width: 280px;
                height: 20px;
                text-align: center;
                font-size: 14px;
                line-height: 20px;
                background-color: #008ddcff;
            }

        .SolTaraf .Muhendislik .Jeofizik {
            float: left;
            margin-left: 5px;
            width: 280px;
            height: 200px;
            text-align: center;
            font-size: 14px;
            line-height: 20px;
            background-color: #afdde9ff;
        }

            .SolTaraf .Muhendislik .Jeofizik .Baslik {
                float: left;
                width: 280px;
                height: 20px;
                background-color: #008ddcff;
                text-align: center;
                font-size: 14px;
                line-height: 20px;
            }

        .SolTaraf .Muhendislik .Jeoloji {
            float: left;
            margin-left: 5px;
            width: 280px;
            height: 200px;
            background-color: #afdde9ff;
            text-align: center;
            font-size: 14px;
            line-height: 20px;
        }

            .SolTaraf .Muhendislik .Jeoloji .Baslik {
                float: left;
                width: 280px;
                height: 20px;
                background-color: #008ddcff;
                text-align: center;
                font-size: 14px;
                line-height: 20px;
            }
.SagTaraf {
    float: right;
    width: 330px;
    height: 360px;
    background-color: #afdde9ff;
}

    .SagTaraf .Haberler {
        float: left;
        width: 330px;
        height: 360px;
        background-color: #afdde9ff;
        text-align: center;
        font-size: 14px;
        color: white;
        line-height: 20px;
    }

        .SagTaraf .Haberler .Baslik {
            float: left;
            width: 330px;
            height: 20px;
            background-color: #008ddcff;
            text-align: center;
            font-size: 14px;
            line-height: 20px;
        }

.altbilgi {
    float: left;
    margin-top: 5px;
    width: 100%;
    height: 20px;
    text-align: center;
    font-style: oblique;
    font: bold 14px verdana italic;
    line-height: 20px;
    background-color: #008ddcff;
}
