/* ===========================================================*/
/* CLEARFIX */
/* ===========================================================*/
.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 */

/* ===========================================================*/
/* usefulls */
/* ===========================================================*/

.left{
	margin-left: 0px !important;
	padding-left: 0px !important;
}

.right{
	margin-right:0px !important;
	padding-right:0px !important;
}

a img{
	border: 0px none;
}

.blockCenter{
	display:block;
	margin-left: auto;
	margin-right: auto;}
	
.textCenter{
	text-align:center;}
/* ===========================================================*/
/* twin helix ie6 png transparency */
/* ===========================================================*/
.png { 
	behavior: url('assets/css/iepngfix.htc'); 
}

