/****************************************************
*
*	Company: Preloaded
*
*	Client: Ultra Travel
*
*	Stylesheet: Browser Hacks 
*
*	Date Created: 15/06/09
*
* Document formatting --> Hard Tabs (Size 2) <-- Please stick to this format for consistency!
*
****************************************************/

/*
File Overview:
  1. Clearfix hack for ensuring elements wrap containing elements 
  
*/


/****************************************************
* 1. ClearFix (http://www.positioniseverything.net/easyclearing.html) 
/***************************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


