/*
-----------------------------------------------
sanford b2b site-wide PRINT styles
author:   paul@nice-design.co.uk
agency:   designate.co.uk
version:  17 may 2005
----------------------------------------------- */


/*  =generic 
----------------------------------------------- */
img { border: 0; }
a {
	color: #E63B31;
	text-decoration: none;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}
h1	{
	weight: bold;
	margin-top: 25px;
	color: #000;
	font: medium Arial,Helvetica,sans-serif bold;
	}
#skip {
	display: none;
	}
.clearboth { clear: both; }
.backtotop { display:none; }



/*  =containers 
----------------------------------------------- */
body {
	color: #333;
	margin: 0;
	padding: 0;
	font: small Arial,Helvetica,sans-serif;
	text-align: center;
	}
#canvas	{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 730px;
	background: #fff;
	}
#rightcolumn {
	display: block;
	line-height: 1.5em;
	color: #666;
	margin: 0;
	width: 100%;
/*  Specify smaller text size to compensate for <IE5 bug */
	font-size: 0.78em;
	}
 /* Correct text size for other browsers (inline comments hide it from <IE5) */
#rightcolumn/* */ { font-size: small; }
#leftcolumn {
	display:none;
	}
#footer {
	padding-top: 100px;
	width: 730px;
	}


/*  =rightcolumn content 
----------------------------------------------- */
#navcontainer { display: none; }
#content {
	text-align: justify;
	display: block;
	}
#breadcrumb {
	display: none;	}
#hidden-logo-for-print-only {
	display: block;
	}


/*  =footer content 
----------------------------------------------- */
#footer img {
	margin: 0 27px 5px 27px;
	}
#footline {
	width: 730px;
	border-top: solid 1px #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #999;
	padding: 10px 0 10px 0;
	}
#footright {
	text-align: center;
	padding-bottom: 30px;
	}
#footright a {
	color: #666;
	padding-left:30px;
	}