@charset "utf-8";

/* ********** RESET ********** */

a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

a, ins, del {
	text-decoration: none;
}

a {
	color: #000;
}

a:hover {
	text-decoration: underline;
}

ul, ol {
	list-style: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

caption, th {
	font-weight: normal;
	text-align: left;
}

address {
	font-style: normal;
}

q:after, q:before {
	content: "";
}

/* ********** MAIN ********** */

html {
	overflow-y: scroll; /* prevent page shaking */
}

body {
	background-image: url(images/background.gif);
	background-position: center 85px;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	background-repeat: repeat;
}

img {
	vertical-align: bottom; /* ff 1px bottom gap fix */
}

#container {
	width: 960px;
	margin: 0px auto;
	text-align: left;
	margin-top: 15px;
}

#navigation-box {
	width: 900px;
	height: 70px;
	margin: 0px 20px 0px 20px;
	padding: 0px 20px 0px 0px;
	background-color: #fff;
}

#navigation-box > a { /* ie6 fix */
	float: left;
}

#navigation
{
	float: left;
	display: inline;
	margin-top: 27px;
}

#navigation li
{
	float: left;
	text-align: center;
}

#navigation li a
{
	display: block;
	margin: 0px 20px 0px 20px;
	color: #000;
	font-size: 14px;
}

#languages {
	float: right;
	display: inline;
	margin-top: 27px;
}

#languages  li {
	float: left;
	text-align: center;
}

#languages li a
{
	display: block;
	margin: 0px 20px 0px 20px;
	color: #000;
	font-size: 14px;
}

#header-box {
	width: 960px;
	height: 270px;
	background-image: url(images/background-line.png);
	z-index: 1000; /* over box-shadow */
	position: relative; /* over box-shadow */
}

#header {
	width: 920px;
	height: 270px;
	margin: 0px 20px 0px 20px;
}

#header-distance {
	height: 6px;
	background-color: #313131;
}

#header-image {
	height: 234px;
	background-image: url(images/header-background.jpg);
	background-position: center center;
}

/*
#header-image h1 {
	color: #fff;
	float: right;
	position: relative;
	top: 180px;
	right: 15px;
	padding: 10px;
	background-repeat: repeat;
}
*/

#header-menu {
	height: 30px;
	background-color: #3f362f;
}

#header-menu ul li {
	text-align: center;
	float: left; /* ie6 fix */
	padding: 0px 30px 0px 30px;
	margin: 7px 0px 6px 0px;
}

.menu-separator {
	border-right: 1px solid #8e796a;
}

#header-menu ul li a {
	font-size: 14px;
	color: #fff;
	display: block;
	float: left;

}

h1, h2, h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

/* ********** INDEX ********** */

#content {
	margin: 0px 20px 0px 20px;
	width: 880px;
	padding: 0px 20px 0px 20px;
	background-color: #fff;
	line-height: 20px;
}

#content-distance {
	overflow: hidden; /* Equal Height Columns */
}

#content h1 {
	margin: 20px 0px 20px 0px;
}

#content li {
	list-style: square;
	margin-left: 14px;
}

/* ********** PAGE ********** */

.content-smallest {
	width: 150px;
	float: left;
}

.content-biggest {
	width: 690px;
	float: left;
}

.content-small {
	width: 364px;
	float: left;
}

.content-big {
	width: 496px;
	float: left;
}

.content-half {
	width: 430px;
	float: left;
}

.content-distance {
	margin-right: 20px;
}

.text-block {
	margin: 10px 0px 10px 0px;
}

.text-extra {
	margin: 10px 0px 10px 0px;
	color: #d3ccb5;
}

/* ********** FORM ********** */

label, input, select, option, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

label {
	display: block;
	padding-top: 5px;
}

#submit-your-offer label {
	margin-right: 10px;
	float: left;
	text-align: right;
	width: 165px;
}

input, select, textarea {
	padding: 5px;
	border: 1px solid #ded8c7;
}

#submit-your-offer input, #submit-your-offer textarea {
	width: 240px;
}

#submit-your-offer select {
	width: 250px;
}

textarea {
	overflow: hidden;
}

button {
	font-size: 14px;
	border: 0px;
	padding: 5px 20px 5px 20px;
	background-color: #3f362f;
	color: #fff;
}

