*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #ff6600;
	
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#main
{
	background-color: #FFFFFF;
	
	width: 960px;
	
	margin: 0px auto;
	
	border: 13px solid #CCCCCC;
	
	border-width: 0px 13px 0px 13px;
}

a img
{
	border: none;
}

#header
{
	border-bottom: 2px solid #333333;
}

#header #logo
{
	margin: 20px;
}

#menu
{
	padding: 5px 0px 15px 20px;
}

#menu a
{
	color: #F16824;
	font-size: 14px;
	font-weight: bold;
	
	background-image: url(../images/nav.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
	padding: 4px 4px 4px 28px;
}

#menu a:hover
{
	text-decoration: none;
	color: #333333;
}

.tabs
{
	list-style-type: none;
	height: 34px;
	border-bottom: 2px solid #333333;
	
	margin-top: 20px;
	
	clear: both;
}

.tabs li
{
	float: left;
}

.tabs li a
{
	display: block;
	padding: 9px 10px 8px 20px;
	
	background-color: #333333;
	
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.tabs li a:hover
{
	text-decoration: none;
}

.tabs li a.clear
{
	background-image: url(../images/tab_end.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	
	padding: 9px 40px 8px 40px;
	
	background-color: #FFFFFF;
	color: #ff6600;
}

.tabs li a.clear:hover
{
	background-image: url(../images/tab_end_over.gif);
}

.onecolumn
{
	padding: 20px;
	padding-bottom: 0px;
}

.twocolumn
{
	width: 480px;
}

.twocolumn .form
{
	margin: 20px;
}

.twocolumn h1
{
	margin: 20px;
}

.threecolumn
{
	width: 320px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.center
{
	margin: 0px auto;
}

.property
{
	margin: 20px 10px;
}

.left .property
{
	margin-left: 20px;
	background-color: #F00;
}

.right .property
{
	margin-right: 20px;
	background-color: #0F0;
}

.center .property
{
	padding-left: 5px;
	background-color: #00F;
}

.property a
{
	display: block;	
}
	
.property a:hover
{
	text-decoration: none;
}

.property .hero, .thumb
{
	padding: 3px;
	border: 1px solid #DDDDDD;
	background-color: #F6F6F6;
}

.property a:hover .hero
{
	border: 1px solid #333333;
}

.stats
{
	list-style-type: none;
	height: 21px;
	margin: 5px 0px;
}

.stats li
{
	float: left;
	display: block;
	width: 39px;
	
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

a:hover .stats li
{
	color: #ff6600;
}

.stats li .dollar
{
	display: block;
	margin-bottom: -6px;
}

.stats li .sub
{
	font-size: 10px;
	font-weight: normal;
	white-space: nowrap;
}

.stats li
{
	background-position: top left;
	background-repeat: no-repeat;
	padding: 3px 0px 0px 28px;
	height: 21px;
	clear: none !important;
}

.stats li.bath
{
	background-image: url(../images/bath.gif);
}

.stats li.garage
{
	background-image: url(../images/garage.gif);
}

.stats li.price
{
	background-image: url(../images/price.gif);
}

.stats li.bed
{
	background-image: url(../images/bed.gif);
}


#newsletter
{
	width: 248px;
	height: 100px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	
	float: right;
	
	padding: 68px 0px 0px 20px;
}

#address
{
	list-style-type: none;
	float: right;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 12px;
	line-height: 20px;
}

#footer
{
	clear: both;
	
	border-top: 2px solid #333333;
	
	padding: 25px;
	text-align: right;
}

.error-box
{
	padding: 20px;
	margin: 10px 0px;
	
	background-color: #EEEEEE;
	border: 1px solid #FF6600;
	border-width: 1px 0px 1px 0px;
}

.error-box ul
{
	list-style-position: inside;
	list-style-type: square;
}

.options
{
	list-style-type: none;
	margin-bottom: 200px;
}

.options a
{
	display: block;
	width: 200px;
	background-color: #EEEEEE;
	padding: 10px;
	margin-bottom: 4px;
	border: 1px solid #333333;
	font-weight: bold;
}

.options a:hover
{
	text-decoration: none;
	background-color: #ff6600;
	color: #FFFFFF;
}

.inline
{
	margin: 0px;
}

.inline li
{
	float: left;
	margin-right: 8px;
	margin-bottom: 20px;
}

.list thead td
{
	background-color: #333333;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
}

.list tbody td
{
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.list tbody tr:hover td
{
	background-color: #EEEEEE;
}

#gallery
{
	width: 650px;
	margin-top: 5px;
}

#gallery .thumb
{
	margin: 3px;
	padding: 0px;
}

#details
{
	float: right;
	width: 255px;
	list-style-type: none;
}

#details label
{
	display: block;
	width: 100px;
	font-weight: normal;
	color: #ff6600;
}

#details .block label
{
	width: 130px;
	float: left;
}

#details li
{
	margin-bottom: 10px;
}


.properties
{
	list-style-type: none;
}

.properties .thumb
{
	float: left;
}

.properties h2
{
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-left: 115px;
}

.properties p
{
	margin-left: 115px;
}

.properties li
{
	clear: left;
	padding: 10px 0px 10px 0px;
	
	border-bottom: 1px solid #EEEEEE;
}

.properties .action
{
	margin-left: 115px;
}

.properties li hr
{
	line-height: 0px;
	height: 0px;
	visibility: hidden;
	clear: left;
}

.properties .stats
{
	margin-left: 115px;	
}

.properties .stats li
{
	padding: 3px 0px 0px 30px;
	margin: 0px;
	width: 40px;
	border: none;
}

.properties .stats .dollar
{
	margin: 0px;
	display: inline;
}

.properties .stats .sub
{
	padding-left: 5px;
}

*:first-child+html .properties .stats .sub
{
	display: block;
	margin-left: 45px;
	margin-top: -12px;
}

#frame
{
	background-image: url(../images/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 640px;
	height: 480px;
}