﻿@import url(font/droidarabickufi.css);

* {
    padding: 0;
    margin: 0 auto;
    font-family: 'Droid Arabic Kufi';
    font-weight: 200;
}
div {
    overflow: hidden;
}
body {
    background-color: #b7b19b;
}
.container {
    width: 980px;
    background-color: #f6f3ec;
}
.header {
    width: 980px;
    height: 336px;
}
.menu {
    height: 45px;
    background-color: #30312b;
}
    .menu ul {
        float: right;
        margin-right: 22px;
        list-style-type: none;
    }
        .menu ul li {
            float: right;
            height: 45px;
            background-image: url(images/m-line.jpg);
            background-repeat: no-repeat;
            padding-left: 15px;
            padding-right: 15px;
        }
            .menu ul li a {
                text-decoration: none;
                font-size: 19px;
                line-height: 45px;
                color: white;
                text-align: center;
            }
        .menu ul :hover {
            height: 45px;
            background-color: #c61a00;
        }
.content {
    width: 980px;
    margin-top:20px;
}
.man {
    width: 980px;
    padding-right: 37px;
}
h1 {
    font-size: 18px;
    font-weight: bold;
    text-align:center;
}
p {
    margin-right:47px;
    margin-left:37px;
    font-size: 16px;
    text-align: right;
}
.p_sign {
    font-size: 16px;
    float:left;
    text-align: left;
    margin-left:185px;
}
.photos {
    width: 906px;
    height: 256px;
	margin-bottom:30px;
}
.amazon_scroller {
    border: 0px solid rgb(204, 204, 204);
    padding: 10px;
    width: 721px;
    height: 269px;
    position: relative;
}
.amazon_scroller_mask {
    width: 661px;
    height: 269px;
}
    .amazon_scroller_mask ul {
        width: 3304px;
        position: absolute;
        left: -210px;
    }
        .amazon_scroller_mask ul li {
            width: 345px;
            display: inline;
        }
            .amazon_scroller_mask ul li a {
                color: black;
                font-size: 12px;
            }
                .amazon_scroller_mask ul li a img {
                    width: 200px;
                    height: 260px;
                }
.footer {
    width: 980px;
    position: relative;
    background-image: url(images/footer.jpg);
    height: 62px;
    background-repeat: no-repeat;
    background-position: center top;
}
    .footer a {
        position: absolute;
        top: 9px;
        left: 3px;
        width: 101px;
        height: 44px;
    }
.contact {
    float: right;
    width: 980px;
    margin: 25px 37px 20px 0px;
}
    .contact tr {
        height: 59px;
    }
    .contact td {
        width: 60px;
        height:80px;
        text-align:right center;
        font-family:Tahoma;
        font-size:16px;
        margin-bottom:20px;
    }
#proj {
    float: right;
    margin:40px 90px 60px 0px;
}
    #proj li {
        padding-right: 25px;
    }
