*
{
	padding: 0;
	margin: 0;
	font-size: 100%;
	zoom: 1;
}
body, td, input, textarea
{
	font: normal 12px Arial;
}
body
{
	background: #67cef7 url('/images/bg_bottom_stripe.gif') 0 100% repeat-x;
	direction: rtl;
}
img
{
	border: 0;
}
.clear
{
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
}

#site
{
	width: 1097px;
	background: transparent url('/images/bg_top.jpg') 0 0 no-repeat;
	margin: 0 auto;
	color: #006ea6;
}
#inner-site
{
	background: transparent url('/images/bg_bottom.png') 0 100% no-repeat;
	position: relative;
	padding-bottom: 370px;
}
#header, #content
{
	margin: 0 320px 0 57px;
	position: relative;
}

#header
{
	height: 191px;
	z-index: 7;
}
	#logo
	{
		position: absolute;
		top: 49px;
		right: 0;
	}
	#donate
	{
		position: absolute;
		top: 50px;
		left: 20px;
		width: 160px;
		text-align: center;
	}
	#donate a
	{
		color: #006ea6;
		text-decoration: underline;
	}
	#top-menu
	{
		position: absolute;
		top: 120px;
		right: -4px;
		width: 724px;
		height: 41px;
		line-height: 41px;
		background: transparent url('/images/menu_bg.jpg') 0 0 no-repeat;
		color: #fff;
		text-align: center;
		list-style-type: none;
		z-index: 7;
	}
	#top-menu li
	{
		float: right;
		height: 100%;
		position: relative;
	}
	#top-menu li.f
	{
		background: transparent url('/images/menu_seperator.gif') 0 center no-repeat;
		margin-left: 7px;
		padding-left: 7px;
	}
	#top-menu li:last-child
	{
		background: transparent;
	}
	#top-menu li.fi
	{
		margin-right: 43px;
	}
	#top-menu li ul
	{
		display: none;
		list-style-type: none;
		position: absolute;
		width: 110px;
		right: 0;
		top: 40px;
		padding: 0 10px;
		background: transparent url('/images/sub_menu_bg.jpg') 0 0 no-repeat;
	}
	#top-menu li ul li
	{
		float: none;
		border-bottom: 1px solid #6dccf5;
		padding: 0 5px 0 0;
		line-height: 100%;
		text-align: right;
		position: relative;
		z-index: 2;
	}
	#top-menu li ul li:last-child
	{
		border-bottom-width: 0;
	}
	#top-menu li ul li.bg
	{
		position: absolute;
		padding: 0;
		border-width: 0;
		right: 0px;
		left: 0px;
		bottom: -10px;
		height: 20px;
		background: transparent url('/images/sub_menu_bottom_bg.png') 0 0 no-repeat;
		z-index: 1;
	}
	#top-menu li ul a
	{
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 4px 0;
	}
	#top-menu li ul a:hover
	{
		text-decoration: underline;
	}
	#top-menu li:hover ul
	{
		display: block;
	}
	#top-menu a.f
	{
		color: #fff;
		text-decoration: none;
		font-size: 13px;
		font-weight: bold;
		padding: 0 10px;
		position: relative;
		display: block;
		margin-top: 10px;
		height: 22px;
		line-height: 20px;
	}
		#top-menu a.f span
		{
			position: absolute;
			top: 0;
			display: none;
			width: 10px;
			height: 22px;
		}
		#top-menu a.f span.l
		{
			left: 0;
			background: transparent url('/images/menu_hover_left.gif') 0 0 no-repeat;
		}
		#top-menu a.f span.r
		{
			right: 0;
			background: transparent url('/images/menu_hover_right.gif') 0 0 no-repeat;
		}
	#top-menu li.f:hover a.f, #top-menu .active a.f
	{
		background: transparent url('/images/menu_hover_bg.gif') 0 0 repeat-x;
		color: #3ca0cf;
	}
		#top-menu li.f:hover a.f span, #top-menu .active a.f span
		{
			display: block;
		}
		
	#top-menu .sep
	{
		background: transparent url('/images/menu_seperator.gif') center center no-repeat;
		display: inline-block;
		height: 100%;
		margin: 0 5px;
	}
