/*/////////////////////////////////////////////////////////////
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
/////////////////////////////////////////////////////////////*/

/*
Blue:					#152848
Red:			#C11923
Grey Background:	#DADADA
*/


html {
	background-image:url(../img/bg.gif);
	background-repeat: repeat-x;
	background-color: #2D302C;
}
#search-results th {
	background-color: #ce0203;
}

#home td.color-light {
	background-image:url(../img/search.jpg);
}

#footer	{
	background-image:url(../img/foot.png);
}

#content {
	background-color: #FFF;
	color: #000;
}

#property-details .calc .insidecalc .stamp {
	width:175px; 
	float:left;
	background-color: #F4F7F9;
}


#search-block .button,
#property-details #buttons input, 
.calc input {
 border: 1px solid #C11923;
}


h1 {
	color: #ce0203;
}

h2 {
	color: #ce0203;
}


h3 {
	color: #ce0203;
	font-weight: bold;
	font-size: 14px;
}

h6 {
	color: #ce0203;
	font-weight: bold;
	font-size: 14px;
}


/* 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,	
.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: #ed1b24 !important;
}

.ddmx a.item1, .ddmx a.item1:hover, .ddmx a.item1-active, .ddmx a.item1-active:hover {
	padding: 12px 5px 5px 5px !important ; 
	font-size: 11px !important ; 
	font-family: Verdana, Arial, Helvetica, sans-serif !important ; 
	text-align: center !important ; 
	font-weight: bold !important ; 
	width:82px;  
}

.ddmx a.item2,
.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
	width:130px;  
}


/*--------- Forms ----------------*/

#included_form  {
width: 650px;
}

#included_form legend {
color: #000;
font-weight: bold;
}

#included_form a:link,
#included_form a:visited {
color: #b2b2b2;
text-decoration:underline;
}

#included_form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #ddd;
}

#included_form label {
display: block;
float: left;
width: 200px;
margin-right: 10px;
font-size: 12px;
}


#included_form input,
#included_form select {
width: 300px;
margin:5px 0;
}

#included_form input.half,
#included_form select.half {
width: 145px;
}


#included_form textarea {
width: 400px;
margin:5px 0;
}

#included_form input.radio {
width: 30px;
}

#included_form textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

#included_form p {
clear: both;
margin: 0px;
}

#included_form fieldset#submit {
border: none;
padding: 0;
text-align: right;
}

#included_form fieldset#submit input,
#included_form fieldset.submit input,
#included_form input.button {
width: auto !important;
padding: 0 10px;
cursor: pointer;
background-color: #ed1b24;
border: none;
color: #fff;
}

#included_form em span,
#included_form .required {
color: #ce0203;
font-weight: bold;
}