/* MEYER RESET STYLE */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, 
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	/*margin: 0;
	padding: 0;*/
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
	background: #FBF4EC;
}
img {
    margin: 0;
    padding: 0;
    border: 0;
}
p {
	margin-top: 1px;
}
body {
	line-height: 1;
	color: #606060;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: white;
	font: 11px Arial, Helvetica, sans-serif;
}
table {
	border-collapse: separate;
	border-spacing: 0;	/* tables still need 'cellspacing="0"' in the markup */
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* STRUCTURE */
div#container {
	width: 910px;
	background: white;
	margin: 0px auto;
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 8px solid white;
}
div#left {
	width: 286px; /* 322-36 */
	padding: 18px;
	background-color: white;
	background-image: url(../images/backleft.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
}
div#right {
	width: 588px;
	background-color: white;
	float: right;
}
div#menu {
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	color: white;
	height: 90px;
	position: relative;
}
div#content {
	padding: 8px;
}
div.inner_left {
	width: 280px;
	float: left;
}
div.inner_right {
	width: 280px;
	float: right;
}

/* FONTS AND LINKS */
a:link, a:active, a:visited {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: #3E8FC2;
	text-decoration: underline;
}
a.linkbig:link, a.linkbig:active, a.linkbig:visited {
	color: black;
	text-decoration: underline;
        font-size: 13px;
}
a.linkbig:hover {
	color: #3E8FC2;
	text-decoration: underline;
        font-size: 13px;
}


h1 {
	color: black;	/* big black */
	font-size: 14px;
	display: inline;
	line-height: 1.6;
}
h2 {
	color: #76AAB9;	/* big azure */
	font-size: 14px;
	display: inline;
	margin-bottom: 8px;
}
h3 {
	color: #AC8975;	/* lil brown */
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 4px;
}
h4 {
	color: #AC8975;	/* lil brown */
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
}
h5 {
	color: #AC8975;	/* big brown */
	font-size: 14px;
	display: inline;
	margin-bottom: 8px;
}
h6 {
	color: #D97E0C;	/* med orange */
	font-size: 13px;
	display: inline;
	margin-bottom: 8px;
}
span.times {
	color: white;	/* big white */
	font-size: 16px;
	font-family: Times, Arial;
	font-weight: bold;
	line-height: 0.8;
	display: block;
}
span.white {
	color: white;
	font-size: 10px;
}

span.quote {
	color: black;
	font-style: italic;
	font-size: 12px;
}

/* FORM ELEMENTS */
input[type="text"], textarea {
	border: 1px solid #8c8c8c;
	width: 180px;
	color: #606060;
	font-size: 11px;
	margin: 1px;
}
textarea {
	min-height: 100px;
}
input[type="submit"] {
	cursor: pointer;
	padding: 2px;
	padding-left: 12px;
	padding-right: 12px;
	border: none;
	background: #3F91C5;
	color: white;
	font-weight: bold;
}

/* VARIOUS */
div.imageElement {
        display: none;
}
#topmenu {
	position: absolute;
	bottom: 0px;
}
#topmenu td {
	width: 84px;
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	text-align: center;
}
#topmenu .selected {
	padding-top: 12px;
	display: block;
	border-left: 1px solid #dcdcdc;
	width: 83px;
	height: 23px; /* 35-12 */
	background: url(../images/link_selected.jpg);
}
#topmenu a:link, #topmenu a:active, #topmenu a:visited {
	display: block;
	border-left: 1px solid #dcdcdc;
	width: 83px;
	height: 20px; /* 26-6 */
	color: white;
	text-decoration: none;
	padding-top: 6px;
	background: url(../images/link_back.jpg);
}
#topmenu a:hover {
	display: block;
	border-left: 1px solid #dcdcdc;
	width: 83px;
	height: 20px; /* 26-6 */
	color: white;
	text-decoration: none;
	padding-top: 6px;
	background: url(../images/link_back_on.jpg);
}
.rx {
	float: right;
}
.lx {
	float: left;
}
.rx2 {
	float: right;
	text-align: right;
}
.clear {
	clear: both;
}
.contacts {
	position: absolute;
	top: 10px;
	left: 8px;
}
span.contacts a:link, span.contacts a:visited, span.contacts a:active {
        color: white;
        text-decoration: none;
}
span.contacts a:hover {
        color: #3e8fc2;
        text-decoration: none;
}
.lang {
	float: right;
	color: black;
	font-weight: bold;
}
.lang a {
	text-decoration: none;
}
.bar_blue {
	height: 12px; /* 24-12 */
	background: url(../images/bar_blue.jpg);
	color: black;
        background-repeat: no-repeat;
	font-weight: bold;
	padding: 6px;
}
.bar_brown {
	height: 12px; /* 24-12 */
	background: url(../images/bar_brown.jpg);
	background-repeat: no-repeat;
        color: black;
	font-weight: bold;
	padding: 6px;
}
div#searchbox {
	background: #EDF6F8;
	margin-top: 16px;
	padding-top: 24px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 16px;
	color: black;
}
div#searchbox select {
	border: 1px solid #DDE3E3;
	width: 100%;
}
div#searchbox input {
	cursor: pointer;
	padding: 2px;
	border: none;
	background: #3F91C5;
	color: white;
	width: 100%;
}
div.item_entry  {
	margin-top: 18px;
	margin-bottom: 18px;
	max-height: 140px;
}
div.item_entry img {
	border: 1px solid #CEB6AA;
	margin-right: 8px;
	height: 120px;
	width: 170px;
}
a.info:link, a.info:visited, a.info:active, a.info:hover {
	background: url(../images/button_back.jpg);
	background-position: top center;
	display: block;
	width: 100px;
        text-align: center;
        height: 14px;
	padding-right: 8px;
	padding-left: 8px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}
