/* Header UL BG color should be the color of the thing */
#header h1 a {
	background-image: url(http://files.fastrep.com/images/logo-medium.png);
}

#fr-date-picker h1, #header > ul, #header > ul > li {
	background-color: slategray;
}

#header,
form div > input, 
button {
	background-color: slategray !important;
	_background:  slategray !important;
}

#content a:focus, 
#content a:hover {
	color: slategray;
}

#google_map img, 
.has-google-map, 
#gmap-form, 
.fr-emailer-cont, 
#content .form, 
.table *, 
.table table, 
.table table td, 
.table table th, 
p.pagenate {
	border-color: slategray;
}

/* IE6 */
form div input, button {
	_background:  slategray !important;
}

form div label input {
	_background-color: white !important;
}

