@charset "utf-8";
/* Main layout */
body {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #333;
	background: #666 url(../images/bg-body.png) repeat-x;
	margin: 0px auto;
	padding: 30px 0px 15px;
	border-style: none;
	text-align: center;
}
div {
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-style: none;
	position: static;
}
img {
	border-style: none;
}
ul, ol {
	margin: 0px;
	padding: 15px 0px 0px 30px;
}
li {
	line-height: 130%;
	list-style: url(../images/list.png);
}
p {
	line-height: 130%;
	margin: 0px;
	padding: 15px 0px 0px;
	text-align: justify;
}
address {
	font-style: normal;
	line-height: 130%;
	margin: 0px;
	padding: 15px 0px 0px;
}
fieldset {
	border: 1px solid #ccc;
	margin: 15px 0px 0px;
	padding: 0px 15px 10px;
}
legend {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0px 0px -4px;
	padding: 0px 5px;
	color: #000;
}
form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font: 0.9em Arial, Helvetica, sans-serif;
}
table {
	margin: 15px 0px 0px;
	padding: 0px;
	width: 100%;
	border-style: none;
}
th, td {
	padding: 2px;
}
th {
	color: #fff;
	background: #fbb100 url(/images/bg-header.png);
	padding: 4px 2px;
}
h1, h2, h3 {
	margin: 0px;
	padding: 15px 0px 0px;
	color: #000;
}
h1 {
	display: block;
	padding: 0px;
	font-size: 1.4em;
}
h1 a {
	display: block;
	height: 65px;
	width: 460px;
	overflow: hidden;
	color: #fff;
}
h1 a span {
	background: url(../images/logo.png);
	display: block;
	height: 65px;
	width: 460px;
	position: absolute;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
hr {
	display: none;
}
a, a:Hover {
	font-weight: bold;
	color: #006c2a;
	text-decoration: none;
}
a:Hover {
	color: #000;
}
#mother {
	margin: 0px auto;
	width: 989px;
}
#shadow {
	border: 1px solid #5a5a5a;
	background: #fff;
}
#mother-in {
	padding: 5px;
	border: 1px solid #4d4d4d;
}
#header {
	background: #fbb100 url(../images/bg-header.png);
	height: 90px;
	overflow: hidden;
	color: #fff;
}
#header a, #header a:Hover {
	font-weight: normal;
	color: #fff;
}
#header a:Hover {
	text-decoration: underline;
}
#header div {
	padding: 12px 0px 15px 12px;
	float: left;
}
#header p {
	display: block;
	padding: 10px 10px 0px 0px;
	float: right;
	font-size: 0.9em;
	text-align: right;
}
#header ul {
	padding: 30px 10px 0px 0px;
	float: right;
	clear: right;
}
#header ul li {
	line-height: normal;
	display: inline;
	list-style: url(none) none;
}
#header ul li a, #header ul li a:Hover {
	font-size: 0.8em;
	display: block;
	padding: 0px 7px 0px 8px;
	border-right: 1px solid #f3d180;
	float: left;
}
#header ul li .last, #header ul li .last:Hover {
	padding-right: 0px;
	border-style: none;
}
#content {
	background: url(../images/bg-content.png) repeat-y;
	margin: 1px 0px 0px;
}
#right {
	float: right;
	width: 715px;
}
#flash {
	height: 219px;
}
#menu {
	background: #fbb100 url(../images/bg-menu.png);
	margin: 1px 0px 0px;
	padding: 0px;
	height: 54px;
	width: 715px;
}
#menu li {
	background: url(../images/menu-separator.png) no-repeat right top;
	display: block;
	height: 54px;
	float: left;
	list-style: url(none) none;
	padding: 0px 13px;
}
#menu li a, #menu li a:Hover {
	display: block;
	margin: 18px 0px 0px;
	height: 25px;
	color: #fff;
	text-transform: uppercase;
}
#menu li a:Hover {
	text-decoration: underline;
}
#menu li a span, #menu li a:Hover span {
	display: block;
	height: 25px;
	position: absolute;
}
#menu li #about, #menu li #about:Hover {
	width: 93px;
}
#menu li #about span, #menu li #about:Hover span {
	background: url(../images/about.png) no-repeat;
	width: 93px;
}
#menu li #offer, #menu li #offer:Hover {
	width: 162px;
}
#menu li #offer span, #menu li #offer:Hover span {
	background: url(../images/offer.png) no-repeat;
	width: 162px;
}
#menu li #money, #menu li #money:Hover {
	width: 178px;
}
#menu li #money span, #menu li #money:Hover span {
	background: url(../images/money.png) no-repeat;
	width: 178px;
}
#menu li #place, #menu li #place:Hover {
	width: 69px;
}
#menu li #place span, #menu li #place:Hover span {
	background: url(../images/place.png) no-repeat;
	width: 69px;
}
#menu li #contact, #menu li #contact:Hover {
	width: 78px;
}
#menu li #contact span, #menu li #contact:Hover span {
	background: url(../images/contact.png) no-repeat;
	width: 78px;
}
#menu .last {
	background: url(none);
	padding-right: 0px;
}
#right-in {
	padding: 0px 12px 12px 13px;
}
#right-in h2 {
	text-transform: uppercase;
}
#breadcrumbs {
	font-size: 0.8em;
	padding: 3px 0px 20px;
}
#breadcrumbs a, #breadcrumbs a:Hover {
	font-weight: normal;
	color: #666;
}
#breadcrumbs a:Hover {
	text-decoration: underline;
}
#left {
	margin: 0px 1px 0px 0px;
	float: right;
	width: 259px;
	background: #cce6d6;
}
#left-in {
	padding: 0px 12px 12px;
	border-top: 1px solid #fff;
	font-size: 0.9em;
}
#left-in h3 {
	text-transform: uppercase;
	font-size: 1.4em;
}
#left-in p {
	text-align: left;
	padding: 12px 0px 0px;
}
#types {
	background: #fff;
	width: 259px;
	overflow: hidden;
}
.type, .type-first {
	margin: 1px 0px 0px;
	height: 54px;
}
.type-first {
	margin: 0px;
}
#gedos {
	margin: 16px 10px 5px 0px;
	float: left;
	height: 78px;
	width: 82px;
}
#end {
	font-size: 1px;
	background: url(../images/bg-end.png);
	clear: both;
	height: 5px;
	border-top: 1px solid #fff;
}
#footer p {
	font-size: 0.8em;
	text-align: right;
	padding: 10px 0px 0px;
	color: #ccc;
}
#footer p span {
	color: #808080;
	padding: 0px 5px;
}
#footer p a, #footer p a:Hover {
	color: #ccc;
	font-weight: normal;
}
#footer p a:Hover {
	text-decoration: underline;
}
.cleaner {
	font-size: 1px;
	clear: both;
	height: 1px;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
.center {
	text-align: center;
}
.get, .submit {
	background: url(/images/button-get.png);
	margin: 0px;
	padding: 0px;
	height: 21px;
	width: 68px;
	border-style: none;
}
.submit {
	background: url(/images/button-submit.png);
	width: 78px;
}
.medium-form, .medium-textarea {
	padding: 1px;
	border: 1px solid #666;
	background: #fff;
	width: 185px;
}
.medium-textarea {
	width: 420px;
}
.obligatory {
	color: #f00;
}
.red {
	color: #f00;
}
.nowrap {
	white-space: nowrap;
}
.photo, .photo-right {
	margin: 15px 10px 0px 0px;
	float: left;
	height: 114px;
	width: 150px;
}
.photo-right {
	margin: 15px 0px 0px 0px;
}
.photo a, .photo a:Hover, .photo-right a, .photo-right a:Hover {
	display: block;
	height: 112px;
	width: 148px;
	border: 1px solid #ccc;
}
.photo a:Hover, .photo-right a:Hover {
	border: 1px solid #006c2a;
}
.photo a span, .photo a:Hover span, .photo-right a span, .photo-right a:Hover span {
	background: url(/images/zoom.png) no-repeat;
	display: block;
	height: 11px;
	width: 11px;
	position: absolute;
	margin: 93px 0px 0px 130px;
}
.photo a img, .photo a:Hover img, .photo-right a img, .photo-right a:Hover img {
	margin: 1px;
}
.news span {
	font-size: 0.9em;
}
.news-photo {
	margin: 18px 10px 0px 0px;
	float: left;
}
#left-in .news-photo {
	margin: 14px 10px 0px 0px;
}
.news-photo a, .news-photo a:Hover {
	height: 58px;
	width: 58px;
	border: 1px solid #ccc;
	display: block;
}
.news-photo a:Hover {
	border: 1px solid #006c2a;
}
.news-photo a img {
	margin: 1px;
}
/* Flats */
.flats thead th {
	font-size: 0.9em;
}
.flats tbody tr td {
	background: #f8f8f8;
	font-size: 0.9em;
}
.flats tbody tr:Hover td {
	background: #f4f4f4;
}
.flats td {
	padding: 4px 2px;
	border-bottom: 1px solid #ccc;
}
#site-map ul {
	padding-top: 0px;
}
#site-map ul a, #site-map ul a:Hover {
	font-weight: normal;
}
/* Home */
#home-left {
	float: left;
	margin: 0px 20px 0px 0px;
	width: 360px;
}
#home-left p {
	text-align: left;
}
#flats {
	margin: 15px 0px 0px;
	padding: 7px;
	border: 1px solid #ccc;
	background: #fff url(/images/bg-flat-select.png) repeat-x left bottom;
}
#flats table {
	margin: 0px;
}
#flats table select {
	padding: 1px;
	border: 1px solid #666;
	background: #fff;
	width: 150px;
}
#home-right {
	float: left;
	width: 310px;
}
/* Locality */
#map {
	height: 300px;
	margin: 15px 0px 0px;
	border: 1px solid #ccc;
}
