body
{
  background-color: #0066ff;
  background-image:url(./pictures/dots.gif);
  background-attachment: fixed;
  font-family: Tahoma, Helvetica, Sans-serif;
  font-weight: bold;
  color: #0066ff;
  margin: 0px;
  padding: 0px;
}

a
{
  text-decoration: none;
  color: #f00000;
}
	
a:hover
{
  color: #0066ff;
}

div#header
{
  padding: 10px 0px 10px 0px;
  overflow: hidden;
}

div#container
{
  background-color: #ffcc00;
  border: 12px solid #f00000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  overflow: hidden;
  width: 750px;
}

div#menu
{
  border-top: 2px solid #f00000;
  border-bottom: 2px solid #f00000;
  background-color: #0066ff;
  clear: both;
  width: 750px;
  color: #ffcc00;
  margin-bottom: 15px;
  overflow: hidden;
}

div#menu a
{
  float: left;
  display: block;
  margin-left: 45px;
  text-align: center;
  color: #ffcc00;
}

* html body div#menu a
{
  margin-left: 38px;
}

div#menu a:hover
{
  color: #f00000;
}

div#content
{
  float: left;
  width: 730px;
  padding: 0px 10px 0px 10px;
}

.item
{
  text-align: center;
  float: left;
  width: 175px;
  height: 225px;
}

.item a
{
  color: #0066ff;
}

.item a:hover
{
  color: #f00000;
}

h1, h2, h3, h4, h5, h6
{
  color: #f00000;
}

h1
{
  font-size: 1.75em;
}

h2
{
  font-size: 1.5em;
}

h3
{
  font-size: 1.25em;
}

table
{
  width: 100%;
  vertical-align: top;
}

th
{
  color: #f00000;
  text-align: left;
  vertical-align: top;
}

td
{
  vertical-align: top;
}

div#content img
{
  border: 2px solid #f00000;
}

img.product
{
  margin: 0px 10px 10px 0px;
  float: left;
}

div#info
{
  margin-left: 3em;
  text-align: center;
  float: left;
}

.sold
{
  color: #f00000;
}

input#button
{
  float: left;
  margin-left: 5em;
}

.column
{
  width: 355px;
  text-align: justify;
}

.left
{
  float: left;
}

.right
{
  float: right;
}

.small
{
  font-size: .8em;
}

.index
{
  overflow: hidden;
  padding-right: 10px;
  text-align: justify;
}

* html body div.index
{
  height: 150%;
}

.index h1
{
  text-align: center;
}

.index img
{
  margin: 0px 25px 0px 25px;
}

div#productInfo
{
  overflow: hidden;
  margin-bottom: 20px;
  text-align: justify;
}

div#orderInfo
{
  float: left;
  clear: left;
  color: #ff0000;
  font-size: 12px;
  text-align: justify;
  margin-top: 10px;
  width: 100%;
}

div#orderInfo a
{
  color: #f00000;
  text-decoration: underline;
}

a.back
{
  font-weight: bold;
  color: #f00000;
}

a.back:hover
{
  color: #0066ff;
}

.nav
{
  clear: both;
  width: 100%;
  font-weight: bold;
  overflow: hidden;
}

a.page
{
  text-decoration: underline;
}

.navcenter
{
  width: 100%;
  float: left;
  text-align: center;
}

.pics
{
  float: left;
  text-align: center;
  width: 290px;
}

.thumbs
{
  margin-left: auto;
  margin-right: auto;
  width: 270px;
}

div#copyright
{
  float: right;
  font-size: .8em;
  margin-top: 1em;
}

.link
{
  border: 0px solid #ffcc00;
}
