/* Start Main Rules */

body {
    background: #DDD;
    font-family: 'Droid Arabic Kufi', sans-serif;
    direction: rtl
}

.container {
    width: 940px;
    margin: 20px auto;
    background: #FFF
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

/* End Main Rules */

/* Start Header */

header {
    min-height: 100px;
    background: #F6F6F6;
    overflow: hidden
}

header .logo {
    width: 20%;
    float: right
}

header .logo img {
    width: 100px;
    margin: 20px 20px 20px 0
}

header nav {
    width: 80%;
    float: left
}

header nav ul {
    margin: 50px 50px 0 0;
    font-weight: bold;
    font-size: 18px
}

header nav ul li {
    display: inline-block;
    padding: 10px;
    margin: 5px
}

/* End Header */

/* Start Content */

.content {
    min-height: 500px;
    background: #BBB;
    overflow: hidden
}

.content .sidebar {
    width: 25%;
    float: right;
    margin-left: 1%
}

.content .sidebar .widget {
    width: 90%;
    background: #FFF;
    border: 1px solid #CCC;
    margin: 10px auto
}

.content .sidebar .widget .title {
    background: #222;
    color: #FFF;
    padding: 5px 0;
    text-align: center
}

.content .sidebar .widget .data ul {
    text-align: right
}

.content .sidebar .widget .data ul li {
    padding-right: 10px
}

.content .sidebar .widget .data {
    text-align: center;
    padding: 5px 0
}

.content .sidebar .widget .data img {
    max-width: 80%;
    margin: 10px auto
}

.content .products {
    width: 74%;
    float: left;
    padding: 0 0 20px 0
}

.content .products .product {
    width: 22%;
    margin-left: 3%;
    margin-top: 20px;
    float: right;
    background: #F1F1F1;
    text-align: center
}

.content .products .product img {
    max-width: 100%
}
/* End Content */

/* Start Footer */

footer {
    min-height: 100px;
    background: #CCC
}

footer .info {
    background: #676767;
    overflow: hidden
}

footer .info .box {
    width: 30.3333%;
    float: right;
    margin-left: 3%
}

footer .info ul {
    margin: 10px 10px 0 0
}

footer .info h3 {
    border-bottom: 1px solid #555
}

footer .copyright {
    background: #333;
    padding: 5px 0;
    color: #999;
    text-align: center
}

/* End Footer */














