.homepage_title{
  width: 350px;
  margin-left: -40px;
}

.homepage_subtitle{
  width: 250px;
}

#bucket_container{
  padding-left: 144px;
  padding-top: 5px;
  height: 268px;
  text-align: center;
  width: 720px;
}
.bucket{
  position: relative;
  width: 263px;
  height: 239px;
  float: left;
  padding-left: 10px;
  padding-right: 40px;
  text-align: center;
    z-index: 200;
}

.bucket .title_container{
  position: relative;
  width: 100%;
  height: 40px;
}

.bucket_on{
  position: relative;
  top: -13px;
  width: 263px;
  height: 241px;
  background-image: url('/images/global/home/bucketon-trans.png');
  cursor: pointer;
}


.bucket_off{
  position: relative;
  top: -13px;
  width: 263px;
  height: 241px;
  background-image: url('/images/global/home/bucket-trans.png');
  cursor: pointer;
}

.bucket .image{
  position: absolute;
  top: 44px;
  left: 25px;
  width: 212px;
  height: 176px;	  
  border: 2px solid #8b020c;
}

.bucket .header{
  position: relative;
  top: 12px;
  left: 0px;
  width: 100%;
  height: 25px;
  text-align: center;
  cursor: pointer;
}

.home_title{
	position: relative;
clear: both;	
  width: 640px;
  top: 2px;
  padding-left: 144px;
  z-index: 3000;
}

#prod{
   position: absolute;
   top: 294px;
   left: 0px;
   width: 866px;
   height: 187px;
}

#legal{
  position: absolute;
  top: 600px;
  left: 0px;
  color: #fff;
  font-size: 10px; 
  margin-bottom: 20px;  
}