﻿*{padding:0px;
  margin:0px;}
body {
}
#header
{
    width:100%;
    height:150px;
    margin:0 auto;
    background-color:White;
    }
#logo
{
    width:1000px;
    height:100px;
    margin:0 auto;
    text-align:center;
   
    }  
#lang
{
    width:20px;
    height:25px;
    background-color:#0b284a;
    float:right;
     padding-top:25px;
     border-radius:0px 0px 10px 10px;
    }    
#lang a
{
   
    text-decoration:none;
    color:White;
    font-family:calibri;
    }         
#outmenu
{
    
  width:100%;
    height:50px;
    margin:0 auto;   
   text-align:center;
    background:url('../../images/menuback.jpg') repeat;
    z-index:1000
    }     
#menu
{
  width:650px;
    height:50px;
    margin:0 auto;   
   text-align:center;
   z-index:1000;
   padding-top:10px;
    }    
#menu ul{list-style:none;}
.item 
{
    text-align:left;
    height:40px;
    padding:10px;
    text-decoration:none;
    font-family:dinar,calibri;
    color:White;
    } 
    .subitem
{
    text-align:left;
    height:20px;
    padding:10px;
    text-decoration:none;
    font-family:dinar,calibri;
    color:#0b284a;
    
    } 
.hov
{   
     
     color:White;
     background-color:#0b284a;
     border-radius:10px;
}
.sub
{
   
    background:url('../../images/menu2.png') repeat;  
    border:1px solid #e3e3e4;
    }     
/* #menu .sub
{
    position:absolute;
    width:400px;
    
    background:url('../../images/menu.png') repeat;  
    display:none;
    z-index:10;
    margin-top:50px;
    }     
#menu .sub li
{
     display:block;
    width:350px;
   height:30px;
 
  margin:20px;
  
    }    
#menu .sub li a
{
    display:block;
    width:230px;
    height:30px;
   text-align:left;
    color:White;
    font-family:Calibri;
  padding-top:10px;
 padding-left:20px;
    }   
#menu .sub li img
{
     width:50px;
    height:30px;
   
    float:left;
    }    
#menu li:hover .sub
{
    display:block;
    }    */      
#backfooter
{
     width:100%;
    height:300px;
    margin:0 auto;
    background-color:#949599;
    background:url('../../images/backfooter.jpg') repeat;
    padding-top:20px;
    }    
#footer
{
     width:1000px;
    height:300px;
    margin:0 auto;
   
    }  
#footer .foot
{
    width:180px;
    height:300px;
    float:left;
    
    direction:rtl;
  margin-left:100px;
   
        }        
    
.foot ul
{
    list-style:none;
    }
    
.foot ul li , .foot ul li a
{
    display:block;
    width:180px;
    margin-top:20px;
    color:#949599;
    text-decoration:none;
    font-family:Tahoma;
    text-align:center;
    }
.foot li h3
{
    text-align:center;
    border-bottom:1px solid white;
    color:White;
    font-family:Calibri;
    }   