/* GEMALTO INTERNET WEBSITE 2007 - PRINT STYLESHHET V1.0*/

/* --------------------------------------------------
					Hide 
----------------------------------------------------- */

	#nav_left_container, #logo, #nav, #stock_price, #nav_head, #gemaltopub, #banner_short_bg, #banner_short_sparkle, #banner_title_bg, #banner_title_sparkle {
		display: none;
		}

/* --------------------------------------------------
					Display 
----------------------------------------------------- */

	#logo_print {
		display: block;
		}

/* --------------------------------------------------
					Adjust 
----------------------------------------------------- */

	#container_financial, #container_corporate, #container_publicsector, #container_transport, #container_telecommunication, #container_enterprise { 
		margin: 0 0 0 0; 
		text-align: left;
		} 

	#content_3_3 {
		margin-left: 0;
		float: none !important; /* fixes a Firefox bug which prevents floated content from printing across multiple pages. */
		height: auto;
		}

	#content_2_3 {
		margin-left: 0;
		float: none !important; /* this bug fix breaks the side-by-side layout in IE. Compromise */
		height: auto; /* height setting in basic style sheet prevents IE from printing content across multiple pages */
		}

	#content_1_3 {
		float: none !important; 
		height: auto;
		}