*{
	margin:0;
	padding:0;
	text-decoration:none;
	direction:rtl;
	font-family: Times New Roman,Tahoma, Geneva, sans-serif;
	}

.page{
	 width: 80%;
     padding: 0 10px 5px 10px;
	 height: auto;
	 margin: 0 auto;
	 
	}
.header{
	    width:100%;
	    height:110px;
		margin:0 0 10px 0;
	    background:#f1f7dc url(../img/back_banner.png) repeat-x;
	}.banner{
			height: 77px;
			width: 100%;
			padding: 0;
			
		}.logo
				   {
					 width:280px;
					 height:67px;
					 background:url(../img/logo.png) no-repeat;
					 margin: 0 10px 0 0;
					}
			
			   
		    .menu{
			   
			     margin:auto;
			     width:100%;
				 height:32px;
				 background:#86a743 url(../img/back_menu.png);
			    }.menu>ul{
						  padding: 0; margin:0px; background: white; text-align:center
				          }.menu>ul>li{
									   display:inline;
									   float:right;
									  /* padding: 9px 13px;*/
									   border:1px solid transparent;
									   list-style: none;
								    }
						  .menu ul li:hover{
									  background:#fff;
									  color:#7B9E41;
								    }.menu li a{
													font-size:16px;
													color:#f2f4ec;
													text-decoration: none; display:block;
													padding:8px 16px;
													font-weight:bolder;
								                  }
							         .menu ul li a:hover{
												 	 color:#7B9E41;
													/*font-family:GE SS Two;*/
								                  }
div.menu ul ul {position:absolute;margin: 1px -1px 0 0;box-shadow: 1px 2px 3px #CCC;z-index:99;background: white;padding: 8px 0 0 0; }
div.menu ul ul li {border-bottom: 1px solid #EDEDE9;/*width:auto;white-space: pre;*/;text-align:right;display:block;padding:0;}	
div.menu ul ul li:hover{background:#eff6d2;}
div.menu ul ul li:last-child{border-color:white;}
div.menu ul ul li a{ color:#4c7f9f;}

.bodyPage{
		  width:80%;
		  height:auto;
		  }
			
                                                                    	
					 
					 
					 		    
/*----------------------------------------- Footer ------------------------------------------------*/		  

.footer{width:100%;height:130px;margin:15px 0;
        //background:url(../img/back_footer.png) repeat-y;
       }

.footer_Links{height: 10px;
			  top: -5px;
			  float: right;
			  width: 98%;
			  padding: 10px 15px;
			  position: relative;
			  background:url(../img/back_Links.png) #86a743;}
			  .footer_Links P{text-align:center;font-size:10px;color:#FFFFFF;padding:3px 0;}
			  
				 
			 
			 .footer_sepHoriz{clear:both;height:1px;width:1000px;background:#b0cada;position:relative;margin-top:3px;}

.mGrid {   
    width: 100%;   
    background-color: #fff;   
    margin: 5px 0 10px 0;   
    border: solid 1px #D2D1D1;   
    border-collapse:collapse;   
}  
.mGrid td {   
    padding: 10px;   
    border: solid 1px #c1c1c1;   
    color: #717171; 
    font-size: 14px;
    font-weight:bold;
   
}  
.mGrid th {   
    padding: 4px 2px;   
    color: #797777;   
    background: #e5e5e5 url(../img/grid_head.png) repeat-x top;   
    border-left: solid 1px #D2D1D1;   
    font-size: 1em;   
    text-shadow:1px 1px 1px #fff;
}  
.alt_D{background:url(../img/grid_alt_D.png) repeat-x top; } 
.mGrid .alt { background: #fcfcfc url(../img/grid_alt.png) repeat-x top; } 

.mGrid .pgr {/* background: #424242 url(../img/grd_pgr.png) repeat-x top; */}  
.mGrid .pgr table { margin: 5px 0; }  
.mGrid .pgr td {   
    border-width: 0;   
    padding: 0 6px;   
    border: solid 1px #ccc;   
    font-weight: bold;   
    color: red;   
    padding:2px;
    line-height: 12px;   
 }     
.mGrid .pgr a { color: #666; text-decoration: none; }  
.mGrid .pgr a:hover { color: #000; text-decoration: none; } 
.bxslider td {
 padding: 2px;  
} 
    #tabs .ui-tabs-nav li { 
    display: inline-block; 
    float: none; 
    top: 0px; 
    margin: 0em; 
}



#header{
	width:100%;
	min-height:100px;
	float:left;
	background-color:#fff;
	border-top:solid 4px #FFF;
}

#header .top_header{
	width:100%;
	overflow:hidden;
	margin-bottom:5px;
}
#header .top_header .logo{
	width:auto;
	float:right;
}
#header .top_header .slogon{
	width:auto;
	float:right;
	color:#cfd4da;
	font-size:50px;
	margin-right:100px;
	margin-top:30px;
	font-weight:bold;
}


