/*ARCTIC ZONE */  
  
  @media print {
    
    body {
    	font-size: 11px;
    	background: none;
    	background-repeat: repeat-x;
    	background-color: #fff;
    	}
    	
    .hidden {
    	display: none;
    	}
    
    #header_print {
    	display: block;
    	}
    	
     #home #header_print {
    	display: block;
    	margin: 0 0 0 25px;
    	}
   
   /* header_print_home {
    	margin: 0 0 0 25px;
    	display: none;
    	}
    	
    #home #header_print {
    	display: none;
    	}
    #home  #header_print_home {
    	margin: 0 0 0 25px;
    	display: block;
    	}
    	
    */
    
    
    #header {
    	display: none;
    	}
    	
    #header .left {
    	display: block;
    	}
    
    #header .right {
    	display: none;
    	}
   
    #wrapper {
    	margin: -20px 0 0 0;
    	padding: 0 0 0 0;
    	width: 100%;
    	background: none;
    	background-color: #666;
    	}
    
    #leftwrapper {
    	display: none;
    	}
    
    #leftcolum {
    	display: none;
    	}
    	
    #leftnav, ul.leftnav {
    	display: none;
    	}
    	
    #pagecontent {
    	margin: 0 0 0 0;
    	padding: 0 0 0 0;
    	}
    	
    .pageheader {
    	display: none;
    	}
    	
    /* home page styles */
    #flashhpanim {
    	display: none;
    	}
		
	#hp-image {
		display: block;
		width: 644px;
		height: 391px;
    	margin: 15px 0 15px 0;
    	}	
    	
    #topcurve {
    	display: none;
    	}
    	
    /* Recipe specific Print styles */
    
    #nav_recipe,
	#recipeheader,
	#recipe_menu {
    	display: none;
   }
   
   	
	.search {
		display: none;
	}
	
	.button {
		display: none;
	}
		
	
    
    /* Product Specific Print styles */
    
    .product .button {
    	display: none;
    	}
    
    .product_container .add_zoom {
    	display: none;
    	}
    	
    .product_descript .button {
    	display: none;
    	}
    	
    .products_holder .print_tab {
    	display: none;
    	}
		
	div.product_thumbs img {
		border: none !important;
	}
	
	#products_single #pagecontent .products_holder .product_descript ul li,
	#products_single #pagecontent .products_holder .tip_descript ul li {
		list-style: circle !important;
		background: none !important;
		margin: 0 0 3px 15px !important;
		padding: 0 !important;
		color: #134F7F;
		font-size: 100%;
	}
	
	.back-to {
		display: none;
	}
	
	#pagecontent ul li {
		list-style: circle !important;
		background: none !important;
		margin: 0 0 3px 15px !important;
		padding: 0 !important;
	}
	
	
	.product_container .tip_images {
		float: left;
		width: 240px;
		margin-left: -10px;
	}
	
	.product_container h1.tips {
		margin: 0 0 5px 0 !important;
	}

	.product_container p.tips {
		margin: 0 0 30px 0 !important;
}	
		

	
	/* end Product Specific Print styles */
	
	/* footer styles */
    	
    #footercontent {
    	width: 644px;
    	}
    	
    #home #footercontent {
    	width: 684px;
    	}
    
    #footershape {
    	display: none;
    	}
    	
    #footercontent {
    	background-color: none;
    	}
    	
    ul.footernav {
    	display: none;
    	}
    
    #footerlogos {
    	display: none;
    	}
    	
    #footercontactinfo {
    	float: right;
    	}
    	
    #footercontactinfo p.contactinfo {
    	display: none;
    	}
    
    #footercontactinfo p.copyright {
    	color: #333;
    	font-size: 11px;
    	}
		
		/* end footer styles */
		
	
	
	/*#products_single #pagecontent .product_container .product_images .back-to,
	#products_single #pagecontent .product_container .back-to {
	display: none;
	}*/
  
  }