/*----------------------------------------------------------layout-------------------------------------------*/
body {
	margin:0px;
	margin-top:0px;
	padding:0px;
	background-color:#e5e6e8;
	direction: rtl;
	text-align: justify;
	
	
}
#head {
	width:800px;
	margin: 0px auto;
	background-color:#ffffff;
	text-align:right;
	/*border:0 2px solid #CFCFCF;*/
}

#head img
{
	width: 800px;
	height: 75px;
	padding: 0px;
	margin: 0px;
	border: none;
}
/* content  --------------------------------------------------------------*/
.cont {
	width:800px;
	vertical-align:top;
	margin: 0px auto;
	background-color:#ffffff;
	text-align: center;
	padding-bottom:20px;
	
}

ul.icons {
	width:800px;
	margin: 0px;
	background-color:#ffffff;


	
}
ul.icons li{
	list-style: none;
	float: right;
	width: 50%;
	display: table;
	height: 110px;
}

ul.icons li img{
	padding-right: 15px;
	float: right;
	border:0 none;
	
}

ul.icons li div{
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	background-color:#ffffff;
	display:table-cell;
	text-align: right;
	width:50%;
}


.floatRight{
	float:right;
}

ul.sexBar {
	float:right;
	background-color:#e4e4e4;
	margin:0 14px;
	padding:10px;
	text-align:right;
	width:120px;
}


ul.sexBar .Selected img
{
	border: 3px solid #c7595a;
}

ul.sexBar li{
	list-style: none;
	display: table;
	height: 100px;
}

ul.sexBar li div{
	padding-left: 15px;
	padding-right: 15px;
	background-color:#ffffff;
	display:table-cell;
	text-align: right;
}

ul.sexBar li h3{
	width:120px;
	line-height: 0px;
	font-size:16px;
	margin-right:5px;
}
ul.sexBar li img{
	border:none;
}


#grayFrame{
	background-image: url(http://media.bestarabtoolbar.com/grayFrame.jpg);
	background-repeat: no-repeat;
	background-position: 16px 0px;
	width: 414px;
	margin: 20px auto;
	height:70px;
	
	
}

ul.pageMenu{
	margin: 0 auto;
	width: 800px;

	
}

ul.pageMenu li {
	float: right;
	list-style: none;
	padding: 20px;
}

/* content end  --------------------------------------------------------------*/

#foot{
	background-color:#e5e6e8;
	width:800px;
	margin: 0px auto;
	text-align:center;
	padding-top:0px;
	height:100px;
}
#foot a{
	color:#000000;	
	text-decoration: none;
	font-size: 17px;
}

h1{
	
	color:#4d4d4d;
	font-size:30px;
}

h2{
	font-size:15px;
	font-weight:bolder;
	color:#4d4d4d;
	
	
}
h2 a{
	color:#000000;
	text-decoration:none;
}
h3{
	color:#C04041;
	font-size:17px;
	line-height: 30px;
	margin:15px 20px;
}

h3 a{
	color:#C04041;
	text-decoration:none;
	
}



