@font-face
{
	font-family:FontAwesome;
	src: url(../fonts/fontawesome-webfont.eot);
	src: url(../fonts/fontawesome-webfont.svg);
	src: url(../fonts/fontawesome-webfont.ttf);
	src: url(../fonts/fontawesome-webfont.woff);
	src: url(../fonts/FontAwesome.otf);
	
}
html{
	background: url(../images/bg.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  background-color: #f4ca78;
 	background-size: cover;
	direction:rtl;
	}
body{
	margin:0px;
	padding:0px;
	}
#site_body{
	width:940px;
	min-height:500px;
	padding:0px;
	margin:auto;
	margin-top:25px;
	}
#header{
	margin:auto;
	width:100%;
	height:200px;
	border-radius:20px;
	position:relative;
	}
.hd_pic_bg{
	margin-right: 370px;
	width: 571px;
	height: 200px;
	border-radius: 20px;
	}
.top_bg{
	padding: 0px;
	background-image: url("../images/top_bg.png");
	width:100%;
	height:660px;
	left:0px;
	background-repeat: no-repeat;
	position: absolute;
	top:0px;
	z-index:-9999;
	}
.hd_pic{
	background-image: url("../images/hd_pic.png");
	background-repeat:no-repeat;
	width: 488px;
	height: 229px;
	position: absolute;
	left: 18px;
	top: -27px;
	z-index:-2;
	}
#logo{
	padding: 0px;
	margin-top:-145px;
	margin-right:40px;
	}
/* Main */
#menu {
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;  
    background-color: #111;
    background-image: linear-gradient(rgb(153, 77, 34), #432600);
    border-radius: 10px;
    box-shadow: 0 2px 1px #9c9c9c;
}

#menu li {
    float: right;
    padding:  0 25px 14px ;
    position: relative;
}

#menu li a{
    height: 25px;
    padding: 0 20px;
    color:rgb(226, 173, 102);
    text-transform: uppercase;
    font: bold 15px/25px tahoma,Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
	padding-left:10px;
}

#menu li a.active{
    height: 25px;
    padding: 0 20px;
    color:White;
    text-transform: uppercase;
    font: bold 15px/25px tahoma,Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
	padding-left:10px;
}

#menu li:hover > a {
    color: #fafafa;
}

*html #menu li a:hover { /* IE6 */
    color: #fafafa;
}

#menu li:hover > ul {
    display: block;
}

/* Sub-menu */
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    z-index: 99999;    
    background-color: #444;   
    background-image: linear-gradient(#444, #111);    
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
	width: 156px;
    text-align: center;
    display: block;  
    box-shadow: 0 1px 0 #111111, 
                0 2px 0 #777777;
}

#menu ul li:last-child { 
    box-shadow: none;    
}

#menu ul a {    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a { /* IE6 */   
    height: 10px;
    width: 150px;
}

*:first-child+html #menu ul a { /* IE7 */    
    height: 10px;
    width: 150px;
}

#menu ul a:hover {
    background-color: #0186ba;
    background-image: linear-gradient(#04acec, #0186ba);
}

#menu ul li:first-child a {
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    right: 33px;;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}

#menu ul li:last-child a {
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

/**********end_menu************/
.mid_div{
	width:100%;
	min-height:850px;
	border-radius:10px;
	background-color:#994d22;
	margin-top:10px;
	padding:0px;
	overflow: hidden;
	}
.left_div{
	float:right;
	width:644px;
	min-height:800px;
	margin-right:16px;
	margin-top:20px;
	margin-bottom: 20px;
	overflow:hidden;
	}
.conterner{
	min-height:820px;
	border-radius:10px;
	background-color:#FFF;
	padding:0px;
	border: 5px solid #e2ad66;
	 overflow: hidden;
	
	}
.text_conterner{
	width: 95%;
    margin: auto;
    border-bottom: 2px solid rgb(153, 153, 153);
    height: 38px;
    line-height: 6px;
    padding-top: 9px;
	}
.text_conterner i{
	padding-left:14px;
	font-size: 20px;
	}
	
.text_conterner p{
	font-family: tahoma ,"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: rgb(153, 0, 0);
	padding-right: 10px;
	margin-top: 10px;
	}
.mid_p{
	padding: 5px 15px 10px 15px;
	float:right;
	}
.mid_p p{
	font-family: tahoma ,"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: rgb(0, 0, 0);
	text-align: justify;
	line-height:28px;
	margin-top: 6px;
	}
