﻿body
{
    margin: 0;
    padding: 0;
    text-align: center;
    direction: rtl;
    font-size: 8pt;
    font-family: Tahoma;
    background-color: #1e324b;
}

.container
{
    width: 950px;
    margin: auto;
}

.footer
{
    border-color: #FF8700;
    width: 100%;   
    float: right;
    padding-top: 7px;
    color: White;
    background-color: #282828;
    min-height: 400px;
    border-top-width: 5px;
    border-top-style: solid;
}

ul#navlist
{
}
#navlist li
{
    display: inline;
    list-style-type: none;
}
#navlist a
{
    padding: 3px 3px 3px 3px;
}
#navlist a:link, #navlist a:visited
{
    color: #fff;
    text-decoration: none;
}
#navlist a:hover
{
    color: #fff;
    text-decoration: none;
}



a
{
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: White;
    text-decoration: none;
}
.divImg a
{
    font-family: Tahoma;
    font-size: 8pt;
    color: White;
    text-decoration: none;
}
.logOut
{
    color: White;
    font-family: Tahoma;
    font-size: 7pt;
}
.divNews a
{
    color: Navy;
}

.divCataloge a
{
    font-family: Tahoma;
    font-size: 7pt;
    color: White;
    text-decoration: none;
}


