@charset "utf-8";
/* CSS Document */
html,body{
	min-height:100%;
	overflow-x:hidden;
}
body{
	background:url(images/mainBack.jpg) top center no-repeat #1e2838;
	margin:0;
}
*{
	border:none;
	outline:none;
	resise:none;
	font-family:Arial;
}
div,p,ul,li,table{position:relative; font-family:Arial;}
div,p{
	margin:0;
	padding:0;
	position:relative;
	float:right;
	width:100%;
}
table#mainTBL{
	width:100%;
}
table#mainTBL div#MainDiv{
	float:right;
	width:998px;
}
table#mainTBL div#MainDiv div#Logo{
	position:absolute;
	z-index:10;
	top:0;
	right:0;
	width:429px;
	height:569px;
	background:url(images/hebrew/LogoLeftBottom.png) top Right no-repeat;
}
table#mainTBL div#LogoLeftTop{
	float:right;
	width:998px;
	min-height:78px;
	background:url(images/hebrew/LogoLeftTop.png) top Right no-repeat;
}
table#mainTBL td.Left{
	
}
table#mainTBL td.Right{
	vertical-align:top;
}
table#mainTBL td.Right div#LogoRightBottom{
	width:100%;
}
table#mainTBL td.Right div#LogoRightBottom div#Logo{
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	background:url(images/hebrew/LogoRightBottom.png) top left no-repeat;
	width:100%;
	height:569px;
}

table#mainTBL td.Right div#LogoRightTop{
	background:url(images/hebrew/LogoRightTop.png) top left no-repeat;
	width:100%;
	min-height:78px;
}
table#mainTBL td.Mid{
	width:998px;
	vertical-align:top;
}
table#mainTBL div#MainDiv div#Menu{
	position:absolute;
	top:-5px;
	left:-28px;
	z-index:20;
	height:38px;
	width:716px;
}
table#mainTBL div#MainDiv div#Menu img{
	float:right;
	bottom:0;
}

div#Lang_Nav{direction:rtl;}
div#Lang_Nav a{
	font-size:14px;
	color:#fefdfd;
	text-decoration:none;
}
div#Lang_Nav a:hover, div#Lang_Nav a.On{color:#c6daff;}
