/*
-----------------------------------------------------
Master CSS file for [experian.com]
Media: screen, projection

Notes: ????

Author: Fazal Khan [ fazal at fazalkhan dot co dot uk ]
For: LBi [ lbigroup.com ]
-----------------------------------------------------
*/

@import url(layout.css);
@import url(navigation.css);
@import url(content.css);
/**** common classes **/
.hide{
	text-indent:-2700px;
	overflow:hidden;
	height:0;
	width:0;
	margin:0;
	padding:0;
}
.clear:after, #content:after, .two-col:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
}
.clearBoth{clear:both;} 
/* ie6_fix.css & ie7_fix.css included via conditional comments in HTML */