img {
    /* display: block; */
    border: 0;
  }
/* Sagient overrode default; comment out to use browser defaults
a:link  {
  color: #03c;
}

a:visited {
  color: #03c;
}

a:active, a:hover {
  color: #36f;
}
*/
body  {
  margin: 0;
  background: #C0C0C0 url("/images/body_bg.gif") repeat-y;
	background-position:center;
  text-align: center;
}
body, td, th  {
  font-family: verdana, sans-serif;
  font-size: 11px;
  line-height: 1.3em;
  color: #333;
}
h1  {
  font-size: 20px;
  color: #000;
  margin: 0 0 14px;
  line-height: 1.2em;
}

h2  {
  font-size: 14px;
  margin: 0 0 4px;
  color: #000;
  line-height: 1.2em;
}
h3  {
  font-size: 12px;
  margin: 0 0 2px;
  line-height: 1.2em;
}
h3.alt  {
  color: #c00;
}
p {
  margin: 0 0 14px;
}
#wrapper  {
  width: 798px;
  /* margin: -1px auto;
  border: 1px solid #999; */
  border: 1px solid #fff;
  text-align: left;
  background-color: #fff;
  voice-family: "\"}\""; /* IE hack */
  voice-family:inherit;
  width: 800px;
}

/* Fix Opera browser after IE hack */
html>body #wrapper {
  width: 800px;
  margin: -1px auto;
}


#logo {
  margin: 10px 0 5px 0;
}
#content  {
  margin: 20px 0px 0 20px; /* top, right, bottom, left */
}
#navbar {
  margin: 0 0 0 0;
	padding: 0 0 10px;
  border-bottom: 20px solid #323232;
}
/*#navbar img {
  margin: 0 0 0 0;
}*/
.secondLevelMenu {
 /*  */
  position: absolute;
  top: 78px;
  height: 30px;
  visibility :hidden;
  z-index: 11;
  border-bottom: 1px none;
  vertical-align: middle;
  white-space: nowrap;
  voice-family: "\"}\"";   /* IE hack */
  voice-family:inherit;
  height: 21px;
}
/* Opera browser support to fix IE hack */
html>body .secondLevelMenu {
  height: 21px;
}


/* Works OK for display, but not printing */
#masthead {
  background: #fff url("images/masthead_bg.jpg") no-repeat;
}
#colOne {
  float: left;
  width: 360px;
  margin: 0;
  padding: 0;
}
#colTwo {
  margin: 0 20px 0 0; /* top, right, bottom, left */
  float: right;
  /* font-size: 11px; */
  width: 380;
}
#col1wide {
  /* float: left; */
  width: 760px;
  margin: 0 0 10px 0;
  /* font-size: 11px; */
  padding: 0;
}
#col1 {
  float: left;
  width: 530px;
  margin: 0;
  /* font-size: 11px; */
  padding: 0;
}
#col2 {
  margin: 0 20px 0 0; /* top, right, bottom, left */
  float: right;
  /* font-size: 11px; */
  width: 222px;
}
#col2 h2  {
  font-size: 14px;
  background: #7D7D7D  url("/images/sidebox_corner.gif") no-repeat;
  padding: 7px 20px;
  border-bottom: 1px solid #fff;
  margin: 0;
  color: #fff;
}
#col2 div.box {
  background: #dedede url("/images/col2box_bg.gif") repeat-y;
  padding: 7px 20px;
  margin-bottom: 20px;
}
#col2 img.thumb {
  border: 1px solid #999;
  margin-bottom: 0px;
}
#col2 a:hover img.thumb {
  border: 1px solid #009;
}
#col1 img.thumb, #col1wide img.thumb  {
  border: 1px solid #999;
  margin: 1em 0;  
}
img.thumb0  {
  border: 1px solid #999;
  margin-bottom: 0px;
}
#howtobuy {
  margin: 0 0 20px 0; /* top, right, bottom, left */
}
#footer {
  margin: auto; 
  width: 800px;
  text-align: center;
  font-size: 9px;
  line-height: 1.2em;
}
.floatleft  {
  float: left;
  margin: 0 15px 10px 0;
}
h3.accent {
  margin: 0;
  color: #c00;
}
.spacer {
  clear: both;
}
#content li {
  padding-bottom: 8px;
}
p.question  {
  border-top: 1px solid #000;
  padding-top: 8px;
  color: #000;
  font-weight: bold;
}
table.normal td, table.normal th  {
  vertical-align: top;
  text-align: left;
  padding: 5px;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  /* font-size: 11px;
  line-height: 1.2em; */
}
table.normal  {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: 1em;
}
.caption  {
  text-align: left;
  margin: 3px 20px 20px 0px; /* top, right, bottom, left */
  font-size: 10px;
  line-height: 1.2em;
}

#search {
  position: absolute;
  /* width: 500px; */
  margin-left: 370px;
  top: 12px;
  }