button:hover {
	cursor: pointer;
	background-color: #d2c9b3;
	color: #000;
}

/* ********** SEARCH ********** */

.result-bar-left {
	width: 240px;
	float: left;
}

.result-bar-right {
	width: 450px;
	float: right;
	text-align: right;
	word-spacing: 4px;
}

.result-bar-right a {
	color: #000;
}

.result-bar-right span {
	color: #ded8c7;
}

#search {
	margin: 0px 0px 10px 0px;
}

#search-box {
	margin-top: 20px;
	background-color: #f3f0e9;
	padding: 10px;
	margin-bottom: -9999px; /* Equal Height Columns */
	padding-bottom: 9999px; /* Equal Height Columns */
}

#search label, #search select, #search input {
	display: block;
	padding: 2px;
}

#search label {
	width: 145px;
}

#search select {
	width: 150px;
}

#search input {
	width: 144px;
}

.search-field {
	margin: 5px 0px 0px 0px;
}

.search-submit {
	text-align: right;
	margin: 15px 0px 0px 0px;
}

.investment {
	margin: 10px 0px 10px 0px;
	padding: 9px;
	border: 1px solid #d2cab5;
	overflow: hidden;
}

.investment-title {
	text-align: center;
	background-color: #554337;
	padding: 5px;
	color: #fff;
}

.investment-option {
	float: left;
	width: 55px;
	background-color: #d2cab5;
}

.investment-option-left {
	padding: 3px 0px 3px 10px;
}

.investment-option-right {
	padding: 3px 10px 3px 0px;
	text-align: right;
}

.investment-option a {
	color: #000;
}

.search-result {
	width: 690px;
	overflow: hidden;
}

.search-picture {
	float: left;
	width: 170px;
}

.search-picture img {
	border: 1px solid #ded8c7;
	padding: 10px; /* width+border+padding=190 */
	display: block;
	float: left;
}

.search-details {
	height: 140px;
	float: left;
	width: 220px;
	margin: 0px 10px 0px 10px;
}

.search-details h2 {
	height: 20px;
	width: 200px;
	margin: 10px 10px 5px 10px;
	overflow: hidden;
}

.search-details p {
	height: 95px;
	width: 200px;
	margin: 0px 10px 0px 10px;
	overflow: hidden;
}

.search-description {
	height: 140px;
	float: left;
	width: 280px;
}

.search-description p {
	height: 120px;
	width: 260px;
	margin: 10px;
	overflow: hidden;
}

hr {
	background-color: #ded8c7;
	border-width: 0;
	color: #ded8c7;
	height: 1px;
	line-height: 0px;
	margin: 10px 0px 10px 0px;
	page-break-after: always;
	font-size: 0px;
	text-align: left;
	width: 100%;
}

/* ********** DETAILS ********** */

#locationOnMap {
	display: inline-block;
	margin-top: 5px;
	color: #3f362f;
}

.details-picture img {
	border: 1px solid #ded8c7;
	padding: 10px; /* width+border+padding=190 */
	display: block;
	float: left;
}

table {
	margin-top: 10px;
}

table.details th, table.details td {
	padding: 2px;
}

table.details th {
	text-align: right;
	width: 130px;
}

.agent {
	float: left;
	width: 245px;
}

#agent-right {
	text-align: right;
}

.picture-distance-right {
	margin-right: 20px;
}

.picture-distance-bottom {
	margin-bottom: 20px;
}

/* ********** DEVELOPMENTS ********** */

.development-picture img {
	border: 1px solid #ded8c7;
	padding: 10px;
	display: block;
}

table.borders {
	border: 0;
	border-top: 1px solid #ded8c7;
	border-right: 1px solid #ded8c7;
}

table.borders td, table.borders th {
	border: 0;
	border-bottom: 1px solid #ded8c7;
	border-left: 1px solid #ded8c7;
	padding: 2px 15px;
}

/* ********** EXTRAS ********** */

.clearfloat {
	clear: both;
}

#footer {
	margin: 0px 20px 0px 20px;
	padding: 10px 0px 10px 0px;
	color: #fff;
	text-align: right;
}

#navigation-box, #content {
	-moz-box-shadow: 0px 0px 20px #999;
	-webkit-box-shadow: 0px 0px 20px #999;
	box-shadow: 0px 0px 20px #999;
	background-color: #fff; /* must use for IE */
}