*	GENERAL PAGE STYLES
*/

* {
	margin: 0px
	border: 0px;
	padding: 0px;
	color: #000;
	font-family: Times New Roman, Serif;
	}
 a img {
 	border: 0px;
 	}
 	
.clear {
	clear: both;
	}	


#optionbar, .mainmenu, #leftcolumn, #footer, .hidden, .displace  {
	display: none;
	}


/*
*	HEADER STYLES
*/	

#header {
	width: 100%
	}
	
#header .logo h1 {
		display: block;	
		float: right;
		font: 32pt italic;
	}

.headerbottom {
	display: none;
	}
	
/*
*	MAIN COLUMN
*/

#maincolumn {
	
	}
	
.features {

	}
	
.column-left {

	}
	
.column-right {

	}
	
.column-one {

	}
	
.column-two {

	}
	
.column-three {

	}

.widecolumn {

	}
	
.thincolumn {

	}
	
#maincolumn ul {

	}
	
#maincolumn ol {

	}
	
/*
*	LINK STYLES
*/

a {
	text-decoration: none;
	}

#maincolumn p a:after {
	content: " (www.homes4u.co.uk"attr(href)") ";
	font-size: 12pt;
	color: #999;
	}

	
/*
*	FONT STYLES
*/
	
h1 {
	color: #444;
	font-size: 24pt;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	}
	
h2 {
	color: #666;
	font-size: 16pt;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	}
	
h3 {
	color: #444;
	font-size: 14pt;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0px;
	text-decoration: underline;
	}
	
h4 {
	font-size: 12pt;
	color: #002D56;
	}
	
	
h5 {

	}
	
h6 {

	}
	
p  {
	line-height: 1.4em;
	font-size: 12pt;
	margin-bottom: 20px;
	}
	
	
/*
*	BANNER STYLES
*/

.salesbanner, .rentalbanner {
	display: none;
	}

/*
*	PROPERTY BROWSE STYLES
*/

.property-box {
	width: 100%;
	border-bottom: 1px solid #666;
	margin-top: 40px;
	}
	
.property-box .title, .property-box .price {
	color: #444;
	font-size: 14pt;
	line-height: 1.2em;
	font-weight: normal;	
	display: block;
	}

.property-box img {
	clear: both;
	position: relative: 
	left :0px;
	}
	
/*
*	PROPERTY STYLES
*/

.property-cost {
	float: left;
	font-size: 14pt;
	font-weight: bold;
	}
	
.property-reference {
	float: right;
	font-size: 14pt;
	font-weight: bold;
	}

.property-column1 {
	width: 100%;
	}
	
.property-column1 img {
	text-align: center;
	width: 400px;
	margin: auto;
	border: 0px;
	margin: 20px 0px 20px 0px;
	}
	
.property-column2 {
	display: none;
	}
	
.options {
	display: none;
	}