/* ZERO DEFAULTS */
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}


body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 80%;
	height: 100%;
}

.cl {
clear:both;
}

/* STANDARD ELEMENTS */

/* page content heading */
h1 {
	font-size: 1.3em;
	color: #dd0000;
	text-align: center;
}

/* misc headings */
h5 {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

ul {
	margin-left: 10px;
}

ol {
	margin-left: 25px;
	list-style-type: decimal;
}


/* all hyperlinks */
a:link, a:visited, a:active, a:hover {
	color: #dd0000;
}

/* BASIC PAGE COMPONENTS */

#container {
	width: 800px;
	background-color: #3399CC;
	border: 1px solid #000;
	margin: 0px auto;
}

#top {
	height: 100px;
	background-color: #3399CC;
	padding-top: 10px;
	padding-bottom: 10px;
/*	border: 1px solid red; */
}

/* this is needed for IE */
#topslice img {
	margin-bottom: -3px;
}

#leftnav {
	float: left;
	width:  110px;
	padding: 5px 5px 25px 10px;
	margin-right: 0px;
	margin-top: 0px;
/*	border: 1px solid red; */
}

#content {
	background-color: #FFFFFF;
	padding: 0px 25px 0px 20px;
	border-left: 1px solid black;
	border-top: 0px;
	border-bottom: 0px;
	margin-left: 130px; 
	margin-top: 0px;
/*	border: 1px solid red;   */
}

#bottom {
	clear: both;
	height: 60px;
	background-color: #3399CC;
/*	border: 1px solid red;*/
}

/* ELEMENTS OF THE TOP DIV */
/* Logo - Holidays */
#logo {
	float: left;
    /* padding-left: 20px;   STANDARD */
	padding-left: 15px;  /*  HOLIDAYS */
	padding-top: 2px;
}

#logo a img {
	border: none;
}

#tagline {
    width: 475px;
	float: left;
	margin: 15px 10px 10px 40px; /*   STANDARD */
/*	margin: 15px 10px 10px 15px;  HOLIDAYS */
	text-align: center;
	color: #ffffff;
 /* border: 1px solid green; */
}

#tagline #tag_header {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 10px;
}

#tagline #tag_quote {
     font-size: 1.3em;
     font-style: italic;
     font-weight: bold;
     color: #fff;
}

#tagline #tag_name {
    font-size: 1em;
    font-weight: normal;
}


#madeinusa {
	float: left;
	padding: 10px 0px 0px 20px;
}

#special {
  float: left;
  padding: 0px 5px 0px 0px;
  border: 0px solid green; /* debug */
}


/* ELEMENTS OF THE LEFT NAV */

/* general link appearance */
#leftnav a:link, #leftnav a:visited, #leftnav a:active {
	color: #ffffff;
	text-decoration: none;
}

#leftnav a:hover {
	font-weight: bold;
}

/* appearance for link of current page */
#leftnav .thispage a:link, #leftnav .thispage a:visited {
	text-decoration: underline;
}

/* nav menu category heading */
#leftnav .category {
	margin: 25px 0px 20px 10px;
	font-size: 1.4em;
    font-weight: normal;
}


/* ELEMENTS OF CONTENT */

.hctname {
	font-size: 1em;
	font-weight: bold;
	color: #dd0000;
}

.redtext {
	font-size: 1em;
	font-weight: normal;
	color: #dd0000;
}

.returntotop {
	font-size: 1em;
	text-align: right;
	margin: 10px 15px 10px 0px;
}

.returntotop a:link, a:visited, a:hover, a:active {
	color: #dd0000;
}

.bodytext {
	line-height: 1.5em;
}

#content table p a:link, #content table p a:visited, #content table p a:active, #content table p a:hover {
	color: #dd0000;
	font-weight: normal;
}

.form_label {
	color: #000;
}

.form_field {
	border: 1px solid #3399cc;
}

.tm {
	color: #000;
	font-size: 0.5em;
}

.question {
	color: #dd0000;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4em;
}

.answer {
	margin-bottom: 20px;
	line-height: 1.4em;
}



/* ELEMENTS OF THE BOTTOM */

#bottom .footertext {
	color: #fff;
	text-align: center;
	font-size: .85em;
	padding-top: 20px;
	padding-right: 15px;
}

#bottom a:link, #bottom a:visited, #bottom a:hover, #bottom a:active {
	color: #fff;
}


/* STORE */

#store_header_table {
	border: 0px solid red;
	margin-top: -10px;
	margin-bottom: 5px;
}


#store_footer_div {
	float: right;
	margin-top: -30px;
}

/* Store product table */
#store_table {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: 0px dotted green;
}

/* Vertically align all table data */
#store_table td {
  vertical-align: top;
}

/* Horizontal spacer - inserted between rows to control spacing of
   product rows */
.store_table_hspacer {
  height: 30px;
  border: 0px dashed gray;
}

/* Vertical spacer - inserted between columns to control spacing of
   product columns */
.store_table_vspacer {
  width: 20px;
  border: 0px dashed gray;
}

/* Table cell that contains all product info */
.store_table_product {
  text-align: center;
  border: 0px dashed red;
}

/* Product image */
.store_product_image {
  border: 0px dotted green;
}

/* Product description */
.store_product_desc {
  font-size: .95em;
  border: 0px dotted blue;
}

/* Product price */
.store_product_price {
  font-size: .95em;
  border: 0px dotted orange;
}

/* Product sale price */
.store_product_saleprice {
  color: red;
  font-size: .95em;
}

/* Product regular price, as displayed during a sale */
.store_product_regprice {
  text-decoration: line-through;
  font-size: .95em;
}

.store_product_message {
    color: green;
    font-size: .95em;
    font-weight: bold;
    font-style: italic;
    border: 0px dotted #FF00FF;
}

/* Product 'Add to Cart' button */
.store_product_button {
  border: 0px dotted purple;
}

/* Alternate text element if 'Add to Cart' button is not used */
.store_product_button_alttext {
  color: red;
  font-size: .95em;
}


