﻿#productChooser
{
	position: relative;
	left: -1px;
	width: 534px;
	min-height: 481px;
	font-size: .909em;
	background: url('../gfx/products-vannlig/bg.jpg') no-repeat 0 0;
}
* html #productChooser { height: 481px; }
	#productChooser h2
	{
		margin: 0;
		font: bold 2em/.85em Verdana, Arial, sans-serif;
		color: #fff;
	}
	#productChooser p
	{
		margin: .3em 0;
		font-size: 1.2em;
		line-height: 1.25em;
		color: #fff;
	}
	#productChooser ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#productChooser ul li
		{
			margin: 0;
			padding: 0;
			font-size: 1.1em;
			color: #fff;
		}
			#productChooser ul li a
			{
				display: block;
				padding: 1px 0 1px 16px;
				color: #fff;
				background-position: 0 60%;
				background-repeat: no-repeat;
			}
	#productChooser .text
	{
		position: absolute;
		z-index: 1000;
	}
	#productChooser .anim
	{
		position: absolute;
	}

/* People */
#people
{
	position: absolute;
	top: 216px;
	left: 150px;
	width: 253px;
	height: 253px;
	background: url('../gfx/products-vannlig/people.png') no-repeat 0 0;
	z-index: 700;
}

#animArea
{
	height: 481px;
}

#moreInfo
{
	padding: 8px;
	background: url('../gfx/products-vannlig/bg-info-bottom.png') repeat-y 0 0;
}
	#moreInfo .col
	{
		float: left;
		width: 158px;
		margin-right: 20px;
	}
	#moreInfo .col.enkel
	{
		margin-right: 0;
	}
	#moreInfo .col p
	{
		margin: 0;
		font-size: .95em;
		color: #000;
	}

/* Co2fri */
#co2fri
{
	position: absolute;
	top: 123px;
	left: 72px;
	width: 102px;
	height: 123px;
	z-index: 301;
}
	#co2friText
	{
		position: absolute;
		top: 123px;
		left: 72px;
		width: 102px;
		height: 123px;
		padding: 20px 30px;
	}
		#co2friText ul li a
		{
			background-image: url('../gfx/products-vannlig/icon-co2fri.png');
		}
	#co2friAnim
	{
		position: absolute;
		top: 70px;
		left: 0;
		width: 306px;
		height: 318px;
		background: url('../gfx/products-vannlig/co2fri-cloud.png') no-repeat 0 0;
		z-index: 300;
	}

/* eSpot */
#espot
{
	position: absolute;
	top: 75px;
	left: 205px;
	width: 103px;
	height: 117px;
	z-index: 201;
}
	#espotText
	{
		position: absolute;
		top: 75px;
		left: 205px;
		width: 103px;
		height: 117px;
		padding: 20px 10px 20px 35px;
	}
		#espotText ul li a
		{
			background-image: url('../gfx/products-vannlig/icon-espot.png');
		}
	#espotAnim
	{
		position: absolute;
		top: 35px;
		left: 148px;
		width: 269px;
		height: 301px;
		background: url('../gfx/products-vannlig/espot-cloud.png') no-repeat 0 0;
		z-index: 200;
	}

/* Enkel */
#enkel
{
	position: absolute;
	top: 67px;
	left: 360px;
	width: 104px;
	height: 111px;
	z-index: 201;
}
	#enkelText
	{
		position: absolute;
		top: 67px;
		left: 360px;
		width: 104px;
		height: 111px;
		padding: 20px 5px 20px 35px;
		z-index: 201;
	}
		#enkelText ul li a
		{
			background-image: url('../gfx/products-vannlig/icon-enkel.png');
		}
	#enkelAnim
	{
		position: absolute;
		top: 80px;
		left: 346px;
		width: 182px;
		height: 411px;
		background: url('../gfx/products-vannlig/enkel-cloud.png') no-repeat 0 0;
		z-index: 200;
	}

