body
{
  background-image: url(../images/bg.gif);
  background-repeat: repeat-x;
  background-color: rgb(230,230,240);
  padding: 0px;
  margin: 0px 0px 50px;
}

img
{
  border: none;
}

#footer
{
  width: 1000px;
  background-image: url(../images/footer.gif);
  background-repeat: no-repeat;
  padding-top: 20px;
  font-family: arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
}

#footer a, #footer a:link, #footer a:visited
{
  font-weight: bold;
  color: #f0a03c;
  text-decoration: none;
}

#footer a:active, #footer a:hover
{
  color: #141450;
  text-decoration: underline;
}

#content
{
  width: 1000px;
  background-image: url(../images/bg-content.gif);
}

#content-top
{
  background-image: url(../images/bg-content-top.gif);
  background-repeat: no-repeat;
}

#c-padding
{
  text-align: left;
  padding: 30px 50px 10px 30px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: rgb(60,60,60);
}

table
{
  text-align: left;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: rgb(60,60,60);
}

p
{
  0px 0px 20px;
}

h1
{
  font-size: 24px;
  font-weight: bold;
  color: #141450;
  margin: 0px 0px 20px;
}

a, a:link, a:visited
{
  color: #f0a03c;
  text-decoration: underline;
}

a:active, a:hover
{
  color: #141450;
  text-decoration: underline;
}

img
{
  border: none;
}

#sidebar
{
  background-color: rgb(240,240,240);
  border-left: 1px solid rgb(200,200,200);
  border-right: 1px solid rgb(200,200,200);
}

#sidebar-padding
{
  text-align: left;
  padding: 30px 10px 10px 10px;
  font-family: arial, helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  color: rgb(60,60,60);
}

#sidebar a
{
  color: #141450;
}

#sidebar-padding p
{
  0px 0px 10px;
}

#product-grid td
{
  border-left: 1px solid rgb(200,200,200);
  border-top: 1px solid rgb(200,200,200);
}

#product-grid th
{
  font-weight: bold;
  color: #f0a03c;
  font-size: 12px;
  width: 120px;
  padding-right: 10px;
  text-align: right;
}

.thumbnail, .thumbnail2, .thumbnail3
{
  position: relative;
  z-index: 0;
  text-decoration: none;
}

.thumbnail:hover, .thumbnail2:hover, .thumbnail3:hover
{
  background-color: transparent;
  z-index: 50;
  text-decoration: none;
}

.thumbnail span, .thumbnail2 span, .thumbnail3 span
{
  position: absolute;
  background-color: white;
  padding: 15px;
  width: 300px;
  left: -10000px;
  border: 1px solid rgb(200,200,200);
  visibility: hidden;
  color: rgb(60,60,60);
  text-decoration: none;
  font-size: 10px;
  line-height: 15px;
}

.thumbnail span h2, .thumbnail2 span h2, .thumbnail3 span h2
{
  margin: 0px;
  font-weight: bold;
  color: #f0a03c;
  font-size: 12px;
}

.thumbnail:hover span
{
  visibility: visible;
  left: 30px;
  text-decoration: none;
}

.thumbnail2:hover span
{
  visibility: visible;
  left: -240px;
  text-decoration: none;
}

.thumbnail3:hover span
{
  visibility: visible;
  left: 30px;
  text-decoration: none;
}
