﻿
body {
	font: 62.5% Tahoma, Arial;
	background: #4e2d0e url('body_bg.gif') repeat-x scroll top center;
	padding-top: 10px;
	color: #663508;
}

div {
	font-size: 1.04em;
}

td {
	font-size: 0.9em;
	text-align: right;
}

a {
	text-decoration: none;
	color: #a25c1b;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

input, select, textarea, button {
	font: 1em Tahoma;
	color: #663508;
	padding: 3px;
	border: 1px solid #FFD59F;
	background: #FFE3BF;
}

.Buttons {
	border: 1px solid #663508;
	background: #ac6828;
	color: #fff;
	-moz-border-radius: 5px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clear {
	clear: both;
}

.wrapper {
	width: 870px;
	margin: 0 auto;
	background: transparent url('main_bg.gif') repeat-y scroll 3px 0;
	_background-position: 4px 0;

}

.header {
	background: transparent url('header.png') no-repeat scroll center top;
	height: 213px;
	position: relative;
}

.header h1 {
	text-indent: -99999px;
}

.main {
	padding: 0px 40px;
}

.footer {
	background: transparent url('footer_bg.gif') no-repeat scroll 1px top;
	height: 83px;
}

.footer p {
	direction: rtl;
	text-align: center;
	color: #b18c6a;
	margin: 0;
	padding: 15px 0 0;
}

.menu {
	background: transparent url('menu_bg.gif') no-repeat scroll center top;
	height: 25px;
	width: 768px;
	margin: 10px 10px 10px 5px;
}

.menu ul {
	margin-right: 130px;
}

.menu li {
	float: right;
}

.menu li a {
	display: inline-block;
	padding: 5px 10px;
}

.block {
	direction: rtl;
	width: 775px;
}

.block_title {
	background: transparent url('block_title.gif') no-repeat scroll center top;
	height: 69px;
}

.block_title h2 {
	margin: 0;
	padding: 31px 160px 0 0;
	font: bold 16px Arial;
}

.block_content {
	background: transparent url('block_content.gif') repeat-y scroll center top;
}

.block_footer {
	background: transparent url('block_footer.gif') no-repeat scroll -2px top;
	height: 14px;
}

.block_content .text {
	padding: 10px 20px;
	text-align: justify;
}

.block_content p {
	margin: 0;
	padding: 0;
	text-align: justify;
}

.block_content table {
	width: 95%;
}

#ContactTBL textarea {
	width: 300px;
}

#msg-error {
	background: #FFF1ED;
	border: 1px solid #900;
	text-align: right;
	font-family: tahoma;
	font-size: 8pt;
	color: #820000;
	margin: 0.15em auto 1.2em auto;
	padding: 0.5em 0.5em 0.5em 2.8em;
}

#msg-success {
	background: #F4FDEF;
	border: 1px solid #3F9305;
	text-align: right;
	font-family: tahoma;
	font-size: 8pt;
	color: #0D7504;
	margin: 0.15em auto 1.2em auto;
	padding: 0.5em 0.5em 0.5em 2.8em;
}

.intro {
	position: relative;
	width: 685px;
	height: 554px;
	margin: 50px auto;
	background: transparent url('intro.jpg') no-repeat scroll center top;
}

.intro h1 {
	text-indent: -9999px;
}

.intro a.fa {
	display: block;
	position: absolute;
	width: 44px;
	height: 49px;
	top: 468px;
	left: 520px;
}

.intro a.en {
	display: block;
	position: absolute;
	width: 83px;
	height: 23px;
	top: 495px;
	left: 415px;
}

.CastTBL {
	background: url('casting.gif') no-repeat scroll left top;
	height: 314px;
}

.Register {
	background-image: url('register.gif') !important;
}

.header .languages {
	position: absolute;
	top: 174px;
	left: 19px;
}

.header .languages a.fa {
	background: url('fa.png') no-repeat center top;
	display: inline-block;
	height: 12px;
	width: 18px;
}

.header .languages a.en {
	background: url('en.png') no-repeat center top;
	display: inline-block;
	height: 12px;
	width: 18px;
	_margin-left: 3px;
}

.header .date {
	position: absolute;
	left: 72px;
	top: 173px;
	font-size: 11px;
}

img.thumb {
	float: left;
	margin: 0 10px 10px 0;
}

.GalleryTBL td {
	text-align: center;
}

.GalleryTBL b {
	font-weight: normal;
}

.actor {
	text-align: center !important;
}

a.actor a:hover img {
	text-decoration: none;
}

.paginator {
	margin-left: 10px;
	margin-top: 10px;
}

.paginator a, .paginator b {
	border: 1px solid;
	display: block;
	padding: 2px 6px 4px;
	float: left;
	margin-right: 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


