/* General CSS */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	direction:rtl;
	font-size: 13px;
}

a img{
	border:none;
}
ul,li{
	margin:0; padding:0;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
a {
	font-size: 13px;
	color: #666666;
	font-family: "Arial";
}
h1 a{
	font-size:26px;
	color: #aaaaaa;
	}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF6633;
}
select{
	font-family: verdana;
	font-size: 12px;
	}

input{
	background-color: #ffffff;
	color: #333333;
	font-family: arial, verdana, ms sans serif;
	font-size: 11px;
	}
	
input.date{
	width:80px;
	}

input.number{
	width:30px;
	}

/* Blue Button */
#blue_button{
	vetical-align: middle;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	clear: both;
	float: center;
	background-color: #d9fdfd;
	text-align: center;
	}

#blue_button:hover{
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-top: 2px solid #666666;
	border-left: 2px solid #666666;
}
#blue_button a{
	font: 18px Arial;
	text-align: center;
	padding-bottom: 2px;
	width: 100%;
	color: black;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
#blue_button a:hover {
	color: #333333;
}

.altButtonFormat {
	background-color: #ff9d02;
	font-family: arial;
	border-left-width: 1px solid #333333;
	border-top-width: 1px solid #333333;
	border-right-width: 3px solid #333333;
	border-bottom-width: 3px solid #333333;
	font-size: 14px;
	color: #333333;
	padding: 2px 15px;
}

/* Header */

#page_container{
	border: 1px #999999 solid;
	width:1000px;
	margin:auto;
	overflow:hidden;
	}
.main{
	width:850px;
	float:right;
	}
#header{
	height:100px;
	}
#header #logo{
	float:right;
	}
#header #banner{
	float:left;
	}

#top_spacer{
	overflow:hidden;
	display:block;
	height:15px;
	}

/* Main Menu */

#main_menu{
	clear:both;
	width:100%;
	background-color: #ff9d02;
	text-align:center;
	padding:0; margin:0;
	height:22px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}
#main_menu ul{
	height:100%;
	margin:3px auto;
	list-style-type:none;
	text-align:center;
	}
#main_menu li{
	display:inline;
	}
#main_menu a{
	padding: 0 28px 0 28px;
	margin-top: -2px;
	height:50px;
	font-size:14px;
	color: black;
	font-weight:bold;
	}
#main_menu a:hover{
	text-decoration:none;
	color: #d9fdfd;
	}

/* City Menu */

#cityMenu {
	width: 120x;
	padding-top: 5px;
	padding-left: 5px;
}

#cityMenu h2{
	background-color:#ff9d02;
	display:block;
	width:100%;
	font-size: 14px;
	padding-top:3px;
	height: 20px;
	text-align:center;
	margin:0;
	}
#cityMenu ul{
	list-style-type:none;
	}

#cityMenu a {
	background-color: #d9fdfd;
	font: 13px Arial;
	text-align: right;
	padding: 2px 0;
	display: block;
	width: 100%;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

#cityMenu a:hover {
	background-color: #c9fdfd;
	color: #333333;
}

.side_menu{
	float:right;
	width:120px;
	padding-left:15px;
	padding-right:5px;
	}

.side_menu .langs{
	text-align:center;
	}

/* Index */

	#index_page .main .badge{
		float: left;
		display: inline;
		width: 120px;
		position: relative;
		left: 0;
		top: 0;
		}
	#index_page .main .text{
		float: right;
		display: inline;
		width: 440px;
		}
	#index_page .main .signature{
		float: left;
		width: 50%;
		text-align:right;
		}
	#index_page .main .button_container{
		float:left;
		}
	#index_page .main .blue_button{
		width: 165px;
		height: 45px;
		margin:auto;
		}
	#index_page .main #city_gallery{
		float:right;
		width: 700px;
		overflow:hidden;
	}
	
/* About Us */
#aboutus{
	}
#aboutus .main_text{
	float:right;
	font-weight: bold;
	}
#aboutus .signature{
	clear:right;
	text-align:center;
	font-weight: bold;
}

/* Links */
#links .googlead{
	clear:right;
	float:right;
	width:120px;
	}
#links table{
	width:100%;
	}
#links th{
	background-color:#ff9428;
	}
#links .image{
	width:80px;
	}
#links .image img{
	width:80px;
	height:80px;
	}

/* Request Form */

#request_form{
	}


#request_form .main{
	}
	
	#request_form .main table.form_table{
		width:600px;
		}

	#request_form .main h1{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #666666;
		}
	#request_form .main h2{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		}
	#request_form .main .mandatory{
		color:red;
		}
		
/* Search Page */

