/*
		METWAY REAL ESTATE
*/
@import url('reset.css');
@import url('dropdown.css');
@import url('dynamicText.css');

/*----------	LaYoUT STYLeS	----------*/
body {
	margin: 0;
	padding: 0;
	color: #050505;
	font-size: 11px;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FEEC90 url(../images/core/bg.jpg) top center repeat-x;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	border-right: 1px solid #DAC062;
	border-left: 1px solid #DAC062;
	background: #FCD920;
}

.column-left { float: left; width: 80px; }
.column-right { float: right; width: 720px; }

/*----------	CoMMoN STYLeS	----------*/
a { color: #D1181F; text-decoration: none; }
a:hover { text-decoration: underline; }
hr { border: none; border-top: 1px solid #887511; margin: 10px; clear: both; }
strong { font-weight: bold; }
h1 { color: #D1181F; font-size: 16px; line-height: 18px; font-weight: bold; margin: 10px 0 20px 0; }
h2 { color: #000; font-size: 15px; line-height: 18px; font-weight: bold; margin: 20px 0 20px 0; }
h3 { color: #D1181F; font-size: 14px; line-height: 18px; font-weight: bold; margin: 10px 0 20px 0; }
h4 { color: #D1181F; font-size: 13px; line-height: 18px; font-weight: bold; margin: 10px 0 20px 0; }
h5 { color: #D1181F; font-size: 12px; line-height: 18px; font-weight: bold; margin: 10px 0 20px 0; }
p { margin: 15px 0; }

.clear { clear: both; display: block; }
.hidden { display: none; }
.phone { font-weight: bold; color: #D1181F; }
ul.list li { float: left; margin: 0 10px 10px 0; }

#logos { width: 80px; }
#logos img { margin: 10px 0; }

#text_container { width: 620px; padding-right: 100px; padding-top: 20px; background: #FCD920 url(../images/core/realestate-right.gif) bottom right no-repeat; }
#text { margin: 20px 20px 0 20px; padding-bottom:20px; }

#ordlist { margin-left:20px; }

img#mudmap { float: right; margin: 0 50px; }

a#PDF { background: url(../images/logo-PDF.gif) left no-repeat; padding-left: 20px; height: 16px; }

/*----------	HeaDeR STYLeS	----------*/
#header { position: relative; height: 245px; width: 720px; }
#header #logo { position: absolute; top: 33px; left: 20px; }
#header #slogan { position: absolute; top: 33px; left: 158px; }
#header #flash { position: absolute; top: 88px; left: 0px; }
#header #details { position: absolute; top: 45px; left: 560px; text-align: right; margin: 0 0px 5px 0; }


/*----------	FeaTUReD STYLeS	----------*/
#feature_holder { width: 100%;  color: #FFFFFF; margin: 0 15px 30px 0px; text-align: center; }
#feature_holder h1 { margin-left: 20px; }
.featured { text-align: center; width: 170px; height: 155px; background-color: #000000; margin: 0px 0px 20px 100px; position: relative; float: left; font-size: 10px; }
.featured .name { text-align: left; margin: 0; position: absolute; top: 135px; left: 10px; text-transform: uppercase; }
.featured .price { text-align: right; margin: 0; position: absolute; top: 135px; right: 10px; }


/*----------	STaFF STYLeS	----------*/

div.staff-profile table td {
	vertical-align: top;
	padding: 15px;
	background: #fde669;
	border-bottom: 1px solid #DAC062;
}

div.moreinfo table td {

	padding: 5px;
	background: #fde669;
	border: 1px solid #DAC062;
}

/*----------	THaNK YoU PaGe STYLeS	----------*/
#text_container_thankyou { width: 620px; padding-right: 100px; background: #FCD920 url(../images/core/realestate-right-thankyou.gif) bottom right no-repeat; }
#text_thankyou { margin: 30px 20px 0 20px; padding-bottom: 150px; }


/*----------	PRoPeRTY LISTING PaGe STYLeS	----------*/
div.property-listing table td {
	vertical-align: top;
	padding: 15px;
	background: #fde669;
	border-bottom: 1px solid #DAC062;
}

.row, .property-listing table tr:hover td {
  background: #fde97b;
}

div.property-listing table td span.sold {
	color: #FF0000;
	text-transform: uppercase;
}

div.property-listing table td span.under-offer {
	color: #990000;
	text-transform: uppercase;
}

div.property-listing table td input.button {
	float: right;
	background: #000;
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	padding: 4px;
	border: 0;
}

/* Added 23/01/2008 by Celine Chung */
span.bed {  background: url("../images/icon-bed.gif") right no-repeat; padding-right: 25px; }
span.bath {  background: url("../images/icon-bath.gif") right no-repeat; padding-right: 25px; }
span.car {  background: url("../images/icon-car.gif") right no-repeat; padding-right: 25px; }
span.bed_bath_car { float: right; }

/*----------	PRoPeRTY DeTaIL PaGe STYLeS	----------*/
div.property-detail table { width: 100%; border: 1px solid #FEEC90; }
div.property-detail td, div.property-detail tr, div.property-detail th { vertical-align: top; padding: 2px 10px; }
div.property-detail th.table_name { font-weight: bold; width: 27%; background-color: #FEEC90; font-size: 14px; text-transform: uppercase; }
div.property-detail td.table_price { text-align: right; background-color: #FEEC90; font-weight: bold; }
div.property-detail td.enlarged { text-align: center; border-bottom: 1px solid #FEEC90; }
div.property-detail img.property_image { margin: 10px; }
div.property-detail img.property_thumb { margin: 5px; }



/*----------	FooTeR STYLeS	----------*/
#footer { color: #000000; font-size: 10px; text-align: center; margin-top: 10px; }
#footer a { color: #000000; }
#footer h1, #footer p { margin: 0;}
#footer img#webfirm { margin: 5px 0 8px 0; }