@charset "utf-8";
/* CSS Document */

		body {
			font: 80% arial, helvetica, sans-serif;
			margin: 0;
						
		}
		
		h1, h2 {
			margin: 0;
		}
		
			
		
		#header {
			display:none;
		}
		
		#navigation {
			display:none;
		}
		
		#navigation2 {
			
			display:none;
			
		}
		
		#NextPreviousProductTable{
			display:none;
		}
		
		#ProductViewTable {
	float: left;
	margin: 5px;
	padding: 5px;
	left: 15px;
	right: 15px;
	position: absolute;
	width: 900px;
		}
		
		#spareparts_consumable{
			display:none;
		}
		#videoshow{
			display:none;
		}
		#supportdiv{
			display:none;
		}
		
		#footer {
	text-align:center;
	left: 15px;
	right: 15px;
	position: absolute;
	top: 1100px;
		}
		
		#footer p {
			display:none;
		}
		
		
		#content img {
		max-width:300px;
		max-height:500px
		}
		

