@import url('basic.css');

body.mceContentBody
{
	background: none;
	font-size:1em;
	padding:5px;
}

#header {
	height: 95px;
}

h1#logo {
	padding: 0 40px;
}
#date {
	text-align: right;
	color: #867f7d;
	position:relative;
	top: -15px;
	padding: 5px;
}

ul#topmenu li#tophome {
	background: none;
}
ul#topmenu li#tophome a {
	display: block;
	height: 16px;
	padding-left: 20px;
	float: left;
	background: transparent url('../i/home.gif') no-repeat;
}
ul#topmenu li#tophome a span {
/*	display:none;*/
}

#hormenu {
	padding-bottom: 2px;
	border-bottom: 6px solid #dacea6;
}

ul.helpers {
	float: right;
	padding: 15px 0;
	margin:0;
}
ul.helpers li {
	float: left;
	list-style: none;
	margin: 0 5px;
}
ul.helpers li a {
	font-size: 1.1em;
	display: block;
}
ul.helpers li.h-back a {
	background: transparent url('../i/ico-back.gif') no-repeat 0 2px;
	padding-left: 12px;
}
ul.helpers li.h-form a {
	background: transparent url('../i/ico-asset.gif') no-repeat;
	padding-left: 20px;
}
ul.helpers li.h-print a {
	background: transparent url('../i/ico-print.gif') no-repeat 0 2px;
	padding-left: 20px;
}

#main h1 {
	font-size: 2em;
	color: #000;
	font-weight: normal;
	padding: 10px;
	margin: 0;
}

#main h2 {
	font-size: 1em;
	color: #444;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0;
}

#content {
	font-size: 1.2em;
	color: #000;
	padding-top: 20px;
	background: transparent url('../i/cont_separator2.gif') no-repeat left 3px;
}
#i-content {
	font-size: 1.2em;
	color: #444;
	padding: 40px 0 40px 15px;
	width:907px;
	background: transparent url('../i/cont_separator2.gif') no-repeat left 3px;
}

#i-content ul.helpers, #content ul.helpers {
	clear: both;
	float:none;
}
#i-content ul.helpers li a, #content ul.helpers li a{
	font-size: .9em;
}
#ads {
	float:right;
	margin: 0 0 10px 10px;
}
#ads img {
	border: 1px solid #c7c7c7;
}
img.inner {
	width: 305px;
	height: 185px;
	float:right;
	margin: 0 0 10px 10px;
	border: 1px solid #c7c7c7;
}
/*** cat **/

.thumbs {
	width: 100%;
}
.thumbs img {
	float:left;
	display:inline;
	margin: 0 1px 1px 0;
	cursor: pointer;
	width:152px;
	height:93px;
}
#bigimg {
	width: 461px;
	height: 281px;
	margin-left:1px;
	float:left;
	display:inline;
}

.proj-offers {
	margin: 0;
	padding: 5px;
}
.proj-offers li {
	float: left;
	padding: 5px;
	color: #444;
	font-weight: bold;
	font-size: .9em;
	list-style: none;
}
.proj-offers li a {
	margin-left: 5px;
}

.searchfrm {
	background: #ececec url('../i/frm-bg.gif') repeat-x;
	clear:left;
	padding: 6px 10px;
	margin-right:2px;
	overflow: hidden;
}
.searchfrm select {
	width: 140px;
	margin: 3px;
	float:left;
}
.searchfrm input{
	margin: 3px;
	float:left;
}
.searchfrm button {
	margin-top:3px;
}

#proj-info {
	margin-top: 5px;
	padding: 25px 0 0 10px;
/*	background: transparent url('../i/cont_separator.gif') repeat-x;*/
	background: transparent url('../i/cont_separator2.gif') no-repeat left 3px;
}

.price {
	font-weight: bold;
}
.price span{
	color:#a10000;
	font-size:2em;
	font-weight: normal;
}
.data {
	clear: left;
}
.data span {
	font-weight: bold;
	display:block;
	float:left;
	width: 150px;
}
#proj-info table {
	width: 580px;
	margin: 15px 0;
}
#proj-info table tr.c {
	background-color: #f1f1f1;
}
#proj-info table tr td {
	width: 50%;
	padding: 0 10px;
	font-size: 1em;
	color: #444;
}
#agentfrm {
	float:right;
	width:285px;
	padding: 10px;
	margin-right: 1px;
/*	border: 1px solid #d1d1d1;*/
	background: #f0f0f0 url('../i/agent-bg.gif') repeat-x;
	font-size: .9em;
	
}
#agentfrm img {
	float:left;
	height:90px;
/*	border: 1px solid #000;*/
/*	width:60px;*/
	margin-left:2px;
	margin-right:10px;
}
#agentfrm #company {
	margin-top: 3px;
}
#agentfrm #name {
	font-weight:bold;
	margin-top: 6px;
}

.paging {
	clear:both;
	font-size: 11px;
	float:right;
	margin: 10px;
}
.paging b {
	color:#a10000;
}

.paging a {
	font-weight:bold;
}

.project {
	float: left;
	width: 306px;
	height: 262px;
	overflow: hidden;
	color: #fff;
	background: #3f3e3a;
	margin: 5px 1px 5px 0;
	position:relative;
}
.project img {
	width: 307px;
	height: 186px;
	border-bottom: 1px solid #fff;
}
.project p {
	margin: 5px 15px 0 15px;
	padding: 0;
}
.project p a {
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}
.project p a:hover {
	color: #fff;
}
.project div.more {
	position:absolute;
	bottom:5px;
	right:0;
	text-align:right;
	margin: 0 15px 0 0;
	
}
.project div.more a {
	color: #fff;
	font-weight: normal;
	font-size: .8em;
	text-decoration: none;
}
