	/*
		name: screen.css
		author: morgan.roderick@valtech.dk
		notes:	
			Please note the use of the underscore hack, that works for IE only
	*/
	@media print{
		body {
			color: #000;
			text-align: left;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 13px;
			line-height: 1.4;
			margin: 0;
			padding: 0;
		}
		
		#wrap {
			text-align: left;
		}
		
		#top {
			display: none;
		}
		
		#menu, #menu ul, #menu li {
			display: none;
		}      
		
		#main {
			width: 95%;
			margin: 0 auto;
			text-align: left;
		}
		
		#submenu {
			display: none;
		}
		
		#normal #contentContainer {
			margin: 0;
			width: 95%;
		}
		
		
		#front #contentContainer {
			position: relative;
			top: -8px;
			_top: -25px;
			margin-top: 0px !important;
			margin-top /**/:20px;
			left: 10px;
			width: 95%;	
		}
		
		#selection #contentContainer, #selection #contentContainerS {
			position: relative;
			top: -8px;
			_top: -25px;
			margin-top: 0px !important;
			margin-top /**/:20px;
			left: 10px;
			width: 95%;
		}
		
		
		#normal #content {
			padding: 0;
		}
		
		#front #content {
			padding: 0 75px 10px 0px;
			min-height: 500px;
			_height: 500px;
		}
		
		#selection #content {
			padding: 0 10px 10px 130px;
			min-height: 500px;
			_height: 500px;
		}
		
		
		#contentContainer h1 {
			margin: 0 0 20px 0;
			font-size: 24px;
			font-weight: normal;
		}
		
		#contentContainer h2 {
			padding: 0;
			margin: 0;
			font-size: 18px;
		}
		
		
		
		#selection #contentContainer h1 {
			background: url(../gfx/h1-selection-background.png) 0 0 no-repeat;
			width: 360px;
			
		}
		
		#selection #content #productPhoto {
			position: absolute;
			top: 45px;
			left: 10px;
			padding: 20px 12px 5px 5px;
		}
		
		
		#content p {
			margin: 0;
			padding: 0;
		}
		
		#contentFooter {
			display: none;
		}
		
		#selection #contentFooter {
			display: none;
		}
		
		#contact {
			display: none;
		}
		
		
		
		
		
		
		#contentContainer .print {
			display: none;
		}
		
		#contentContainer img {
			border: none;
		}
	
		.photoContainer, .prodPhotoContainer {
			display: none;
		}
	
	
		/* print styles for basic design */
	
		* {
			float: none !important;
			position: relative !important;
			top: 0 !important;
			left: 0 !important;
			width: auto !important;
			height: auto;
			overflow:auto;
		}
		.mainContentArea {
			
			background: #9d9d9d !important;
		}
		.mainHeader, .mainLeft, .mainFooter {
			display: none !important;
		}
	
	}