/*********************  @font-face  ***********************/
@font-face {
	font-family: 'BKoodakBold';
	src: url('/view/font/BKoodakBold.eot');
	src: local('?'), url('/view/font/BKoodakBold.woff') format('woff'), url('/view/font/BKoodakBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TrajanProBold';
	src: url('/view/font/trajanpro-bold-webfont.eot');
	src: local('?'), url('/view//view/font/trajanpro-bold-webfont.woff') format('woff'), url('/view/font/trajanpro-bold-webfont.ttf') format('truetype'), url('/view/font/trajanpro-bold-webfont.svg#webfonty4F8fD10') format('svg');
	font-weight: normal;
	font-style: normal;
}
/************************   End @font-face  ****************************/
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background:#301504 url(/view/images/main_page/bg-3.jpg) repeat;
	direction: ltr;
}
body.fa {
    font-family: Tahoma, Arial, Times;
}
.fa input, .fa button, .fa select, .fa textarea {
    font-family: inherit;
}

#news_logo {
	width:100%;
	height:146px;
	background-image:url(/view/images/main_page/en/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 14px;
}

a, a:VISITED {
	text-decoration: none;
	color: #f30;
}

a:hover {
	color: #999;
}

#bg_page{
	position:absolute;
	z-index:1;
	left:0;
	width:100%;
}

#main_page{
	height:100%;
	width:100%;
	margin:20px auto;
	position:absolute;
	left:0;
	z-index:2;
	text-align:center;
}

#page_text{
	width: 781px;
	margin:20px auto;
	position: relative
}

#page_text div.header_page_text {
	background-image:url(/view/images/main_page/en/header_page_text.jpg);
	background-repeat:no-repeat;
	width:781px;
	height:247px;
}
#page_text div.header_page_text h1{
	height:41px;
    color: #2D210D;
	margin:0;
	padding:190 0 0 75px;
	text-align:left;
	font-family:'TrajanProBold', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 25px;
}

#page_text div.footer_page_text{
    float: left;
	background:url(/view/images/main_page/footer_page_text.gif) no-repeat;
	width:781px;
	height:26px;
}

#page_text div.content_page_text{
    float: left;
	background:url(/view/images/main_page/content_page_text.gif) repeat-y;
	width:781px;
}

#page_text div.content_page_text #main_title {
    clear :both;
}
#page_text div.content_page_text #main_title a  {
	color: #660000;
	font-weight: bold;
	font-family:'TrajanProBold', Tahoma, Arial, Helvetica, sans-serif;
	
}

.content_page_text .text {
	padding: 20px;
	text-align: left;
    float: left;
}
#page_text div.header_page_text h1 {
	text-align: left;
	padding: 190px 0 0 75px;
}


/*  rtl section */

.rtl #page_text div.header_page_text h1 {
	text-align: right;
	padding: 190px 75px 0 0;
}
.rtl .content_page_text .text {
	text-align: right;
}

.rtl #page_text div.header_page_text {
	background-image:url(/view/images/main_page/fa/header_page_text.jpg);
}

body.rtl {
	direction: rtl;
}

.rtl .news_det {
	font-family: Tahoma;
	font-size: 14px;
}

/* other lang */
.fa #page_text div.header_page_text h1 {
	font-family:'BKoodakBold', Tahoma, Arial, Helvetica, sans-serif;
}
.fa #page_text div.content_page_text #main_title a  {
	font-family: 'BKoodakBold';
}
.fa #news_logo {
	background-image:url(/view/images/main_page/fa/logo.png);
}
.ar #news_logo {
	background-image:url(/view/images/main_page/ar/logo.png);
}
.content_page_text .text .box_winner_page,
.content_page_text .text .box_server_page{
    margin-left: 21px;
}
