/* ----------------------------------------------
	Site Name : The Met on Ellerslie 
	Author : Glen Adams
	Author URI : http://www.walkerdesigns.com.au/       
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body, html {
	font: 13px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #fff; 	
	margin: 0; 
	padding: 0 0 50px 0; 
	background: #d5d0c9;
	text-align: center;
	height: 100%;
	height: auto!important;
}

/* Links */
a {
	text-decoration: none;
	color: #c5b26a; 	
}
a:hover {
	border-bottom: 1px solid #c2af69;
}

/* Headers */
h2, h3 {
	font: normal 1em/1.5em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #fff;
	padding: 10px 0px 0px 0px;
	margin: 0;
}

h3.townhouse {
	padding: 20px 0 0 0;
}

h1 {
	font-size: 345%;	
	font-weight: normal;
	letter-spacing: -2px;	
}
h2 {
	font-size: 180%;
	color: #fff;	
}
h3 {
	font-size: 150%;	
	font-weight: normal;
	color: #c2af69;	
	
}

p, dl { 
	padding: 7px 10px 6px 0; 
	margin: 0;
	color: #FFFFFF;
}

ul, ol {
	margin: 10px 0 10px 13px;
	padding: 0;
}
ul { 
	list-style: bullet; 
}

dt {
	font-weight: bold;
	color: #895F30;
}
dd {
	padding-left: 25px; 
}

/* Images */
img {
	padding: 0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
    border: 1px solid #F0F0F0;
	background: #F0F0F0 url(quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #555;	
}

/* start - table */
/*
table {
	border-collapse: collapse;
	margin: 10px 0;	
}
th {
	color: #555;
	background: #E6E6E6;
	height: 50px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: right;
	font-size: 8px;	
	line-height: 1.2em;
	letter-spacing: -.2px;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;	
}
tr {
	background: #3d4d60;
	font-size:11px;	
	line-height: 1.2em;
}
td {
	padding: 5px;
	border: 2px solid #29394B;
	text-align: right;
}	

td.address {
	padding-left: 5px;
	padding-right: 5px;
	border: 2px solid #29394B;
	text-align: left;
	font-size: 11px;
}
*/
span.address {
	text-align: left;
	font-size: 8px;
}

/* end - table */

/* form elements */
#fcf2 {
	width:470px;
}

#fcf2 p {
	text-align:center;
	font-size:10px;
	padding:8px;
}
#fcf2 em {
	color:#F00;
}

#fcf2 div.r {
	clear: both;
	padding-bottom: 5px;
}
#fcf2 label {
	float: left;
	width: 120px;
	text-align: right;
	color:#FFFFFF;
}
#fcf2 span.f {
	float: right;
	width: 335px;
	text-align: left;
}
#fcf2 span.tick {
	float: right;
	width: 335px;
	margin: 10px 0 0 0;
	text-align: left;
}

#fcf2 span.answer {
	float: right;
	width: 335px;
	margin: 10px 0 0 0;
	text-align: left;
}

#fcf2 div.sp {
	clear: both;
	margin-top: 20px;
}

#fcf2 .req {
	font-weight:bold;
}


form {
	margin: 15px 0px; 
	padding: 5px 10px 20px 10px;
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 325px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 115px;
	color: #666666; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#header-wrap {
	position: relative;
	margin: 0 auto;
	width: 956px;
	height: 393px;
	text-align: left;	
}
#header-photo {
	position: absolute;
	top: 62px; 
	left: 0;	
	padding: 0;		
	height: 287px; 
	width: 956px;
	clear: both;
}
#header-photo img  {
	border: none;
	margin: 0; 
	padding: 0;
} 

#nav_bg img  {
	border: none;
	margin: 0; 
	padding: 0;
} 

#pano {
	height: 173px;
	margin: 0 0 0 15px;
	width: 926px;
	clear:both;
}


/*  Navigation  */
div.pullOut1 h3, div.pullOut1 p {
	width: 281px;
	height: 62px;
	margin: 0;
	padding:0;
	/* text-indent: -9000px; */
}
div.pullOut2 h3, div.pullOut1 p{
	width: 281px;
	height: 62px;
	margin: 0;
	/* text-indent: -9000px; */
}
div.pullOut3 h3, div.pullOut1 p {
	width: 281px;
	height: 40px;
	/* text-indent: -9000px; */
}
div.pullOut4 h3, div.pullOut1 p{
	width: 281px;
	height: 40px;
	/* text-indent: -9000px; */
}
div.pullOut5 h3, div.pullOut1 p {
	width: 281px;
	height: 62px;
	margin: 0;
	/* text-indent: -9000px; */
}
div.pullOut6 h3, div.pullOut1 p {
	width: 281px;
	height: 62px;
	margin: 0;
	/* text-indent: -9000px; */
}

