@charset "utf-8";
#pageBody {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #0B0B0B;
	text-align: center;
	background-image: url(Images/DiamondPlateBackground.gif);
}
#container {
	width: 780px;
}
#topSpacer {
	height: 20px;
	width: 780px;
}
#header {
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 43px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	width: auto;
}
#mainContentTop {
	width: 800px;
	margin-left: -10px;
	background-image: url(Images/MainContentTop.gif);
	height: 6px;
	background-repeat: no-repeat;
}
#mainContentBottom {
	width: 800px;
	margin-left: -10px;
	background-image: url(Images/MainContentBottom.gif);
	height: 6px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#mainContentBottomLine {
	height: 7px;
	background-image: url(Images/MainContentBottomLine.gif);
	background-repeat: no-repeat;
	width: 780px;
}
#mainContent {
	background: #FFFFFF;
	padding-top: 10px;
	width: 780px;
	margin-left: -10px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer {
	background:#DDDDDD;
	text-align: center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footerBottom {
	background-repeat: no-repeat;
	background-image: url(Images/FooterBottom.gif);
	height: 6px;
}
#footer a {
	text-decoration: none;
	color: #951217;
}
#footer a:visited {
	text-decoration: none;
	color: #3C3C3C;
}
#footer a:hover {
	color:#CC0000;
	font-style: normal;
	text-decoration: underline;
}
#topBanner {
	background-image: url(Images/TopBanner.gif);
	height: 43px;
	background-repeat: no-repeat;
	text-align: left;
}
#navTopLine {
	height: 26px;
	background-image: url(Images/FadedLineBar.gif);
	background-repeat: no-repeat;
	text-align: right;
}
#navTopLineLinks {
	font-size: 12px;
	color: #672121;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-right: 10px;
}
#navTopLineLinks a {
	text-decoration: none;
	color: #666666;
}
#navTopLineLinks a:visited {
	text-decoration: none;
	color: #951217;
}
#navTopLineLinks a:hover {
	color:#CC0000;
	font-style: normal;
	text-decoration: underline;
}
#navBottomLine {
	height: 1px;
	background-color: #672121;
	width: 780px;
}
body, td, th {
}
.style1 {
	font-size: 9px;
	color: #672121;
}
.frontPageButtonsMainDiv {
	height:100px;
	padding-top:15px;
}
.frontPageButtonSpan {
	height:100px;
	width:240px;
	padding-left:10px;
	padding-right:10px;
}
.productTitle {
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}
.productCategoryTitle {
	font-size:14px;
	font-weight:700;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:black;
}
.productSubTitle {
	font-size: 12px;
	font-style:italic;
	font-weight:200;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:black;
}
.productText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.productBullets {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 4px;
}
.productMainImage {
	padding-left: 10px;
}
.productDownload {
	font-size: 11px;
	font-style:italic;
	font-weight:200;
}
.contactForm {
	font-size:12px;
	font-weight:500;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:black;
}
contactFormMessageDiv {
	height:200px;
	width:780px;
	background-color:#FFFFFF;
}
contactFormMessageSpan {
	font-size:12px;
	font-weight:500;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:black;
}
.contactFormTitles {
	font-size:12px;
	font-weight:700;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:black;
}
.contactFormCheckbox {
	font-size:12px;
	font-weight:500;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:black;
}#title {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
.Quicklinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: center;
}
