/*	-------------------------------------------------------------
	MCC Computers Ltd
	Making IT Simple
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	CSS file for print media
	Filename:		print.css
	Version:		1.0
	Author: 		Dave Harrison
	Date:			14/02/2006
	-------------------------------------------------------------	*/

/*FOR PRINT ********************************************************* */
@media print { 

/*	-------------------------------------------------------------
	= BASE BODY STYLES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
body {
	margin:  0;
	padding: 0;
	background:#fff;
	text-align: left;
	font:100% "Century Gothic", "Times New Roman", Tahoma, serif;
	}
#container {
	width: auto;
	border: 0;
	margin: 0 2%;
	padding: 0;
	float: none !important;
	}
/*	-------------------------------------------------------------
	=TEXT ELEMENTS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
h1 a{
	color:#0d629b;
	}
#telephone p{
	font:bold 150% "Century Gothic", "Times New Roman", Tahoma, serif;
	color:#000;
	letter-spacing:-0.05em;
	}
h2{
	color:#778dbd;
	}
#copyright{
	font:80% "Century Gothic", "Times New Roman", Tahoma, serif;
	margin-top:50px;
	}
/*	-------------------------------------------------------------
	= LISTS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


/*	-------------------------------------------------------------
	= SWITCH OFF
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#footerlinks,#w3cbuttons,#accessibilitybar,#navigation,#extrainfo {
	display:none
	}
}
