body{
	margin: 0px; 
	text-align: right; 
	background: url(images/bg.jpg) repeat-x top;
	font-family: verdana, sans-serif;
	direction: rtl;
}

h1{
	color: #779795;
	font-size: 18px;
	font-weight: normal;
}

h2{
	color: #779795;
	font-size: 16px;
	font-weight: normal;
}

h3{
	color: #779795;
	font-size: 14px;
	font-weight: normal;
}

a{
	color: #779795;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#wrapper{
	width: 1000px;
	height: 100%;
}

#right-side{
	width: 207px;
	background: #92aabb url(images/window-he.jpg) no-repeat top left;
}

#header{
	background: url(images/header-he.jpg) no-repeat top right;
	width: 793px;
	height: 153px;
}

#in-header{
	width: 723px;
	height: 153px;
	margin: 0px 35px;
}

#spacer{
	height: 88px;
}

#slogan{
	height: 30px;
	line-height: 30px;
	text-align: right;
	color: #596e83;
	font-size: 15px;
}

#menu{
	height: 32px;
	line-height: 32px;
	text-align: right;
}

#menu, #menu a, #lang, #lang a{
	color: white;
	font-size: 14px;
}

/****************** drop down menu **************/

#main_menu{
	
}

.main_menu_item{
	height: 25px;
}

.sub_menu{
	visibility: hidden;
	position: absolute;
	border-collapse: collapse;
	background-color: #fff;
	margin-right: -2px;
	margin-top: 0px;
}

.sub_menu_item{
	width: 200px;
	line-height: 20px;
	padding-right: 5px;
	background-color: #596e83;
}

a.menu, a.menu:hover{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

/****************** END drop down menu **************/

#lang{
	height: 32px;
	line-height: 32px;
	text-align: left;
}

#main{
	width: 580px;
	vertical-align: top;
	text-align: right;
}

#padder{
	margin: 20px 30px 20px 35px;
	color: black;
	font-size: 13px;
	text-align: justify;
}

#footer{
	font-size: 11px;
}

#left-side{
	width: 213px;
	vertical-align: top;
}

#tab-main{
	width: 180px;
	background: url(images/tab-body.jpg) repeat-y center;
	text-align: center;
}

#tab-pad{
	text-align: center;
	margin: 5px 3px 0px 3px;
	color: #596e83;
	font-size: 15px;
}

#tab-pad h2{
	margin: 0p0x;
	color: #596e83;
	font-size: 18px;
	font-weight: normal;
}

#tab-bottom{
	width: 180px;
	height: 18px;
	background: #fff url(images/tab-bottom.jpg) no-repeat top center;
}

