@charset "utf-8";
/* CSS Document */
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
	font-size: 11px;
}

.leftpanel {
	background-color: #d8d7d8;
}
.rightpanel {
	background-color: #f0f0f0;
}

.bg_website {
	background-image: url(../images/background/bg_website_wide.jpg);
	background-repeat:no-repeat;
}
.bg_bottom {
	background-image: url(../images/interface/bottom.jpg);
}

.bg_heading_rightcol {
	background-image: url(../images/background/bg_heading_rightcol.gif);
}

.bg_heading_leftcol {
	background-image: url(../images/background/bg_heading_leftcol.gif);
}

a:link, a:visited {
	color: #e51937;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


/* NAVIGATION ROLLOVERS */
a.home:link, a.home:visited {
	display: block;
	background: url(../images/navigation/home.gif) no-repeat;
	height: 55px;
}

a.home:hover {
	background-position: 0px -55px;
}

a.search:link, a.search:visited {
	display: block;
	background: url(../images/navigation/search.gif) no-repeat;
	height: 55px;
}

a.search:hover {
	background-position: 0px -55px;
}

a.estate:link, a.estate:visited {
	display: block;
	background: url(../images/navigation/estate.gif) no-repeat;
	height: 55px;
}

a.estate:hover {
	background-position: 0px -55px;
}

a.property:link, a.property:visited {
	display: block;
	background: url(../images/navigation/property.gif) no-repeat;
	height: 55px;
}

a.property:hover {
	background-position: 0px -55px;
}

a.news:link, a.news:visited {
	display: block;
	background: url(../images/navigation/news.gif) no-repeat;
	height: 55px;
}

a.news:hover {
	background-position: 0px -55px;
}

a.contact:link, a.contact:visited {
	display: block;
	background: url(../images/navigation/contact.gif) no-repeat;
	height: 55px;
}

a.contact:hover {
	background-position: 0px -55px;
}
a.logoff:link, a.logoff:visited {
	display: block;
	background: url(../images/navigation/logoff.gif) no-repeat;
	height: 55px;
}

a.logoff:hover {
	background-position: 0px -55px;
}


