.heading {
	font-family: "Times New Roman", Times, serif;
	color: #b40000;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.bigheading {
	font-family: "Times New Roman", Times, serif;
	color: #b40000;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color:#fff;
}
.formtext {
	font-weight: bold;
	color: #000000;
}

a {
	color: #b40000;
	text-decoration: none;
}
a:hover {
	color: #b40000;
	text-decoration: underline;
}
.tablehighlight {
	background-color: #E9E9E9;
	border: 1px solid #b40000;
	color: #000000;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
body {
	margin: 0px;
	padding: 0px;
}
.shadowbottom {
	background-image: url(images/homepage/shadow_bottom.gif);
	background-repeat: repeat-x;
}

.shadowtop {
	background-image: url(images/homepage/shadow_top.gif);
	background-repeat: repeat-x;
}
.shadowleft {
	background-image: url(images/homepage/shadow_left.gif);
	background-repeat: repeat-y;
}
.shadowright {
	background-image: url(images/homepage/shadow_right.gif);
	background-repeat: repeat-y;
}
.redborders {
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B40000;
	border-bottom-color: #B40000;
}
.sidebarBG {
	background-image: url(images/homepage/sidebarBG.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
.padding {
	padding: 15px;
}
.smalltext {
	font-size: 9px;
}
.homeboxBG {
	background-image: url(images/homepage/outlineBG.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: top;
}
.tablehighlight2 {
	font-size: 11px;
	background-color: #e9e9e9;
	border: 1px dashed #b40000;
	color: #CC0000;
}
blockquote{
  margin:2em 0 0 0;
  padding:0 0 0 10px;
  border-left: 3px solid #b40000;
    background: url(images/quote.gif) no-repeat bottom right;
}
blockquote h3{
	font-size: 1em;
	margin-top: 0em;
	margin-bottom: 0em;
}
/*   Cart Banner
==================== */
.cartbanner {
	width: 460px;
    padding-top:10px;
	background: url(images/homepage/cart-banner.jpg) no-repeat top left;
    text-align: left;
}
.cartbanner h2 {
    font-size: 15px;
    color:#b40000;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
    margin: 0px 150px 10px 10px;
}
.cartbanner p {
    margin: 10px 150px 10px 10px;
}