@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'BNazanin';
  src: url('../fonts/BNazanin.eot?#') format('eot'),  /* IE6–8 */
       url('../fonts/BNazanin.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../fonts/BNazanin.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

html {
	background-color: #FFF;
	font-size: 1.2em;
	color: #444;
}

body {
	background-color: #FFF;
	font-family: BNazanin, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #444;
	text-decoration: none;
}

.engl_text {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

#logo, #title {
	margin-top: 1em;
/*	border-bottom: thin solid #555;*/
}

#title img {
	float: right;
}

#horizontal {
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom: thin solid #555;
}

#horizontal1_5{
	border-bottom: thin solid #555;
	margin-top: 0.5em;
}

/*#main {
	direction: rtl;
	text-align: right;
}*/

/*#m2 {
	max-height: 400px;
}*/

/*#m2 #main-container #main #container #slider .slides img {
	max-width: 80%;
	border: thick solid #F00;
	float: left;
}*/

#navigation {
	direction: rtl;
	text-align: right;
	margin-top: 1.8em;
/*	background-color: #9CF;*/
}

#ttt {
	background-color: #EEE;
/*	border: thin dashed #3C9;*/
/*	border-left: thin solid #555;*/
}

#navigation #nav_table tr td {
	display: list-item;
	margin-top: 0.68em;
	margin-bottom: 0.68em;
/*	border: thin solid #F00;*/
}

#navigation #nav_table tr td ul, #navigation #nav_table tr td li {
	direction: rtl;
	text-align: right;
}

#navigation #nav_table tr td a {
	text-decoration: none;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*#navigation #nav_table tr td a:link, #navigation #nav_table tr td a:visited {
	color: #444;
}*/

#navigation #nav_table tr td a:hover, #navigation #nav_table tr td a:active {
	color: #111;
	text-shadow: 4px 3px 7px #555;
}







#navigation_b {
	direction: rtl;
	text-align: center;
	background-color: #F4F4F4;
}

/*#navigation_b table {
	margin-right: 1em;
}*/

#navigation_b table {
	width: 100%;
/*	border:thin solid #F00;*/
}

/*#navigation_b table tr {
	width: 100%;
	border: medium dotted #00F;
}*/


#navigation_b table tr td {
/*	display: block;*/
/*	float: right;*/
	border-left: thin dotted #555;
	border-bottom: thin dotted #555;
	width: 30%;
/*	margin-right: 1em;
	text-indent: -0.5em;*/
/*	max-height: 1em;*/
/*	border: thin solid #009;*/
}


#navigation_b table:first-child tr td {
	border-top: thin dotted #555;
}

#navigation_b table tr td:last-child {
	border-left-style: none;
}

/*#navigation_b #a tr td {
	width: 1%;
}

#navigation_b #a tr td:nth-child(odd) {
	width: 32.66%;
}

#navigation_b #c tr td {
	width: 1%;
}

#navigation_b #c tr td:nth-child(odd) {
	width: 32.66%;
}*/

/*#navigation_b table tr td:nth-child(even) {
	width:1.5%;
}*/

/*#navigation table td {
	width: 20%;
}*/

/*#navigation_b table tr td:first-child {
	margin-right: 1em;
}*/

#navigation_b table tr td ul, #navigation_b table tr td li {
	direction: rtl;
	text-align: right;
}

#navigation_b table tr td a {
	text-decoration: none;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#navigation_b table tr td a:link, #navigation_b table tr td a:visited {
	color: #444;
}

#navigation_b table tr td a:hover, #navigation_b table tr td a:active {
	color: #111;
	text-shadow: 4px 3px 7px #555;
}



#horizontal2 {
	margin-top: 1em;
	margin-bottom: 1em;
	border-top: thin solid #555;
	text-align: center;
}

.english_text {
	direction: ltr;
	text-align: right;
}