@charset "utf-8";
/* CSS Document */
html,body{
	min-height:100%;
}
body{
	margin:0;
	background:url(images/mainBack.jpg) top center no-repeat #d6d5d6;
	direction:ltr;
}
div,p,ul{
	position:relative;
	float:right;
	margin:0;
	padding:0;
	width:100%;
}
*{
	font-family:Arial;
	border:none;
	outline:none;
}

form{margin:0;}

div#Body{
	
}

div#mainDiv{
	width:990px;
	float:none;
	margin:0 auto;
	direction:rtl;
}


div#topMenu{
	height:97px;
}
a#Logo{
	position:absolute;
	top:25px;
	right:20px;
}
a#English{
	position:absolute;
	top:12px;
	left:5px;
}
ul#Menu{
	width:504px;
	height:17px;
	position:absolute;
	left:4px;
	top:40px;
	list-style:none;
}
ul#Menu li{
	position:relative;
	width:auto;
	margin:0;
	padding:0;
	height:17px;
	float:right;
}
ul#Menu li.Sep{
	width:2px;
	background:url(../images/topMenu/sep_17.png)
}

div#InnerDiv{height:437px;}


div#FooterNav table{
	width:970px;
	font-size:12px;
	margin-right:20px;
	line-height:14px;
}
div#FooterNav table td{
	text-align:right;
}
div#FooterNav table td.Sep{
	background:url(images/Footer-H-Sep.gif) center top repeat-y;
	width:50px;
}
div#FooterNav table td a{
	color:#a4a6a7;
	text-decoration:none;
}
div#FooterNav table td a:hover{font-weight:bold;}
