@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

body{
	background-color: #333;
	margin: 0px;
	font-family: 'Droid Arabic Kufi',"Open Sans", "PT Sans", sans-serif;
	font-size: 13px;
	color: #999;
	text-align: right;
	direction:rtl;
	}
h1, h2, h3, h4, h5, h6{
		font-family: 'Droid Arabic Kufi',"PT Sans", sans-serif;
}

a {
  color: #4e6361;
  text-decoration: none;
  font-family: 'Droid Arabic Kufi',"PT Sans", sans-serif;

}

table{
	font-size: 13px;
	font-family: 'Droid Arabic Kufi',Tahoma,"Open Sans", "PT Sans", sans-serif;
}
input, textarea, select {
font-family: tahoma, 'Droid Arabic Kufi',"PT Sans", sans-serif;
font-size: 13px;
padding: 8px;
border: 1px solid #c0c0c0;
border-radius: 5px;
width: 300px;
margin: 5px;
}

input[type=radio] {  
    width: 15px;
}  

select{
font-family: 'Droid Arabic Kufi',"PT Sans", sans-serif;
font-size: 13px;
padding: 4px 8px;
border: 1px solid #c0c0c0;
border-radius: 5px;
margin: 5px;
/*width: 400px;*/
}

.breadcrumb{
	border-bottom: 1px solid #e3e3e3;
	border-radius: 0px;
	background-color: #fff;
}

.up{
	margin-top: 50px;
}

.down{
	margin-bottom: 25px;
}
.title{
font-family: 'Droid Arabic Kufi',"PT Sans", sans-serif;
}
.left{
	float: left;
}

.right{
float: right;
}

#head{
	padding-top:20px;
	padding-bottom: 80px;
	width: 1010px;
	text-align:left;
	}

.headbg{
		background: url('../images/header.png');
}

#logo{
		float: left;
	}
.right-side{
	text-align: center;
}

#nav{
	background: #c0c0c0;
	}

#container{
	vertical-align: center;
	/*margin: 30px 20px 30px;*/
	text-align: left;
	width:95%;
}
#left_menu{
margin-top: 25px;
width:220px;
margin-right: 10px;
}

#content{
width: 770px;
margin-top: 25px;
}

.main_menu{
	width: 1010px;
	text-align: left;
}

.logo{
	width:auto;
	height:60px;
	margin: 0px;
	}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
z-index: 100;
}
.err{
	color: #ff0000;
}
.content{
font-family: 'Droid Arabic Kufi',"PT Sans", sans-serif;
  font-size: 14px;
direction: rtl;
text-align: justify;
line-height: 2;

}
#footer{
	font: 14px 'Droid Arabic Kufi','Open Sans', Helvetica, Arial, sans-serif;
	/*padding:15px;*/
	border-top:  4px solid #DFDFDF;
	background: #f4f4f4;
	color:#575757;
	line-height: 1.6;
	margin-top: 30px;
	width: 100%;
}
#copyright{
	font: 13px 'Droid Arabic Kufi','Open Sans', Helvetica, Arial, sans-serif;
	border-top:  1px solid #DFDFDF;
	color: #000;
	width: 100%;
	background: #f4f4f4;
	text-align: center;
	padding: 10px;
}
.footer-title{
	border-bottom: 1px dotted #b8b9bb;
	font-size: 14px;
	font-weight: 500px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.footer-content{
	padding-left: 10px;
	font-size: 13px;
}
.blocks{
	float: left;
	padding: 10px 30px;
}

.blocks a{
	color: #575757;
	font-size: 13px;
}
.wide{
	width: 1010px;
}

@media only screen and (max-width: 768px) {

	.blocks{
		width:50%;
	}

	.wide{
	width: 100%;
	}
/*
	.footer{
		width:1010px;
	}
*/
}
