@charset "utf-8";
body {
	background-attachment: fixed;
	background-color: #ff9c00;
	background-image: url(images/bgMain.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #c7c8ca;
	text-decoration: none;
}
.copyrightLink a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #c7c8ca;
	text-decoration: underline;
}
.copyrightLink a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: underline;
}
.bottomText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #acacac;
	text-decoration: none;
}
.bottomLinks a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #acacac;
	text-decoration: underline;
}
.bottomLinks a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #d73347;
	text-decoration: underline;
}
.homeBannerBG {
	background-image: url(images/homeBanner.jpg);
	background-repeat: no-repeat;
}
.newsletterBG {
	background-image: url(images/homeNewsletter.jpg);
	background-repeat: no-repeat;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.boldRed {
	font-weight: bold;
	color: #b70016;
}
.accentText {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #b70016;
	text-decoration: none;
}



.homeBannerText {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: normal;
}
a {
	color: #dca400;
	text-decoration: underline;
}
a:hover {
	color: #d73347;
	text-decoration: underline;
}

.productCategory {
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #9B0532;
	text-decoration: none;
	letter-spacing: -1px;
}
