/* CSS Document */

@media print {
  * {
  background-color: white !important;
  background-image: none !important;
  }
	
	#language-box, #newsletter,#services_menu,#menu,#service-links {
		visibility: hidden !important;
	}
	
	#service-image {
	 	visibility: hidden !important;
	 	margin-top: -250px;
	}
	
	#service-right {
	 	visibility: hidden !important;
	 	margin-top: -550px;
	}
	
	#service-contact-form {
	 	visibility: hidden !important;
	 	margin-top: -550px;
	}
	
	#print-products {
		width: 600px;
		margin-left: 50px;
	}
	
	#print-products #print-header {
		height: 125px;
	}
	
	#print-products #print-header img {
		float: left;
	}
	
	#print-products #print-header h1 {
		width: 400px;
		margin: 40px 0 3px;
		font-size: 20px;
		float: left;
		color: #4e72ab;
	}
}

#print-products {
	width: 600px;
	margin-left: 50px;
}

#print-products #print-header {
	height: 125px;
}

#print-products #print-header img {
	float: left;
}

#print-products #print-header h1 {
	width: 400px;
	margin: 40px 0 3px;
	font-size: 20px;
	float: left;
	color: #4e72ab;
}