﻿
body {
	background: #8adaf3 url('bg.gif') repeat-x scroll center top;
	font: 11px Tahoma, Arial;
	color: #333;
}

p, ul, h1, h2 {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333;
}

a:focus {
	outline: none;
}

.wrapper {
	width: 750px;
	margin: 0 auto;
}

.header {
	background: transparent url('header.gif') no-repeat scroll center top;
	height: 144px;
}

.header h1 {
	text-indent: -9999px;
}

.menu {
	height: 31px;
	margin-top: 10px;
	background: transparent url('menu_middle.gif') repeat-x scroll center top;
}

.menu .menu_right {
	float: right;
	width: 6px;
	height: 31px;
	background: transparent url('menu_right.gif') no-repeat scroll right top;
}

.menu .menu_left {
	float: left;
	width: 6px;
	height: 31px;
	background: transparent url('menu_left.gif') no-repeat scroll left top;
}

.menu ul {
	list-style: none;
}

.menu li {
	float: right;
}

.menu li a {
	display: inline-block;
	height: 31px;
	line-height: 31px;
	margin: 0 7px;
}

.main {
	background: #fff url('main_top.gif') no-repeat scroll center top;
	margin-top: 10px;
	padding: 10px;
}

.footer {
	background: #fff url('footer.gif') no-repeat scroll center top;
	height: 39px;
}

.main .title {
	background: transparent url('title.gif') no-repeat scroll right top;
	height: 25px;
	direction: rtl;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px 0 0;
}

.main .content {
	direction: rtl;
	text-align: justify;
}

.main .content a{
	color: #888;
}

.footer p {
	direction: rtl;
	text-align: center;
	color: #888;
	padding-top: 10px;
}

.intro {
	margin-top: 35px;
	background: transparent url('intro.png') no-repeat scroll center top;
	height: 586px;
	position: relative;
}

.intro a {
	display: block;
	position: absolute;
}

.intro a.fa {
	top: 536px;
	left: 350px;
	width: 60px;
	height: 25px;
}

.intro a.en {
	top: 454px;
	left: 150px;
	width: 81px;
	height: 25px;
}

.intro a.ar {
	top: 447px;
	left: 527px;
	width: 53px;
	height: 42px;
}


