/*
*************************************************
file : misc.css
use : Standard misc stylesheet
author : Karl BRIGHTMAN
date created: 19th February 2007
*************************************************
*/

img {
	border: 0;
}

.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
 /* End hide from IE-mac */
 