/* Hamilton RE */

html {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #7C3D36;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/body_bg.gif) top repeat-x #7C3D36;
	font-family: "Arial";
}

h1 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #000;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/* =wrapper */

#wrapper {
	margin: 0;
	padding: 0;
	background: #fff;
}

/* =header */

#header {
	margin: 0 auto;
	padding: 0;
	height: 77px;
	width: 760px;
	background: url(../images/logo.gif) bottom left no-repeat #7C3D36;
}

/* =menu */

#menu {
	margin: 0 auto;
	padding: 0;
	height: 30px;
	width: 760px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position: relative;
	z-index: 8000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}

#menu ul li {
	float: left;
	width: auto;

/*width:95px;*/
position: relative;
	z-index: 9000;
}

#menu ul li a {
	padding: 0px 15px 0px 30px;
	margin: 0;
	color: #FFF;
	display: block;
	float: left;
	width: auto;
	text-transform: uppercase;
	text-decoration: none;
	height: 30px;
	line-height: 33px;
	overflow: hidden;
	font-si

ze: 0.9em;
	/*font-weight:bold;*/
border-right: 1px solid #545454;
	background: url(../images/arrow.png) 15px 12px no-repeat;
}

#menu ul li#menu-contact-us a {
	border-right: none;
}

#menu ul li a:hover,
#menu ul li.current a {
	background-color: #666666;
}

#menu ul li ul {
	display: none;
}

#menu ul li.over ul {
	border-top: 1px solid #FFF;
	display: block;
	position: absolute;
	top: 30px;
	left: 0px;
	width: 180px;
	z-index: 11000;
}

#menu ul li ul li {
	float: left;
	width: 180px;
	position: relative;
	z-index: 9000;
}

#menu ul li ul li a {
	margin: 0px;
	border: none;
	padding: 0px 15px 0px 13px;
	width: 153px;
	background: #666666;
	text-decoration: underline;
	text-align: left;
	line-height: 18px;
	text-transform: capitalize;
	float: left;
	font-weight: bold;
	height: auto;
	font-size: 12px;
	position: relative;
	z-index: 9000;
}

#menu ul li ul li.first a {
	padding-top: 10px;
}

#menu ul li ul li.last a {
	padding-bottom: 15px;
}

#menu ul li.over ul li a:hover {
	color: #000;
}

/* =content */

#content {
	margin: 0 auto;
	text-align: left;
	width: 760px;
	padding-top: 10px;
}

.content_left {
	width: 545px;
	float: left;
	padding: 0 10px 10px 10px;
}

.content_right {
	padding: 0 10px 10px 10px;
	width: 170px;
	float: right;
}

.slideshow {
	margin: 0px auto 0px auto;
	background: #7C3D36;
	position: relative;
}

.slideshow #ReNet_ImageGallery {
	margin: 0px auto 0px auto;
	position: relative;
	z-index: 10;
}

/* feature */

.featureProperty {
	margin: 10px 0 20px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #CCC;
}

/* =quick search */

#search {
	padding: 10px;
	background: #EAEAEA;
	border: 1px solid #7A3E34;
}

#search select {
	width: 145px;
}

#search select.small {
	width: 70px;
}

#search input {
	float: right;
	background: #7A3E34;
	border: none;
	color: #FFF;
}

/* =form */

.form {
	border: none;
	width: 500px;
	margin: 0px auto 40px auto;
}

.form td {
	border: none;
	font-weight: bold;
	color: #84849B;
	font-size: 12px;
	font-family: Tahoma;
}

.form td.input {
	width: 300px;
}

.mail_page .form td.input {
	width: 280px;
}

.form td input, .form td textarea {
	width: 90%;
	font-weight: normal;
	color: #84849B;
}

.form td textarea {
	height: 140px;
	margin-bottom: 30px;
}

.form td.contact-joinmail {
	padding: 6px 0px 10px 0px;
	text-align: center;
	color: #84849B;
	font-weight: bold;
}

.form td.subscribe-options {
	padding: 40px 0px 10px 0px;
	text-align: left;
	color: #84849B;
	font-weight: bold;
}

