body
{
	margin: 0;
	padding: 0;
	background-color: #FFEFD4;
}

/* LAYOUT */

.mainframe
{
	position: relative;
	width: 995px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	/*border: solid 1px #FFE2A3;*/
}

.header
{
	position: relative;
}

.logo
{
	margin: 15px 0px 15px 5px;
}

.header img
{
	border-width: 0px;
}

.footer-links
{	
	background-color: #008A00;
	color: #FFFFFF;
	font-size: 0.7em;
	padding: 3px 5px 3px 5px;
	text-align: center;
}

.footer-links a
{
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
}

.footer-links a:hover
{
	text-decoration: underline;
}

.footer-copyrights
{
	background-color: #E40000;
	color: #FFFFFF;
	font-size: 0.7em;
	padding: 3px 5px 3px 5px;
}

.footer-empty
{
	clear: both;
	width: 585px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
}

.content
{
	margin-top: 10px;
}

.left-pane
{
	float: left;
	width: 200px;
}

.main-pane
{
	position: relative;
	float: left;
	margin-left: 5px;
	width: 585px;	
}

.right-pane
{
	margin-left: 790px;
	width: 200px;
}

/* LAYOUT END */

/* LINKS SECTION  */

.links
{
	border-top: 1px dotted #CCCCCC;
	margin-bottom: 5px;
}

.links a span
{}

.links a
{
	display: block;
	text-decoration: none;
	font-size: 0.8em;
	color: #666666;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	white-space: nowrap;
	overflow: hidden;
}

.links a:hover
{
	background-color: #FFFEEC;
}

.links a:hover span
{
	background-color: #008800;	
}

.links a:visited
{
	color: #666666;
}

.links a.selected
{
	background-color: #FFFEEC;
}

.links a.selected span
{
	background-color: #D50000 !important;
}

/* LINKS SECTION END */


/* LINKS-RIGHT-MENU SECTION  */

.links-right-menu
{
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
}


.links-right-menu a
{
	text-decoration: none;
	font-size: 0.8em;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
}

/* LINKS-RIGHT-MENU SECTION END */



/* BANNERS */

.banners
{
	text-align: center;
}

.banners a img
{
	border-width: 0;
	margin-top: 5px;
}

/* BANNERS END */

.producer
{
	float: right;
}

.producer a
{
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
}

.producer a:hover
{
	text-decoration: underline;
}

/* NEWS */
.news
{
	background-color: #FFB10A;
	color: #FFFFFF;
	font-size: 0.9em;
	text-align: center;
	font-weight: bolder;
	letter-spacing: 3px;	
}

.news-title
{	
	margin-top: 8px;
	font-size: 0.7em;
	font-weight: bolder;	
	color: #0084FF;		
}

.news-title a
{
	color: #0084FF;
	text-decoration: none;
}

.news-title a:hover
{
	text-decoration: underline;
}

.news-title a:visited
{
	color: #0084FF;
}

.news-date
{
	font-size: 0.6em;
	color: #666666;
}

.news-body
{
	font-size: 0.7em;
}

/* NEWS END*/

/* SEARCH */

.search-title
{
	background-color: #FFB10A;
	color: #FFFFFF;
	font-size: 0.9em;
	text-align: center;
	font-weight: bolder;	
	letter-spacing: 3px;
	margin-bottom: 8px;
}

.search-controls
{
}

.search-controls select
{
	width: 128px;
}

.search-controls input
{
	width: 190px;
}

.search-button
{
	width: 60px !important;
	color: #000000;
	background-color: #FFEFD4;
	cursor: pointer;
}

.search-spacer
{
	height: 3px;
	line-height: 5px;
}

/* SEARCH END */

/* CATEGORYES */

.categories
{
	margin-bottom: 5px;
}

.categories table
{
	width: 100%;
	border: 0;
}

.categories a img
{
	border-width: 0px;
}

.categories table tr td 
{
	text-align: center;
}

.categories table tr td a
{
	color: #0084FF;
	font-size: 1em;
	text-decoration: none;
}

.categories table tr td a:hover
{
	text-decoration: underline;
}


/* CATEGORYES END */

/* OFFER SHORT */

.offer-short
{
	position: relative;
	border: solid 1px #FFAE00;
	padding: 5px;
	margin: 5px;
}

.offer-short:hover
{
	background-color: #FFFEEC;
}

.offer-short-image
{	
	float: left;
	width: 142px;
	padding: 0px;
}

.div-top
{
	text-align: center;
	font-size: 0.7em;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #D50000;
}

.offer-short-image a img
{
	border: 1px solid #D50000;
}

.offer-short-image a:hover img
{
	border: 1px solid #000000;
}

