@charset "utf-8";
/*---------- CSS Reset ----------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type=text], input[type=submit], input[type=url], input[type=email], textarea { font-family: Tahoma, Geneva, sans-serif; font-size: 11px; }
textarea{ overflow: auto; }
*:focus { outline: 0; }
*::-moz-selection {
    background: #444;
    color: #fff;
}
@font-face {
  font-family: 'BYekan';
  src: url('../fonts/BYekan.ttf') format('truetype'),
       url('../fonts/BYekan.eot?#') format('eot'),
       url('../fonts/BYekan.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
a{margin:0;padding:0;text-decoration:none;}
body
{
	background:url(../images/bg.jpg) no-repeat fixed center;

	direction:rtl;
	font:10pt BYekan;
	line-height:26px;
}
.wrapp
{
	width:620px;
	height:370px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}
.wrappTop
{
	width:436px;
	margin: 80px auto 0 auto;
}
.wrappBottom
{
	width:336px;
	margin: 50px auto 0 auto;
}
.bg
{
	width:100%;
	height:370px;
	background:url(../images/transparent.png);
	float:right;
}
.top
{
	width:100%;
	height:auto;
	float:right;
}
.top img
{
	width:100%;
	height:auto;
}
.wrappBottom ul
{
	width:100%;
	float:right;
	margin-top:20px;
}
.wrappBottom li
{
	width:103px;
	height:27px;
	float:right;
	margin:0 3px 6px 3px;
}
.wrappBottom li a
{
	width:103px;
	height:27px;
	background:url(../images/transparent2.png);
	float:right;
	text-align:center;
	font:12pt BYekan;
	color:#fff;
	-moz-transition: all 0.3s ;
	-webkit-transition: all 0.3s ;
	transition: all 0.3s ;
}
.wrappBottom li a:hover
{
	background:#f52525;
	-moz-transition: all 0.3s ;
	-webkit-transition: all 0.3s ;
	transition: all 0.3s ;
}
.en
{
	font-family:arial !important;
	line-height:26px !important;;
}