/* 
Project: General Pharmaceutical Council
Filename: print.css
Date: May 2009
Author: Simon McFarlane [simon@clearbytes.co.uk]
*/



body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    	height: 100%;  
	width: 90%;
	font-size: 62.5%;	
	color: #322719;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
    }


body a img {
	border: none;
}

img{
	display: block;
}

.clearing{	
	clear: both;
}




/*------ general styles ------*/


.clear {
	clear: both;
	overflow: hidden;
	line-height: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	}


.disguise {
	position: absolute;
	left: -10000px;
	}


#skip {
	position: absolute;
	left: -10000px;
	}

	
.hide {
	display: none;
	}
	

.image-right{
	float: right;
	margin: 8px 0 10px 10px;
}


.image-left{
	float: left;
	margin: 8px 10px 10px 0;
}
	
	
/* http://positioniseverything.net/easyclearing */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
	}

.clearfix {
	display: inline-table;
        min-height: 0;
	}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */




/*------ remove sections ------*/


#tools,
#main-nav,
#sub-nav,
#terms ul,
#mygphc-nav,
.renewalSummary,
#footer,
.quicklinks,
.btn,
#side{
	display: none;
}

div
{
    overflow:visible !important;
    max-height:none !important;
}
#footer{
	margin: 20px 0 0 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}

