html,
body {min-width:974px;}
html {
	height:100%;
}
body {
	font: 12px Helvetica, Arial, sans-serif;
	margin: 0;
	background:#eceae3 url(../images/bg-wrapper-1.jpg) no-repeat 50% 0 fixed;
	min-height:100%;
}
* html body {
	height:100%;
	margin-left:1px;
}
form, fieldset {
	padding: 0;
	margin: 0;
	border:0;
}
h4 {color:#39c;}
a {text-decoration: none;
	color:#39c;
}
a:hover {text-decoration:underline;}
img {border-style: none;}
#wrapper {
	margin: 0 auto;
	width:974px;
	position:relative;

}
/* header */
#header {
	height:301px;
	position: relative;
	width:800px;
	margin:0 auto;
}
/* logo */
.logo {
	margin: 0;
	width: 668px;
	height: 67px;
	position:absolute;
	top:200px;
	left:66px;
}
.logo a {
	cursor:pointer;
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
}
/* top navigation */
.top-nav {
	width:744px;
	padding:9px 28px 7px;
	overflow:hidden;
	background:url(../images/bg-top-nav.gif) repeat-x;
	position:absolute;
	top:270px;
	left:0;
	font-size:11px;
}
.top-nav p {
	float:left;
	margin:0;
	color:#afafaf;
	font-weight:bold;
	padding:2px 0 0;
}
.top-nav ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.top-nav ul li {
	display:inline;
	background:url(../images/separator-top-nav.gif) no-repeat 0 3px;
	padding:0 2px 0 11px;
}
.top-nav ul li:first-child {
	background:none;
	padding-left:0;
}
.top-nav ul li a {color:#fff;}
.top-nav ul li a:hover {
	text-decoration:none;
	color:#ebebeb;
}
/* main area */
#main {
	background:url(../images/bg-main.png) repeat-y;
	width:802px;
	margin:0 auto;
	min-height:100%
}
* html #main{height:100%;}
/* content */
#content {
	width:800px;
	margin:0 auto;
	position:relative;
	padding:0 0 32px;
}
/* title */
.ttl {
	width:744px;
	overflow:hidden;
	padding:28px 28px 5px;
}
.ttl h2 {
	margin:0;
	font-size:26px;
	font-weight:bold;
	color:#39c;
	float:left;
}
.ttl fieldset {
	float:right;
	padding:7px 0 0;
}
.ttl .box {float:left;}
.ttl .box label {
	float:left;
	font-size:11px;
	color:#858585;
	line-height:18px;
	font-weight:bold;
	margin:0 4px 0 19px;
}
.ttl .box select {
	float:left;
	margin:0;
	font:11px Helvetica, Arial, sans-serif;
	color:#333;
	padding:0;
}
.ttl .state {width:87px;}
.ttl .country {width:112px;}
.ttl .show {width:126px;}
.ttl p {
	float:right;
	font-size:9px;
	color:#666;
	margin:0;
	line-height:18px;
	padding:11px 0 0;
	font-weight:bold;
}
/* sales box */
.sales {
	width:100%;
	overflow:hidden;
	margin:0 auto 8px;
	text-align:center;
	position:relative;
}
.sales-box1 {
	float:left;
	position:relative;
	left:50%;
}
.sales-box2 {
	position:relative;
	float:left;
	left:-50%;
	width:784px;
	background:url(../images/bg-sales.gif) repeat-x;
}
.column {
	float:left;
	height:217px;
	width:70px;
	position:relative;
}
.holder {
	position:absolute;
	bottom:35px;
	left:31px;
	width:44px;
	height:180px;
}
.bar {
	background:#2985c2 url(../images/bg-column.gif) repeat-x;
	width:38px;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	overflow:hidden;
}
* html .holder{bottom:34px;}
.bar span {
	font-size:18px;
	font-weight:bold;
	color:#fff;
	position:absolute;
	top:14px;
	width:100%;
	text-align:center;
	left:0;
}
.column a {
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	position:absolute;
	bottom:8px;
	left:14px;
	display:block;
	width:100%;
}
.column a:hover {
	color:#ebebeb;
	text-decoration:none;
}
.industrial {height:89%;}
.retail {height:36%;}
.office {height:65%;}
.land {height:49%;}
.investment {height:42%;}
.multi {height:25%;}
.use {height:57%;}
/* table */
.transactions {
	width:784px;
	overflow:hidden;
	border-collapse:collapse;
	margin:0 auto;
	padding:0;
}
.transactions tr {background:#f8f7f6;}
.transactions td {
	line-height:30px;
	color:#666;
	padding:0;
}
.transactions td a {color:#24679c;
	text-decoration:none;
}
/* table title */
.title {
	text-align:left;
	margin:0;
	background:url(../images/bg-ttl.gif) repeat-x !important;
}
.title th {
	font-size:11px;
	color:#333;
	font-weight:bold;
	padding:0;
	line-height:20px;
	padding:0 0 5px;
}
.title th a {
	background:url(../images/ico-sort.gif) no-repeat 100% 50%;
	padding:0 9px 0 0;
	color:#333;
}
.title th.active a {background:url(../images/ico-sort-active.gif) no-repeat 100% 50%;}
.dark {background:#eeece8 !important;}
.transactions .date {
	width:70px;
	padding:0 0 5px 20px !important;
}
.transactions tr td:first-child {padding-left:20px;}
.transactions .address {width:149px;}
.transactions .price {width:79px;}
.transactions .seller {width:122px;}
.transactions .buyer {width:183px;}
.transactions .country {width:68px;}
.transactions .asset {width:93px;}
/* view all box */
.more {
	width:764px;
	margin:0 auto;
	background:url(../images/bg-bottom-table.gif) repeat-x !important;
	overflow:hidden;
	padding:12px 0 9px 20px;
}
.more a {
	background:url(../images/bull-more.gif) no-repeat 100% 50%;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:0 14px 0 0;
	line-height:14px;
}
.more a:hover {
	text-decoration:none;
	color:#ebebeb;
}
/* footer */
#footer {
	background:#5b5750 url(../images/bg-footer.gif) repeat-x;
	width:744px;
	margin:0 auto;
	overflow:hidden;
	padding:10px 28px 36px;
	font-size:11px;
}
#footer p{
	margin:0;
	font-weight:bold;
	color:#afafaf;
}
.copy {float:left;}
.copy a{color:#fff;}
.copy a:hover {
	text-decoration:none;
	color:#ebebeb;
}
.tel {float:right;}
.tel span {color:#fff;}
