/* CSS Document */

body{
	padding:0;
	margin:0;
	background:url(../images/bg.png) top repeat-x;
	text-align:center
}
img, a img{
	border:none;
}

/***********for form*******************/
fieldset{ border:#999 solid 1px;border-radius:5px; }
fieldset >legend { margin:0 20px 0 0;
padding:5px;
font-size:16px;
font-weight:bold;


}
/**************************/
#container{
	width:1000px;
	height:500px;
	/*background:url(../images/main.png) center no-repeat;*/
	position:absolute;
	left:50%;
	top:50%;
	margin:-300px 0 0 -450px;
}
#container2{
	width:1000px;
	margin:auto;
	position:relative
}
#main-pic{
	display:block;
	width:100%;
	height:100%;
	background:url(../images/1.jpg) center no-repeat;
	margin:5px;
}
#logo{
	width:410px;
	height:160px;
	background:url(../images/mohlogo.png) center no-repeat;
	position:absolute;
	bottom:5%;
	left:10%;
}
.logo{
	width:290px;
	height:92px;
	background:url(../images/logo.png) center no-repeat;
	float:right;
	margin:30px 100px 0 0;
}
.logo a{
	display:block;
	width:290px;
	height:92px;
}
#login{
	width:250px;
	height:25px;
	float:left;
	margin:1px 0 0 100px;
	color:#FFF;
	font-weight:bold;
}
#login a{
	text-decoration:none;
	color:#fff;
}
#login a:hover{
	text-decoration:underline;
}

#enter{
	width:94px;
	height:30px;
	background:url(../images/enter.png) center no-repeat;
	position:absolute;
	bottom:5%;
	left:15%;
}
#enter a{
	display:block;
	width:100%;
	height:100%;
}
#footer{
	width:900px;
	height:100px;
	position:absolute;
	left:50%;
	bottom:0;
	margin:0 0 0 -450px;
}
#footer2{
	width:1000px;
	height:150px;
	display:block;
	padding:0;
	margin:0;
	float:left;
	background:url(../images/footer.png) center no-repeat;
}
#partners{
	float:left;
	width:300px;
	height:100px;
	margin-left:50px;
}
#partners2{
	float:left;
	width:300px;
	height:100px;
	margin:30px 0 0 10px;
}
.p1{
	background:url(../images/ico.jpg) center no-repeat;
	width:90px;
	height:100px;
	float:left;
	margin:0 0 0 5px;
}
.p2{
	background:url(../images/ir.jpg) center no-repeat;
	width:90px;
	height:100px;
	float:left;
	margin:0 0 0 5px;
}
.p3{
	background:url(../images/adu.jpg) center no-repeat;
	width:90px;
	height:100px;
	float:left;
	margin:0 0 0 5px;
}
.p1 a, .p2 a, .p3 a{
	display:block;
	width:90px;
	height:100px;
}
#copyrights{
	float:right;
	width:300px;
	height:100px;
	font:normal 9px Tahoma;
	color:#999;
}
#copyrights a{
	color:#666;
	text-decoration:none;
}
#copyrights a:hover{
	text-decoration:underline;
}
#copyrights p{
	direction:rtl;
	display:block;
	position:absolute;
	bottom:0;
}
#copyrights2{
	float:left;
	width:330px;
	height:100px;
	font:normal 9px Tahoma;
	color:#999;
	margin:0 0 0 15px;
	padding:15px;
	
}
#copyrights2 a{
	color:#fff;
	text-decoration:none;
}
#copyrights2 a:hover{
	text-decoration:underline;
}
#copyrights2 p{
	direction:rtl;
	display:block;
}
#copyrights2 img{
	margin:10px 0 0 0;
}
#head{
	display:block;
	width:1000px;
	height:146px;
	background:url(../images/head.jpg) center no-repeat;
	margin:0;
	padding:0;
}
#menu{
	display:block;
	position:absolute;
	top:140px;
	background:url(../images/menubg.png) center no-repeat;
	height:48px;
	width: 908px;
	right:50px;
	
	
	
}
#menu ul{
	list-style:none;
	text-align:right;
	direction:rtl;
	padding:0;
	margin:0;
}
#menu ul li{
	float:right;
	line-height:35px;
	height:35px;
	margin:8px 0 0 0;
	width:150px;
	display:block;
	text-align:center;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	background:url(../images/sep.png) 0 center no-repeat;	
}
#menu ul li a{
	text-decoration:none;
	color:white;
}
li.last{
	background:none !important;
}
#menu ul li:hover{
	font-weight:bold;
}
#main{
	min-height:250px;
	
	width:900px;
	margin:30px auto 0 auto;
	padding:10px;
}
#footer_menu{
	color:#fff;
	text-align:right;
	font-size:12px;
	width:350px;
}

#footer_menu li{

	width:142px;
	float:right;
}

#footer_menu a{
	text-decoration:none;
	color:#fff;
}
#footer_menu ul{
	padding:15px 30px 0 0;
}
#footer_menu a:hover{
	text-decoration:underline;
	color:#fff;
}