@charset "utf-8";

/*********************************************************************
	Copyright (c) Manufacturing & Logistics IT Magazine 2012+. 
	All rights reserved.
	Created by Stewart Orr - Qodo Ltd (http://www.qodo.co.uk)
----------------------------------------------------------------------
	print.css - Print only styles 
*********************************************************************/

body {
	background: #fff;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#right,
#ad_footer,
#qodoref,
#preheader,
#navigation,
#search,
#comments,
#newsletter_subscribe,
#articles_feature,
#other_resources,
#article_options,
#other_resources,
#footer_tags {
	display: none;
}
#main,
#right {
	float: none;
	margin-right: 0;
}
#footer_about {
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	width: auto;
	padding: 1em;
}
#footer_about h3 {
	color: #000;
	font-size: 1.3em;
}
#footer_about p {
	color: #666;
	font-size: 1.1em;
}
#header {
	border-bottom: 2px solid #000;
}
#content_container {
	overflow: visible;
}
#right_tabs .inner h5 a,
#related_articles .inner h5 a {
	font-weight: bold;
}
#newsletter_subscribe h3,
#contact_info h3,
#right_tabs h3,
#related_articles h3 {
	border-top: 2px solid #000;
}
#footer_container {
	clear: both;
}