@charset "UTF-8";
/* CSS Document */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*=======================================*/
				/* Start */
/*=======================================*/

body{
	background:url(images/bg.png) repeat-x #fff;
	font-family:Arial, Helvetica, sans-serif;
}

.clr{
	clear:both;
}

a{
	color:#335786;
}

a:hover{
	text-decoration:none;
}

h3{
	font-size:16px;
	color:#335788;
	margin:15px 0 25px 0;
}

h4{
	font-size:14px;
	color:#609B3C;
	margin:20px 0;
}

p{
	margin:10px 0;
	text-align:justify;
	line-height:20px;
}

p.cntr{
	text-align:center;
}

p#phones{
	width:185px;
}

p#contacts{
	width:470px;
}

p span{
	direction:rtl;
	text-align:right;
	float:right;
}

p#contacts img{
	vertical-align:middle;
	margin:0 0 0 5px;
}

p.bold{
	font-weight:bold;
}

ul{
	margin:15px 0 20px 0;
	direction:rtl;
	font-size:14px;
}

ul li{
	list-style:none;
	background:url(images/bullet.gif) right center no-repeat;
	padding:0 15px 0 0;
	line-height:20px;
}

ul li a{
	text-decoration:none;
}

ul li a:hover{
	text-decoration:underline;
}

#wrapper-en{
	width:900px;
	margin:25px auto 0 auto;
	color:#333;
	font-size:12px;
	background:url(images/wrapper-bg.gif) center bottom no-repeat;
	min-height:480px;
}

#wrapper-ar{
	width:900px;
	margin:25px auto 0 auto;
	color:#333;
	font-size:14px;
	background:url(images/wrapper-bg.gif) center bottom no-repeat;
	min-height:480px;
	direction:rtl;
}

#header{
	background:url(images/logo.gif) 0 0px no-repeat;
	height:46px;
	margin:0 0 45px 0;
	clear:both;
}

#header p{
	line-height:46px;
	margin-left:205px;
	float:left;
}

#wrapper-ar #header{
	background:url(images/logo.gif) right top no-repeat;
	height:46px;
	margin:0 0 45px 0;
	clear:both;
}

#wrapper-ar #header p{
	line-height:46px;
	margin-right:205px;
	float:right;
}

#page-left{
	float:left;
	width:370px;
	margin: 0 50px 20px 0;
}

#page-right{
	float:right;
	width:480px;
	margin:0 0 20px 0;
}

#wrapper-ar #page-left{
	float:right;
	width:470px;
	margin:0 0 20px 0;
}

#wrapper-ar #page-right{
	float:left;
	width:365px;
	margin: 0 65px 20px 0;
}

#social{
	height:48px;
	color:#3E5887;
	line-height:48px !important;
	margin:30px 0 0 0;
}

#social p span{
	line-height:30px !important;
}

#social img{
	vertical-align:middle;
	border:none;
	margin:0 5px 0 0;
}

#wrapper-ar .more{
	width:146px;
	height:33px;
	background:url(images/more.png) no-repeat;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	overflow:hidden;
	direction:ltr;
}

.more{
	width:149px;
	height:36px;
	background:url(images/more-en.png) no-repeat;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	overflow:hidden;
}

#wrapper-ar .more{
	width:149px;
	height:36px;
	background:url(images/more.png) no-repeat;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	overflow:hidden;
}

p#languages-en{
	float:right !important;
	font-size:16px;
	line-height:40px;
}

p#languages-ar{
	float:left !important;
	margin:0 !important;
	font-size:14px;
}

p#languages-ar a,p#languages-en a{
	color:#609B3C;
}