/* CSS Document */
/*-----------------------------
      universal attributes
-------------------------------*/

*	{
	margin: 0;
	padding: 0;
}
a	{
text-decoration: none;
}
a:link, a:visited	{
color: #175880;
}
a:hover, a:active	{
color: white;
}
img	{
border: none;
}
body	{
	behavior: url("/csshover.htc");
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.clear	{
	height: 1px;
	clear: both;
}
/*-----------------------------
      site frame
-------------------------------*/

#site_frame	{
position: relative;
margin: 0 auto;
width: 730px;
border: 1px solid gray;
}

	/*-----------------------------
		  pages header
	-------------------------------*/
	
	#pages_header	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 730px;
	height: 437px;
	margin-bottom: 55px;
	/*background: url("../images/pages_layout/pages_header_bg.jpg");*/
	background: url("../images/home_page/homepage_header.jpg") no-repeat;
	zoom: 1;
	z-index: 4;
	}
		#main_logo	{
		position: absolute;
		top: 20px;
		left: 60px;
		z-index: 1000;
		}
		#flash_container	{
		position: absolute;
		top: 0;
		left: 0;
		}
		#site_function_links_wrapper	{
			position: relative;
			margin-top: 20px;
			padding-left: 485px;
			color: white;
		}
		#site_function_links_wrapper a.floating_link	{
			position: relative;
			zoom: 1;
			color: white;
		}
		/*-----------------------------
			  drop down menu
		-------------------------------*/
		
		div#drop_down_menu	{
			position: relative;
			top: 400px;
			left: 0px;
			width: 100%;
			height: 45px;
			background: white url("../images/pages_layout/pages_header_bg_bottom.gif") repeat-x; 
			z-index: 10;
		}
		div#drop_down_menu ul	{
				position: relative;
				padding: 10px 0 0;
				top: 12px;
				height: 23px;
				list-style: none;
		}
		div#drop_down_menu ul li	{
					position: relative;
					float: left;
					width: 119px;
					list-style: none;
					text-align: center;
					cursor: pointer;
					border-right: 1px solid #cb0f15;
					padding-right: 1px;
		}
		div#drop_down_menu ul li#trailer	{
					text-align: left;
					padding-left: 30px;
					width: 89px;
					background: url("../images/modules/trailer.gif") no-repeat 80px -2px;
		}
		div#drop_down_menu ul li a	{
						font-weight: bold;
		}
		div#drop_down_menu ul li:hover a	{
						color: #CB0F15;
		}
		div#drop_down_menu ul li li a	{
							font-weight: normal;
		}
		div#drop_down_menu ul li:hover li a	{
							color: #116989;
		}
		div#drop_down_menu ul li.last	{
					border-right: none;
					padding-right: 0;
		}
		div#drop_down_menu ul li ul	{
						position: absolute;
						display: none;
						left: 0;
						top: 15px;
						width: 119px;
		}
		div#drop_down_menu ul li:hover	{
		}
		div#drop_down_menu ul li a	{
						color: #0f4989;
						font-size: 13px;
		}
		div#drop_down_menu ul li:hover strong	{
						color: #004873;
		}
		.tagid1 div#drop_down_menu ul li:hover strong	{
						color: #f08906;
		}
		div#drop_down_menu ul li:hover li	{
						height: auto;
						background: #E0EDF4;
						margin-top: 1px;
		}
		div#drop_down_menu ul li:hover ul	{
						display: block;
						background: none;
						background: #557AA5;
						height: auto;
						padding-bottom: 1px;
						padding: 0 1px 1px;
		}
		div#drop_down_menu ul li li		{
						border-right: none;
						padding-right: 0;
		}
		div#drop_down_menu ul li li:hover		{
						background: #42728D;
		}
		div#drop_down_menu ul li li:hover a	{
							color: #fff;
		}
	/*-----------------------------
		  pages content
	-------------------------------*/
	
	#pages_content	{
	position: relative;
	padding: 0 0 80px;
	margin: 550px 300px 0 20px;
	min-height: 300px;
	_height: 300px;
	zoom: 1;
	z-index: 3;
	}
		h1	{
		position: absolute;
		padding: 15px 0 5px;
		top: -70px;
		left: -20px;
		width: 710px;
		padding-left: 20px;
		border-bottom: 4px solid #cb0f15;
		background: #f3be00;
		font-size: 20px;
		color: #0f4989;
		z-index: 5;
		}
		p	{
		color: #2D2D2D;
		font-size: 14px;
		}
		/*-----------------------------
			  menu column
		-------------------------------*/
		
		#menu_column	{
		position: absolute;
		top: -100px;
		right: -170px;
		width: 150px;
		height: 300px;
		}
			#apartment_search	{
			position: relative;
			margin-top: 100px;
			width: 150px;
			}
			#apartment_search h3	{
				width: 150px;
				color: #9FB7C5;
				font-size: 12px;
				margin-bottom: 5px;
			}
				#fake_form	{
				position: relative;
				list-style: none;
				font-size: 10px;
				color: #616161;
				}
				label	{
				position: relative;
				top: -6px;
				font-size: 11px;
				}
				#fake_form .select_row	{
					position: relative;
					width: 150px;
					zoom: 1;
					height: 15px;
				}
					.select_row.first	{
					z-index: 4;
					}
						.selected_option	{
						position: absolute;
						top: 3px;
						left: 110px;
						width: 130px;
						z-index: 1000;
						}
					.select_row ul	{
						position: absolute;
						top: 0;
						left: 90px;
						width: 150px;
						height: 20px;
						list-style: none;
						background: url("../images/home_page/selection_scrolling_form.gif") no-repeat top left;
					}
					.select_row ul li	{
							display: none;
							position: relative;
							width: 130px;
							margin-left: 20px;
							background: #D6E7F1;
							border: 1px solid #C6C6C6;
					}
					.select_row ul li:hover	{
							border: 1px solid #D6E7F1;
							background: #C6C6C6;
							color: white;
							cursor: pointer;
					}
					
					.submit_for	{
						position: absolute;
						display: block;
						height: 27px;
						width: 100px;
						top: 0;
						right: 0;
						background: url("/images/pages_modules/send_form.gif");
					}
		#home_page_gallery	{
		position: absolute;
		top: 150px;
		left: 0;
		width: 270px;
		height: 200px;
		}
		#home_page_gallery a	{
			color: #116989;
		}
		#home_page_gallery .left,
		#home_page_gallery .right	{
			position: relative;
			width: 110px;
			height: 90px;
			float: left;
			margin: 5px 20px 0 0;
		}
		#home_page_gallery img	{
				position: absolute;
				top: 0;
				left: 0;
				width: 110px;
				height: 70px;
		}

		#home_page_gallery a.link_right	{
				position: absolute;
				display: block;
				bottom: 0;
				left: 0;
				padding-left: 20px;
				background: url("../images/pages_layout/secondary_headline_bg.gif") no-repeat left;
		}
		#home_page_gallery a.link_left	{
				position: absolute;
				display: block;
				bottom: 0;
				right: 0;
				padding-right: 20px;
				background: url("../images/pages_layout/secondary_headline_bg.gif") no-repeat right;
		}

	/*-----------------------------
		  pages footer
	-------------------------------*/
	
	#pages_footer	{
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 730px;
		height: 80px;
	}
		#secondary_navigation_footer	{
			position: relative;
			width: 540px;
			padding-left: 50px;
			z-index: 1000;
		}
		#secondary_navigation_footer a	{
				position: relative;
				zoom: 1;
				color: #26A2B3;
		}
		#secondary_navigation_footer span	{
				background: url("../images/pages_layout/orange_bullet.gif") no-repeat center;
		}
		#site_contact_information	{
			position: absolute;
			height: 25px;
			width: 680px;
			bottom: 0;
			left: 0;
			padding-left: 50px;
			padding-top: 15px;
			background: #26A2B3;
			font-size: 11px;
			color: white;
		}
		#maoz_logo	{
		position: absolute;
		bottom: -115px;
		right: -89px;
		}
		#maoz_homepage_link	{
		position: absolute;
		bottom: -130px;
		right: -89px;
		color: #26A2B3;
		}

		#octava	{
			position: absolute;
			right: 41px;
			bottom: 12px;
			font-size: 11px;
			color: white;
		}




