@charset "utf-8";

/****************************************/
/*********** GLOBAL ***********/
/****************************************/
body, ul, h1,h2,h3, p {
	margin:0;
	padding:0;
}
body, textarea, input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
}
a:link, a:active, a:visited {
	color:#0000ff!important;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.dir_rtl {
	direction:rtl;
	text-align:right;
}
#pageWrap {
	margin:0 auto;
	width:912px;
}
.content {
	direction:rtl;
	line-height:17px;
	padding-right:15px;
}
h1 {
	background:url(images/bg_title.jpg) no-repeat right top;
	color:#000;
	direction:rtl;
	font-size:16px;
	font-weight:normal;
	height:27px;
	margin-bottom:5px;
	padding:5px 5px 0 0;
}
h2 {
	background:url(images/bg_title_2.jpg) no-repeat right top;
	color:#000;
	direction:rtl;
	font-size:16px;
	font-weight:normal;
	height:27px;
	margin-bottom:5px;
	padding:5px 5px 0 0;
}
h3 {
	background:url(images/bg_title_3.jpg) no-repeat right top;
	color:#000;
	direction:rtl;
	font-size:16px;
	font-weight:normal;
	height:27px;
	margin-bottom:5px;
	padding:5px 5px 0 0;
}

.pageImg {
	padding:15px 0 0 0;
	text-align:right;
}
.pageImg img {
	border:none;
}

/****************************************/
/*********** Fonts ***********/
/****************************************/

.font_bold {
	font-weight:bold;
}
.font_big_red {
	font-weight:bold;
	color:#d02929;
	font-size:14px;
}


/****************************************/
/*********** Header ***********/
/****************************************/

#header {
	background:url(images/bg_header.jpg) no-repeat;
	height:73px;
	text-align:right;
}
/****************************************/
/*********** Top menu ***********/
/****************************************/
#topMenu {
	background:url(images/bg_topMenu.jpg) no-repeat;
	height:27px;
}
/****************************************/
/*********** Footer CSS ***********/
/****************************************/
#footer {
	background:url(images/bg_footer.jpg) no-repeat;
	clear:both;
	color:#464646;
	font-size:11px;
	height:38px;
	margin-top:10px;
	padding:8px 10px 0 10px;
	vertical-align:baseline
}
.footer_left {
	float:left;
	width:250px;
}
.footer_right {
	direction:rtl;
	margin-left:280px;
	text-align:right;
	padding-top:5px;
}
/****************************************/
/*********** Page Middle Container ***********/
/****************************************/
#container {
	background:url(images/bg_container.jpg) no-repeat top left #fff;
	min-height:200px;
	overflow:hidden;
	padding-top:15px;
}
#indexRightSide {
	float:right;
	width:440px;
}
#indexLeftSide {
	margin-right:470px;
}
.indexLeftSideShadow {
	background:url(images/bg_leftSide_shadow.jpg) no-repeat right;
	min-height:222px;
}

#LeftSide {
	float:left;
	width:300px;
	
}

#RightSide {
	margin-left:320px;
}

#tripleLeftSide {
	float:left;
	width:220px;
	
}

#tripleRightSide {
	float:right;
	width:174px;
}
#tripleMiddleSide {
	margin:0 190px 0 230px;
}


.SideShadow {
	border-right:2px solid #f6f6f6;
	min-height:222px;
}
/****************************************/
/*********** Side menu ***********/
/****************************************/
.sideMenu {
	background:url(images/bg_sideMenu.jpg) repeat-x top right #ccc;
	min-height:222px;
}

/****************************************/
/*********** Drushim Page ***********/
/****************************************/
.misrotTitle {
	border-bottom:1px solid #f2eded;
	padding:0 0 5px 0;
}
.misrotHolder {
	border-bottom:1px solid #f2eded;
	margin:5px 0;
	padding:5px 0;
}
.misrotContent {
	direction:rtl;
	line-height:17px;	
}

/****************************************/
/*********** Jobs Map Page ***********/
/****************************************/
.mapHolder {
	width:500px;
	margin:0 auto;
	text-align:center;
}

