﻿body 
{
	background-color: #ffffff;
}

@media print 
{
	#Container 
	{
		background-image: none !important;
	}
	
	#TopMenu
	{
		display: none;
	}
	
		.SearchBox
		{
			display: none;
		}
		
		#Header 
		{
			padding: 0;
		}
		
	/***************************

		Left panel

	***************************/

	#LeftPanel
	{
		background-image: none;
	}
	
		.siteLogo
		{
			display: block;
			height: auto;
			width: auto;
		}
	
	#BottomLeftPanel
	{
		display: none;
		background: #ffffff;
	}
	
	#LatestNewsFooter
	{
		display: none;
	}
	
	
	/***************************

		Right panel

	***************************/
	
	#RightPanelContainer
	{
		width: auto;
		float: none;
	}
	
		.productCategory
		{
			height: 163px;
		}
	
	#ContentMain, #ContentContact, #ProductContentMain
	{
		width: auto;
	}
	
	#ProductMenu
	{
		display: block;
		margin-top: 15px !important;
		position: relative !important;
		/*bottom: -30px !important;*/
	}
	
	#Footer 
	{
		background-image: none !important;
		background-color: #ffffff;
	}
	
	#Footer a 
	{
		color: #333333 !important;
	}
}