/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
CSS for 	Century Plastics - Print Stylesheet
Author:		Alison Lee (alisonlee@silktide.com) / Silktide Ltd
Created:	25/07/2008
	
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

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

@import url(centuryplastics.css);

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


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

#container 	  			{ width: 100%; } 
#home #container		{ background-color: #fff; }

#header					{ background: #fff none; }

#mainnav				{ display: none; }

.contentwrapper.greybg	{ background-color: #fff; }

.subcontent				{ display: none; }

.content				{ margin-right: 0; }


#footer					{ width: 100%; background: #fff none; border-top: 1px solid #e8e8e8; margin: 9px auto 0; }
#footer span			{ display: none; }

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

#header #logo-screen		{ display: none; }
#header #logo-print			{ display: block; }


#header .right				{ display: none; }


/* Navigation Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.bottomnavtitle				{ display: none; }
.bottomnav					{ display: none; }

.productnav li				{ min-height: 1px; background: transparent none; padding-left: 0;  }
.productnav ul li			{ min-height: 1px; background: none; }


/* Table Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#newstable .shadow-top	{ display: none; }
#newstable .shadow-img	{ width: 114px; min-height: 1px; background: none; text-align: center; }
#newstable .shadow-bot	{ display: none; }


/* Shadowbox Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.shadowbox-top			{ display: none; }
.shadowbox				{ background: none; margin-top: 15px; }
.shadowbox-img			{ background: none; }
.shadowbox-bot			{ display: none; }

.greybg .shadowbox-top	{ background-image: none; }
.greybg .shadowbox		{ background-image: none; }
.greybg .shadowbox-bot	{ background-image: none; }