div.pullOut1 h3 a:link, 
div.pullOut1 h3 a:visited, 
div.pullOut1 h3 a:active {
	/*background: transparent url(../images/penthouse.jpg) left top no-repeat;*/
	display: block;
	width: 281px;
	height: 62px;
	margin:0;
	padding:0;
}
div.pullOut1 h3 a:hover{
	1background: transparent url(../images/penthouse.jpg) left bottom no-repeat;
	height: 62px;
	border-bottom: none;
}

div.pullOut2 h3 a:link, 
div.pullOut2 h3 a:visited, 
div.pullOut2 h3 a:active {
	background: transparent url(../images/location.jpg) left top no-repeat;
	display: block;
	width: 281px;
	height: 62px;
}
div.pullOut2 h3 a:hover{
	background: transparent url(../images/location.jpg) left bottom no-repeat;
	height: 62px;
	border-bottom: none;
}

div.pullOut3 h3 a:link, 
div.pullOut3 h3 a:visited, 
div.pullOut3 h3 a:active {
	background: transparent url(../images/enquiry.gif) left top no-repeat;
	display: block;
	width: 281px;
	height: 40px;
}
div.pullOut3 h3 a:hover{
	background: transparent url(../images/enquiry.gif) left bottom no-repeat;
	height: 40px;
	border-bottom: none;
}

div.pullOut4 h3 a:link, 
div.pullOut4 h3 a:visited, 
div.pullOut4 h3 a:active {
	background: transparent url(../images/compare.gif) left top no-repeat;
	display: block;
	width: 281px;
	height: 40px;
}
div.pullOut4 h3 a:hover{
	background: transparent url(../images/compare.gif) left bottom no-repeat;
	height: 40px;
	border-bottom: none;
}

div.pullOut5 h3 a:link, 
div.pullOut5 h3 a:visited, 
div.pullOut5 h3 a:active {
	background: transparent url(../images/gallery.jpg) left top no-repeat;
	display: block;
	width: 281px;
	height: 62px;
}
div.pullOut5 h3 a:hover{
	background: transparent url(../images/gallery.jpg) left bottom no-repeat;
	height: 62px;
	border-bottom: none;
}

div.pullOut6 h3 a:link, 
div.pullOut6 h3 a:visited, 
div.pullOut6 h3 a:active {
	background: transparent url(../images/penthouse_plans.jpg) left top no-repeat;
	display: block;
	width: 281px;
	height: 62px;
}
div.pullOut6 h3 a:hover{
	background: transparent url(../images/penthouse_plans.jpg) left bottom no-repeat;
	height: 62px;
	border-bottom: none;
}



#nav_bg {
	position: absolute;
	top: 0; 
	left: 0;	
	padding: 0;		
	height: 62px; 
	width: 956px;
	clear: both;
}

#nav {
	position: absolute;
	margin: 0; 
	padding: 0;		
	width: 880px;	
	left: 40px;	
	top: 16px;	
}
#nav ul {
	float: left;
	list-style: none;
	width: 880px;		
	height: 43px;
	margin: 0; 
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; 
	padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	
	padding: 0px 11px 0 11px;
	font: bold 14px/35px 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	text-decoration: none;	
	color: #29281f;	
	line-height: 46px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #fff;
	background: none;
	border: none;
}
#nav ul li#current a {	
	background: #d5d3d6 url(../images/nav-current.jpg) repeat-x;
}
	
#header-wrap h1#logo {
	background: transparent url(../images/logo.jpg) center top no-repeat;
	height: 115px;
	left: 54px;
	position: absolute;
	top: 107px;
	text-indent: -9000px;
	width: 261px;
}
#header-wrap h1#logo a {
	height: 115px;
	display: block;
}

#header-wrap h1#logo a:hover {
	background-color: transparent; 
	border: none ;
}
	

#header-wrap p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.2em;
	text-transform: none;
	color: #978d7c;
	width: 400px;
	top: 250px;
	left: 60px;
}
#header-wrap p#intro span.large {line-height: 1.2em; font-size: 1.5em;}
#header-wrap p#intro em.white {color: #fff;}
#slideshow {
	position: absolute;
	margin: 0;
	padding: 0;
	height: 331px;
	width: 571px;
	top: 31px;
	left: 185px;
}



#content-wrapper {
	width: 956px;
	margin: 0 auto;	
	text-align: left;
	margin-bottom: 0;
	min-height: 100%;
	background: #31302b url(../images/content-bg.jpg) repeat-y;		

}
#content {
	float: left;
	width: 926px;
	margin-left: 15px;
/*	outline: 1px dashed red;	 */
	padding:0;
	margin-bottom: 30px;
}

#content.penthouse {
	float: left;
	width: 926px;
	margin-left: 20px;
	background: transparent url(../images/header_bg_penthouse_2.jpg) no-repeat;
		
}

#content.townhouses {
	float: left;
	width: 926px;
	margin-left: 20px;
	background: transparent url(../images/header_bg_townhouse_2.jpg) no-repeat;
		
}

