﻿* {
	margin: 0;
	padding: 0;
}

body {
	background: #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: url(../image/web/content_bg.jpg) repeat-y left top;
}

#header {
	width: 940px;
	height: 80px;
	color: #fff;
	background: url(../image/web/header_bg.jpg) no-repeat left top;
	padding: 20px 30px 0 30px;
}

#logo {
	float: left;
	color: #fff;
	text-transform: lowercase;
	font-weight: bold;
	cursor: default;
}

#search {
	float: right;
	margin: 6px 12px;
}

#idfield {
	width: 60px;
	color: #999;
}

input .active {
	color: #000;
}

#idsubmit {
	height: 22px;
	width: 30px;
}

#name {
	margin: 10px 0 0 20px;
	font-size: 32px;
	text-shadow: 2px 2px 6px #000;
}

#desc {
	margin: 0 0 0 30px;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #000;
}

#menu {
	width: 940px;
	padding: 0 30px;
	height: 35px;
	background: url(../image/web/menu_bg.jpg) no-repeat left top;
}

#menu ul {
	list-style: none;
	float: right;
}

#menu li {
	display: block;
	float: left;
	background: url(../image/web/menu_separator.jpg) no-repeat left top;
}

#menu a {
	color: #fff;
	padding: 8px 15px 0;
	height: 27px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px #444;
}

#menu a:hover, a:focus {
	background: url(../image/web/menu_hover.jpg) no-repeat center bottom;
}

#menu a.active, a.active:hover {
	background: url(../image/web/menu_hover.jpg) no-repeat center bottom;
	cursor: default;
}

#content {
	width: 930px;
	padding: 5px 55px 5px 35px;
	text-align: justify;
}

#content h1 {
	background: url(../image/web/page_icon.png) no-repeat left top;
	margin: 6px 0 16px;
	padding: 0 0 3px 20px;
	font-size: 18px;
	color: #491;
	border-bottom: 1px solid #ccc;
}

#content h2 {
	font-size: 15px;
	color: #491;
}

#content p {
	margin: 5px 0 15px 5px;
}

#content ul {
	list-style: square;
	margin: 5px 0 15px 40px;
	line-height: 150%
}

#content a {
	text-decoration: none;
	color: #26d;
}

#content a:hover {
	text-decoration: underline;
}

#home_text {
	width: 650px;
}

#home_latest {
	width: 280px;
}

#realestates_left {
	width: 230px;
	float: left;

}

#realestates_left p {
	width: 100px;
	height: 20px;
	float: left;
	margin: 7px 0px 3px 5px;
}

#realestates_left select {
	float: right;
	width: 125px;
	height: 20px;
	margin: 5px 0;
}

#realestates_left input {
	margin: 5px 0 15px 104px;
	width: 80px;
	height: 25px;
	clear: both;
}

#realestates_right div.listestate {
	width: 670px;
	height: 92px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #999;
	float: right;
	clear: right;
	background: #ddd;
	cursor: pointer;
}

#realestates_right img {
	background: #fff;
	width: 115px;
	height: 86px;
	padding: 2px;
	border: 1px solid #999;
	float: left;
}

sup {
	vertical-align: top; font-size: 10px;
}

#realestates_right p {
	width: 180px;
	height: 20px;
	margin: 2px 10px;
	padding: 2px 0 2px 5px;
	float: left;
	border: 1px solid #999;
	background: #fff;
	line-height: 1.7;
}

#noresult {
	float: right;
	width: 600px;
	font-size: 17px;
}

#pager {
	clear: both;
	padding-top: 20px;
	margin: 0 0 20px 243px;
	width: 400px;
}

#pager a.active {
	text-decoration: underline;
}

#big {
	width: 600px;
	border: 1px solid #999;
	padding: 3px;
	float: left;
	margin-bottom: 15px;
}

#showestate p {
	margin-right: 10px;
	float: right;
	clear: right;
	width: 290px;
}

#estategallery {
	float: right;
	clear: right;
	width: 290px;
	margin-right: 10px;
	margin-bottom: 20px;
}

#estategallery img {
	background: #fff;
	border: 1px solid #999;
	padding: 3px;
	margin: 5px;
	width: 115px;
	height: 85px;
	cursor: pointer;
}

#estimate {
	margin: 25px auto;
	border: 1px solid #777;	
}

#estimate tr:hover {
	color: #000;
}

#estimate th {
	text-transform: uppercase;
	font-weight: normal;
	padding: 3px 15px;
	color: #fff;
	background: #444;
	text-align: center;
}

#estimate th.category {
	border-top: 1px solid #777;
	background: #888;
}

#estimate th.even {
	background: #666;
}

#estimate td {
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	padding: 3px 15px;
}

#garden_left {
	width: 510px;
	float: left;
	margin-right: 10px;
}

#garden_pic {
	width: 494px;
	height: 370px;
	border: 1px solid #000;
	padding: 5px;
	background: url(../image/web/loader.gif) no-repeat center center;
	margin: 5px 5px 20px;
}

#garden_pic img {
	width: 494px;
	height: 370px;
}

#garden_right {
	margin-top: 40px;
}

#garden_right img {
	width: 120px;
	height: 90px;
	margin: 15px 3px;
	padding: 3px;
	border: 1px solid #999;
	float: left;
	opacity: 0.7;
	cursor: pointer;
}

#garden_right img.active {
	opacity: 1;
	border-color: #444;
}

#garden_right img:hover {
	opacity: 1;
	border-color: #444;
}

#contact_left {
	width: 320px;
	float: left;
}

#contact_profile {
	width: 210px;
	height: 280px;
	margin: 15px 0 25px 35px;
	padding: 5px;
	border: 1px solid #999;
}

#contact_right {
	margin-right: 6px;
	width: 600px;
	float: right;
}

#map_canvas {
	width: 600px;
	height: 480px;
	border: 1px solid #999;
	margin-bottom: 20px;
}

#map_text {
	width: 250px;
	height: 55px;
}

#contact_right a.contractpdf {
	background: url(../image/contact/pdf_icon.png) no-repeat left top;
	height: 40px;
	width: 170px;
	display: block;
	padding: 17px 5px 5px 50px;
	float: left;
}

#contact_right a.contractdoc {
	background: url(../image/contact/doc_icon.png) no-repeat left top;
	height: 40px;
	width: 170px;
	display: block;
	padding: 17px 5px 5px 50px;
	float: left;
}

#footer {
	clear: both;
	width: 940px;
	height: 60px;
	margin: 0 auto;
	padding: 0 30px;
	background: url(../image/web/footer_bg.jpg) no-repeat left top;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	cursor: default;
}

#footer p {
	padding: 8px;
}
