/* products.css */



#products-field {
  height:200px;
  padding:0 0 0 210px;
  background:url(../img/products-image.jpg) no-repeat left top;
}
html>body #products-field {
  height:auto;
  min-height:200px;
}



#body small.soon {
  position:relative;
  top:-1px;
  padding:2px 4px;
  font-size:10px;
  color:#fff;
  background:#d44;
}



#body .catch {
  padding:210px 20px 0 20px;
  background:url(../img/Grassy-LeDio.jpg) no-repeat center top;
}
#body .catch h3 {
  height:50px;
  padding:0;
  text-indent:-999em;
  background:#fff url(../img/catch-title.gif) no-repeat center top;
}
#body .catch p {
}
#body .catch p em {
  color:#06c;
}

#body p.label {
  text-align:center;
}



#body h3 {
}

#body ul.lineup {
  margin:0 0 0 20px;
  padding:0;
  list-style-type:none;
}
#body ul.lineup li {
  position:relative;
  float:left;
  width:162px;
  margin:0 20px 10px 0;
}
#body ul.lineup li a.banner {
  display:block;
  width:160px;
  height:100px;
  margin:0 0 8px 0;
}
#body ul.lineup li a.banner img {
  width:160px;
  height:100px;
  border:0;
}
#body ul.lineup li em {
  display:block;
  margin:0 0 5px 0;
}
#body ul.lineup li a.arrow {
  float:right;
}