#search h1{
	font-size: 14px;
	color: #666666;
	text-align:right;
	float:right;
	width:250px;
	margin:0;
	padding:0;
}
#search .mode_switch{
	margin:auto;
	width:100px;
	}
#search .advanced_search{
	float:left;
	width:130px;
	}
#search .error{
	padding: 20px;
	font-size: 20px;
	font-weight:bold;
	}
#search .apartments{
	width:100%;
	clear:both;
	}
#search .apartments th{
	font-weight:normal;
	text-align: right;
	font-size:13px;
	background-color:#ff9428;
	}
#search .apartments .data{
	background-color:#e9ffff;
	text-align:center;
	font-size:13px;
}
#search .apartments h3{
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
	width:200px;
	line-height:20px;
}
#search .apartments .real_address{
	float:right;
	}

#search .apartments .available_button{
	float:left;
	width:100px;
	}
#search .apartments .available_button .button{
	width:80px;
	height:36px;
	}
#search .apartments .extra_data .button{
	width:90px;
	}
#search .images .pictures img{
	border:0;
	padding: 0 18px;
	width: 100px;
	height: 76px;
	}
#search .textual .picture img{
	width: 100px;
	height: 76px;
	}

/* Apartment Page */
#dira .side_menu{
	width:160px;
	}
#dira .side_menu ul{
	list-style-type:none;
	}
#dira .side_menu li{
	padding-bottom:10px;
	}
#dira .side_menu img{
	width: 153px;
	height: 115px;
	}

#dira .main{
	width: 810px;
	}
#dira .main a{
	font-size: 16px;
	}
#dira .main h1, #dira .main h2{
	float:right;
	display:inline;
	margin:0;
	padding:0;
	}
#dira .main h1{
	width:300px;
	}
#dira .main h2{
	width:200px;
	}
	
#dira .main fieldset{
	margin-bottom: 30px;
	margin-top: 30px;
	width:95%;
	}
#dira .main legend{
	font-weight:bold;
	font-size:16px;
	margin-left:5%;
	margin-right:5%;
	}
#dira .main h3{
	padding-top:15px;
	text-align:center;
	}

#dira .main .title{
	overflow:hidden;
	margin-bottom:20px;
	}

#dira .main .title .order{
	float:right;
	width:130px;
	display:inline;
	}
#dira .main .title .order_button{
	width:100px;
	height:23px;
	}
#dira .main .title a{
	font-size:17px;
	font-weight:bold;
	float:right;
	}


#dira .main #price_list table{
	width:100%;
	}
#dira .main #price_list th{
	text-align:right;
	}
#dira .main #beds{
	width:100%;
	margin:auto;
	}
#dira .main #beds table{
	border: 1px solid gray;
	width:50%;
	margin:auto;
	}
#dira .main .print{
	width:120px;
	height: 20px;
	margin:auto;
	padding-top: 5px;
	margin-top: 40px;
	}
/* Footer */

#footer{
	font-size: 11px;
	width:640px;
	margin:auto;
	margin-bottom: 25px
	}
	#footer .sep{ clear:both;}
	#footer .address{
		margin-top:25px;
		float:left;
		}
	#footer .slogan{
		margin-top:25px;
		float:right;
		}
	#footer .email{
		float:left;
		}
	#footer .phone{
		float:right;
		}
	#footer .terms{
		width:100%;
		text-align:center;
		border-top: 1px solid #339999;
	}







div.button {
	height: 17px;
	vetical-align: middle;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	background-color: #ff9428;
	text-align: center;
}

div.button:hover {
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-top: 2px solid #666666;
	border-left: 2px solid #666666;
}

.button a {
	font: 13px Arial;
	text-align: center;
	padding-bottom: 2px;
	width: 100%;
	color: black;
	text-decoration: none;
	display: block;
}

.button a:hover {
	color: #333333;
}

#smallButton {
	border-right-width: 2px solid #333333;
	border-top-width: 2px solid #333333;
	height: 10px;
	width: 10px;
	background-color: #aaaaaa;
}

#smallButton a {
	font: 13px Arial;
	text-align: center;
	padding: 2px;
	display: block;
	width: 100%;
	color: black;
	text-decoration: none;
	border-bottom: 3px solid #666666;
	border-right: 2px solid #666666;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}

#smallButton a:hover {
	background-color: #999999;
	color: #333333;
}

.specialButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-attachment: fixed;
	background-image: url(images/specialB.jpg);
	background-repeat: no-repeat;
	background-position: center center
}

#specialFormButton {
	background-color: #ffffff;
	border-color: #ffffff;
	border: 1px; solid;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	height: 21px;
	width: 110px;
	color: #000000 align :   center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(images/specialB.jpg)
}
