a@charset "utf-8";
body  {
	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;
	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: #000000;
}

.page  #container { /* sets width of page */
	width: 1075px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/sidebar.gif);
	background-repeat: no-repeat;
}

.page img {
	border: 0;
}

.page  #containerHome { /* sets width of page, used for homepage */
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/sidebar_home.gif);
	background-repeat: no-repeat;
}


.page #sidebar1 { /* container for signs image */
	float: left; /* since this element is floated, a width must be given */
	width: 163px;
	margin: 0px;
	padding: 0px;
	padding-left: 16px;
	height: 571px;
	
}

.page  #mainContent { /* container for everything but sidebar1 */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
} 

.page #banner { /* positions banner image and main nav images */
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 235px;
	}

.headerText p { /* postions and styles text above the banner image */
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #999999;
	text-align: right;
	margin-top: 0px;
	margin-right: 105px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.headerText  a:link {
	text-decoration: none;
	color: #999999;
}

.headerText  a:visited {
	text-decoration: none;
	color: #999999;
}

.headerText  a:hover {
	color: #FF0000;
	text-decoration: none;
}

.page #ruleApdiv { /*  horizotal rule graphic to match graphic in sidebar */
	width:674px;
	height:29px;
	margin-left: 163px;
	margin-top: 0px;
	padding: 0px;
}

.page #secondNav {
	width:130px;
	margin-top: 37px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 25px;
	float: left;
}


.page #secondNav  a:link {
	text-decoration: none;
	color: #999999;
}
.page #secondNav  a:visited {
	text-decoration: none;
	color: #999999;
}
.page #secondNav a:hover {
	color: #FF0000;
	text-decoration: none;
}

.page #secondNav  h2 { /* second leval navigation */
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.page #secondNav  h3 { /* third leval navigation */
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	margin: 0px;
}

.page #mainMenu { /* main nav for home page */
	margin-top: 30px;
	margin-right: 100px;
	margin-bottom: auto;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
} 

.page #mainMenu p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	}

.page #mainMenu a {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.page #mainMenu a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

.page #mainText { /* main content area for site */
	margin-top: 40px;
	margin-right: 130px;
	margin-bottom: auto;
	margin-left: 330px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

.page #mainText p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	padding-bottom: 10px;
	margin: 0px;
	}

.page #mainText h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	/*margin: 0px;*/
	padding-bottom: 10px;
	/*height: 30px;*/
	text-align: left;
	}
	
.page #mainText h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	
.page #mainText h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	height: 10px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}

.page #mainText h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
	
.page #mainText em { /* for quotes */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	}
	
.page #mainText a:link {
	text-decoration: underline;
	color: #000000;
}
.page #mainText a:visited {
	text-decoration: underline;
	color: #000000;
}
.page #mainText a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.page #mainTextLeftCol { /* left column for two column layouts */
	margin-top:0px;
	margin-bottom: auto;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 260px;
	float: left;
} 

.page #mainTextRightCol { /* right column for two column layouts */
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 270px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 260px;
} 

.page  #footerText { /* style and position od footer links*/
	margin-top: 20px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 360px;
	margin-right: 220px;
	clear: left;
} 

.page #footerText p {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #999999;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
}
.page #footerText  a:link {
	text-decoration: none;
	color: #999999;
}
.page #footerText  a:visited {
	text-decoration: none;
	color: #999999;
}
.page #footerText  a:hover {
	color: #FF0000;
	text-decoration: none;
}

.productListing-even {
	background-color: #EAEEFB;
}

.productListing-odd {
	background-color: #FFFFFF;
}

.productList {
	padding: 15px 20px 0px 5px;
	border-top: 1px solid #DBDBDB;
}

.shipList {
	padding: 10px 20px 0px 5px;
	border-top: 1px solid #DBDBDB;
}

.error_box {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #FF0000;
	background-color: #FFCCFF;
}

.inputRequirement {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC0000;
}

.main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

ol li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 20px;
}

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 20px;
}

.markProductOutOfStock {
	color: #FF0000;
}

.stockWarning {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.headline {
	padding-bottom: 15px;
}

.feefisms {
	list-style: none;
}

/* Blog items */

.date-header
{
	margin: 1px 0 10px 0;
	border: 0;
	
	color: #FF0000;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: large;
	text-align: left;
	font-weight: bold;
}

.entry-header a
{
	font-family: Georgia, 'Times New Roman', serif;
	font-size: large;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

.entry-header
{
	font-family: Georgia, 'Times New Roman', serif;
	font-size: large;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

.entry-body {
	padding: 10px;
}

.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #000000;
	padding: 3px;
	color: #FF0000;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: large;
	text-align: left;
	font-weight: bold;
}

.entry-content,
.entry-footer,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 10px 0;
}

.comment-footer
{
	margin: 0 0 10px 0;
	border-top: 1px dotted #999999;
	padding: 3px;
	color: #999999;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
	font-weight: bold;
	
	
}
/* CSS Document */

