﻿/**** General ****/
.content {
  BACKGROUND-IMAGE: url(/SiteCollectionImages/global/background_content_products.jpg); BACKGROUND-REPEAT: repeat-y
}
/* section background */
.sectionImage {
	background-image:url(../SiteCollectionImages/graphics/section_label_products.gif);
}
/* local nav styling  BG COLOR was: c02424 */
.localNav LI {

}
.localNav a:hover{
	background-color:#0066CC;
	color:#ffffff;
}
/*Vistar Different color for visble page */
.localNav .visibleMenu a{
	background-color:#65A2E0;
	color:#ffffff;
} 

.localNav .visibleMenu li a:hover {
	background-image:url();
	background-color:Transparent;
	color:#000000;
}
/* 10% tint */
.localNav .visibleMenu ul, .localNav .visibleMenu li {
	background-color:#e5eaef;
}
/* Content Spotlight*/
.contentSpotlight {
	background-color:#e5f2f9;
}


/** Locations **/
#locationMap {
	width:500px;
	height:300px;
	margin:0px 0px 10px 40px;
}