.decoration {
	background: url(../images/button_back.jpg);
	background-position: top center;
	height: 14px;
	padding-right: 8px;
	padding-left: 8px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}
hr {
	border: 0;
	height: 1px;
	background: #EBEBEB;
	width: 94%;
	clear: both;
}
div.item_news  {
	margin-bottom: 12px;
}
#box_home1 {
	width: 132px; /* 272-135-5 */
	height: 98px; /* 108-10 */
	background: url(../images/box_home_left1.jpg);
	cursor: pointer;
	color: white;
	font-size: 13px;
	padding-left: 135px;
	padding-right: 5px;
	text-align: left;
	padding-top: 10px;
	display: block;
	text-decoration: none;
}
#box_home2 {
	width: 132px; /* 272-135-5 */
	height: 97px; /* 102-5 */
	background: url(../images/box_home_left2.jpg);
	color: #54250D;
	font-size: 13px;
	padding-left: 135px;
	padding-right: 5px;
	text-align: left;
	padding-top: 10px;
	display: block;
	text-decoration: none;
}
img#splash_img {
	width: 100%;
	margin-bottom: 20px;
}
div.latest_news {
	float: right;
	padding-left:16px; 
	border-left: 1px solid #E8E2DE;
	width: 220px;
}
div#news_list {
	width: 330px;
}
.bar_brown_big {
	height: 36px;
	background: url(../images/bar_brown_big.jpg);
	color: black;
        background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 14px;
}
div#contacts {
	width: 300px;
	float: right;
}
div#map {
	width: 570px;
	margin: 0px auto;
	border: 1px solid #8c8c8c;
	height: 350px;
}
#immob_button1 {
	display: block;
	width: 282px; /* 288-6 */
	height: 34px; /* 41-7 */
	text-decoration: none;
	color: white;
	background: url(../images/immob_butt1.jpg);
	margin-bottom: 4px;
	padding-left: 6px;
	padding-top: 7px;
}
#immob_button2 {
	display: block;
	width: 282px; /* 288-6 */
	height: 34px; /* 41-7 */
	text-decoration: none;
	color: white;
	background: url(../images/immob_butt2.jpg);
	margin-bottom: 4px;
	padding-left: 6px;
	padding-top: 7px;
}
#immob_button3 {
	display: block;
	width: 282px; /* 288-6 */
	height: 34px; /* 41-7 */
	text-decoration: none;
	color: white;
	background: url(../images/immob_butt3.jpg);
	margin-bottom: 4px;
	padding-left: 6px;
	padding-top: 7px;
}
#immob_button4 {
	display: block;
	width: 282px; /* 288-6 */
	height: 34px; /* 41-7 */
	text-decoration: none;
	color: white;
	background: url(../images/immob_butt4.jpg);
	margin-bottom: 4px;
	padding-left: 6px;
	padding-top: 7px;
}
#keys {
	color: #AC8975;
}
#keys a:link, #keys a:active, #keys a:visited {
	color: #3E8FC2;
	text-decoration: none;
}
#keys a:hover {
	color: #3E8FC2;
	text-decoration: underline;
}
img.preview {
	width: 275px;
	border: 1px solid #CEB6AA;
	margin-bottom: 2px;
}
img.thumb {
	border: 1px solid #CEB6AA;
	width: 88px;
	margin-bottom: 2px;
}
div#minimap {
	width: 280px;
	border: 1px solid #8c8c8c;
	height: 200px;
}
a#box_immob1 {
	background: url(../images/box_immobili1.jpg);
	height: 59px; /* 67-8 */
	width: 264px; /* 272-8 */
	color: white;
	display: block;
	text-align: right;
	text-decoration: none;
	padding-right: 8px;
	padding-top: 8px;
	font-size: 12px;
}
a#box_immob2 {
	background: url(../images/box_immobili2.jpg);
	height: 59px; /* 67-8 */
	width: 264px; /* 272-8 */
	float: right;
	display: block;
	color: white;
	text-align: right;
	text-decoration: none;
	padding-right: 8px;
	padding-top: 8px;
	font-size: 12px;
}
div#box_terms {
	width: 526px;
	padding: 12px;
	border: 1px solid #656565;
	background: white;
	font-size: 11px;
}
div#box_request {
	width: 526px;
	padding: 12px;
	border: 1px solid #656565;
	background: white;
}
div#box_suggest {
	font-size: 11px;
	width: 526px;
	padding: 12px;
	border: 1px solid #656565;
	background: white;
}
div#footer {
        margin: 0px auto;
            text-align: center;
                margin-bottom: 10px;
            }

