/* 
-----------------------------------------------------------------
	biz2328
	print.css
	
	Print styles

	Created 02.10.2007 by DS
	Last Updated: See SVN
-----------------------------------------------------------------
*/


/*
-----------------------------------------------------------------
	Hidden
-----------------------------------------------------------------	
*/

	.nav,
	.screen,
	hr,
	#tools,
	embed,
	object,
	p.top,
	#nav,
	#related,
	#related-footer .drop {
		display: none;
	}
	
	body#t-home,
	body#t-walkthrough,
	#related-footer,
	#footer,
	#footer p#copyright,
	#footer #contact-details {
		background: none;
	}	
	#related-footer {
		padding-bottom: 0;
	}	
	
	body,
	#header,
	#main,
	#related,
	#footer {
		width: 535px;
	}
	#t-walkthrough #main img {
		/* width: 515px; -- less 20px LH , disabled - I thought this would scale the height but it just squashed the image.. */
		width: 515px;
		height: auto;
	}	
	.col-2 form {
		margin-left: 20px; /* to align when linearised */
	}
	#header,
	#main,
	#related,
	#footer {
		margin: 0;	
	}	
	#header {
		margin-bottom: 30px;
	}	
	#footer {
		clear: both;
		padding-top: 30px;
	}
	#footer #contact-details p,
	#footer #contact-details ul,
	#footer p#copyright {
		display: block;
	}
	#footer #contact-details ul {
		margin-left: 17px; /* ie6 to align lh edge */
	}
	html>body #footer #contact-details ul {
		margin-left: 0;
	}
	#footer #contact-details p {
		margin-bottom: 0;
	}
	#footer p#copyright,
	#footer #contact-details {
		float: none;
		text-align: left;
	}
	#main .panel,
	#main .panel .wrap,
	#main .panel .liner {
		background: none;
	}	

/*
-----------------------------------------------------------------
	Colour
-----------------------------------------------------------------	
*/

	body {
		background: #fff;
	}
	body,
	a,
	#footer {
		color: #000;
	}