@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: 10pt Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 5px 30px;
	margin: 5px 30px;
}

#apDiv1 {
	position:absolute;
	width:42px;
	height:121px;
	z-index:1;
	left: 21px;
	top: 92px;
}

a:link, a:visited, a:active {
	color: #333333;
	background: none;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a:hover {
	color: #666666;
	background: none;
	text-decoration: underline;
}

.main_head {
	background-image: url(masthead.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 150px;
}

.main_body {
	background-image: url(body_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.main_foot {
	background-image: url(main_foot_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.nav_link a:link {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.nav_link a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.nav_link a:hover {
	color: #333333;
	text-decoration: underline;
}

a.headerNavigation:link {
	font-weight: bold;
	text-decoration: none;
	color: #EFEFEF;
}

a.headerNavigation:visited {
	font-weight: bold;
	text-decoration: none;
	color: #EFEFEF;
}

a.headerNavigation:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.sidebar_body {
	border: 1px solid #666666;
}

.sidebar_top {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: none;
	background-color: #CCCCCC;
}

.sidebar_divider {
	background-image: url(sidebar_divider.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.copyright {
	font-size: x-small;
	color: #333333; 
}

.alt1 {
	border: 1px solid #D6924C;
	background: #FFFFFF;
}

.alt2 {
	border: 1px solid #D6924C;
	background: #E4E9ED;
}


/* OLD JUNK */
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}