@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/page_bg.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.clear {
	clear: both;
	display: block;
}
#container {
	width: 972px;
	margin: auto;
	background-image:url(images/container_bg.png);
	min-height: 500px;
	direction: rtl;
}
#header {
	width: 972px;
	height: 186px;
	padding-top: 10px;
	margin: auto;
	background-image:url(images/header_bg.png);
	background-repeat:no-repeat;
	background-position: center bottom;
}
#login {
	color: #999999;
	margin-right: 25px;
}
#login input {
	background-color: #000000;
	color: #fff;
	border-radius: 3px;
	border: none;
}
#menu {
	height: 40px;
	margin-top: 70px;
	margin-right: 40px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	float: right;
	margin: 0px;
	margin-left: 20px;
}
#menu ul li img {
	border-radius: 3px;
}
#main_content {
}
#right_content {
	padding: 0px;
	padding-right: 40px;
	padding-left: 20px;
	width: 313px;
	float: right;
}
#left_content {
	padding: 25px;
	padding-top: 0px;
	width: 542px;
	float: left;
	color: #CCCCCC;
	position:relative;
	font-size: 12px;
}
#left_content .content-text{
	color: #000;
	padding: 10px;
	background-color: #F7F7F7;
	border-radius: 5px;
	margin-left: 10px;
}
#left_content .content-text p, #left_content .content-text span, #left_content .content-text font{
	color: #000 !important;
	font-size: 12px;
}
#left_content .content-text a, #left_content .content-text a span, #left_content .content-text font{
	color: #305891 !important;
	font-size: 12px;
}
#left_content .content-text a{
	text-decoration: underline;
}

#left_content p {
	text-align:justify;
}
#flags ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#flags ul li {
	float: right;
	margin-left: 13px;
	text-align: center;
	display: block;
	height: 70px;
}
a {
	font-size: 10px;
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
#left_content h1 {
	font-weight: normal;
	font-size: 25px;
	margin-top: 0px;
	color: #FFF041;
}
.hebrew_content {
	width: 240px;
	float: right;
	padding-right: 2px;
}
.english_content {
	width: 240px;
	float: left;
	text-align: left;
	direction: ltr;
	padding-left: 42px;
}
#left_wing {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 66px;
	height: 88px;
	background-image:url(images/left_wing_bg.png);
	background-repeat:no-repeat;
}
#slideshow {
	width: 500px;
	height: 333px;
	margin: 0;
	padding: 0px;
	position: relative;
}
#slideshow > div {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 3px solid #AF0100;
	background-color: white;
	z-index:1002;
	overflow: auto;
	direction: rtl;
}
.at4-follow-container{
	margin-right: -20px !important;
}

#footer{
	width: 900px;
	padding: 15px;
	height: 10px;
	margin: auto;
	background-color: #fff;
	border-top: 20px solid #000;
	 text-align: center;
	 color: #666666;
	 font-size: 11px;
}
#footer a{
	color: #000033;
	font-size: inherit;
}
