@charset "utf-8";
html{
	direction:rtl;
	height:100%;
	overflow:auto;
	min-height: 100%;
}

body {
	height:100%;
	min-height: 100%;
	width:100%;	
	font: 100% Arial, Helvetica, sans-serif;
	
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	
}

#swfbg{
	text-align:center;
	width:100%;
	/*height:100%;*/
	left:0px;
	top:0px;
	padding-top:0px;
	margin:0px auto;
	position:absolute;
	z-index:0;
}

#contect{
	width:900px;
	
	margin:0px auto;
	padding:0;
	position:relative;
	z-index:10000;
	text-align:left;
	
	
}

.twoColFixRtHdr #container { 
	width: 780px;  
	margin: 140px auto 0 auto ; 
	position:relative;
	overflow:hidden;
	padding:0;
	
	
} 
.twoColFixRtHdr #header { 
	width:780px;
	height:18px;
	
	padding: 0;  
} 
.twoColFixRtHdr #header h1 {
	margin: 0; 
	
}
.twoColFixRtHdr #sidebar1 {
	
	float: left;
	width: 133px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	padding-top:0 !important;
	
	background:url(images/lineEnd.jpg )  repeat-y;
	
	
}
.twoColFixRtHdr #mainContent { 
	float: left;
	width: 460px;
	margin-bottom: -2000px;
	padding:5px 60px 2000px 100px;
	text-align:right;
	min-height:350px;
	
} 
.twoColFixRtHdr #footer { 
	text-align:center;
	width:100%;
	
	padding-top:5px;
	height:100px;
	
}
.twoColFixRtHdr #bottomStrip { 
	background:url(images/roller.jpg) no-repeat;
	width:744px;
	height:22px;
	margin-bottom:20px;
	margin-left: auto;
	margin-right: auto;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.logoTitleHebrew{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	display:inline;
	padding-left:170px;
	
	float:left;
	
}.logoTitleEn{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	display:inline;
	padding-right:90px;
	
	float:right;
	
}