/* -======================================- */
	/*              layout styles               */
	/* -======================================- */
html,body,#mainHolder {
	size: landscape;
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body,html>body #mainHolder {
	height: auto;
}

body {
	margin: 0px;
	background-color: #ffffff;
}

body,td,th {
	font-family: Arial Unicode MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
        
}

#mainHolder {
	/* filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=3);*/
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -430px; //
	margin-left: -420px;
	width: 889px;
	background-color: white;
	background-image: url(../img/whitemask.gif);
	background-repeat: repeat-y;
}

#page_content {
	padding: 10px 10px 0px 0px;
	background: white;
}

#page_header {
	position: relative;
	top: 0px;
	left:0px;
	background: #ffffff;
	border-bottom: 0px solid white;
	width: 889px;
	z-index:9999;
}

#page_torso {
	
	margin-top:0px;
	padding-bottom: 10px;
	float: left;
	width: 889px;
}

#logo {
	position: relative;
	padding: 0px 0px 0px 0px;
	float: left;
}

#corporate_logo {
	position: relative;
	padding: 8px 0px 0px 12px;
	float: left;
	margin-top: 0px;
}

#top_div {
	position: relative;
	float: right;
	width: 419px;
	margin: 0px 0px 0px 0px;
	display: block;
}

#top_div_section {
	position: relative;
	background-color:#50575d;
	width: 100%;
	margin: 0px 0px 0px 0px;
	display: block;
}



#trace {
	overflow: scroll;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 170px;
	background-color: #fafafa;
	z-index: 10000;
}

#page_footer {
	position: relative;
	float: left;
	top: 10px;
	bottom: 15px;
	color: #525252;
	left: 0px;
	width: 826px;
	height: 20px;
	font-size: 11px;
	background: white;
}

#page_footer_content {
	width: 100%;
	margin: 2px 20px 0px 0px;
	text-align: center;
}

#arrows_line {
	position: relative;
	float: left;
	clear: both;
	border-bottom: 2px dotted #525252;
	width: 163px;
	height: 4px;
	margin: 13px 0px 0px 0px;
}

#grey_arrow {
	position: relative;
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(../img/arrow_grey.gif);
	background-repeat: no-repeat;
	margin: 4px 8px 0px 0px;
}

#page_link {
	position: relative;
	float: left;
}

#page_footer a {
	color: #666666;
	text-decoration: none;
}

#page_footer a:hover {
	color: #666666;
	text-decoration: none;
}

#void,
.void {
	clear: both;
	height: 0px;
}

#page_links {
	position: relative;
	color: #525252;
	font-size: 12px;
	font-family: arial;
	float: left;
}

#top_menu {
	font-family: Arial;
	font-size: 14px;
	height: 33px;
	width: 400px; //
	margin-top: 26px;
	color: #545651;
}

#top_menu_item {
	font-size: 14px;
	font-family: Arial;
}

#section_top_menu_holder {
	position: relative;
	display: block;
}

#corporate_top_menu_holder {
	position: relative;
	margin-top: 8px;
	float: right;
	clear: both;
	height: 33px;
	width: 664px;
	display: block;
	padding-bottom: 15px;
}

#section_title {
	position:absolute;
	top:35px;
	right:0px;
}


#section_tab_menu_holder {
	position: static;
	margin-top: 13px;
	margin-left:225px; 
	
	height:27px;
	width:664px;
	z-index:2;
}

#tab_menu_item {
	
	color: white;
	font-family: Arial;
	font-size: 12px;
}
#section_image {
	position: relative;
	float: left;
	margin-top: 20px;
}

#breadcrumbs_holder {
	position: relative;
	margin-left:0px;
	margin-top: 16px;
	width: 664px;
	z-index:-10;
	

}

#side_menu_holder {
	position: relative;
	float: left;
	margin-top: 38px;
	width: 130px;
	padding-left: 0px;
	z-index: 2000;
}

#page_body_holder {
	position: relative;
	float: right;
	width: 664px;
	z-index: 1;
}

