/*
** Float clearing for IE6 
*/
* html .clearfix,
* html .product,
* html #faq,
* html #photos
{
  height: 1%;
  overflow: visible;
}

/*
** Float clearing for IE7 
*/
*+html .clearfix,
*+html .product.
*+html #faq,
*+html #photos
{
  min-height: 1%;
}

/*
** Float clearing for everyone else 
*/
.clearfix:after,
.product:after,
#faq:after,
#photos:after
{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}