@charset "UTF-8";
/*------------------------------------------------------------------------------
 *  index page style.
 *----------------------------------------------------------------------------*/
body{
  background:#000000 url(img/header_bg.gif) repeat-x;
  }

#container { padding-bottom:40px;  }

.overlay {
  background:url(img/page_logo.gif) no-repeat;
  }
#footer{
  background:url(img/footer_bg.gif) repeat-x;
  }
#idxVis {
	width: 597px;
	margin: 0px auto;
}

#thumbs {
  padding: 20px 0 0 0;
  }
#thumbs ul{
  height:100%;
  }
#thumbs li {
	width:139px;
	float:left;
	margin: 0px 0px 0px 13px;
  }
#thumbs li a, #thumbs li span{
  display:block;
	text-indent:-9999px;
  }
/*-- roll over */

.choco{
  background:url(img/thumb01.jpg) no-repeat 0 0 ;
  }
.cheese{
  background:url(img/thumb02.jpg) no-repeat 0 0 ;
  }
.chiffon{
  background:url(img/thumb03.jpg) no-repeat 0 0 ;
  }
.package{
  background:url(img/thumb04.jpg) no-repeat 0 0 ;
  }
/*-- End roll over */
#container {
	width: 597px;
}
#thumbs li.last {
	margin: 0px;
	}

