@charset "UTF-8";

/*
	Tech Electrical.v1
	http://www.synthetic-designs.com/
	
	Printer Stylesheet - Print
*/

/* Formating */
.left { float: left }
.right { float: right; }

/* Layout */
#header img { display: none; }
#header { 
	background: url("./images/print.header.logo.png") no-repeat top left;
	width: 198px;
	height: 50px;
}
#footer p.design { display: none; }

/* Content - Sidebar */
#sidebar { float: right; }
#sidebar div {
	padding: 0px 5px;
	margin: 0 0 10px 0;
}
#sidebar p {
	text-indent: 0.5em;
	font-size: 0.9em;
	line-height: 1.4em;
}
#sidebar address p { text-indent: 0; }

/* Header - Navigation */
#header ul#navigation { display: none; }