/* -----------------------------------------------------------------------------

Title : Non-Internet Explorer CSS hacks file
Author : Paulo Elias
URL : http://www.prkreative.com/

Description : CSS contained here helps control various non-IE browser bugs.

Created : 2006.11.02
Modified : 2006.11.02

----------------------------------------------------------------------------- */
/* HACKS =HAC
----------------------------------------------------------------------------- */
/* We need to use a hack to make sure we clear container divs
 Details @ http://www.positioniseverything.net/easyclearing.html
*/

/* ----- CLEAR THOSE BOXES ----- */
.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-table;}
/* hides from ie-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end hide from ie-mac */