﻿@charset "utf-8";
/*body{
    width:900px;
    margin:auto;
    background:url("../images/bg-tile.png") repeat scroll 0 0 transparent;

}
#main{
	width:900px;
	float:right;
    margin:auto;
    height:auto;
    border-radius:5px;
	
	box-shadow: 1px 1px 10px #000;
	
	margin-top:10px;
	background-color:#FFFFFF;
	margin-bottom:30px;

    background-color:#f5f5f5;
    font-family:Tahoma;
	
}
#header{
	float:right;
	width:100%;
	height:170px;
	padding-top:5px;
	margin-right:3px;
}*/
#menu{
	float:left;
  /*  width:100%;*/
    height:70px;
    margin-right:410px;
    margin-top:35px;
    

}
/*#content{
	float:right;
	width:100%;
	height:auto;
}
#datetime{
	float:left;
	width:200px;
	height:25px;
    margin-top:15px;
}
#rightnav{
	float:right;
	width:245px;
	height:320px;
	margin-top:5px;
	

}
#slideshow{
	float:left;
	width:640px;
	height:auto;
	
}
#tabmenu{
	float:right;
	width:100%;
	height:auto;
	display:table;
	padding-bottom:20px;

}*/

/*#FooterLink{
	float:right;
	width:100%;
	padding:10px;
	font-family:Tahoma;
	font-size:12px;
}

#date{
	width:900px;
	height:30px;
	margin-top:177px;
    background:url("../images/red.jpg") repeat scroll 0 0 transparent;
    border-bottom-color:#CCCCCC;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-top-color:#CCCCCC;
    border-top-style:solid;
    border-top-width:1px;
    color:#FFFFFF;
    border-radius:5px;
}
#date_time{
	float:left;
	direction:ltr;
	width:880px;
	text-align:left;
	padding:5px;
    font-family:Tahoma;
    font-size:9pt;
}
#news{
	float:right;
	width:600px;
	padding:5px;
	text-align:right;
	direction:rtl;
}
#footermenu{
    float:left;
    width:100%;
    height:auto;
    display:table;
    padding-bottom:30px;
}

#copyright{
	float:right;
	width:100%;
	height:30px;
}
#iframeslideshow{
	width:640px;
	height:330px;
	padding-top:5px;
    border-top-style:none;
    border-right-style:none;
    border-bottom-style:none;
    border-left-style:none;
   
}
#rightmenutext{
	
	width:100%;
    color:#FFFFFF;
    padding:0.3px;
    font-family:Tahoma;
    font-size:13px; 
}
#footer_no1{
    width:222px;
    height:300px;
    float:right;
    text-align:right;
    font-family:Tahoma;
    border-color:#DBDBDB;
    border-style:solid;
    border-width:1px;
    background-color:#FFFFFF;
    font-size:12px;

}
#footer_no2{
	width:222px;
    height:300px;
    float:right;
    margin-right:1px;
    text-align:right;
    font-family:Tahoma;
    border-color:#DBDBDB;
    border-style:solid;
    border-width:1px;
    background-color:#FFFFFF;
    font-size:12px;

}
#footer_no3{
	width:222px;
    height:300px;
    float:right;
    margin-right:1px;
    text-align:right;
    font-family:Tahoma;
    border-color:#DBDBDB;
    border-style:solid;
    border-width:1px;
    background-color:#FFFFFF;
    font-size:12px;

}
#footer_no4{
	width:222px;
    height:300px;
    float:right;
    margin-right:1px;
    text-align:right;
    font-family:Tahoma;
    border-color:#DBDBDB;
    border-style:solid;
    border-width:1px;
    background-color:#FFFFFF;
    font-size:12px;

}
#footer_no_image{
	width:100%;
	height:auto;
	margin:auto;
	text-align:center;
}
#footer_no_title{
	width:100%;
	height:auto;
    padding:2px;
    font-family:Tahoma;
    font-size:14px;
    color:#999999;
}
#footer_no_title_2{
    width:100%;
	height:auto;
    padding-right:5px;
    font-family:Tahoma;
    font-size:14px;
    color:#8C8C8C;
    margin-bottom:2px;
    margin-top:3px;
    

}*/
/*menu*/
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  height: 70px;
  padding-right:10px;
  border-radius: 5px;

  
  -webkit-border-radius: 10px 10px 10px 10px;

   /*background:url("../images/HeaderBackground.png") repeat scroll 0 0 transparent;*/
   /*background-color:#2164a9;*/

}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  /*background:url("../images/HeaderBackground.png") repeat scroll 0 0 transparent;*/
  /*background: #2164a9;*/
  color: #525457;
  display: inline-block;
  font-family:tahoma;
  font-size: 12px;
  line-height: 35px;
  padding: 0 20px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: right;
    top: 0px;
    right: 0px;
}
#cssmenu > ul > li {
  float: right;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 50%;
  bottom: 0;
  background-color:#f2f2f2;
  color:#d80546;
  /*border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0055ac;
  margin-right: -10px;*/
}
#cssmenu > ul > li:first-child a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li.active a {
  box-shadow: inset 0 0 3px #000000;
  border-box-shadow: inset 0 0 3px #000000;
 
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
}
#cssmenu > ul > li:hover > a {
  /*background: #0055ac;*/

}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 180px;
  top: 100%;
  right: 0;
  text-align:right;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
     background:#e0e0e0;
     border-bottom: 1px dotted #d0d0d0;
     filter: none;
     font-size: 11px;
     display: block;
     line-height: 120%;
     padding: 10px;

  
}
#cssmenu .has-sub ul li:hover a {
  background: #d0d0d0;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #e0e0e0;
  border-bottom: 1px dotted #d0d0d0;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #d0d0d0;
}

/*#footerlink_right1{
    float:right;
    width:200px;
    height:200px;
    border-left-color:#999999;
    border-left-style:ridge;
    border-left-width:thin;
    background-image:url('../images/footerbg-hamkar.PNG');
    
}
#footerlink_right2{
    float:right;
    width:200px;
    height:200px;
    padding-right:5px;
    margin-right:21px;
    border-left-color:#999999;
    border-left-style:ridge;
    border-left-width:thin;
    background-image:url('../images/footerbg-bazdid.PNG');

}
#footerlink_left1{
    float:left;
    width:200px;
    height:200px;
      margin-left:22px;

}
#footerlink_left2{
    float:left;
    width:200px;
    height:200px;
    padding-left:5px;
    margin-left:21px;
    border-left-color:#999999;
    border-left-style:ridge;
    border-left-width:thin;
    background-image:url('../images/footerbg-newsletter.PNG');

}
#ul{
	margin-top:35px;
}

#li{
	margin-top:7px;
	margin-bottom:7px;
	margin-right:5px;
	font-family:Tahoma;
	font-size:11.4px;
    color:#900000;
}
.style1{
	text-align :right ;
    color:#999999 !important;
}
#recentnew {
    background:url("../images/style5.gif") repeat scroll 0 0 transparent;
   /*background-color:#f0f8fb;*/
}*/