@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?new);
@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
{
	.clearfix { *zoom: 1; }
	
	.clearfix:before, .clearfix:after {
		display: table;
		border-collapse: collapse;
		border-spacing: 0;
		line-height: 0;
		content: "";
	}
	.clearfix:after { clear: both; }
	
	
	/* text color: #55626C */
	/* text color light: #8C8F91 */
	/* text color red: #FF0000 */
	BODY
	{
		margin: 0px;
	}
	
	BODY, TD, INPUT, TEXTAREA, SELECT, BUTTON
	{
		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; }
	
	#PageTitle { /* H1*/
		color: #222222;
		font-size: 38px;
		font-weight: normal;
		margin: 0 0 8px 0;
		position: relative;
		left: 1px; /* 2px */
		top: -3px;
	}
	
	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 H4, #GoogleMap .Paragraph { margin: 0; }
	
	
	/* AddThis Toolbox */
	.addthis_toolbox {
		height: 29px;
		margin: 0 5px 8px;
	}
	.sIFR-replaced + .addthis_toolbox { margin-top: -6px; }
	.addthis_toolbox.between_blocks { margin: 10px 15px 1px; }
	
	.addthis_counter.addthis_pill_style {
		float: left;
		margin-right: 33px;
	}
	.addthis_button_linkedin_counter { margin-right: 31px; }
	.addthis_button_pinterest_pinit { margin-right: 31px ! important; }
	
	
	SUP
	{
		height: 0;
		line-height: 1;
		vertical-align: baseline;
		position: relative;
		bottom: 1ex; /* sub: top: .5ex; */
	}

}
