/*
	CSS Reset
*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {	
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul,li {
	list-style:none;
	list-style-type:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6,th,td {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/*
	Style start
*/
html {
	direction: rtl;
}

body {
	font-family: arial;
	background-color: #7A96AD;
}

#menu {
	background-image: url(images/menu_bar.gif);
	background-repeat: repeat-y;
	float: right;
	width: 200px;
}

#menu ul {
	margin-top: 30px;
}

#menu ul li {
	height: 50px;
	background-image: url(images/menu_side.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 22px;
}

#menu ul li.last {
	background-image: url(images/menu_side_last.gif);
}

#menu ul li a {
	text-decoration: none;
	color: #ffffc0;
	font-weight:bold;
	position: relative;
	top: -1px;
}

#menu ul li a:hover {
	color: #ff8000;
	top: -2px;
}

#menu #menuDetails {
	text-align: center;
	width: 177px;
	text-shadow: #000000 2px 2px 3px;
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#333333, Direction=135, Strength=3);
	color: #FFFFFF;
}

#menu #menuDetails h3 {
	font-size: 1.5em;
}

#menu #menuDetails span {
	color: #fbfb00;
	font-size: 1.5em;
}

#pageContent #pageContentTextWrapper {
	background-image: url(images/text_bg.jpg);
	background-repeat: no-repeat;
	width: 500px;
	float: right;
	text-align: right;
	zoom: 1;
	min-height: 550px;
	height: auto !important;
	height: 550px;
}

#pageContent #pageContentTextWrapper #pageContentText {
	position: relative;
	float: right;
	text-align: right;
	padding-top: 60px;
	margin-right: 20px;
	color: #FFFFFF;
	font-weight:bold;
	text-shadow: #333333 2px 2px 3px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=3);
	width: 500px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	zoom: 1;
}

#pageContent #pageContentTextWrapper #pageContentText #photoColoum {
	/*text-shadow: #333333 2px 2px 3px;*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=3);
}

#pageContent #pageContentTextWrapper #pageContentText p {
	margin-bottom: 20px;
}

#pageContent #pageContentTextWrapper #pageContentText strong {
	font-style: italic;
	font-weight: 900;
	color: #ffffc0;
}

h1 {
	color: #e5fc8a;
	font-size: 2em;
	border-bottom: 4px solid #fac345;
	margin-bottom: 4px;
}

h2 {
	color: #f0fe9e;
	font-style: italic;
	font-size: 1.5em;
}

/*
	General classes
*/
.clear {
	clear: both;
	margin: 0px;
}

ul.list li {
	margin-bottom: 10px;
	text-indent: -40px;
	margin-right: 40px;
}

#map_satelite {
	display: none;
}