/********** Remove unwanted elements **********/
.noprint {display: none;}
.newtestimonialsbox {display: none;}

/********** Show elements **********/
#testimonials_print {position: absolute;}
#welcome_print {}
#print_text {position: absolute;}
#iso_print {position: absolute;}

/********** Ensure the content spans the full width **********/
#content,
#contentleft,
#content_new_top,
#content_new_bottom,
#content_switching,
#content_testimonials,
#content_iso_training,
#content_iso_9001,
#content_iso_faqs {
	width: 100%;
	margin: 0px;
	float: left;
}



/********** Background **********/
body {background: white;}
#testimonials_main_text {background: white;}

#eco_friendly_office_guide_bar {background-image: url('none');}
#article_bar_eco_friendly_when_working_at_home {float: left; background-image: url('none');}



/********** Font **********/

/********** Change text colour to black (useful for light text on a dark background) **********/
p {color: #000000; font-size: 14px;}
p.articlebar_title {color: #000000;}
h2 {color: #000000;}
/********** Improve colour contrast of links **********/
p a:link,
p a:visited {color: #781351;}