#script_holder {
	position: relative;
	float: right;
	width: 664px;
	background: white;
}  /* -======================================- */
	/*              objects styles              */
	/* -======================================- */

#utilBar td{
	border:1px solid #666;
	
	vertical-align:top;
}

#lang {
	position: relative;
	padding: 0px 0px 0px 0px;
	float: right;
	
}
.lang_select {
	position:relative;
	top:0px !important;
	
	border: 0px solid red;
	font-size: 11px;
	width: 87px;
	background: white;
	font-family: Arial Unicode MS, Arial, Helvetica, sans-serif;
	color:red;
	
}

#lang_searchbox {
	font-size: 11px;
	height:17px;
	margin:0;
	width:110px;
	font-family:verdana;
	font-size:13px;
	font-weight:bold;
	border:0px; 
	background-color:transparent;
	background-image:url(../images/design2/search_icon.jpg);
	background-repeat:no-repeat;
	background-position:1px 1px;
	text-align:right;
	padding:0px 6px;
	display:block;
	background-color:white;
	border:0;
}

.search_but {
	height:17px;
	font-size:11px;
	font-family:verdana;
	color:white;
	font-weight:bold;
	background-color:#97989c;
	border:0;
	padding:0px 4px;
	
	
}

.search_but_over {
	height:17px;
	font-size:11px;
	font-family:verdana;
	color:#50575D;
	font-weight:bold;
	background-color:#DEE3E6;
	border:0;
	padding:0px 4px;
	
}

.submenuHolder{
	background-color:#dee3e6;
	position:absolute;
	margin-top:0px;
	z-index:999;
	-moz-box-shadow: 4px 4px 4px #333;
	-webkit-box-shadow: 5px 5px 5px #000;
}



.menuTD .submenuHolder{
	display:none;
		
}
.menuTDover .submenuHolder{
	display:block;
}
.menuTDover {
	-moz-box-shadow: 4px 4px 6px #333;
	-webkit-box-shadow: 4px 4px 4px #000;
}

.submenuHolder .subMenuColumn{
		
	float:left;
	width:235px; /*yael*/
	overflow:hidden;
	
}

.subMenuColumnInner{
	padding:10px;
}
.subRightColumn{
	border-left:1px solid #666;	
	position:relative;
	left:-1px;
}


.subLeftColumn{
	border-right:1px solid #666;	
}


#ninja{
	display:none;
	color:black;	
}
#yael {
	position: absolute;
	top: 200px; /*height:50px;*/
	background-color: #ffff00;
	z-index: 10000;
	right: 20px;
}

#yael-home {
	position: absolute;
	top: -380px; /*height:50px;*/ /*background-color:#ffff00;*/
	z-index: 10000;
	right: 120px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}  /* -======================================- */
	/*                text styles               */
	/* -======================================- */
hr {
	border: 1px solid white;
	border-top: 1px solid #CCCCCC;
}

#mainHolder img {
	border: none;
}

ul {
	list-style-image: url(../img/arrow_0.gif);
}

li {
	list-style-position: outside;
}

ul li ul {
	list-style-image: none;
}

.langobj{
	background-color:white;
	padding:2px 3px;
}

.langobj a{
	display:block;
	color:black !important;
	padding-left:20px;
}

.langobj a:hover{
	background-color:#EEE;
}
.langSelectorOpen,
.langSelector
{
	cursor:pointer;
	border:1px solid #AAA;
	background-image:url(../images/design2/lang_arrow.jpg);
	background-repeat:no-repeat;
	background-position:2px 0px;
	
	
}
.langSelectorOpen{
	
	background-color:white;
}
.langSelectorOpen #langSelectorDD{
	display:block;
	
}
#langSelectorDD{
	position:absolute;
	top:16px;
	width:120px;
	z-index:999;
	border:1px solid #AAA;
	border-top:0 !important;
	margin-left:-1px;
}

.langSelector #langSelectorDD{
	display:none;
	
}







