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

body {
	background-color: #8d0c27;
}
.footerTXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding-right: 50px;
	padding-bottom: 5px;
}
.navPush {
	padding-left: 175px;
	padding-bottom: 70px;
}

.hom_content {
	padding-left: 80px;
}
.hom_beigeboxTXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
}

.alt{
	display:none;
}

a#home img {background: url(images/nav0_01.jpg) top left no-repeat; width:100px; height:19px; border-width: 0; }
a#we img {background: url(images/nav0_02.jpg) top left no-repeat; width:100px; height:21px; border-width: 0; }
a#store img {background: url(images/nav0_03.jpg) top left no-repeat; width:100px; height:22px; border-width: 0; }
a#events img {background: url(images/nav0_04.jpg) top left no-repeat; width:100px; height:22px; border-width: 0; }
a#contact img {background: url(images/nav0_05.jpg) top left no-repeat; width:100px; height:26px; border-width: 0; }

a#home:hover img {background: url(images/nav1_01.jpg) top left no-repeat; width:100px; height:19px; border-width: 0; }
a#we:hover img {background: url(images/nav1_02.jpg) top left no-repeat; width:100px; height:21px; border-width: 0; }
a#store:hover img {background: url(images/nav1_03.jpg) top left no-repeat; width:100px; height:22px; border-width: 0; }
a#events:hover img {background: url(images/nav1_04.jpg) top left no-repeat; width:100px; height:22px; border-width: 0; }
a#contact:hover img {background: url(images/nav1_05.jpg) top left no-repeat; width:100px; height:26px; border-width: 0; }

