/*
-----------------------------------------------
Author:   The Brand Union
Version:  13 May 2009
----------------------------------------------- */

@import url("layout.css");
@import url("links.css");
@import url("tables.css");
@import url("typography.css");

@import url("_components/navigation.css");

/* General
----------------------------------------------- */

a, a:visited, li, div, span, h1, h2, h3, h4 {
	background-repeat: no-repeat;
}
abbr {
	border: none;
}
	a:focus, object {
		outline: none; /* Just for Firefox */
	}
.outside {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
}
.hide-from-sighted-users {
	position: absolute;
	left: -9999em;
}

img {
	border: 0;
}
.clearfix:after {
	clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
.clearfix {
	display: block;
}
.printMessage {
	display: none;
}
