﻿@font-face {
  font-family: 'BYekan';
  src: url('fonts/BYekan.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
  font-family: 'BHoma';
  src: url('fonts/BHoma.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/BHoma.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BHoma.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
  font-family: 'BMitra';
  src: url('fonts/BMitra.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/BMitra.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BMitra.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
  font-family: 'BNarm';
  src: url('fonts/BNarm.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/BNarm.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BNarm.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
  font-family: 'BJadidBold';
  src: url('fonts/BJadidBold.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/BJadidBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BJadidBold.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@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+ */
}
body {
	margin: 0;
	background-color: black;
}
.main {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background-color: #939393;
}
#list {
	display: none;
}
.centerText {
	text-align: center;
	font-family: BNazanin;
	font-size: 20px;
	color: white;
	margin-bottom: 5px;
	direction: rtl;
}
#banner {
	background-image: url('../images/header.jpg');
	height: 250px;
}
#topmenu {
	padding-right: 10px;
	padding-top: 5px;
	color: #ffb901;
	background-color: #1e1f19;
	font-family: BJadidBold;
	font-size: 17px;
	height: 30px;
	text-align: right;
}
#topmenu a {
	color: #ffb901;
	text-decoration: none;
}
#content {
	font-family: BYekan, Tahoma;
	font-size: 18px;
	text-align: right;
	padding: 5px;
	color:white;
}
#content a {
	text-decoration: none;
	color:Navy;
}
#content a:hover {
	text-decoration: none;
	color:Black;
}
#content a:visited
{
    text-decoration: none;
    color: Black;
}
#footer
{
	font-family: BMitra, Tahoma;
	font-size: 18px;
	background-color: #7D7D7D;
	text-align: center;
	direction: rtl;
	padding: 10px;
	color: white;
	margin-top: 15px;
}
#contact{
	direction:rtl;
	font-family: BYekan, Tahoma;
	font-size: 18px;
	text-align: right;
	padding: 5px;
	color:white;
	width:300px;
	margin-left:auto;
	margin-right:auto;
	line-height:35px;
	margin-top: 15px;
	margin-bottom: 50px;
}
#contact input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 20px;
	float: left;
	font-family: BYekan;
	width: 170px;
	border-color: black;
	border-width: 1px;
	height: 20px;
	padding: 2px;
	height:20px;
}
#contact select {
	float: left;
	font-family: BYekan;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-color:black;
	margin-left: 20px;
	width: 175px;
	height:25px;
	border-width:1px;
	border-color:black;	
}
#contact textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 275px;
	font-family: BYekan;
	font-size: small;
	border-width:1px;
	border-color:black;
}
#contact .sendBtn{
	width:50px;
	font-family:BYekan;
	height:30px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#contact .english
{
    text-align: left;
    direction:ltr;
}