#on-facebok
{
    position: absolute;
	z-index: 5;
	top: 467px;
	right: 93px;
}
#get-updates
{
    position: absolute;
	z-index: 5;
	top: 527px;
	right: 93px;
}
#side-menu
{
	position: absolute;
	z-index: 5;
	top: 208px;
	right: 112px;
	width: 160px;
	height: 224px;
	overflow: hidden;
}
	#side-menu h2
	{
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		padding: 0 0 4px 0;
	}
	#side-menu ul
	{
		list-style-type: none;
	}
	#side-menu li
	{
		background: transparent url('/images/menu_bullet.png') 100% 11px no-repeat;
		padding: 6px 13px 6px 0;
		line-height: 17px;
	}
	#side-menu a
	{
		color: #fff;
		text-decoration: none;
	}
	#side-menu a:hover
	{
		text-decoration: underline;
	}
	#side-menu .active a
	{
		font-weight: bold;
	}

#content
{
	position: relative;
	z-index: 4;
    min-height: 600px;
}
	/* HOME PAGE */
	.main
	{
		background: #fff;
		min-height: 258px;
		position: relative;
	}
	.index
	{
		border: 1px solid #fff;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;
	}
		.main .main-image
		{
			position: absolute;
			right: 0;
			top: 0;
		}
		.main .content
		{
			position: absolute;
			top: 0;
			bottom: 0;
			right: 380px;
			left: 0;
			padding: 0 30px 0 40px;
			background: transparent url('/images/main_content_bg.jpg') 100% 0 no-repeat;
			color: #044e74;
		}
		.main .content h1
		{
			color: #40b2e2;
			font-weight: bold;
			font-size: 21px;
			letter-spacing: -1px;
		}
		.main .content p
		{
			line-height: 135%;
			padding-bottom: 13px;
		}
		.main .content .link
		{
			padding-bottom: 0;
			margin-top: -10px;
		}
		.main .content p a
		{
			background: transparent url('/images/main_content_link_bg.gif') 100% 4px no-repeat;
			padding-right: 10px;
			color: #40b2e2;
			text-decoration: none;
			margin-top: 2px;
		}
		.main .content p a:hover
		{
			text-decoration: underline;
		}
	.boxes
	{
		padding-top: 23px;
	}
		.boxes .box
		{
			position: relative;
			height: 200px;
			width: 220px;
			float: right;
			color: #fff;
		}
		.boxes ul, .boxes li
		{
			list-style-type: none;
		}
		.boxes li
		{
			padding: 7px 12px 7px 0;
			background: transparent url('/images/menu_bullet.png') 100% 12px no-repeat;
		}
		.boxes a
		{
			color: #fff;
		}
		.boxes h2
		{
			font-size: 19px;
			padding-bottom: 5px;
		}
		.boxes .box2
		{
			padding: 10px 20px;
			width: 180px;
			height: 180px;
			background: transparent url('/images/bg_box_2.png') 0 0 no-repeat;
			font-size: 14px;
		}
			.boxes .box2 h2
			{
				font-size: 22px;
			}
			.boxes .box2 p
			{
				line-height: 18px;
				padding-bottom: 10px;
			}
		.boxes .box3
		{
			padding: 10px 20px;
			width: 180px;
			height: 180px;
			background: transparent url('/images/bg_box_3.png') 0 0 no-repeat;
		}
			.boxes .box3 a
			{
				font-size: 14px;
				text-decoration: none;
			}
			.boxes .box3 .donate
			{
				position: absolute;
				bottom: 10px;
				left: 11px;
			}
		.boxes .sep
		{
			height: 200px;
			width: 30px;
			float: right;
			background: transparent url('/images/bottom_seperator.gif') center center no-repeat;
			font-size: 0;
		}
	/* INNER PAGES */
	.txt-page
	{
		position: relative;
		width: 640px;
		min-height: 413px;
		padding: 0 40px 20px 40px;
		margin: 25px 0;
		color: #044e74;
		border-width: 0;
		font-size: 13px;
	}
		.txt-page  a, .txt-page  a:visited
		{
			color: #40b2e2;
		}
		.txt-page .bg
		{
			position: absolute;
			left: 0;
			width: 100%;
			font-size: 0;
			height: 25px;
		}
		.txt-page #bg-top
		{
			top: -25px;
			background: transparent url('/images/content_top.png') 0 0 no-repeat;
		}
		.txt-page #bg-bottom
		{
			bottom: -25px;
			background: transparent url('/images/content_bottom.png') 0 0 no-repeat;
		}
		.txt-page .bc, .txt-page .bc a, .txt-page .bc b
		{
			color: #69d1fa;
			font-weight: normal;
			font-size: 12px;
		}
		.txt-page h1, .txt-page h2
		{
			color: #40b2e2;
			font-weight: normal;
		}
		.txt-page h1
		{
			font-size: 27px;
			padding: 10px 0;
		}
		.txt-page h2
		{
			font-size: 19px;
			margin-bottom: 15px;
		}
		.txt-page p, .txt-page blockquote
		{
			line-height: 155%;
			margin-bottom: 15px;
		}
		.txt-page blockquote
		{
			background: #ecfafd;
			border: 1px solid #b8ebfe;
			display: block;
			padding: 10px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-o-border-radius: 5px;
			border-radius: 5px;
		}
		.txt-page .bottom-link
		{
			background: transparent url('/images/menu_bullet.png') 100% 7px no-repeat;
			padding-right: 10px;
			margin-top: 10px;
			color: #40b2e2;
		}
