
/**************************************************
 * General
 **************************************************/


body {
	background: #000000 url() no-repeat;
	font: ariel,Tahoma,sans-serif;
	text-align: right;
	scrollbar-base-color:#369;
}
* html body {
  background: #000000;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='scale');
}
.header {
	background:  url() repeat-x;
	font-size: 25px;
	height: 111px;
	_height: 120px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 800px;
	text-align: left;
}
.header a{
	font-size: 16px;
	color: white;
	text-decoration: none;
}
* html .header {
  background:  url() repeat-x;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='scale');
  position: relative;
}
.navigation {	
	height: 23px;
}
#language_select_div ,#language_select_div a, #language_select_div a:hover, #language_select_div a:visited{
	color: #361AC1;
	direction: rtl;
}
#language_select_div {
	margin: 0px 10px 0px 0px;
}
#map ul{
	list-style:none;
}
.container {
	background:  url(/backgrounds/homepagecopy.gif) repeat-y;
	margin: 0px auto;
	padding: 0px;
	width: auto;
	height: auto;
}
* html .container {
  background: #;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/backgrounds/homepagecopy.gif', sizingMethod='scale');
}
#content1 {
	background-color: #bcb097;
	padding: 25px;
	width: 750px;
	float: left;
	filter:alpha(opacity=0);-moz-opacity:0;opacity:0;			
   height: 385px ; /* sets max-height for IE */
   max-height: 385px; /* sets max-height value for all standards-compliant browsers */
   overflow-y: auto;
   overflow-x: hidden;
}


.footer {
	background: #;
	color: #ffffff;
	padding: 10px;
	text-align:center;
	font-family: ariel;
}
.footer a, .footer a:visited{
	position: static;
	color: #ffffff;
	text-decoration: none;
	font-size:16px;
	text-align:center;
	font-family: ariel;
}

a {
	font-size:16px;
	position: static;
	color: black;
	text-decoration: none;
}
#gallery_select_div a {
	font-size:16px;
	font-weight: bold;
	position: static;
	color: DarkBlue;
	text-decoration: none;
	border: outset;
	padding: 2px;
}
#gallery_select_div a:hover {
	color: blue;
	border: inset;
}

.sent{
	color:red;
}

/**************************************************
 * Up Menu
 **************************************************/
#dhtmlgoodies_menuUP{	
	font-family: Guttman Yad-Brush;	/* Font for main menu items */
	direction: rtl;
	height: 43px;
	_height: 18px;
	background: # url() repeat-x;
	position: relative;
}
* html #dhtmlgoodies_menuUP {
  background: #;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='scale');
  position: relative;
  height: 33px;
  font-family: Guttman Yad-Brush;	/* Font for main menu items */
}
#dhtmlgoodies_menuUP	li{	/* Main menu <li> */
	float: right;
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
	display: inline;
	width: 133px;
	text-align: center;
}
html > body #dhtmlgoodies_menuUP	li{
	display: inline-block;
	width: 133px;
	text-align: center;
	padding-top: 8px;
}
#dhtmlgoodies_menuUP ul li ul{	/* Styling for those who doesn't have javascript enabled  - sub menu items*/
	padding-left:10px;	display: none;
}

#dhtmlgoodies_menuUP ul{	
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}	
#dhtmlgoodies_menuUP	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#12120A;	/* Black text color */
	height:26px;	/* 20 pixel height */
	line-height:26px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	margin:1px;	/* A little bit of air */
	padding:1px 1px;	/* Air between border and text inside */
	font-size: 18px;
	position: static;

}
#dhtmlgoodies_menuUP	li a:hover,#dhtmlgoodies_menuUP .activeMainMenuItem{
	font-size: 18px;
	color:#;
	background-color:#;
	position: static;
}
.dhtmlgoodies_subMenuUP{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:0px solid #000;
	background-color:#;
	font-family:arial;
	text-align:left;

}
.dhtmlgoodies_subMenuUP ul{
	margin:0px;
	padding:0px;
	_width: 0px;
}
.dhtmlgoodies_subMenuUP ul li{
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenuUP ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#000;	/* Black text color */
	
	height:16px;	/* 16 pixels height */
	line-height: 16px;	/* 16 pixels height */
	padding: 1px ;	/* 1px of "air" inside */
	
	display:block;	/* Display as block - you shouldn't change this */
	position: static;
}
.dhtmlgoodies_subMenuUP ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#;	/* White text */
	background-color:#;	/* Blue background */
	position: static;
}