.form td.contact-joinmail input, .form td.subscribe-options input {
	width: 30px;
}

.form td.enquiry-type input {
	width: auto;
}

.form td.contact-buttons, .form td.button {
	padding-top: 30px;
	text-align: right;
}

.form td.contact-buttons input, .form td.button input {
	width: auto;
	margin: 0px 0px 0px 10px;
	border: 1px solid #000000;
	padding: 2px 4px 3px 4px;
	color: #FFFFFF;
	background: url(../images/css/button_bg.jpg) left center repeat-x #666666;
	font-weight: normal;
}

.required {
	color: #CC0000;
	font-weight: bold;
}

/* =subscribe */

#subscribe_label {
	line-height: 20px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	clear: both;
}

#subscribe {
	clear: both;
	margin: 20px 0px 20px 0px;
	border: none;
	padding: 20px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
}

#subscribe .submit {
	width: auto;
	margin: 0px 0px 0px 10px;
	border: 1px solid #000000;
	padding: 2px 4px 3px 4px;
	color: #FFFFFF;
	background: url(../images/css/button_bg.jpg) left center repeat-x #666666;
	font-weight: normal;
}

/* =footer */

#footer {
	margin: 15px 0 0 0;
	padding: 30px 0px 30px 0px;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	clear: both;
	background: #7C3D36;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #FFF;
}

#footer p.renet_links, #footer p {
	font-size: 11px;
	color: #DFDFDF;
	font-weight: normal;
}

#footer p.renet_links a.renet {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

#footer p.renet_links .renet:hover {
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}

/* listing_intro stocklist */

.stocklist .listing-intro {
	height: 80px;
	border: none;
	border-bottom: 1px solid #CCC;
	margin-bottom: 4px;
	color: #000;
}

.stocklist .listing-intro .thumbnail-link,
.stocklist .listing-intro .thumbnail-link img {
	height: 70px;
	width: 85px;
	top: 0px;
	position: absolute;
	left: 0px;
}

.stocklist .listing-intro h3 {
	font-size: 12px;
	background: none;
	padding: 0;
	margin: 0 0 0 100px;
	color: #000;
	line-height: 10px;
}

.stocklist .listing-intro .intro-link-more {
	display: none;
}

.stocklist .listing-intro .text {
	margin: 0;
	position: absolute;
	top: 20px;
	left: 100px;
	padding: 0;
}

.stocklist .listing-intro .text .price {
	color: #000;
	right: 0px;
	top: -20px;
}

