.HeaderLogo {
	width:					360px;
	height:					124px;

	top:					18px;

	background-image:		url("./gfx/HeaderLogo.png");
	background-repeat: 		no-repeat;
	background-position: 	center;
}

.HeaderPhone {
	color:				black;
}

.HeaderCart {
	background-image:	url("./gfx/HeaderCart.png");
	border-radius: 		0px 0px 4px 4px;
}

.Navigation {
	background-color:	#284029;
}

.Navigation li {
	border-left: 		1px #fff solid;
	border-right: 		1px #fff solid;
}

.Navigation a:first-child li {
	border-left:		none;
}

.Navigation a:last-child li {
	border-right:		none;
}

.Navigation li:hover {
	background-color:	#999;
}

.SidebarSearch {
	background-image:	url("./gfx/SidebarSearch.jpg");
}

.SidebarSearchGo {
	background-image:	url("./gfx/SidebarSearchGo.jpg");
}

.HomeFeaturedCategoriesTitle {
	background-image:	url("./gfx/HomeFeaturedCategoriesTitle.png");
}

.HomeFeaturedCategoriesView {
	background-image:	url("./gfx/HomeFeaturedCategoriesView.png");
}

.Footer {
	background-image:	url("./gfx/FooterBG.png");
}

.ViewProductImprintLogo {
	height:				267px;
	background-image: 	url("gfx/ImprintLogo.png");
	background-size: 	contain;
}