/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
CSS for 	PMR Fixers - Print Stylesheet
Author:		Alison Lee (alisonlee@silktide.com) / Silktide Ltd - All Rights Reserved
Created:	18/08/2008

-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Global Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@import url(pmrfixers.css);

body					{ background-color: #fff; text-align: left; }


/* Layout Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#container				{ width: 100%; border: 0; margin: 0; }

#header					{ background: none; }

#nav					{ display: none; }

#content				{ width: 100%; }

#subcontent				{ display: none; }

#footer					{ width: 100%; }


/* Header Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#header img				{ position: absolute; top: 10px; right: 25px; }
#header p#strapline		{ display: block; width: 300px; font-size: 1.7em; color: #000; text-transform: uppercase; margin: 23px 0 0 23px; }



/* Footer Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#footer ul				{ display: none; }