.stocklist .listing-intro .features {
	margin: 0;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.stocklist .pagination {
	display: none;
}

/* =listing_intro */

.listing-intro {
	margin: 0px 0px 10px 0px;
	border: 1px solid #5E5F61;
	padding: 0px;
	height: 137px;
	overflow: hidden;
	color: #000000;
	position: relative;
}

.listing-hot {
	

}

/* =listing-status */

.listing-intro .status-label {
	margin: 0px;
	border: none;
	padding: 0px;
	position: absolute;
	width: 140px;
	height: 105px;
	text-decoration: none;
	top: 28px;
	left: 4px;
}

.listing-intro .under-contract {
	background: url(../images/css/under_contract.gif) top left no-repeat;
}

.listing-intro .under-offer {
	background: url(../images/css/under_offer.gif) top left no-repeat;
}

.listing-intro .deposit-taken {
	background: url(../images/css/deposit_taken.gif) top left no-repeat;
}

.listing-intro .sold {
	background: url(../images/css/sold.gif) top left no-repeat;
}

.listing-intro .leased {
	background: url(../images/css/leased.gif) top left no-repeat;
}

/* = */

.listing-intro .status-label {
	display: block;
}

.listing-intro .status {
	display: none;
}

.listing-intro h3 {
	margin: 0px 0px 4px 0px;
	padding: 0px 370px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	background: #5E5F61;
}

.listing-intro .thumbnail-link {
	display: block;
	width: 140px;
	height: 105px;
	overflow: hidden;
	text-decoration: none;
	background: none;
	position: absolute;
	top: 28px;
	left: 4px;
}

.listing-intro .thumbnail-link img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.listing-intro .features {
	margin: 0px 0px 4px 150px;
	padding: 2px 0px 2px 0px;
	background: #FFFFFF;
	height: 20px;
}

.listing-intro .features dt {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	width: 40px;
	height: 20px;
	display: block;
	float: left;
}

.listing-intro .features dt span {
	display: none;
}

.listing-intro .features dt.property_id {
	margin-left: 10px;
	width: auto;
	font-size: 10px;
	font-weight: normal;
}

.listing-intro .features dt.land_size {
	width: auto;
	font-size: 11px;
	font-weight: bold;
}

.listing-intro .features dt.property_id span, .listing-intro .features dt.land_size span {
	line-height: 20px;
	padding-right: 10px;
	display: block;
}

.listing-intro .features dt.bedrooms {
	background: url(../images/css/bed.gif) left center no-repeat;
	margin: 0px;
}

.listing-intro .features dt.bathrooms {
	background: url(../images/css/bath.gif) left center no-repeat;
	margin: 0px;
}

.listing-intro .features dt.garages {
	background: url(../images/css/car.gif) left center no-repeat;
	margin: 0px;
}

.listing-intro .features dt.pets {
	background: url(../images/css/pets_2.gif) left center no-repeat;
	margin: 0px;
}

.listing-intro .features dd {
	margin: 0px 4px 0px 0px;
	padding: 0px 6px 0px 6px;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	width: auto;
	height: 20px;
	line-height: 20px;
	display: block;
	float: left;
	background: url(../images/css/num_left.gif) center right no-repeat;
}

.listing-intro .features dd.property_id_val {
	background: none;
	font-size: 12px;
	font-weight: normal;
}

.listing-intro .features dd.land_size_val {
	background: none;
	font-size: 11px;
	font-weight: bold;
}

.listing-intro .text {
	margin: 0px 0px 4px 150px;
}

.listing-intro .address {
	clear: left;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
}

.listing-intro .text .price {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	width: 200px;
	font-size: 12px;
	line-height: 24px;
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10000;
}

.listing-intro .text ul.holiday-pricing {
	margin: 0px 0px 6px 0px;
	padding: 0px;
}

.listing-intro .text ul.holiday-pricing li {
	float: left;
	padding-right: 10px;
	font-size: 11px;
	font-weight: normal;
}

.listing-intro .text ul.holiday-pricing li span {
	padding: 0px 4px 0px 0px;
}

.listing-intro .text ul.holiday-pricing li span.holiday-season {
	
}

.listing-intro .introduction {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	height: 32px;
	overflow: hidden;
}

.listing-intro .intro-link-more {
	margin: 0px;
	border: 1px solid #000000;
	padding: 0px;
	line-height: 28px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/css/button_bg.jpg) left center repeat-x #666666;
	display: block;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	width: 62px;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

/* =pagination */

.pagination {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	border: none;
	font-weight: bold;
	color: #000000;
}

/* =listing-display */

.listing-display {
	border: none;
	padding: 0px;
	overflow: hidden;
	width: auto;
	position: relative;
}

.listing-display h2.heading {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	background: #5F6062;
}

.listing-display h3.address {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

.listing-display .price {
	margin: -60px 0px 30px 0px;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	text-align: right;
	position: relative;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

.listing-display .listing-images {
	text-align: center;
}

.listing-display .listing-images #listing-main-image {
	margin: 0px auto 10px auto;
	max-height: 413px;
	max-width: 760px;
}

.listing-display .bbp {
	margin: 10px 0px 10px 0px;
	padding: 2px 10px 2px 10px;
	height: 20px;
}

.listing-display .bbp dt {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 6px;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	width: 40px;
	height: 20px;
	display: block;
	float: left;
}

.listing-display .louis-actions {
	display: none;
}

.listing-display .bbp dt span {
	display: none;
}

.listing-display .bbp dt.property_id span {
	line-height: 20px;
	padding-right: 10px;
	display: block;
}

.listing-display .bbp dt.property_id {
	width: auto;
}

.listing-display .bbp dt.bedrooms {
	background: url(../images/css/bed.gif) left center no-repeat;
	margin: 0px;
}

.listing-display .bbp dt.bathrooms {
	background: url(../images/css/bath.gif) left center no-repeat;
	margin: 0px;
}

.listing-display .bbp dt.garages {
	background: url(../images/css/car.gif) left center no-repeat;
	margin: 0px;
}

.listing-display .bbp dd {
	margin: 0px 10px 0px 0px;
	padding: 0px 8px 0px 4px;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	width: auto;
	height: 20px;
	line-height: 20px;
	display: block;
	float: left;
	background: url(../images/css/num_left.gif) right center no-repeat;
}

.listing-display .bbp dd.property_id_val {
	background: none;
}

.listing-display .status {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #CC0000;
	font-size: 18px;
	text-align: center;
	display: none;
}

.listing-display .description {
	border: none;
}

.listing-display .contact {
	clear: both;
}

.listing-display ul {
	
}

.listing-display ul li {
	
}

.listing-display .features {
	margin: 15px 0px 10px 0px;
	border: none;
	float: left;
	clear: both;
	width: 100%;
}

.listing-display .features td {
	padding: 4px;
	font-weight: bold;
	color: #000000;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	background: #EEEEEE;
}

.listing-display .features td.feature-name {
	width: 140px;
}

.listing-display .listing-agent {
	margin: 0px 10px 10px 10px;
	padding: 10px;
}

.listing-display .listing-agent img {
	margin: 0px 0px 10px 0px;
	display: none;
}

.listing-display .listing-agent .listing-agent-details {
	font-weight: bold;
}

.listing-display .listing-agent .listing-agent-email {
	font-weight: bold;
}

.listing-display h6.inspection-heading {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 14px;
}

.listing-display .actions {
	margin: 20px 0px 0px 0px;
	list-style: none;
}

.listing-display .actions li {
	margin: 0px;
	border: none;
	padding: 0px;
	list-style: none;
	width: 150px;
	overflow: hidden;
	float: left;
	text-align: center;
}

.listing-display .actions li a {
	display: block;
	width: 150px;
	padding: 40px 0px 0px 0px;
	font-size: 11px;
	text-decoration: none;
}

.listing-display .actions li a.favourite-link {
	display: none;
}

.listing-display .actions li.emailafriend {
	background: url(../images/css/email_to_a_friend.gif) top center no-repeat;
}

.listing-display .actions li.printable-brochure-link {
	background: url(../images/css/printable_brochure.gif) top center no-repeat;
}

.listing-display .actions li.email-listings-link {
	background: url(../images/css/email_me_listings.gif) top center no-repeat;
}

.listing-display .actions li.vendor-login-link {
	background: url(../images/css/vendor_login.gif) top center no-repeat;
}

.listing-display .actions li.virtual-tour-link {
	background: url(../images/css/virtual_tour.gif) top center no-repeat;
}

.listing-display .actions li.floorplan-link {
	background: url(../images/css/floor_plans.gif) top center no-repeat;
}

.listing-display .listing-mapping {
	width: 270px;
	height: 270px;
	position: absolute;
	top: 830px;
	right: 0px;
}

.listing-display .listing-mapping h3 {
	display: none;
}

.listing-display .listing-mapping #listing-map {
	width: 270px;
	height: 270px;
}

/* =staff-intro */

.staff-intro {
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	color: #000;
	font-weight: normal;
}

.staff-intro h3 {
	font-size: 18px;
	font-style: italic;
	margin: 0;
	padding: 0;
}

.staff-intro .position {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.staff-intro .contact {
	font-weight: bold;
	padding-bottom: 5px;
}

.staff-intro .thumbnail {
	width: 88px;
}

/* = */

.home_box {
	margin: 10px;
	border: 1px solid #000000;
	outline: 1px solid #CCCCCC;
	background: #F0ECF2;
	font-weight: bold;
}

.home_box p {
	font-size: 10px;
	margin-bottom: 20px;
}

.home_box a:link, .home_box a:visited, .home_box a:active {
	color: #9900FF;
	text-decoration: none;
}

.home_box a:hover {
	color: #FF0000;
	text-decoration: none;
}
