/* this overrides some settings in style.css, mostly for color, for the Nussbaumer site  */

#footer {
	color: #8581DA !important;
}
#footer a:link, #footer a:active, #footer a:visited {
	color:#8581DA;
}

#bottom_banner {
	background-color: #3D36BA;
}
#bottom_banner a:link, #bottom_banner a:active, #bottom_banner a:visited {
	color: #000000;
	text-decoration:none;
}
#bottom_banner a:hover {
	color: #A4A4CA;
	text-decoration:none;
}

/* search page headings, text */
.resultCriteria {
	color: #8581DA;   
}
.adHeadLn {
	color: #8581DA;
}


a:link, a:active, a:visited {
	color:#8581DA;
}


select, option {
	color: #8581DA;
	background-color: #000000;
	/*border: 1px outset #2A3938;*/   /*for ff only*/
}

.caption_bkgnd {
	background-color: #3D36BA;  /* for shopping cart */
}

.mybutton
{
	color: #FFFFFF;
	background-color: #3D36BA;
} 

.img_border {
	border: 2px solid #3D36BA;
}

