@import url(styles-header.css);
@import url(styles-shell.css);
@import url(styles-menu.css);
@import url(styles-paragraph.css);
@import url(styles-form.css);
@import url(styles-products.css);
@import url(styles-intro.css);
@import url(styles-feature.css);

@media print
{
	UL LI, OL UL LI
	{
		margin: 0px 0px 0px 20px;
		padding: 0px;
		list-style-type: disc;
	}
	OL LI, UL OL LI
	{
		margin: 0px 0px 0px 30px;
		padding: 0px;
		list-style-type: decimal;
		list-style-position: outside;
	}
}

@media screen
{
	UL LI, OL UL LI
	{
		margin: 0px;
		padding: 0px 0px 0px 10px;
		list-style-type: none;
		background: url(images/bullet.gif) no-repeat 3px 5px;
	}
	UL UL LI { margin: 0px 0px 0px 10px; }
	UL UL LI { background-image: url(images/bullet-lev2.gif); }
	UL UL UL LI { background-image: url(images/bullet.gif); }
	UL UL UL UL LI { background-image: url(images/bullet-lev2.gif); }
	UL UL UL UL UL LI { background-image: url(images/bullet.gif); }
	UL UL UL UL UL UL LI { background-image: url(images/bullet-lev2.gif); }
	UL.Red LI, OL UL.Red LI
	{
		margin: 0px;
		padding: 0px 0px 0px 10px;
		list-style-type: none;
		background: url(images/bullet-red.gif) no-repeat 3px 5px;
	}
	OL LI, UL OL LI
	{
		margin: 0px 0px 0px 30px;
		padding: 0px;
		list-style-type: decimal;
		list-style-position: outside;
	}
	.ParagraphSmall UL LI
	{
		background-position: 3px 3px;
	}
}

@media all
{
	/* text color: #55626C */
	/* text color light: #8C8F91 */
	/* text color red: #FF0000 */
	BODY
	{
		margin: 0px;
	}
	
	BODY, TD, INPUT, TEXTAREA, SELECT
	{
		font-family: Arial, Tahoma, Helvetica, Sans-Serif;
	}
	
	A IMG { border: none; }
	IMG { font-size: 10px; color: #A5A5A5; }
	
	.Distancer, .DistancerHalf, .DistancerDouble
	{
		width: 1px;
		overflow:hidden;
	}
	.Distancer { height: 10px; }
	.DistancerHalf { height: 5px; }
	.DistancerDouble { height: 20px; }
	
	P { margin: 0px; }
	
	H1
	{
		font-size: 24px;
		margin: 0px 10px;
		font-weight: normal;
	}
	H1 A { color: #000000; }
	
	H2
	{
		font-size: 20px;
		margin: 0px 10px;
		font-weight: normal;
		color: #000000;
	}
	H2 A { color: #000000; }
	
	H3
	{
		font-size: 16px;
		margin: 0px 10px;
		font-weight: normal;
		color: #000000;
	}
	H3 A { color: #000000; }
	
	H4
	{
		font-size: 12px;
		margin: 0px 10px;
		font-weight: bold;
		color: #000000;
	}
	H4 A { color: #000000; }
	
	UL, OL
	{
		margin: 0px;
		padding: 0px;
	}
	
	UL LI, OL LI
	{
		line-height: 125%;
	}
	
	UL.Red LI A { text-decoration: none; }
	UL.Red LI A:Hover { text-decoration: underline; }
	
	A:Hover
	{
		color: #FF0000;
		text-decoration: underline;
	}
	
	#Sitemap UL { margin-bottom: 3px; }
	#Sitemap LI.FirstLevel
	{
		background-image: none;
		padding-left: 1px;
	}
	#Sitemap LI A
	{
		font-size: 12px;
		line-height: normal;
	}
	#Sitemap LI.FirstLevel A { font-size: 18px; }
	#Sitemap LI.FirstLevel UL A { font-size: 12px; /* Reset */ }
	
	#GoogleMap H3, #GoogleMap .Paragraph { margin: 0; }
	
	/* AddThis button workaround - flash hide - top gap on init fix */
	#atff
	{
		position: absolute;
		left: -1px;
		top: -1px;
		visibility: hidden;
	}

}
