
body  {
  background-color: #666666;
  background-image: url(images/mail.jpg);
  background-repeat: repeat-both;
  background-attachment: scroll;
  background-color: #000000;
  background-position: center top;
  min-width: 750px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #000000;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

th, td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

p  {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 10pt;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:link	{
  color: #000000;
}

a:visited {
  color: #000000;
}

h1 {
  font-size: 20pt;
  color: #000000;
}


#container  {
  background: FFFFFF;
  border-style: double;
  width: 900px;
  text-align: center;
  margin: 0 auto;
  border-collapse: collapse;
}

.clearfloat {
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

#header {
  background-color: #000000;
  width: 900px;
  height: 100px;
  padding: 10px 10px;
  display: table-cell;
  vertical-align: middle;
}

#header h1 {
  color: #999999;
  font-size: 300%;
  font-weight: normal;
  border: 0;
  margin: 0;
}

#leftnav {
  font-size: 10pt;
  vertical-align: top;
  background-color: #CCCCCC;
  text-align: left;
  top: 0;
  width: 100px;
  padding: 10px 20px;
  height: 600px;
}

#leftnav ul {
  font-size: 10pt;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}

#leftnav li {
  margin: 0;
  color: #000000;
  font-weight: bold;
}

#main {
  vertical-align: top;
  background-color: #FFFFFF;
  top: 0;
  width: 800px;
  padding: 10px 20px;
  text-align: left;
  height: 600px;
}

#products {
  font-size: 9pt;
  vertical-align: top;
  background-color: #FFFFFF;
  top: 0;
  width: 775px;
  padding: 10px 10px;
  text-align: left;
  height: 500px;
  image-border: 1;
}

#thumbs  {
  vertical-align: middle;
  background-color: #FFFFFF;
  height: 101px;
  padding: 10px 1px;
  text-align: left;
  image-border: 1;
  image-height: 100px;
}

#footer  {
  vertical-align: middle;
  background-color: #666666;
  width: 850px;
  height: 5px;
  padding: 10px 1px;
}

.maxWidth img {
max-width: 450px;
width: expression(document.body.clientWidth > 450? "425px": "auto" );
}