#copyrights
{
	position: absolute;
	bottom: 335px;
	right: 320px;
	left: 57px;
	font-size: 11px;
	color: #006ea6;
}
#copyrights .creds
{
	position: absolute;
	top: 0;
	left: 0;
}
#copyrights a
{
	color: #006ea6;
	text-decoration: none;
}
#copyrights a:hover
{
	text-decoration: underline;
}

#flag
{
	position: absolute;
	top: 25px;
	left: 87px;
	z-index: 8;
	padding-left: 24px;
	height: 21px;
	line-height: 21px;
	color: #006ea6;
	font-size: 11px;
	font-weight: bold;
}
.flag-english
{
	background: transparent url('/images/flag_english.png') 0 50% no-repeat;
}
.flag-hebrew
{
	background: transparent url('/images/flag_hebrew.png') 100% 50% no-repeat;
	padding-right: 24px;
}

#screen
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 900;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}

#contact
{
	width: 400px;
	float: right;
}
	#contact div
	{
		float: right;
		width: 170px;
		margin: 2px 0 2px 30px;
	}
	#contact label
	{
		display: block;
		color: #03689c;
	}
	#contact label.err
	{
		font-weight: bold;
		color: #b00;
	}
	#contact .txt, #contact textarea
	{
		background: #f1faff;
		border: 1px solid #67cef7;
		width: 100%;
		padding: 2px;
	}
	#contact textarea
	{
		height: 100px;
	}
	#contact .double
	{
		clear: both;
		float: none;
		width: 370px;
		margin: 0;
	}
	#contact .updates
	{
		margin-top: 5px;
	}
	#contact .updates label
	{
		display: inline;
	}
	#contact .updates input, #contact .updates label
	{
		vertical-align: middle;
	}
	#contact .buttons
	{
		text-align: center;
		margin-top: 20px;
	}
		#contact .buttons input
		{
			text-align: center;
			background: #01699c;
			border: 3px solid #e1f5fc;
			color: #fff;
			font-size: 21px;
			padding: 0 30px;
			cursor: pointer;
		}
		#contact .buttons input:active
		{
			outline: none;
		}
#contact-info
{
	float: right;
	margin-right: 30px;
	border-right: 1px solid #68cdf7;
	padding-right: 15px;
	min-height: 240px;
	width: 190px;
}
	#contact-info .t
	{
		font-size: 15px;
	}
	#contact-info .d
	{
		text-align: center;
	}

.lang-english
{
	direction: ltr;
}
	.lang-english #logo
	{
		right: auto;
		left: 0;
	}
	.lang-english #donate
	{
		left: auto;
		right: 0;
	}
	.lang-english .boxes li
	{
		padding: 7px 0 7px 12px;
		background: transparent url('/images/menu_bullet_ltr.png') 0 12px no-repeat;
	}
	.lang-english .boxes .box3 .donate
	{
		left: auto;
		right: 11px;
	}
	.lang-english #copyrights .creds
	{
		left: auto;
		right: 0;
	}
	.lang-english #side-menu li
	{
		background: transparent url('/images/menu_bullet_ltr.png') 0 11px no-repeat;
		padding-left: 13px;
		padding-right: 0;
	}
	.lang-english #top-menu li
	{
		float: left;
	}
	.lang-english #top-menu li.f
	{
		background-position: 100% center;
		padding-left: 0;
		margin-left: 0;
		margin-right: 7px;
		padding-right: 7px;
	}
	.lang-english #top-menu li.fi 
	{
		margin-left: 43px;
	}
	.lang-english .main .content p a
	{
		background: transparent url('/images/menu_bullet_ltr.png') 0 4px no-repeat;
		padding-right: 0;
		padding-left: 10px;
	}
	
.lang-english #contact
{
	float: left;
}
	.lang-english #contact div
	{
		float: left;
		margin: 2px 30px 2px 0;
	}
.lang-english #contact-info
{
	float: left;
	margin-right: 0;
	border-right-width: 0;
	padding-right: 0;
	margin-left: 30px;
	border-left: 1px solid #68cdf7;
	padding-left: 15px;
}
.lang-english #flag
{
	left: auto;
	right: 332px;
}