@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
img {border:0;}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333;
	background:#000;
}
.clear { clear:both; }
.nopad {	padding:0 !important; }
#container {
	width:974px;
	margin:0 auto;
	padding:10px 0 20px;
}
#wrapper {
	background:#fff !important;
	width:1020px;
	margin:0 auto;
	padding:8px 0 0;
}
/*   HEADER   */
#header {
	width:999px;
	height:318px;
	margin:0 auto;
	background:url(../images/head-bg.png) no-repeat;
	padding:12px 0 0;
}
#punthill {
	width:976px;
	height:258px;
	margin:0 0 0 14px;
	z-index:-1;
}
#flash {
	z-index:2;
}
#flash img {
	margin:0 0 0 -2px;
}
#mainmenu {
	width:976px;
	margin:2px 0 0 12px;
	background:url(../images/menu-bg.png) repeat-x;
	height:46px;
	overflow:hidden;
}
#mainmenu ul {
	list-style:none;
}
#mainmenu ul li {
	float:left;
}
#mainmenu li a {
	display:block;
	padding:15px 20px;
	text-decoration:none;
	color:#fff;
	font-size:14px;
	font-weight:700;
	text-transform:lowercase;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.7);
}
#mainmenu li a:hover, #mainmenu #current {
	background:url(../images/menu-bg-b.png) repeat-x;
}

/*   BUTTONS   */
#flinders a{
	background-image:url(../images/btn-flinders.png);
}
#little-bourke a{
	background-image:url(../images/btn-little-bourke.png);
}
#manhattan a{
	background-image:url(../images/btn-manhattan.png);
}
#south-yarra-grand a{
	background-image:url(../images/btn-south-yarra-grand.png);
}
#south-yarra a{
	background-image:url(../images/btn-south-yarra.png);
}
#stanton a{
	background-image:url(../images/btn-stanton.png);
}
#burwood a{
	background-image:url(../images/btn-burwood.png);
}
#essendon a{
	background-image:url(../images/btn-essendon.png);
}
#knox a{
	background-image:url(../images/btn-knox.png);
}
#oakleigh a{
	background-image:url(../images/btn-oakleigh.png);
}
#williamstown a{
	background-image:url(../images/btn-williamstown.png);
}
#north-shore a{
	background-image:url(../images/btn-north-shore.png);
}
#dandenong a{
	background-image:url(../images/btn-dandenong.png);
}

/*   LEFT COLUMN   */
#leftcol {
	width:200px;
	float:left;
	padding:0 0 20px;
}
#leftcol ul {
	list-style:none;
}
#leftcol h4{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#202020;
	font-weight:700;
	text-align:center;
	padding:20px 0 0;
}
#leftcol ul li ul li {
	margin:4px 0 0;
}
#leftcol ul li ul li a{
	display:block;
	margin:0 auto;
	width:161px;
	height:26px;
	text-indent:-9999px
}
#leftcol ul li ul li a:hover{
	background-position:bottom;
}

/*    FOOTER   */
#footer {
	border-top:1px solid #ccc;
	padding:20px 0 0 ;
	color:#7f7f7f;
	font-size:10px;
	clear:both;
	margin:20px 0 0;
	display:inline-block;
}
#footer a {
	color:#7f7f7f;
	text-decoration:none;
}
#footer a:hover {
	color:#333;
}
#footer p {
	margin:0 0 15px 0;
}




/*   MISC   */
/*5;10;15;20;50*/
#midcol form div center div {
}
a.bedrooms {
	color:#fff !important;
	font-weight:100 !important;
}
a.bedrooms:hover {
	color:#f57d31 !important;
}