@charset 'utf-8';
@import url('common.css');

body
{
	background-position: 0 227px;
}

#header
{
	height: 200px;
}

#leftColumn
{
}
	body.pl #leftColumn h2 a.currentSection
	{
		background-image: url('../img/common/leftHeader.HouseGarden.pl.jpg');
	}

	body.en #leftColumn h2 a.currentSection
	{
		background-image: url('../img/common/leftHeader.HouseGarden.en.jpg');
	}

	body.no #leftColumn h2 a.currentSection
	{
		background-image: url('../img/common/leftHeader.HouseGarden.no.jpg');
	}

	#treeMenu ul a
	{
		display: block;
		padding: 2px 0px 2px 10px;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		color: #010449;
		background: #fff;
	}
	
		#treeMenu ul.current
		{
			display: block;
		}
			
		#treeMenu ul ul li
		{
			padding-top: 0;
		}
		
			#treeMenu ul ul a
			{
				padding-left: 20px;
				border-bottom: 1px solid #fff;
				font-size: 12px;
				font-weight: normal;
				text-decoration: none;
				text-transform: none;
				color: #363380;
				background: none;
			}
			
			#treeMenu ul ul li ul
			{
				display: none;
			}
							
				#treeMenu ul ul ul a
				{
					padding-left: 30px;
					font-size: 11px;
					background: url('../img/common/bulletTreeMenu.png') no-repeat 18px .5em;
				}
	
					#treeMenu ul ul ul ul a
					{
						padding-left: 40px;
						background-position: 28px .5em;
					}
	
	#treeMenu a.current
	{
		font-weight: bold;
	}
	
	#treeMenu ul.products
	{
		display: block;
	}
	
		#treeMenu ul.products a
		{
			background-image: url('../img/common/bulletTreeMenuProduct.png');
		}	
		
		#treeMenu ul.products a.current
		{
			color: #fff;
			background-color: #1e1f72;
			background-image: url('../img/common/bulletTreeMenuProductCurrent.png');
		}

