@charset "utf-8";
/* CSS Document */

/* Headers, Footers, etc. */
.HeaderBurg {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	color: #660033;
}
.HeaderGrey {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	color: #333;
}
.TextFooter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #333;
}
.TextXSmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #333;
	}
.TextBurg {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #660033;
	font-weight: bold;
}
.MorewDotLine {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-transform: uppercase;
	text-align: right;
}
/* Regular Links */
a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #650933;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #650933;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #999999;
	text-decoration: none;
}
/* Main Navigation Links */
a.LinkMainNav:link {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: x-small;
	color: #333;
	text-decoration: none;
}
a.LinkMainNav:visited {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: x-small;
	color: #333;
	text-decoration: none;
}
a.LinkMainNav:hover {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: x-small;
	color: #650933;
	text-decoration: underline;
}
/* Footer Navigation Links */
a.LinkFootNav:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #650933;
	text-decoration: none;
}
a.LinkFootNav:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #650933;
	text-decoration: none;
}
a.LinkFootNav:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #333;
	text-decoration: underline;
}

/* Background Headers for each section */

.Storefront {
	background-image: url(../images/Photo_02.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.WhatWeDo {
	background-image: url(../images/Photo_03.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.Contact {
	background-image: url(../images/Photo_04.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.AboutUs {
	background-image: url(../images/Photo_05.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.Search {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/Photo_01.png);
}
.Products {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/Photo_06.png);
}
.Vinyl {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/Photo_07.png);
}