.offer-short-title
{
	padding-left: 5px;
	padding-right: 5px;
	background-color: #008A00;	
	margin-left: 147px;
	font-size: 0.8em;
	font-weight: bolder;
}

.offer-short-title a
{	
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

.offer-short-title a:hover
{	
	color: #EAF4E8;
}

.offer-short-text
{
	margin-left: 147px;	
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0.8em;
}

.offer-short-footer
{
	clear: both;
	padding-top: 5px;
	clear: both;
	position: relative;
	font-size: 0.7em;
	font-weight: bolder;
}

.offer-short-footer span
{
	position: absolute;
	left: 152px;
	font-weight: bolder;
	color: #666666;
}

.offer-short-footer a
{
	color: #0084FF;
	text-decoration: none;
	float: right;
}

.offer-short-footer a:hover
{
	text-decoration: underline;
}

a.offer-short-footer-price-list
{
	color: red;
	text-decoration: none;
	float: none;
}

/* OFFER SHORT END */

/* OFFER */

.offer-title
{
	padding-right: 5px;
	margin: 5px;
	font-size: 0.8em;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #008A00;
}

.top
{
	margin-right: 5px;
	margin-left: 1px;
	color: #FFFFFF;
	background-color: #D50000;
	font-size: 0.9em;
	line-height: 1em;
}

.offer-images
{
	margin-left: 5px;
}

.offer-images a img
{
	margin-right: 5px;
	margin-bottom: 5px;
	border: solid 1px #FFB10A;
}

.offer-images a:hover img
{
	border-color: #000000;
}

.offer-text
{
	margin-left: 5px;
	margin-right: 5px;
	font-size: 0.8em;
	line-height: 1.3em;
}

.offer-text span.title
{
	font-weight: bolder;
	color: #666666;
}

.offer-text span.price
{
	font-weight: bolder;
	color: #D50000;
	font-weight: bolder;
}

.offer-text a.enquiry
{
	margin-right: 5px;
	float: right;
}

a.prices
{
	font-weight: bolder;
	font-size: 1.2em;
	color: red;
	text-decoration: none;
}

a.prices:hover
{
	text-decoration: underline;
}


.offer-text a.enquiry, .offer-text a.complex
{
	font-weight: bolder;
	font-size: 0.9em;
	color: #0084FF;
	text-decoration: none;
}

.offer-text a.enquiry:hover, .offer-text a.complex:hover
{
	text-decoration: underline;
}

.property-list-title
{
	background-color: #FFB10A;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bolder;
	letter-spacing: 3px;	
	text-align: center;
	margin: 10px 5px 5px 5px;
	padding-left: 5px;
}

/* OFFER END */

/* ENQUIRY FORM */

.form-title
{
	padding: 2px;
	margin: 5px;
	font-size: 0.8em;
	font-weight: bolder;
	letter-spacing: 5px;
	text-align: center;
	color: #FFFFFF;
	background-color: #008A00;
}

.form-body 
{
	position: relative;
	width: 500px;
	height: 550px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
	font-weight: bolder;
	color: #666666;	
}

.form-content
{
	position: absolute;
	z-index: 100;
}

img.envelope
{
	position: absolute;
	top: -15px;
	right: 0px;
	z-index: 1;
}

.form-body input, .form-body textarea
{
	background-color: #EFF5E0; 
	color: #000000;
	width: 400px;
}

.star
{
	color: #D50000;
	font-size: 0.8em;
}

/* ENQUIRY FORM */

.path
{
	margin: 5px;
	color: #005782;
	font-size: 0.8em;
}

.path a
{
	text-decoration: none;
	color: #0084FF;
}

.path a:hover
{
	text-decoration: underline;
}

.page-text
{
	margin-left: 5px;
	margin-right: 5px;
}

.map
{
	margin-left: 5px;
	margin-right: 5px;
	font-size: 0.8em;
	line-height: 1.3em;
	vertical-align: middle;
}

.map a
{
	text-decoration: none;
	color: #0084FF;
}

.map a:hover
{
	text-decoration: underline;
}


.paging-selected
{
    font-weight: bold;
}

.paging
{
	font-size: 0.7em;
	text-align: center;
	color: #666666;
	margin-top: 15px;
}

.paging a
{
	color: #0084FF;
	text-decoration: none;
}

.paging a:hover
{
	text-decoration: underline;
}

.paging a:visited
{
	color: #0084FF;
}

.intro {
	MARGIN-TOP: 10px; 
	MARGIN-LEFT: 10px; 
	MARGIN-RIGHT: 10px; 
	FONT-SIZE: 0.7em; 
	COLOR: #000000;
	font-weight: normal;
	text-align: justify;
	
}
