#body {
	background:#FFFFFF url(img/background_home.gif) repeat-y left;
	}

	#products-visual {
		position:relative;
		left:37px;
		width:733px;
		overflow:hidden;
		height:217px;
		}	
	#products-visual img {
		border:0;
		}
	
	
#body ul.productselection {
	padding:0;
	margin:0;
	list-style-type:none;
	height:71px;
	overflow:hidden;
	}
	
#body ul.productselection li{
	height:71px;
	width:244px;
	float:left;
	margin-right:1px;
	position:relative;
	left:37px;
	overflow:hidden;
	}
	
#body ul.productselection li.last {
	width:243px;
	margin-right:0;
	}
	
#body ul.productselection li a{
	display:block;
	width:244px;
	background:#E3E3E3 url(img/list-arrow-big.gif) no-repeat 185px 0px;
	height:71px;
	}


#body ul.productselection li a:hover {
	background:#FFF003 url(img/list-arrow-big.gif) no-repeat 185px -71px;
	}
	
	#body ul.productselection li a img {
		background: no-repeat 10px 15px;
	}
	
	#body .column_left {
		position:relative;
		left:37px;
		float:left;
		width:244px;
		}
		
	#body .column_middle{
		position:relative;
		left:37px;
		float:left;
		width:244px;
		}	
		
	#body .column_right{
		position:relative;
		left:37px;
		float:left;
		width:243px;
		}	


div.product_description {
	padding:10px 10px 0 10px;
	}

div.product_description p {
	padding:0;
	margin:0 0 9px 0;
	}
			
div.product_description  h2{
	 font-size:1em;
	 padding:0;
	 margin:0;
	}

	
div.product_description ul {
		list-style-type:none;
		margin:0;
		padding:0px;
		margin-bottom:10px;
		}
		
div.product_description ul li{
		background: url(img/list-style-walraven.gif) 0 1px no-repeat;
		padding:0 0 0 13px;
		}			
	
	div.picture-component a {
		color: #006950;
		text-decoration:underline;
	}
	
		div.picture-component a:hover {
		text-decoration:none;
		}
	
	
	
	
	
	
	
	
