@font-face {
	font-family: 'iranSans';
    src: url('font/iransansz-webfont.eot');
    src: url('font/iransansz-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/iransansz-webfont.woff') format('woff'),
         url('font/iransansz-webfont.ttf') format('truetype'),
         url('font/iransansz-webfont.svg#IranSansZRegular') format('svg');
	
}
body {
	padding:0px;
	margin:0px;
	direction:rtl;
	text-align:center;
	background:#ebeae4;
	font-family:iranSans;
}
img {
	border:0px;
}
a {
	font-family:iranSans;
	text-decoration:none;
	color:#00d2ff;
}
#main {
	/*
	display:inline-block;
	width:1000px;
	*/
}
#besm {
	position:absolute;
	top:20px;
	right:40px;
	color: #ff8888;
}
#header {
	width:100%;
	font-size:20pt;
	color:#ffffff;
}
#topMenu {
	list-style-type:none;
	vertical-align:top;
	margin:0px;
	padding:0px;
}
#topMenu li{
	display:inline-block;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius:10px;
	-moz-border-radius:10px;
	-o-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-webkit-border-radius:10px;
	border:2px solid #ffffff;
	line-height:25px;
	width:110px;
	margin-left:5px;
	margin-bottom:5px;
}
#topMenu li a {
	color:#00d2ff;
	font-size:12pt;
	display:block;
}
#topMenu li:hover{
	background-color:#fff;
	-webkit-transform:scale(1.2);
   -moz-transform:scale(1.2);
   -o-transform:scale(1.2);
   transform:scale(1.2);
}
#topMenu li:hover > a{
	color:#152d22;
	
}
.fullDiv {
	color:#dddddd;
	font-family:iranSans,tahoma;
	display:table;
	text-align:justify;
	padding:10px;
}
h1 {
	margin-bottom:0px;
	font-size:15pt;
}
#top_row {
	width:100%;
	display:table;
	table-layout: fixed;
}
#center_row {
	width:100%;
	display:table;
	table-layout: fixed;
}
#bottom_row {
	width:100%;
	display:table;
	table-layout: fixed;
}
#top_right {
	background:url('img/right_top.jpg') no-repeat center center;
	width:34px;
	height:19px;
	display:table-cell;
}
#top_center {
	background:url('img/center_top.jpg');
	height:19px;
	display:table-cell;
}
#top_left {
	background:url('img/left_top.jpg') no-repeat center center;
	width:34px;
	height:19px;
	display:table-cell;
}
#center_right {
	background:url('img/right_center.jpg') repeat-y;
	width:34px;
	display:table-cell;
}
#center_center {
	background:#152d22;
	display:table-cell;
}
#center_left {
	background:url('img/left_center.jpg') repeat-y;
	width:34px;
	display:table-cell;
}
#bottom_right {
	background:url('img/right_bottom.jpg') no-repeat center center;
	width:179px;
	height:58px;
	display:table-cell;
}
#bottom_center {
	background:url('img/center_bottom.jpg');
	height:58px;
	display:table-cell;
}
#bottom_left {
	background:url('img/left_bottom.jpg') no-repeat center center;
	width:34px;
	height:58px;
	display:table-cell;
}
#footer {
	font-family:iranSans;
	font-size:11pt;
}
