/*****************************   anDeRan   ************************************/

body {
	background-color: #D8D6D6;
	color: #565656;
}

#header .inner, #content .inner, #footer .inner {
	width: 974px;
	margin: 0 auto;
}

body, ul, form, h1, h2, h3, h4, p {
	padding: 0;
	margin: 0;
}

body, table, input, select {
	font: 12px Arial, "Nimbus Sans L", Garuda, sans-serif;
}

img {
	border-width: 0;
	vertical-align: middle;
}

a {
	color: #565656;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

.to-left {
	float: right;
}

.to-right {
	float: right;
}

p {
	padding-bottom: 14px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

input.button {
	background-color: #FFF;
	border-width: 0;
	font-weight: bold;
	font-size: 13px;
	color: #812B35;
	cursor: pointer;
	padding: 0 2px;
}

input.field, textarea {
	border: 1px solid #7F9EB9;
}

/* HEADER */

#header {
	height: 34px;
}

#header .inner {
	position: relative;
}

h1 {
	position: absolute;
	width: 269px;
	height: 59px;
	line-height: 1000em;
	overflow: hidden;
	background-image: url(../images/common/logo.png);
	margin: 52px 0 0 17px;
}

h1 a {
	display: block;
}

#logo-note {
	position: absolute;
	font-weight: bold;
	font-size: 13px;
	color: #802A34;
	margin: 118px 0 0 15px;
}

#icons {
	position: absolute;
	list-style-type: none;
	right: -6px;
	top: 15px;
}

#icons li {
	float: left;
	background: url(../images/common/icons_bg.png) no-repeat 0 4px;
	padding: 0 14px;
	font: bold 12px Tahoma, Kalimati, "Bitstream Vera Sans", sans-serif;
}

#icons a {
	text-decoration: none;
}

/* CONTENT */

#content {
	background: #E8E6E6 url(../images/common/content_bg.png) repeat-x;
}

#content .inner {
	background: #FFF url(../images/common/footer_bg.png);
	min-height: 100px;
}

.col-left {
	float: left;
	width: 641px;
	padding: 0 19px 0 13px;
}

.col-right {
	float: left;
	width: 301px;
}

.col-right h2 {
	background-color: #802A34;
	height: 29px;
	color: #FFF;
	padding: 8px 0 0 21px;
}

.home-cols {
	border-bottom: 1px solid #DEDCDC;
	min-height: 1px;
}

.home-left {
	float: left;
	width: 287px;
	border-right: 1px solid #DEDCDC;
	padding: 123px 0 12px 4px;
}

.home-right {
	float: left;
	width: 349px;
	border-left: 1px solid #DEDCDC;
	margin-left: -1px;
	text-align: justify;
}

.home-right h2 {
	height: 37px;
	line-height: 37px;
	background-color: #F0EFEF;
	margin: 0 -16px 17px -1px;
	border-left: 4px solid #FFF;
	padding-left: 22px;
}

.first-hdr {
	margin-left: -4px;
	border-left: 4px solid #FFF;
}

.home-right p {
	padding: 0 40px 14px 23px;
}

.banner img {
	border: 1px solid #000;
}

.news-other {
	padding: 0 6px 10px;
	text-align: justify;
}

.news-other h2 {
	padding: 15px 0 18px;
}

.news-other h2 a {
	color: #802A34;
}

.date {
	display: block;
	margin-bottom: -5px;
}

p.archive {
	text-align: center;
	padding: 12px 0 14px;
}

p.archive a {
	color: #802A34;
	text-decoration: none;
	font-weight: bold;
}

p.archive a:hover {
	text-decoration: underline;
}

.inn-right {
	padding: 15px 0 14px 294px;
	min-height: 95px;
}

.text {
	padding-left: 5px;
	text-align: justify;
}

.text h2 {
	background-color: #D8D6D6;
	margin: 0 -15px 9px -18px;
	padding: 8px 0 8px 18px;
}

#nav {
	margin: 17px 41px 23px 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}

#nav li {
	list-style-type: none;
	border-bottom: 1px solid #802A34;
	padding: 5px 14px 5px 21px;
}

#nav ul {
	margin: 4px 0 3px;
	font-size: 12px;
	text-transform: none;
}

#nav li li {
	border-bottom-width: 0;
	padding: 3px 0 0 31px;
	background: url(../images/common/nav_bg.png) no-repeat 13px 60%;
}

#nav li a {
	text-decoration: none;
	color: #565656;
}

#nav li a:hover, #nav li a.active {
	color: #802A34;
}

form.search {
	margin: 28px 0 20px 20px;
}

form.search label {
	display: block;
	color: #812B35;
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 13px;
}

form.search input.field {
	width: 207px;
}

.col-right .objects {
	margin: 15px 30px 0 21px;
}

.objects {
	margin: 5px 0;
}

.objects div {
	border: 1px solid #802A34;
	background: url(../images/common/object_bg.png) repeat-x;
	position: relative;
	margin-bottom: 9px;
	min-height: 84px;
}

.objects .photo {
	position: absolute;
	border: 1px solid #FFF;
	top: 3px;
	left: 3px;
	padding-bottom: 0;
}

.objects .photo img {
	vertical-align: top;
}

.objects .address {
	padding: 5px 6px 0 89px;
	margin: 0 0 12px;
	color: #000;
	min-height: 72px;
}

.objects .price {
	padding: 1px 0 0 5px;
	background-color: #802A34;
	color: #FFF;
	font-weight: bold;
}

.date-obj {
	padding: 1px 0 0 5px;
	background-color: #802A34;
	font-weight: bold;
	color: #FFF;
}

.text li {
	margin: 2px 0 2px 14px;
}

.form {
	padding-top: 10px;
}

.form p {
	clear: left;
}

.form label {
	float: left;
	width: 102px;
	margin-top: 2px;
}

.form p span {
	color: #F60;
}

.form .error {
	border-color: #A00 #F99 #F99 #A00 !important;
}

.form input.field, .form textarea {
	width: 306px;
}

.form p.button {
	padding-left: 100px;
}

.gallery p {
	float: left;
	padding: 0 10px 10px 0;
}

.job div {
	padding: 10px 0 6px;
}

.job div p {
	padding: 0 10px 6px;
}

img.to-left {
	margin: 0 8px 5px 0;
}

img.to-right {
	margin: 0 0 5px 8px;
}

/* FOOTER */

#footer .inner {
	background: url(../images/common/footer_bg.png) repeat-x;
	height: 80px;
}

#nav-ftr {
	position: absolute;
	width: 974px;
	text-align: center;
	margin-top: 34px;
	color: #6D6B6B;
	text-transform: uppercase;
}

#nav-ftr a {
	color: #6D6B6B;
	text-decoration: none;
}

#nav-ftr a:hover {
	text-decoration: underline;
}

#copyright {
	position: absolute;
	width: 974px;
	text-align: center;
	margin-top: 54px;
	font-size: 13px;
	color: #802A34;
}

