/* 

www:	eye technology	
css: 	print  (media: print)											
dmy:	23 jul 2006
a/c:  steve tearle / www.octaviais.co.uk 							

-------------------------------------------------------*/

@import "global.css";
@import "fudge.css";


/* layout 
-------------------------------------------------------*/

body	{background: #fff;}

div#head {background: 0; min-height:100px; height:100px;}

div#head_inner {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	background: #fff url(/imgs/logos/headlogo_print.gif) no-repeat 0 10px;
}

div#head_inner ul {display:none;}

div#main {background:0;}

div#main_inner {
	width: 100%;
	min-height: 1%;
	margin: 0;
	padding: 0 0 100px 0;
	background:0;
}

div#content {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background:0;
}

body.home 					div#content {background: none;}
body.about 					div#content {background: none;}
body.accessibility 	div#content {background: none;}
body.contact 				div#content {background: none;}
body.order					div#content {background: none;}
body.terms 					div#content {background: none;}
body.product 				div#content {background: none;}
body.tof 						div#content {background: none;}
body.vmi 						div#content {background: none;}
body.site 					div#content {background: none;}


div#side { display: none; }

div#base {
	clear:none;
	background: none;
	border-top: 1px solid #ddd;
	padding: 5px 0 0 0;
}

div#base_inner {
	width: 100%;
	margin: 0;
	padding: 0;
}

div.basecol {	background: none; }

div.basecolfinal { display: none; }



p.backtop { display: none; }

p.backpage { display: none; }
