/* Basic color customizations */
::selection {
	background: #B3D4FC;
	text-shadow: none;
}

/* Primary Nav Background */
.sf-menu {
	background: transparent url('../graphics/layout/bg-nav.png') repeat-x left top;
	border: 1px solid #F0F0F0;
}

/* Top Right Nav */
#topnav .collection_item_label a, #topnav .collection_item_gallery_label a {
	color: #8F8F8F;
}
#topnav .collection_item_label a:hover, #topnav .collection_item_gallery_label a:hover {
	color: #F25100;
}

a:link, a:visited {
	color: #ee3a43;
}

a:hover, a:active {
	color: #666;
}

.footer-top {
	background: #28323C url('../graphics/layout/bg-footer.png') repeat top center;
}

/* Other color customizations go here. Just write your own css or copy/paste from firefox with the adjusted colors. */
.footer-top {
	background: #222 url('../graphics/layout/bg-footer.jpg') repeat top center;
}

.footer-top .wrap {
	background: transparent url('../graphics/layout/bg-glow.jpg') no-repeat top center;
}

.footer-btm {
	background: #333;
	color: #FFF;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
	color: #FFF;
}

footer a, footer a:visited {
	color: #FFF !important;
}

.top_loc {
	border-bottom: 2px inset #444;
}

ul.dropdown li ul {
	background: #333;
}

ul.dropdown li li {
	background: #333;
}

ul.dropdown li li:hover a:link, ul.dropdown li li:hover a:visited, ul.dropdown li ul li a:hover, ul.dropdown li ul li a:active {
	background: #ee3a43;
	color: #FfFfFf;
}

footer {
	color:#AaAaAa;
}

.location_phone_number {
	color: #FfFfFf;
}

.bot_loc .location_address::before {
	content: url('../graphics/layout/bullet.gif');
}


ul.dropdown { background: #ee3a43; }

ul.dropdown a:link, ul.dropdown a:visited {
color: #fff;
}

ul.dropdown>li:hover, ul.dropdown>li:hover, ul.dropdown>li:hover a, .dropdown>li a:focus, .dropdown>li a:hover, .dropdown>li a:active {
	color: #555; 
}




