﻿body {
    margin: 0px 0px 0px 0px;
    background-color: #dadcc7;
    direction: rtl;
    font-family: Tahoma;
}

.widthdef {
    width: 1010px;
    margin-left: auto;
    margin-right: auto;
}

header {
    height: 454px;
    background-image: -moz-linear-gradient(top, #197cb5 25%,#2a98cc 60%,#288ec4 70%,#0a428f 100%);
    background-image: -ms-linear-gradient(top, #197cb5 25%,#2a98cc 60%,#288ec4 70%,#0a428f 100%);
    background-image: -webkit-linear-gradient(top,#197cb5 25%,#2a98cc 60%,#288ec4 70%,#0a428f 100%);
}

.header > div:first-child {
    text-align: center;
}

.header > div:nth-child(2) {
    position: absolute;
    margin-top: 150px;
    margin-right: 10px;
}

#spliter {
    height: 7px;
    background-color: #ffe26a;
    -webkit-box-shadow: 5px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 5px 1px 5px 0px #4a4a4a;
    box-shadow: 5px 1px 5px 0px #4a4a4a;
}

#menudiv {
    background-color: #3caae2;
}

    #menudiv > div:first-child {
        background-image: url("../images/undermenu.png");
        height: 213px;
    }

.menu {
    background-image: url("../images/simorg-aqua-menu.png");
    height: 64px;
    width: 764px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 90px;
}

    .menu > div {
        float: right;
        height: 53px;
        margin-top: -7px;
        padding-top: 17px;
        width: 95px;
        text-align: center;
    }

             .menu > div:nth-child(4) {
            width: 200px;
        }

        .menu > div:nth-child(7) {
            width: 70px;
        }

    .menu a {
        text-decoration: none;
        color: black;
        font-family: nazanin;
        font-size: 19px;
    }

    .menu div:hover {
        background-color: #5f5221;
    }

        .menu div:hover a {
            color: #e1d281;
        }

.gallerydiv {
    background-image: url("../images/gallery.png");
    height: 189px;
    width: 774px;
    position: absolute;
    margin-right: 120px;
    margin-top: -95px;
}

    .gallerydiv > div {
        background-color: #2578af;
        width: 710px;
        height: 150px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 14px;
        margin-top: 18px;
    }

.list_carousel {
    width: 710px;
    padding-right: 1px;
}

    .list_carousel img {
        text-align: center;
        border-radius: 8px;
        height: 140px;
        width: 130px;
        margin: 6px;
        display: block;
        float: left;
    }

.bodydiv {
    min-height: 150px;
}

    .bodydiv > div:first-child {
        background-color: #3387b9;
        height: 5px;
        width: 854px;
        margin-top: 140px;
    }

.trapezoid {
    position: absolute;
    margin-top: -17px;
    margin-right: 70px;
}

    .trapezoid > div:first-child {
        border-bottom: 20px solid #71abce;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        height: 0;
        width: 165px;
        color: white;
        font-family: nazanin;
        font-weight: bold;
        font-size: 22px;
        padding-right: 35px;
    }

    .trapezoid > div:nth-child(2) {
        border-top: 20px solid #3387b9;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        height: 0;
        width: 200px;
        margin-bottom: 25px;
    }

.salediv {
    background-color: #2578af;
    width: 1050px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 14px;
    margin-top: 30px;
}

    .salediv > div {
        float: right;
        width: 210px;
        text-align: center;
        margin-left: 0px;
        margin-top: 10px;
    }

    .salediv a {
        text-decoration: none;
        color: white;
        font-family: nazanin;
        font-size: 20px;
    }

        .salediv a:hover {
            color: #ffe26a;
        }

    .salediv img {
        width: 150px;
    }

footer {
    background-color: #babe9b;
    font-size: 12px;
    text-align: center;
    padding-top: 7px;
    margin-top: 20px;
    padding-bottom: 10px;
}

    footer a {
        text-decoration: none;
        color: #4a4a3c;
        font-size: 12px;
    }

    footer nav {
        margin-bottom: 20px;
    }

        footer nav a {
            margin-left: 10px;
        }
