﻿body {
}
h1
{
    text-align:center;
    font-family:dinar;
    font-size:25px;
    font-weight:lighter;
    margin:20px;
    }
h2{ width:980px;
           height:45px;
           color:white;
    font-family:Calibri;
    float:left;
    text-align:left;
    margin-bottom:20px;
    margin-top:10px;
    background:url('../../images/title4.jpg') no-repeat;
    font-weight:lighter;
    padding:5px 0px 0px 10px;
    }   
#backpanel
{
    width:1000px;
    overflow:hidden;
    margin:0 auto;
    
    }
#web
{
    
     width:120px;
   height:30px;
    margin:0 auto;
    top:20px;
    text-align:right;
    
    font-family:Tahoma;
    direction:rtl;
    margin-bottom:20px;
 background:url(../../images/btn.png) no-repeat;
    
    }     
#web a
{
    display:block;
    position:relative;
  /* background:url(../../images/button.jpg) repeat;*/
    margin:0 auto;
    /*background-color:#9d0303;*/
    color:White;
    text-decoration:none;
    text-align:center;
    padding:10px 0px 10px 0px;
    border-radius:3px;
    top:-5px;
    font-size:12px;
    }      
.panel
{
   
    float:left;
    width:300px;
    height:250px;
    background-color:Red;
    margin-left:20px;
    margin-bottom:20px;
    }
.panel img
{
    position:absolute;
     width:300px;
    height:250px;
    }    
 .hov
 {
     position:relative;
    width:300px;
    height:240px;
    background:url('../../images/menu.png') repeat;
    display:none;
    padding-top:10px;
     }  
.hov h3
{
    text-align:center;
    color:White;
    font-family:Calibri;
  
    font-size:15px;
    }        
.hov h4
{
    color:White;
    font-family:tahoma;
    margin-right:10px;
    font-weight:lighter;
    
    text-align:center;
    }     
.panel:hover .hov
{
    display:block;
    }    
.dl
{
     width:800px;
   height:40px;
    margin:0 auto;
   background-color:#0b284a;
   border-radius:5px;
    text-align:left;
    padding:10px 20px 0px 20px;
    font-family:Tahoma;
    direction:rtl;
    margin-bottom:10px;
    color:White;
    }     
.dl a
{
    display:block;
    position:relative;
    width:80px;
    float:right;
    background-color:#d60303;
    color:White;
    text-decoration:none;
    text-align:center;
    padding:10px 0px 10px 0px;
    border-radius:10px;
    top:-5px;
    }       