@charset 'utf-8';

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* Filename: print.css
* Version: 1.0 (2009-07-22)
* Author: Rob Masefield
* Copyright (C) 2009 Cathay Pacific Airways
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* STRUCTURE
==========================================*/

#pageContainer						{ width: 100%; }
#printLogo							{ display: block; margin-bottom: 60px; } /* show on print pages only */
#topLinks							{ display: none; }
#featureImageSm						{ display: none; }
#topcontrol							{ display: none; }
#menuContainer						{ display: none; }
#breadcrumbs						{ display: none; }
#toolsContainer						{ display: none; }	
#leftColumn							{ display: none;  }
#rightColumn						{ float: left; width: 100%; margin: 0; }
#footerContainer					{ width: 100%; padding-top: 60px; }
	#footerBar						{ display: none; }
