/*
	Main.css - includes other css files and is called by the website
	Refer to : http://support.analogmethod.com/default.asp?W180
*/

@import '/stylesheets/layout.css';
@import '/stylesheets/colors.css';
@import '/stylesheets/text.css';
@import '/stylesheets/elements.css';
@import '/stylesheets/flash_player.css';


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}