.col-one {
	clear:both;
	margin-right: 340px;
	padding-left: 40px;
	_padding-left: 20px;
	width: 540px;
	
	margin-left:52px;
	margin-top:-10px;
	width: 520px;
	
}
.fancyBorder {
	background: url(../images/thick-border.png) no-repeat left 0px;
	border-left: 1px solid #454543; 
}
.min-height-500 {
	1outline: 1px solid red;
	min-height: 500px;
	
}
.min-height-450 {
	min-height: 450px;	
}
.penthouse-one {
	float: left;
	width: 250px;

}

.penthouse-two {
	float: left;
	width: 250px;
	margin-left: 40px;

}

.col-two {
	float: left;
	width: 320px;
	margin-left: -320px;
	_margin-left: -340px;
	margin-top: 15px;
	1outline: 1px solid red;
}
.col-one, 
.col-two {
	padding-bottom: 10px;
}

#content .col-one h2 {
	padding-bottom: 0px;
	font: normal 3em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #fff;
	text-transform: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}
#content .col-one h2 a {
	color: #000;
	text-decoration: none;	
	background: none; 
	border: none;
}
#content .col-one ul li {
	list-style-image: url(bullet.gif);
}
#content-wrapper .col-two h3 {
	color: #111;
	font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 3px 10px;
	margin: 0;
}

#content .col-one .compare{
	margin-top: 20px;

}

p.bedroom {
	padding: 0; 
	margin: 2px 0;
	color: #FFFFFF;
}


/* sidebar menu */
ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; 
	padding: 0;
	text-decoration: none;		
	background: url(dots.gif) repeat-x left top;
}
ul.sidemenu li {
	list-style: none;
	background: url(dots.gif) repeat-x left bottom;
	padding: 6px 10px;
	margin: 0;		
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #666666;		
}
ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
ul.sidemenu li a:hover {	
	color: #000;	
	background: none;
	border: none;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }


/* footer */
#footer-wrapper {
	clear:both;
	width: 956px;
	margin: 0 auto;
	text-align: left;
	font: normal .9em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;			
}

#footer-wrapper a {
	color: #fff;
	background: transparent;
}

#footer-bottom {
	width: 956px;
	height: 80px;
	margin: 0 auto;	
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 55px;	
}


/* MISC ---------------------------------- */
/* float clearing for IE6 */
* html .clearfix, 
* html div.artist,
* html div.sponsors {
	height: 1%;
  	overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix,
*+html div.artist,
*+html div.sponsors{
   	min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after,
div.artist:after,
div.sponsors:after {
 	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}



/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

.Accordion2 img  {
	border: none;
	margin-left: 20px; 
	padding: 0;
} 

.Accordion {
	display:block;
	width: 520px;
	overflow: hidden;
	margin: 10px 0;
}

.Accordion p{
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	margin: 0 20px;
	color: #29394b;
	
}

.Accordion h3{
	font: 14px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	margin: 0 20px;
	color: #29394b;
	
}

.Accordion h3 a{
	font: 14px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #29394b;
	
}

.Accordion h3 a:hover{
	font: 14px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #29394b;
	border-bottom: 1px solid #29394b;
}

.Accordion2 {
	display:block;
	width: 520px;
	overflow: hidden;
	margin: 10px 0;
}

.Accordion2 p{
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	margin: 0 20px;
	color: #29394b;
	
}

.Accordion2 h3{
	font: 14px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	margin: 0 20px;
	color: #29394b;
	
}

.Accordion2 h3 a{
	font: 14px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #29394b;
	
}

.Accordion2 h3 a:hover{
	font: 14px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #29394b;
	border-bottom: 1px solid #29394b;
}

.AccordionPanel {
	display:block;
	margin: 0px;
	padding: 0px;
	background-color: #a9b7c7;

}

.AccordionPanelTab {
	display:block;
	background-color: #304052;
	border-top: solid 1px #29394b;
	border-bottom: solid 1px #29394b;
	margin: 0px;
	padding: 2px 2px 2px 10px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}


.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 200px;
}

.AccordionPanelOpen 
.AccordionPanelTab {
	background-color: #a9b7c7;
}

.AccordionPanelTabHover {
	color: #c5b26a;
}
.AccordionPanelOpen 
.AccordionPanelTabHover {
	color: #29394b;
}

.AccordionFocused 
.AccordionPanelTab {
	background-color: #304052;
}

.AccordionFocused 
.AccordionPanelOpen 
.AccordionPanelTab {
	background-color: #a9b7c7;
}

p.pdf {padding-left:20px;background: url(../images/pdf_icon.gif) no-repeat left 2px;}
p.modal {padding-left:20px;background: url(../images/jpeg.png) no-repeat left 2px;}
p.contact {color: #b49463;}
.gmnoprint {color: #000}
.hr {
	color: #454543;
	background-color: #454543;
	height: 1px;
	margin-top: 1em;
}
td.thumb {1padding-top: 25px;}
table.apartements img {border: 1px solid #C5B26A;}
.bushby a:link, .bushby a:visited, .bushby a:hover {border:none;}