﻿@font-face {
	font-family: 'Yekan';
	src:url('../fonts/yekan.eot?#') format('eot'),
		url('../fonts/yekan.woff') format('woff'),
		url('../fonts/yekan.ttf') format('truetype');
}

.w5{
	width: 5px;
}
.w10{
	width: 10px;
}
.w15{
	width: 15px;
}
.w20{
	width: 20px;
}
.w25{
	width: 25px;
}
.w30{
	width: 30px;
}
.h5{
	height: 5px;
}
.h10{
	height: 10px;
}
.h15{
	height: 15px;
}
.h20{
	height: 20px;
}
.h25{
	height: 25px;
}
.h30{
	height: 30px;
}
.h40{
	height: 40px;
}
.h50{
	height: 50px;
}
.h100{
	height: 100px;
}

.body{
	margin: 0px 0px 0px 0px;
	background-image: url('../images/top_bg.png');
	background-position: center top;
	background-repeat: repeat-x;
	font-family: 'Yekan';
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	text-align: justify;
}

.body a:link, .body a:visited {
	text-decoration: none;
	color: #333333;
}
.body a:active, .body a:focus, .body a:hover{
	text-decoration: underline;
	color: #444488;
}

.gtable{
	margin: auto;
	width: 975px;
	direction: rtl;
}

.en_text{
	font-family: Arial;
}

.margin_btm_25{
	margin-bottom: 25px;
}
.margin_btm_40{
	margin-bottom: 40px;
}

.top{
	margin: auto;
	width: 975px;
	height: 140px;
}
.top_logo{
	width: 224px;
	padding-top: 38px;
	vertical-align: top;
}
.top_td01{
	padding-top: 53px;
	vertical-align: top;
}
.top_nav{
	height: 48px;
}
.top_nav_div{
	width:1px;
	vertical-align: top;
	background: url("../images/div01.gif");
	background-repeat: no-repeat;
	background-position: center 3px;
}
.top_nav_text{
	width: 120px;
	color: #707070;
	vertical-align: top;
	font-family: 'Yekan';
	font-size: 14px;
	text-align: center;
}
.top_nav_text:hover{
	width: 120px;
	color: #333333;
	vertical-align: top;
	font-family: 'Yekan';
	font-size: 14px;
	text-align: center;
	background: url("../images/underline_arrow.png");
	background-repeat: no-repeat;
	background-position: center -3px;
	border-bottom: 2px #303030 solid;
	cursor: pointer;
}
.top_nav_text_selected{
	width: 120px;
	color: #333333;
	vertical-align: top;
	font-family: 'Yekan';
	font-size: 14px;
	text-align: center;
	background: url("../images/underline_arrow.png");
	background-repeat: no-repeat;
	background-position: center -3px;
	border-bottom: 2px #303030 solid;
}

.arrow_top {
  background: url("../images/underline_arrow.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  display: block;
  height: 8px;
  margin-top: 14px;
  vertical-align: bottom;
}

.top_nav_langtable{
	width:384px;
}
.top_nav_langtable_flag{
	vertical-align: top;
	padding-right: 30px;
	padding-top: 4px;
}
.top_nav_flag{
	vertical-align: top;
	padding: 4px 15px 0px 15px;
}
.top_nav_flag:hover{
	vertical-align: top;
	background: url("../images/underline_arrow.png");
	background-repeat: no-repeat;
	background-position: center -3px;
	border-bottom: 2px #303030 solid;
	cursor: pointer;
}

.top_nav_langtable_text{
	color: #707070;
	vertical-align: top;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	/*padding-left: 10px;*/
	padding-right: 10px;
}

img {
	border: 0px;
}

/*--- Footer Table ---*/
.footer_table{
	margin: auto;
	margin-top: 50px;
	width: 100%;
	height: 150px;
	background-color: #d9d9d9;
	background-image: url('../images/footer_bg.png');
	background-repeat: repeat-x;
	background-position: center top;
	color: #505050;
	direction: rtl;
}

.footer_table a:link, .footer_table a:visited {
	text-decoration: none;
	color: #505050;
}
.footer_table a:active, .footer_table a:focus, .footer_table a:hover{
	text-decoration: underline;
	color: #444488;
}

.footer_innertable{
	margin: auto;
	margin-top: 45px;
	width: 975px;
}
.footer_td01{
	vertical-align: top;
}
.footer_td02{
	text-align: left;
}
.footer_td03{
	text-align: left;
}
.footer_td04{
	width: 30px;
	background-image: url('../images/div02.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
.footer_copyright{
	font-family: Arial;
}

/*--- Headings ---*/
.h1{
	font-family: 'Yekan';
	font-size: 22px;
	color: #559692;
	margin-bottom: 20px;
}
.h2{
	font-family: 'Yekan';
	font-size: 14px;
	line-height: 26px;
	color: #559692;
}
.h3{
	font-family: 'Yekan';
	font-size: 14px;
	line-height: 26px;
	color: #333;
}

.h_tahoma{
	font-family: Tahoma;
}

/*--- Divlines ---*/
.divline_top{
	border-top: 1px #e0e0e0 solid;
	padding-top: 20px;
}
.divline_bottom{
	border-bottom: 1px #e0e0e0 solid;
}


