/*/////////////////////////////////////////////////////////////
This stylesheet overrides styles from a template
ONLY put the minimum of style changes here
Global templates style changes should be done in the template CSS
/////////////////////////////////////////////////////////////*/



#credit,
html {
	background-color: #C5BE97;
}
#property-details .mainimg {	width: 663px;	height: 450px;}
#search-results th {
	background-color: #1F497D;
}

#content {
	background-color: #DDD9C3;
	color: #000;
}

#wrap {
  border-left: 1px solid #968C57;
	border-right: 1px solid #968C57;
}

#search-block .button,
#property-details #buttons input, 
.calc input {
	border: 1px solid #968C57;
}

#contact {
	border-top: 1px solid #968C57;
	border-bottom: 1px solid #968C57;
}

h1 {
	color: #1F497D;
}


/* Menu (Link Color) */
#home td.color-highlight,
#footer a,	
.ddmx a.item1,
.ddmx a.item1-active,
.ddmx a.item2,
.ddmx a.item2-active {
	color: #FFFFFF !important;
}

/* Menu (Link Hover Color) */
.ddmx a.item1:hover,
.ddmx a.item1-active:hover,
.ddmx a.item2:hover,
.ddmx a.item2-active:hover {
	color: #011212 !important;
}

/* Menu (Background Color) */
#property-details .options,
#property-details .title,
#property-details .calc,
#home td.color-highlight,
#popup-details-wrap .title,
#footer,	
.ddmx,
.ddmx a.item1,
.ddmx a.item1:hover,
.ddmx a.item1-active,
.ddmx a.item1-active:hover,
.ddmx a.item2,
.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
	background-color: #1F497D !important;
}


.testimonial {
	position: relative;
}
.testimonial .randomTestimonial {
	position: absolute;
	top: 28px;
	left: 18px;
	color: #fff;
	width: 290px;
	height: 200px;
	overflow-y:auto;
}
.testimonial .randomTestimonial h3 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}
.testimonial .randomTestimonial p {
	display: inline;
}
.testimonial .randomTestimonial .content {
	padding-right: 10px;
}
.testimonial .randomTestimonial .testimonial_image {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.testimonial .randomTestimonial .testimonial_image img {
	border: 2px solid #fff;
	float: right;
}