@charset "UTF-8";
/*Print style sheet by Mobius New Media*/
body {
	background: white;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
#nav, #navWrap, .footerNav, .productNav, #teaserBox_contact, .ul_sort, .feature_prev, .feature_next, .teaserBox, #body_contact form, .addtoany_share_save_container {/* do not print these divs */
	display: none;
}
#slider {
	overflow: hidden;
	margin: 0;
	padding:0;
	width: 8.45in;
	height: 3in;
}
.feature, .ul_addMedia, .ul_recentWork, .ul_clients, .ul_rssFeed, .ul_work {
	list-style: none;
}
.ul_addMedia li, .ul_recentWork li, .ul_rssFeed li, .ul_work li  {
	margin: 0 0 25px 0;
}
.ul_clients li {
	float: left;
	margin: 0 25px 25px 0;
}
#container, #header, #mainContent, #leftSide, #rightSide, #footer {/*put all your content divs that your want to print here to clear all div widths, paddings, margins, floats, colors, and backgrounds*/
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
	color: black;
	background: transparent none;
}
#footer {
	clear: both;
}
a:link, a:visited { /*style for text links*/
	color: #000;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}