
/*	===============================================================
	© ID Data
	www.iddata.com 

	Type:				Print Styles
	Author:				Nigel Morris
	Creation Date:		24 February 2006
	---------------------------------------------------------------
	Version no:			1.0
	Last edited:		n/a still in development
	============================================================ */

/* ----------------------------------- */
/*                                     */
/*           SITE STRUCTURE            */
/*                                     */
/*           1.header                  */
/*             h1,h2                   */
/*           2.nav-container           */
/*           2.1 nav                   */
/*             ul,li                   */
/*           3.languages               */
/*             form                    */
/*           4.cart                    */
/*             p                       */
/*           5.content                 */
/*             h1, h2 (pagename)       */
/*           6.sub-menu-container      */
/* 			   h2 (pagename)           */
/*           6.1 sub-menu              */
/*             h3,ul,li                */
/*           7.footer                  */
/*             p                       */
/*                                     */
/* ----------------------------------- */


	#header,
	#nav-container,
	#nav
	#languages,
	#form,
	#cart,
	#sub-menu-container,
	sub-menu-container-home,
	#sub-menu
	#panel {
	display: none !important
	}
	
	#panel ul, #panel li , #panel img{
	display: none !important
	}
	
	.skip {
	display: none; 
	}
	
	.noskip {
	display:inherit; 
	}

	
	#content, #footer {
	width: auto !important;
	padding: 0pt;
	margin: auto;
	background: #fff none !important
	}
	
	#content {
	margin: 10pt 16pt !important;
	padding: 0pt !important;
	width: auto !important
	}
	
	#content div {
	width: auto !important;
	float: none !important;
	padding: 0 !important
	}
	
	#content a[href^="/"]:after {
	content: " (http://www.iddata.com/" attr(href) ") ";
	font-size: xx-small
	}
	
	#footer {
	margin: 24pt 16pt 8pt;
	width: auto !important
	}
	#footer logo {
	float: right;
	margin-right: 10px; 	
	background-image: url(../images/ID-Data-logo.gif);
	background-repeat: no-repeat;	
	}
	
	#footer,
	#footer a {
	color: #000 !important
	}
	
	body {
	background: #fff none !important
	}
	
	table {
	width: auto !important
	}
