html {
  height: 100%;
}

body {
  background: url(../images/bg.gif) #010d36 repeat-y 50% 0;
  font-family: "trebuchet ms", "Lucida Console", tahoma, verdana, arial, sans-serif;
  font-size: 14px;
  color: #000;	
  margin: 0;
  padding: 0;	
  height: 100%;	
}

a:link, a:visited {
  color: #bd3b01;
}

a#menuh1:link, a#menuh1:visited {
  color: #FFF315;
  text-decoration:none
}

#main {
  min-height: 100%;
  width: 800px;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

* html #main {
  height: 100%;
}

h1 {
  font-size: 15px;
  font-weight: bold;
  margin: 5px 0;
  padding: 0;
}

h2 {
  font-size: 14px;
}

#right h1 {
  background: url(../images/headerline.gif) 50% 20px no-repeat;
  height: 36px;
  width: 410px;
}

#left h1 {
  color: #FFF315;
}

.line {
  background-image: url(../images/headerline.gif);
  height: 16px;
  width: 351px;
  margin-left: 40px;
}

.line_small {
  background: url(../images/headerlinesmall.gif) no-repeat;
  height: 9px;
  width: 200px;
}

#header {
  background: url(../images/header.jpg) no-repeat 50% 0; 
  position: relative;
  height: 629px;
  color: #FFF;
}

#footer {
  position: absolute;  /* Needed for Safari */
  padding: 10px;
  background-color: #aa3939;
  width: 75%;
}
#footer h1 {
  padding-bottom: 0;
}

#content {
  position: absolute;
  margin-top: -380px;
}

#left {
  position: absolute;
  left: 0;
  width: 170px;
  margin:  10px 0 0 0;
  padding: 0;
}

#left ul {
  list-style-type: none;
  padding: 0;
  margin: 3px 0;
}

#left li a, #left li span {
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 20px;
  text-decoration: none;
  color: #fff;
}

#left li span {
  font-weight: bold;
}

#right {
  width: 450px;
  margin: 0 0 0 200px;
  padding: 0;
  clear: both;
}

#header ul {
  position: absolute;
  left: 50%;
  top: 114px;
  height: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#header li {
  float: left;
  padding: 0 6px;
  text-align: center;
}

#header li a {
  float: left;
  text-decoration: none;
  height: 19px;
  padding-top: 3px;
  color: #FFFFFF;
  font-weight: bold;
}

#header li span {
  float: left;
  text-decoration: none;
  width: 106px;
  height: 19px;
  padding-top: 3px;
  color: #555555;
  background: url(../images/tab.gif) 0 -44px;
}

img {
  border: 0;
}

br {
  clear: both;
}

.product {
  float: left;
  display: block;
  width: 200px;
  height: 200px;
  padding: 3px;
  margin: 5px;
  background: url(../images/browsebg.gif);
  background-repeat: no-repeat;
}

.product_name {
  padding: 5px 0px 0px 0px;
}

.product span {
  position: absolute;
  font-weight: bold;
  color: #CC0000;
  font-size: 11px;
  margin: 140px 0 0 30px;
}

.thumb {
  width: 74px;
  height: 82px;
  background: url(../images/thumb4.gif) top left no-repeat;
  padding: 17px 11px;
  margin: 4px 5px 0 0;
  float: left;
}

.thumb_text {
  width: 109px;
  height: 115px;
  background: url(../images/thumb.gif) top left no-repeat;
  padding: 17px 11px;
  float: right;
  margin:5px;
}

.full {
  width: 162px;
  height: 164px;
  background: url(../images/full.gif) top left no-repeat;
  padding: 17px 13px;
  /*margin: 20px 5px 0 0;*/
  float: right;
}

.morefull {
  width: 162px;
  height: 164px;
  background: url(../images/full.gif) top left no-repeat;
  padding: 17px 13px;
  margin: 0 18px;
  float: left;
}

label {
  display: block;
  float: left;
  text-align: right;
  width: 100px;
  padding: 2px 10px 0 0;
  border: 0;
}

table {
  text-align: center;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
  font-weight: normal;
  font-size: 11px;
  color: #fff;
  width: 100%;
  background-color: #666;
  border: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
}

table td {
  background-color: #e4e5e7;
  color: #000;
  padding: 4px;
  text-align: left;
  border: 1px #fff solid;
}

table th {
  background-color: #666;
  color: #fff;
  padding: 4px;
  text-align: left;
  border-bottom: 2px #fff solid;
  font-size: 12px;
  font-weight: bold;
}
