body
{
	background-color: #211034;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.main
{
	width: 100%;
	height: 564px;
	position: absolute;
	top: 50%;
	margin-top: -282px;
}

.header
{
	/*height: 109px;*/
	margin: 0 auto;
}

.header tr td
{
	padding: 0px;
	margin: 0 auto;
}

.logo
{
	float: left;
	width: 162px;
}
.logo img
{
	border: 0px none;
}

.header_info
{
	float: left;
	text-align: left;
	font-size: 12px;
	color: #b8b1be;
	padding-left: 6px;
	padding-top: 18px;
}

.email_link
{
	color: #b8b1be;
	text-decoration: none;
}

.email_link:hover
{
	text-decoration: underline;
}

.newsletter
{
	float: left;
	padding-left: 90px;
	padding-top: 20px;
}

.lang_selector
{
	float: right;
	padding-top: 15px;
	padding-right: 20px;
}

.lang_selector_inactive
{
	float: left;
}

.lang_selector_active
{
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 10px;
}

.top_menu
{
	clear: both;
}

.top_menu_item
{
	text-align: left;
}

.top_menu_item_L, .top_menu_item_R, .top_menu_item_R_issub, .top_menu_item_L_active, .top_menu_item_R_active, .top_menu_item_R_issub_active, .top_menu_item_L_active_first, .top_menu_item_R_active_last , .top_menu_item_R_issub_active_last
{
	float: left;
	width: 10px;
	height: 45px;
	background-repeat: no-repeat;
}

.top_menu_item_L
{
	background-image: url('../images/top_menu_L.gif');
}

.top_menu_item_R
{
	background-image: url('../images/top_menu_R.gif');
}

.top_menu_item_R_issub
{
	background-image: url('../images/top_menu_R_issub.gif');
}

.top_menu_item_L_active
{
	background-image: url('../images/top_menu_L_active.gif');
}

.top_menu_item_L_active_first
{
	background-image: url('../images/top_menu_L_active_first.gif');
}

.top_menu_item_R_active
{
	background-image: url('../images/top_menu_R_active.gif');
}

.top_menu_item_R_issub_active
{
	background-image: url('../images/top_menu_R_issub_active.gif');
}

.top_menu_item_R_issub_active_last
{
	background-image: url('../images/top_menu_R_issub_active_last.gif');
}

.top_menu_item_R_active_last
{
	background-image: url('../images/top_menu_R_active_last.gif');
}

.top_menu_text
{
	float: left;
	padding-top: 10px;	
	height: 35px;
	background-color: #FFFFFF;
}

.top_menu_text_active
{
	float: left;
	padding-top: 10px;
	height: 35px;
	background-image: url('../images/top_menu_active.gif');
	background-repeat: repeat-x;
}

.top_menu_number
{
	float: left;
	font-size: 20px;
	color: #a76ed4;
	font-weight: bold;
	padding-right: 5px;
}

.top_menu_number_active
{
	float: left;
	font-size: 20px;
	color: #574b66;
	font-weight: bold;
	padding-right: 5px;
}

.top_menu_label
{
	float: left;
	line-height: 13px;
}

.top_menu_title
{
	font-size: 12px;
	color: #591d7b;
}

.top_menu_title_active
{
	font-size: 12px;
	color: #9961c6;
}

.top_menu_subtitle
{
	font-size: 10px;
	color: #4c5761;
}

.top_menu_subtitle_active
{
	font-size: 10px;
	color: #786682;
}

.top_menu_link
{
	display: block;
	text-decoration: none;
}

.top_menu_link:hover
{
	text-decoration: none;
}

.top_menu ul
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.top_menu ul li
{
	float: left;
	list-style: none;
	display: inline;
}

.top_menu ul li ul
{
	position: absolute;
	margin-left: 40px;
	margin-top: -9px;
	width: 230px;
	display: none;
	z-index: 200;
}

.top_menu ul li:hover ul
{
	display: block;
}

.top_menu_sub_TL, .top_menu_sub_TR, .top_menu_sub_BL, .top_menu_sub_BR
{
	width: 10px;
	height: 10px;
}

.top_menu_sub_TL
{
	float: left;
	background-image: url('../images/top_menu_sub_TL.png');
	background-repeat: no-repeat;
}

.top_menu_sub_TC
{
	float: left;
	background-color:#a166d0;
	height: 10px;
	width: 210px;
	font-size: 1px;
}

.top_menu_sub_TR
{
	float: right;
	background-image: url('../images/top_menu_sub_TR.png');
	background-repeat: no-repeat;
}

.top_menu_sub_BL
{
	float: left;
	background-image: url('../images/top_menu_sub_BL.png');
	background-repeat: no-repeat;
}

.top_menu_sub_BC
{
	float: left;
	background-color:#a166d0;
	height: 10px;
	width: 210px;
	font-size: 1px;
}

.top_menu_sub_BR
{
	float: right;
	background-image: url('../images/top_menu_sub_BR.png');
	background-repeat: no-repeat;
}

.top_menu_sub_content
{
	clear:both;
	padding-top: 2px;
	background: #a166d0;
}

.top_menu_sub_item
{
	height: 20px;
	background-image: url('../images/top_menu_sub_arrow.gif');
	background-repeat: no-repeat;
	padding-left: 22px;
	font-size: 13px;
}

.top_menu_sub_item a
{
	color: #FFFFFF;
	text-decoration: none;
}

.top_menu_sub_item a:hover
{
	text-decoration: underline;
}

.panorama
{
	clear: both;
	height: 364px;
	background-image: url('../images/panorama.jpg');
	background-repeat: no-repeat;
	background-position: center;	
}

.sub_page
{
	width: 967px;
	height: 340px;
	padding-top: 13px;
	margin: 0 auto;
}

.sub_menu
{
	float: left;
	width: 157px;
	height: 322px;
	margin-top: 8px;
	background-image: url('../images/sub_menu_bg.png');
	background-repeat: no-repeat;
}

.sub_menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.sub_menu ul li
{
	float: left;
	width: 157px;
}

.sub_menu ul li ul li
{
	position: absolute;
	width: 230px;
	margin-top: -25px;
	margin-left: 140px;
	z-index: 300;
	display: none;
}

.sub_menu ul li:hover ul li
{
	display: block;
}

.sub_menu_title
{
	height: 35px;
	padding-top: 16px;
	padding-left: 40px;
	color: #6d6279;
	font-size: 19px;
}

.sub_menu_item, .sub_menu_item_active, .sub_menu_item_issub, .sub_menu_item_issub_active
{
	padding-top: 9px;
	padding-bottom: 7px;
	padding-left: 32px;
	background-repeat: no-repeat;
	position:relative;
}

.sub_menu_item
{
	background-image: url('../images/sub_menu_item_bg.gif');
}

.sub_menu_item:hover
{
	background-image: url('../images/sub_menu_item_bg_over.gif');
}

.sub_menu_item_issub
{
	background-image: url('../images/sub_menu_item_issub_bg.gif');
}

.sub_menu_item_issub:hover
{
	background-image: url('../images/sub_menu_item_issub_bg_over.gif');
}

.sub_menu_item_active
{
	background-image: url('../images/sub_menu_item_bg_active.gif');
}

.sub_menu_item_active:hover
{
	background-image: url('../images/sub_menu_item_bg_active_over.gif');
}

.sub_menu_item_issub_active
{
	background-image: url('../images/sub_menu_item_issub_bg_active.gif');
}

.sub_menu_item_issub_active:hover
{
	background-image: url('../images/sub_menu_item_issub_bg_active_over.gif');
}

.sub_menu_item a, .sub_menu_item_active a, .sub_menu_item_issub a, .sub_menu_item_issub_active a
{
	text-decoration: none;
	color: #707070;
	font-size: 13px;
}

.sub_menu_item a:hover, .sub_menu_item_active a:hover, .sub_menu_item_issub a:hover, .sub_menu_item_issub_active a:hover
{
	text-decoration: none;
}

.content
{
	float: left;
	width: 770px;
	height: 300px;
	background-image: url('../images/content_bg.png');
	background-repeat: no-repeat;
	padding: 20px;
}

.timeline
{
	height: 16px;
	background-image: url('../images/timeline.jpg');
	background-repeat: repeat-x;
}

.bottom_menu
{
	margin: 0 auto;
}

.bottom_menu tr td
{
	padding: 0px;
}

.bottom_menu_item
{
	float: left;
	background-image: url('../images/bottom_menu_bg.gif');
	background-repeat: repeat-x;
	height: 75px;
}

.bottom_menu_item_L
{
	float: left;
	background: url('../images/bottom_menu_L.jpg') 0 0 no-repeat;
	width: 10px;
	height: 75px;
}

.bottom_menu_item_R
{
	float: left;
	background: url('../images/bottom_menu_R.jpg') 100% 0 no-repeat;
	width: 10px;
	height: 75px;
}

.bottom_menu_text
{
	float: left;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	height: 45px;
}

.bottom_menu_separator
{
	float: left;
	width: 5px;
	height: 75px;
}

.bottom_menu_link
{
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.bottom_menu_link:hover
{
	text-decoration: underline;
}

.bottom_menu_item_active
{
	float: left;
}

.bottom_menu_active_text
{
	width: 229px;
	height: 84px;
	text-align: right;
	padding-right: 15px;
	padding-top: 16px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.bottom_menu_active_label
{
	font-size: 11px;
	font-weight:normal;
	color: #43333b;
}

.ingatlan_logo
{
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.developed_by
{
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 10px;
	color: #aca5b3;
}
a img{
	border: 0px none;
}