﻿
.Content {
	background: #000 url(../Images/ShopStoreLocator.jpg) 50% 50% no-repeat;
}	

	.HeaderImage {
		background: url(../Images/HeaderShopMain.jpg) no-repeat;	
	}

	
.ContentMenubar a {
	color: #fff;
}

.StoreLocator .ContentMenubar a {
    color: #000;
}

.StoreLocator .ContentMenubar .Current a,
.StoreLocator .ContentMenubar .Current a:hover {
	color: #cc0000;
}

.Content h2.Em { color: #fff; font-size: 2.0em; }
.Content h2 a { color: #fff; }
.Content h2 a:hover { color: #cc0000; }

.Content h3 {
    margin-bottom: 0px;
    color: #000;
    font-size: 1.1em;
    font-style: normal;    
}

.Content p a { color: #fff; }
.Content p a:hover { color: #cc0000; }


