﻿*
{
    margin:0px;
    padding:0px;
}

body
{
    font-family: Tahoma;
    font-size: 13px;
    color: #676767;
}

h1
{
    font-size:12pt;
    font-weight:bold;
    color:#5a5a5a;
}

a
{
    text-decoration:none;
    color:#5a5a5a;
}

strong
{
    font-size: 40pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top:10px;
}

.cat
{
    clear:both;
    margin-right:10px;
    float:right;
    width:400px;
    direction:rtl;
    text-align:right;
}

.cat span
{
    color: #3399FF;
    font-weight: bold;
    font-size: 13px;
    text-align: right;
}

.cat a, .cat a:active
{
    text-decoration: none;
    color: #003366;
}


b
{
    font-size:13px;
    font-weight:600;
    color:#5a5a5a;
    
}

ol, ul { list-style: none; }

#header
{
    width: 100%;
    height: 160px;
    border-bottom: 3px solid red;
    border-bottom-color: #ED6EBA;
    
}


#navigation {
  display: block;
  height: 35px;
  background-color: #fff;
  width:750px;
}

#navigation ul { list-style: none; padding: 0px 7px; }

#navigation ul li { display: inline; float: right; }
#navigation ul li a { 
  display: block; 
  padding: 0 8px; 
  color: #000;
  font-size:11pt;
  text-decoration: none;
  line-height: 35px; 
  
  margin-left: 10px;
  
}
#navigation ul li a:hover { color: #a8d6e7; }


#fixedbar { 
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background: rgba(0,0,0,0.60);
}

#fixednav { 
  display: block;
  width: 770px;
  margin: 0 auto;
  padding: 0px 25px;
}

#fixednav li { }

#fixednav li a {
  display: block;
  float: right;
  
  font-weight:600;
  color: #fff;
  line-height: 70px;
  text-decoration: none;
  padding: 0px 8px;
  margin-left: 10px; 
  
}

#fixednav li a:hover {
  color: #fff;
  background: rgba(0,0,0,0.1);
}

#wrapper
{
    height:auto;
    margin:50px 10px 50px 10px;
    min-height:350px;
}

#wrapper p
{
    text-align:justify;
    direction:rtl;
    float:right;
    margin-bottom:10px;
}

#footer
{
    border-color: #FF9900;
    width: 100%;
    height: 120px;
    background-color: #F0F0F0;
    color: #003366;
    font-size: 10pt;
    border-top-style: solid;
    border-top-width: 3px;
    padding-top: 10px;
}

#rfoo
{
    float:right;
    height:110px;
    width:70%;
    text-align:right;
    direction:rtl;
}

#lfoo
{
    float:right;
    height:110px;
    width:25%;
    text-align:left;
    direction:rtl;
}

#rfoo ul
{
    margin:0px;
    padding:0px;
}

#rfoo ul li
{
    list-style:none;
}

#rfoo ul li a
{
    color: #336600;
    text-decoration: none;
    line-height: 20px;
}

#Design
{
    border: 2px solid #CCCCCC;
    width: 680px;
    height: auto;
    padding-bottom:5px;
    direction:rtl;
}


#hdesign
{
    border: 1px solid #999999;
    width: 660px;
    height: 30px;
    margin: 10px;
    
    padding-top:10px;
}

.SiteDesing
{
    float:right;
    width:318px;
    height:140px;
    margin:30px 10px;
    
    padding-top:15px;
}

.SiteDesing img
{
    border:2px solid #fff;
    border-radius:5px;
    
}

.SiteDesing a
{
    font-weight:bold;
    color:Black;
    text-decoration:none;
}

.SiteDesing .asitedesign
{
    font-weight:normal;
    clear:both;
    color: #669900;
    text-decoration: none;
}


.SiteDesing:hover img
{
    border:2px solid #999;
    border-radius:5px;
    border-shadow:1px 1px 1px #333;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(, , , );
    box-shadow: 0px 0px 20px 2px #000; 
}


#mycontent
{
    direction:rtl;
}

#rightcont
{
    float:right;
    width:170px;
    height:300px;
    
}

#leftcont
{
    padding:10px;
    float:right;
    width:520px;
    height:auto;
    
}