* { margin: 0; padding: 0; }

body {
	color: #999;
	background: #000;
	text-align: center;
}

body, table, p { font: normal 11px/18px Tahoma, Arial, Helvetica, sans-serif; }

img { border: none; }
hr { display: none; }
a { outline: none; text-decoration: none; }
a:hover {}

h1, h2, h3, h4 { color: #fff; }
h1, h2, h3, h4, ul, label,
.footer {
	font-family: "Century Gothic", "Avant Garde", Futura, Helvetica;
	font-weight: normal;
}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-top: 1px solid #999;
	padding-top: 12px;
}

	h1 span { color: #999; }

h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

select { font: normal 11px Tahoma, Arial, Helvetica, sans-serif; }

table.listTable { width: 860px; }
.listTable th, .listTable td { line-height: 32px; padding: 0 10px;}

.listTable th { color: #fff; border-bottom: 1px solid #999; }
.listTable td { color: #b1b1b1; border-bottom: 1px solid #333; }
.listTable td a { color: #B1B1B1; }

table.listTable caption {
	margin-top: 27px;
	padding: 10px 0;
	border-top: 1px solid #999;
	border-right: none;
	border-bottom: 1px solid #999;
	border-left: none;
	background: #1e1e1e;
	text-align: center;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #fff;
}

.clearer {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

.container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

	/* TOP */

	.top {
		width: 906px;
		height: 89px;
		padding-right: 34px;
	}
	
		.top img {
			float: left;
		}		
		
		/* SWITCH LANGUAGES */
	
		.top ul {
			float: right;
			list-style: none;
			margin-top: 10px;
		}
		
			.top ul li {
				font-size: 10px;
				line-height: 11px;
				text-transform: uppercase;
				letter-spacing: 2px;
				width: 110px;
				float: left;
				text-align: right;
			}
			
				.top ul li a {
					color: #999999;
					height: 11px;
				}
				
					.top ul li a.en {
						background: url('../images/en.gif') center left no-repeat;
					}
					
					.top ul li a.ro {
						background: url('../images/ro.gif') center left no-repeat;
					}
				
				.top ul li a:hover {
					color: #fff;
				}				
				
	/* MAIN NAVIGATION & HOMEPAGE SECONDARY NAVIGATION */
	
	ul.mainNavigation {
		width: 940px;
		height: 50px;
		border-top: 1px solid #484848;
		border-bottom: 1px solid #484848;
		list-style: none;
	}
		
	.homeSecondaryNavigation {
		width: inherit;
		height: 62px;
		background: #171717 url('../images/bgHomeSecondaryNavigation.gif') left top repeat-x;
	}
	
		.homeSecondaryNavigation ul {
			list-style: none;
			position: relative;
		}
	
		ul.mainNavigation li,
		.homeSecondaryNavigation ul li {
			float: left;						
			letter-spacing: 2px;
			text-transform: uppercase;
		}
		
		ul.mainNavigation li {
			font-size: 14px;
			line-height: 50px;
		}
			
		.homeSecondaryNavigation ul li {
			font-size: 10px;
			line-height: 31px;
		}
		
			.homeSecondaryNavigation ul li ul {
				position: absolute;
				top: 31px;
				display: none;
			}
		
			ul.mainNavigation li a,
			.homeSecondaryNavigation ul li a {
				color: #999;
				float: left;
				padding: 0 40px;
			}
			
			ul.mainNavigation li a {
				height: 50px;
			}
			
			.homeSecondaryNavigation ul li a {
				height: 31px;
			}
			
			ul.mainNavigation li a:hover,
			ul.mainNavigation li a.active,
			.homeSecondaryNavigation ul li a.active,
			.homeSecondaryNavigation ul li a:hover {
				color: #fff;
			}			
			
	ul.mainNavigation ul{
		position: absolute;
		display: none;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		z-index: 10000;
	}
	ul.mainNavigation ul li{	
		float: left;					
		clear: both;
		letter-spacing: 2px;
		text-transform: uppercase;
		font-size: 11px;
		background-color: #7D7D7D;
		line-height: 31px;
		border-top: 1px solid #000;
	}
	ul.mainNavigation ul li:hover{
		/*color: #000;*/
		background-color: #D3D3D3;
	}
	ul.mainNavigation ul li a {
		height: 31px;
		color: #fff;
		width: 166px;
	}
	ul.mainNavigation ul li a:hover {
		color: #000;
	}
	/* MAIN CONTENT */
	
	.content {
		width: 940px;
		float: left;
		background: #171717;
		padding: 43px 0;
	}
	
		/* LEFT SIDE & CONTENT SECONDARY NAVIGATION */
	
		.leftSide {
			width: 180px;
			float: left;
			display: inline;
			margin-left: 40px;
		}
			
			ul.contentSecondaryNavigation {
				width: 180px;
				height: 188px;
				background: #1e1e1e;
				padding-top: 6px;
				list-style: none;
			}
			
				ul.contentSecondaryNavigation li {
					margin-left: 20px;
					font-size: 10px;
					line-height: 29px;
					letter-spacing: 2px;
					text-transform: uppercase;
				}
			
					ul.contentSecondaryNavigation li ul { display: none; }
					
					ul.contentSecondaryNavigation li a {
						color: #999;
						display: block;
						height: 29px;
					}
					
						ul.contentSecondaryNavigation li a:hover,
						ul.contentSecondaryNavigation li a.active {
							color: #fff;
						}
						
		/* RIGHT SIDE & CONTENT FROM EDITOR */
						
		.rightSide {
			width: 860px;
			float: left;
			display: inline;
			margin-left: 40px;
			overflow: hidden;
		}
		
			/* LIST */
		
			fieldset.listSelector {
				margin-top: 27px;
				padding: 10px 0;
				border-top: 1px solid #999;
				border-right: none;
				border-bottom: 1px solid #999;
				border-left: none;
				background: #1e1e1e;
				text-align: center;
			}
			
				fieldset.listSelector label {
					color: #fff;
					margin-right: 6px;
				}
				
				.listSelector select {
					width: 60px;
				}
				
			p.pages {
				color: #b1b1b1;
				margin-top: 40px;
				border-bottom: 1px solid #333;
				padding-bottom: 8px;
			}
			
				p.pages a {
					color: #b1b1b1;
					margin: 0 4px;
				}
				
					p.pages strong {
						color: #fff;
					}
					
				p.pages a:hover {
					color: #fff;
				}
				
			/* CONTENT FROM EDITOR */
			
			img.bannerCallNow {
				float: right;
				clear: right;
				margin-top: 22px;
			}
			
			.contentFromEditor {
				width: 440px;
			}
			
				.contentFromEditor h2,
				.contentFromEditor h3,
				.contentFromEditor h4,
				.contentFromEditor p,
				.contentFromEditor ul,
				.contentFromEditor ol {
					margin-top: 16px;
				}
				
					.contentFromEditor ul,
					.contentFromEditor ol {
						margin-left: 33px;
					}
					
				.contentFromEditor fieldset {
					border: none;
					margin-top: 10px;				
				}
				
					.contentFromEditor fieldset label {
						color: #fff;
						display: block;
						font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
						margin-top: 6px;
					}
					
					.contentFromEditor fieldset input,
					.contentFromEditor fieldset textarea {
						width: 430px;
						background: none;
						border: 1px solid #999;
						font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
						margin-top: 2px;
						padding: 2px;
						color: #999;
					}
					
					.contentFromEditor fieldset textarea {
						height: 69px;
					}
					
					.contentFromEditor fieldset span label {
						color: #f00;
					}
					
					.contentFromEditor fieldset span input {
						border: 1px solid #f00;
					}
					
					.contentFromEditor fieldset em {
						color: #f00;
						font-size: 10px;
						font-style: normal;
						background: url('../images/arrowUp.gif') 0 3px no-repeat;
						padding-left: 16px;
					}
					
				.btnSendMessage {
					margin: 10px 103px 0;
				}
				
			/* ESTATE DETAILS */
				
			.estateProperties {
				margin-top: 25px;
			}
			
				.estatePicture,
				.estateDescription {
					width: 300px;
					float: left;
					display: inline;
				}
			
				.estatePicture {
					margin-right: 40px;
				}
				
					.estatePicture img {
						margin-top: 5px;
					}
				
					.estateThumbnails {
						width: 300px;
					}
					
						.estateThumbnails img {
							float: left;
							margin: 10px 10px 0 0;
						}
						
							.estateThumbnails img.last {
								margin-right: 0;
							}
				
				.estateDescription {}
				
					.estateDescription ul,
					.estateDescription ol {
						margin: 12px 0 0 16px;
						font: normal 11px/18px Tahoma, Arial, Helvetica, sans-serif;
					}
			
	.header {
		position: relative;
	}
	
		.header img {
			display: block;
			position: relative;
		}
		
		.header h2 {
			color: #000;
			line-height: 22px;
			position: absolute;
			bottom: 22px;
			right: 99px;
		}
	
	/* FOOTER */
		
	.footer {
		color: #6e6e6e;
		font-size: 10px;
		line-height: 40px;
		letter-spacing: 2px;
		text-transform: uppercase;
		padding-left: 34px;
	}
	
		.footer span {
			color: #fff;
		}
		
div.legend {
	background: #1E1E1E none repeat scroll 0%;
	margin-top: 10px;
	width: 180px;
}
.legendTable {
	margin: 8px;
}
.legendTable th {
	font-size: 14px;
}
.legendTable td {
	padding: 4px;
	line-height: 12px;
	border-bottom: 1px solid #333333;
}
.viewOffers {
	margin: 10px 0 10px 0;
	font-size: 14px;
}

.viewOffers a{
	color: #FFF;
	font-weight: bold;
}
