@CHARSET "UTF-8";
/******* GENERAL RESET *******/

/******* GENERAL RESET *******/
/******* LOGO *******/
#logo{
	margin-top: 1em;
	display: block;
}
/******* /LOGO  *******/
/******* MENU *******/


#container1 ul.menu {
margin-right: -40px;
}


#container1{
	/*margin: 7em auto;*/
	margin-top:-12px;
	width: 100%;
}
#container1 ul{
	list-style: none;
	list-style-position: outside;
}
#container1 ul.menu li{
	float: right;
	margin-right: 0px;
	margin-bottom: -1px;
}
#container1 ul.menu li{
	/*font-weight: 700;*/
	display: block;
	padding: 5px 10px 7px 10px;
	font-family:'BYekan';
	background: #efefef;
	margin-bottom: -0px;
	/*border: 1px solid #d0ccc9;*/
	border-width: 1px 1px 1px 1px;
	margin-left:3px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#container1 ul.menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #5f95ef;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: right;
	direction:rtl;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
/******* /CONTENT *******/
/******* NEWS *******/
.content.mgallery0 h1{
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.content.mgallery0{
	display: block;
}

.content.mgallery1 h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.content.mgallery1 {
	display: none;
}

.content.mgallery2 h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.mgallery1,.content.mgallery2,.content.mgallery3 ,.content.mgallery4 ,.content.mgallery5 ,.content.mgallery6 ,.content.mgallery7 ,.content.mgallery8,.content.mgallery9,.content.mgallery10,.content.mgallery11 {display: none;}
	

.content.links a{
	color: #5f95ef;
}
/******* /LINKS *******/