﻿*{
	padding: 0;
	margin: 0;
}
body{
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
	background: #fff url(../img/bg_body_02.jpg) no-repeat top center;
}
a{
	color: #36c;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h1, h2, h3, h4{
	font-weight: normal;
	font-size: 1.5em;
}
address{
	font-style: normal;
	font-weight: bold;
}
body#product-details address{
	font-weight: normal;
}
.clear{
	clear: both;
}
#wrapper{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 999px;
}
#header{
	height: 152px;
	padding-top: 4px;
}

#header h1 {
  background: transparent url(../img/homesmine_logo2.gif) no-repeat scroll left top;
  height: 87px;
  left: 28px;
  position: absolute;
  text-indent: -1000em;
  top: 9px;
  width: 245px;
}

table#leaderboard{
	margin: 5px 0 0 269px;
	width: 730px;
	height: 92px;
	text-align: center;
}
table#leaderboard th, td{
	padding: 0;
	border: none;
}
#header h1 a{
	display: block;
	width: 230px;
	height: 87px;
}
#nav, #subnav {
  display: inline;
  position: absolute;
  top: 112px;
}
#nav{
  left: 30px;
  top: 105px;
}
#nav li, #subnav li{
	float: left;
	padding: 0 10px;
	list-style-type: none;
}
#nav li{
	padding: 0;
	position: absolute;
	top: 0px;
}
#nav li a{
	display: block;
	padding: 10px;
	color: #333;
	width: 110px;
}
#nav li.selected a{
	color: #36c;
}
#nav li.selected a:hover, #nav li a:hover{
	text-decoration: none;
	color: #f60;
}
#nav li#buy	{
	left: 10px;
}
#nav li#rent	{
	left: 86px;
}
#nav li#agent {
	left: 168px;
}
#nav li#new {
	left: 310px;
}
#subnav{
	color: #fff;
	right: 10px;
}
#subnav a{
	color: #fff;
}

/* comment by Vivek Bhosale
#footer{
	background: #61646B url(../img/footer.jpg) repeat top center;*/
/* comment by chetan 
	padding-top: 15px;
	margin-top: 40px; */
	/* comment by Vivek Bhosale
	font-size: 0.90em;
	text-align: center;
	color: #fff;
}
#footer p{
	margin: 5px 0;
}
*/
span.throbber{
	background: transparent url(../img/mini_throbber.gif) no-repeat center left;
	padding: 5px 0;
	padding-left: 24px;
}


/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/
html, body {   /*removed id '#wrapper' by Vivek Bhosale*/
	height: 100%;
}
body {  /*removed id 'body > #wrapper' by Vivek Bhosale*/
	height: auto;
	min-height: 100%;
}
#content {
	padding-bottom: 89px; /* must be same height as the footer */
	margin-bottom: 40px;
}  
.PropSalesInfo
{
	color:#FF0000;
}
.TilePropSalesInfo
{
	/*font-family:Verdana, Arial, Helvetica, sans-serif; */
	font-weight:bold;
	color:#FF0000;
	/*height:inherit;
	font-size:10pt;			*/
}
/* comment by Vivek Bhosale
#footer {
	position: relative;*/
/* comment by chetan	margin-top: -89px;  negative value of footer height */
	/* comment by Vivek Bhosale
	height: 89px;
	clear: both;
} */
/* CLEAR FIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#sponsor-wrapper{
	position:relative;
	margin:0 auto;
	width:999px;
	text-align:right;
}
#sponsor-wrapper .sponsor-banner{
	position:absolute;
	margin-top:-19px;
	right:0;
	top:0;
}
