/*
	$safeprojectname$ Print StyleSheet
	Author: $username$
	Date: $time$
	
	Color Legend:
	Color 1:	Red
	Color 2:	Blue
	Color 3:	Green
*/

body {
}

#container {
	margin: 0 auto;
	width: 500px;
}

#navContainer{
	display:none;
}

#distributorSmallLogo{
}

#distributorLogo {
	display:none;
}
#distributorLargeLogo{
	display:none;
}

#distributorBranding{
	display:none;
}

#distributorTable{
	display:none;
}
	
#slogan{
display:none;
}

#branding {
display:none;
}

#websiteBy{
display:none;
}

#siteInfo{
display:none;
}


/* Clear fix */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* End hide from IE-mac */