

/***********************************************************************
	2 - TOOLS
************************************************************************/

.clearer {
	clear: both;
}

.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 */

.imgright {
	float: right;
	margin: 0px 0px 20px 20px;
}

.imgleft {
	float: left;
	margin: 0px 20px 20px 0px;
}