body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
	background-color: #0C070D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}
h2 {
	color: #A46F00;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	line-height: normal;
	text-transform: none;
}
h3 {
	font-size: 14px;
	color: #A46F0B;
	font-variant: small-caps;
}


caption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bolder;
	color: #960;
	text-align: left;
	line-height: 35px;
	margin-bottom: -7px;
}

th {
	color: #FFC;
	text-align: center;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
hr {
	color: #A46F00;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#hardWaysText {
	text-align: justify;
	line-height: 1.3em;
}

/* CSS Document */

#navBar {
	background-color: #000;
	text-align: center;
	vertical-align: middle;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#showTable {
	background-color: #333;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #CCC;
	border-collapse: collapse;
	padding: 5px;
	color: #AFCCAF;
	text-align: center;
}
#showTable tr:hover {
	color: #FFC;
	background-color: #960;
}

#storeTable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	background-color: #333;
	margin: auto;
	padding: 5px;
	border: 1px solid #CCC;
	text-align: center;
	border-collapse: collapse;
}

.creditPhoto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	text-align: center;
	font-style: italic;
}
.buyNow {
	text-align: center;
	vertical-align: top;
}
.creditQuote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666;
	text-align: center;
}
.boldWord {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
}
.imageBorder {
	border: medium solid #333;
	text-align: center;
}
.centeredText {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.mailingList {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFC;
	background-color: #960;
	text-align: center;
	border: medium solid #000;
	padding: 3px;
	width: auto;
	vertical-align: middle;
}
.centeredVideo {
	margin-left: 20px;
	text-align: center;
}

.textArea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #CCC;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: medium double #000;
}

.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	background-color: #000;
} 
.twoColFixRtHdr #header {
	background-color: #000;
	text-align: center;
	vertical-align: middle;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #333;
	color: #FFC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.twoColFixRtHdr #footer {
	background-color: #000;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin: 0px;
} 
.twoColFixRtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

@charset "utf-8";



a:link {
	color: #FFC;
	text-decoration: none;
	font-style: normal;
}
a:visited {
	color: #930;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FFFFB5;
	text-decoration: none;
}