.mb-controls {
	display:none;
    margin: -28px auto;
    text-align: center;
    position: relative;
    z-index: 100;
	opacity:0.5;
}
#right_div{
	float:right;
	width:240px;
	min-height:800px;
	margin-right:12px;
	margin-top:20px;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius:10px;
	background-color:#FFF;
	border: 5px solid #e2ad66;
	}
.right_conterner{
	min-height: 250px;
    overflow: hidden;
    padding: 0px;
  
}
.right_conterner:first-child{
	 margin-top: 5px;
	}
	
.right_p{
	width: 215px;
	margin:auto;
	}
.right_p p{
	font-family: tahoma, arial;
	font-size: 12px;
	line-height:18px;
	color: rgb(0, 0, 0);
	text-align: justify;
	margin-top: 6px;
	}
.right_list{
	width: 220px;
	margin:auto;
	margin-top:-11px;
	}
.right_list ul{
	padding:0px;
	margin-right:15px;
	}
.right_list i{
	margin-left:7px;
	color:#666;
	}
.right_list ul li{
	line-height:23px;
	list-style:none;
	}
.right_list ul li a{
	text-decoration:none;
	font-family:tahoma;
	font-size:12px;
	color:#666;
	}
.right_list ul li:hover a{
	color:#C00;
	}
#footer_div{
	width:100%;
	height:80px;
	overflow:hidden;
	}
.footer_menu{
	margin: 10px auto auto auto;
	height:19px;
	width: 745px;
	}
.footer_menu ul{
	padding:0px;
	margin:0px;
	}
.footer_menu ul li{
	list-style:none;
	float:right;
	display:inline;
	}
.footer_menu ul li a{
	font-family:arial;
	font-size:13px;
	color:#FFF;
	text-decoration:none;
	border-left: 2px #FFFFFF solid;
	padding-left:10px;
	padding-right:10px;
	}
.footer_menu ul li:last-child a{
	border-left:0px;
	}
.footer_menu ul li:hover a{
	color:#fff570;
	transition:.5s;
	}
.Copyright{
	font-family:arial;
	font-size:11px;
	color:#FFF;
	margin-top: 5px;
	width: 279px;
	margin: auto;
	margin-top:10px;
	text-align:center;
	}
.social{
	width:140px;
	height:45px;
	overflow:hidden;
	float:left;
	margin-left:20px;
	margin-top:-40px;
	}
.social ul{
	display: block;
	margin-right: -40px;
	margin-top: 3px;
	}
.social ul li{
	list-style: none outside none;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	}

.fb{
    background-image: url(../images/social_sprites.png);
	background-repeat: no-repeat;
	width: 40px;
    height: 40px;
    background-position: -5px -5px;
	}
.fb:hover{
	background-position: -55px -5px;
	cursor:pointer;
	}
.ut{
	background-image: url(../images/social_sprites.png);
	background-repeat: no-repeat;
	width: 40px;
    height: 40px;
    background-position: -5px -55px;
	}
.ut:hover{
    background-position: -55px -55px;
	cursor:pointer;
	}
/*******************articals***********************/
.right_articals{
	width: 95%;
margin: auto;
	padding:0px;
	
	}
.right_articals ul{
	padding:0px;
	margin-right:18px;
	}
.right_articals ul li{
	line-height: 30px;
width:50%;
float: right
	}
.right_articals ul li a{
	font-family: tahoma ,"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#666;
	text-decoration:none;
	}
.right_articals ul li a:hover{
	color:#C00;
	}
/*************************forms***********************/
.form{
	padding:0px;
	margin-right:16px;
	margin-top:50px;
	
	
	}
input, textarea {
    padding: 9px;
    border: solid 1px #E5E5E5;
    outline: 0;
    font: normal 13px/100% Verdana, Tahoma, sans-serif;
    width: 200px;
    background: #FFFFFF url('bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    }
   
textarea {
    width: 400px;
    max-width: 400px;
    height: 150px;
    line-height: 150%;
    }
   
input:hover, textarea:hover,
input:focus, textarea:focus {
    border-color: #C9C9C9;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    }
   
.form label {
    margin-left: 10px;
    color: #999999;
    }
   
.submit input {
    width: auto;
    padding: 9px 15px;
    background: rgb(153, 77, 34);
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
	border-radius: 7px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	 box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;

    }
.submit input:hover {
    background: #09F;
	cursor:pointer;
    }
.pager
{
    
  padding-right:50%;
  font-family: tahoma;
  font-size: 14px;
  
}
#ContentPlaceHolder1_ImagesDataPager{ margin:auto;
  margin-top:10px;
  font-family: tahoma;
  font-size: 14px;}