body
{
  background: #ffffff url('../images/body-bg.gif') left top repeat-x;
  color: #000000;
  font-family: "Arial CE", Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  margin: 0px;
  text-align: center;
}

.divider, .hidden
{
  display: none;
}

a img
{
  border: 0px;
}

img.right
{
  float: right;
  margin-left: 32px;
}

#page
{
  margin: auto;
  text-align: left;
  width: 780px;
}

#head
{
  height: 150px;  
}

#logo
{
  height: 162px;
  overflow: hidden;
}

#h_menu
{
  background: #ffffff url('../images/h_menu-bg.gif') repeat-y;
  height: 33px;
  line-height: 31px;
  padding: 0px 0px 0px 12px;
  white-space: nowrap;
}

#h_menu a
{
  background: url('../images/h_menu-a-bg.gif') no-repeat;
  color: #ffffff;
  font-weight: bold;
  float: left;
  height: 33px;
  padding: 0px 10px 0px 34px;
  text-decoration: none;
  min-width: 105px;
  _width: 105px;
}

#h_menu a:hover, #h_menu a.selected
{
  background: url('../images/h_menu-a-selected-bg.gif') repeat-x;
  padding: 0px 30px 0px 14px;
}

#block_left
{
  float: left;
  padding: 3px 3px 3px 1px;
  width: 178px;
}

#block_v_menu
{
  background: #f0f0f0 url('../images/v_menu-bg.gif') bottom no-repeat;
  border-top: #bdbdbd 1px solid;
  padding: 18px 0px 109px 0px;
}

#block_v_menu a
{
  background: url('../images/v_menu-a-bg.gif') bottom no-repeat;
  color: #000000;
  display: block;
  font-weight: bold;
  height: 30px;
  line-height: 27px;
  padding-left: 16px;
  text-decoration: none;
}

#block_v_menu a:hover, #block_v_menu a.selected
{
  background: #003366 url('../images/v_menu-a-selected-bg.gif') bottom no-repeat;
  color: #ffff00;
  padding-left: 24px;
}

#block_main
{
  float: left;
  background: #ffffff url('../images/main-bg.gif') bottom no-repeat;
  border-top: #bdbdbd 1px solid;
  border-bottom: #ffffff 8px solid;
  min-height: 360px;
  _height: 360px;
  margin: 3px 0px;
  padding: 0px 26px 15px 26px;
  _padding-right: 14px;
  width: 546px;
  _width: 558px;

  font-size: 1.1em;
}

.homepage #block_main
{
  background: #ffffff;
}

#block_main h1, h2, h3
{
  color: #620808;
  font-family: Tahoma, "Arial CE", Arial, Helvetica, sans-serif;
  margin: 0.8em 0px;
}

#block_main h1
{
  background: url('../images/h1-bg.gif') left no-repeat;
  font-size: 1.5em;
  padding-left: 36px;
}

#block_main h2
{
  background: url('../images/h3-bg.gif') left no-repeat;
  font-size: 1.5em;
  padding-left: 16px;
}

#block_main h3
{
  background: url('../images/h3-bg.gif') left no-repeat;
  font-size: 1.2em;
  padding-left: 20px;
}

#block_main p
{
  line-height: 1.25em;
}

#block_main ul
{
  list-style-image: url('../images/li-bg.gif');
}

#homepage .item
{
  background: #ffffff url('../images/item-bg.gif') 0px 138px no-repeat;
  float: left;
  margin: 0px 12px 0px 0px;
  height: 230px;
  width: 170px;
}

#homepage .item a
{
  color: #620808;
  text-decoration: none;
}

#homepage .item .title
{
  background: #ffffff url('../images/h3-bg.gif') left no-repeat;
  color: #620808;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
  padding-left: 12px;
}

#homepage .item .desc
{
  font-size: 0.9em;
  padding: 4px 8px;
}

#homepage .item .price
{
  text-align: center;
}

#homepage .item img
{
  border: #a0acb5 3px solid;
}

#homepage .item a:hover img
{
  border-color: #003366;
}

#copyright
{
  clear: both;
  color: #999999;
  font-size: 0.8em;
  padding: 8px 192px;
}

#copyright a
{
  color: #666666;
}

