/* Layout */

body {	
  font-family: Arial, Helvetica, sans-serif;	
  font-size: 1em;	
  line-height: 1.3em;
  margin: auto;
  background-color: #eeeeee;
}
.page_wrapper {
  width: 770px;
  margin: auto;
}
.header_section {
  background-color: black;
  color: white;
  margin: auto;
}
.left_section {
  background-color: black;
  color: white;
  vertical-align: top;
  width: 130px;
}
.main_section {
  vertical-align: top;
  padding: 10px;
  background-color: white;
  border-right: 1px solid black;
  width: 100%;
}
.footer_section {
  border-top: 1px solid black;
  text-align: center;
}
.main_section img {
  padding: 10px;
  border: 0;  
}

table {
  width: 100%;
  border: 1px solid #99cc99;
}
th {
  text-align: left;
  padding: .3em;
  border-bottom: 3px solid #99CC99;
  white-space: nowrap;
  background-color: #999999;
}
th.active img {
  display: inline;
}
tr.dark td, tr.light td {
  padding: 0.2em;
}
tr.light {
  background-color: #ffffcc;
}
tr.dark {
  background-color: #FFCC99;
}
td.active {
  background-color: #CC6633;
}
/* Sales Pages */
.sales_navigation_bar {
  margin: 0;
  padding: 0;
  background-color: transparent;
  font: 80% Verdana, sans-serif;
  float: right;
}
table.catalog {
  text-align: center;
  font: 90% Verdana, Sans-Serif;
  text-transform: uppercase;
}
.catalog td {
  border: 1px solid #99cc99;
  padding-bottom: 20px;
}
/* Top */
img.header-logo {
  padding-right: 10px;
}
.header_section h1 {
  font: 140% Arial Black, Arial, Sans-serif;
}
.header_section h2 {
  font: 100% Arial, Sans-serif;
  line-height: 15px;
}
.header_section h5 {
  font: italic 100% Arial, Sans-serif;
}
/* Left */

#navigation {
  margin: 10px;
  font: 80% Verdana, Sans Serif;
  width: 140px;
}
#navigation ul {
  margin: 0;
  padding: 2px 2px 14px 2px;
}
#navigation ul ul {
  margin: 0 0 10px 14px;
}
#navigation ul ul ul {
  margin: 0 0 0 14px;
}
#navigation a, #navigation a:visited {
  color: white;
  text-decoration: none;
}
#navigation a:hover {
  color: #999999;
  font-weight: bold;
}
li.tier1 {
  list-style-type: none;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid white;
}
li.tier1 a:hover {
  border-bottom: gray;
}
li.tier2 {
  list-style-type: disc;
  text-transform: capitalize;
  font-weight: normal;
}
li.tier3 {
  list-style-type: circle;
}
/* Main */

.main {
  margin: 10px;
}

/* Text */

a {	
	color: #3366CC;	
}
h1 {
  font: 120% Arial, Helvetica, sans-serif;
}
h2 {
  font: 110% Arial, Helvetica, sans-serif;
}
h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.15em;	
	background-color: #006666;  	
	color: #DCDCDC
	}
h4 {
	color: #000000
	}
/* h6 is for captions */
h6 {
}

