body {  
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Verdana, Sans-Serif;
  font-size: 76%;
  color: #555;
  height: 100%;
  }

body, html {
  height: 100%;
  }

a {
  text-decoration: none;
  color: #555;
  outline-style: none;
  }

a:link {
  color: #555;
  }

a:visited {
  color: #555;
  }

a:active {
  color: #555;
  }

a:hover {
  text-decoration: underline;
  color: #555;
  }

a:visited:hover {
  text-decoration: underline;
  color: #555;
  }

strong, b {
  font-weight: bold;
  }

img {
  border: 0;
  }

.clear {
  clear: both;
  }

span { 
  margin: 0;
  padding: 0;
  }

#PageContainer {
  width: 100%;
  height: 100%;
  }

#MainContentContainer {
  width: 900px;
  text-align: left;
  border: 1px solid #E5E5E5;
  }

#HomePanelContainer {
  position: relative;
  width: 900px;
  height: 540px;
  text-align: center;
  }

#ImagePanelContainer {
  position: relative;
  width: 900px;
  height: 540px;
  font-family: Times New Roman, Times, serif;
  font-size: 1.1em;
  }

#PanelContainer {
  position: relative;
  width: 900px;
  height: 540px;
  }

#HomeLogo {
  width: 479px;
  margin: 0 auto;
  padding: 150px 0 30px 0;
  }

#HomeTag {
  font-family: Times New Roman, Times, serif;
  font-size: 2.0em;
  color: #555;
  }

table.BackRowPanel {
  height: 538px;
  }

table.BackRowPanelAlt {
  height: 269px;
  }

table.BackRowSubPanel {
  height: 176px;
  }

table.FrontRowPanel {
  height: 280px;
  }

.ViewButton a {
  background: url(../images/template/view.png) no-repeat 0 0.2em;
  padding: 1px 0 3px 16px;
  }

.ViewButtonBlank {
  padding: 0 0 0 0;
  }

#MoreLinkContainer {
  position: absolute;
  top: 505px;
  right: 0px;
  width: 147px;
  height: 35px;
  background-color: #F3BBCE;
  z-index: 9;
  }

#MoreLink {
  position: absolute;
  top: 514px;
  right: 25px;
  z-index: 10;
  font-family: Arial, Helvetica, Verdana, Sans-Serif;
  font-weight: bold;
  }

#BackLinkContainer {
  position: absolute;
  top: 505px;
  left: 0px;
  width: 147px;
  height: 35px;
  background-color: #F3BBCE;
  z-index: 11;
  }

#BackLink {
  position: absolute;
  top: 514px;
  left: 25px;
  z-index: 11;
  font-family: Arial, Helvetica, Verdana, Sans-Serif;
  font-weight: bold;
  }

#MoreLink a {
  float: left;
  display: block;
  padding: 2px 10px 0 8px;
  background: url(../images/template/nav_arrow.gif) no-repeat right center;
  font-size: 1.2em;
  color: #777;
  text-decoration: none;
  margin: 0;
  }

#MoreLink a:hover {
  float: left;
  display: block;
  color: #FFF;
  background: url(../images/template/nav_arrow_over.gif) no-repeat right center;
  text-decoration: none;
  }

#BackLink a {
  float: left;
  display: block;
  padding: 2px 0 0 10px;
  background: url(../images/template/nav_arrow_rev.gif) no-repeat left center;
  font-size: 1.2em;
  color: #777;
  text-decoration: none;
  margin: 0;
  }

#BackLink a:hover {
  float: left;
  display: block;
  color: #FFF;
  background: url(../images/template/nav_arrow_rev_over.gif) no-repeat left center;
  text-decoration: none;
  }

#Separator {
  height: 5px;
  background-color: #F3BBCE;
  }

#FooterContainer {
  position: relative;
  width: 900px;
  height: 75px;
  background-color: #76777A;
  }

#Collection {
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 11;
  font-family: Times New Roman, Times, serif;
  font-size: 2.0em;
  color: #FFF;
  }

#MenuContainer {
  padding: 0;
  margin: 0 0 0 15px;
  }

.MenuItem {
  float: left;
  display: block;
  }

.MenuItem a {
  float: left;
  display: block;
  padding: 6px 10px 4px 5px;
  background-color: #76777A;
  color: #FFF;
  font-size: 0.9em;
  text-decoration: none;
  margin: 0;
  border-left: 1px solid #999;
  }

.MenuItem a:hover {
  float: left;
  display: block;
  color: #FFF;
  text-decoration: none;
  background: #888 url(../images/template/bg_menu_off.gif) repeat-x bottom left;
  }

.MenuItemOn {
  float: left;
  display: block;
  }

.MenuItemOn a, .MenuItemOn a:hover {
  float: left;
  display: block;
  padding: 6px 10px 4px 5px;
  background: #666 url(../images/template/bg_menu.gif) repeat-x bottom left;
  color: #FFF;
  font-size: 0.9em;
  text-decoration: none;
  margin: 0;
  border-left: 1px solid #999;
  }

#CopyrightContainer {
  position: absolute;
  bottom: 10px;
  right: 15px;
  z-index: 11;
  font-size: 0.9em;
  color: #CCC;
  padding: 2px 13px 0 15px;
  }

#CopyrightContainer a {
  color: #AAA;
  text-decoration: none;
  }

#CopyrightContainer a:hover {
  color: #AAA;
  text-decoration: none;
  }

table.StockTable th {
  font-weight: bold;
  text-align: left;
  padding: 1px 4px 2px 4px;
  }

table.StockTable td {
  padding: 1px 4px 2px 4px;
  background-color: #F3F3F3;
  }