@charset "UTF-8";
/* CSS Document */

body {
	background: #ffffff;
	color: #000000;
	font-size: 12pt;
}

/* Remove unwanted elements */
#livechat, #search, #nav, #leftnav, #footer, ul#emailprint, #buyit, img#instock, img#assemble, img#learnmore, img#usetips
{
display: none;
}

#header {
		background: #ffffff url(/_images/bg/bg_header_print.jpg) top left no-repeat;
}

#featuredproduct, #convhub {
	background: none;
	color: #000;
}

#featuredproduct li, #featuredproduct h3 {
	color: #000;
}


/* Ensure the content spans the full width */
#content, #content_main
{
width: 100%; margin: 0; float: none;
}

/* Change text colour to black (useful for light text on a dark background) */
#ul li, p
{
color: #000000; 
}

/* Improve colour contrast of links */
a:link, a:visited
{
	color: #520;
	text-decoration: underline;
	font-weight: bold;
	background: transparent;
}

#content a:link:after, #content a:visited:after, #content_main a:link:after, #content_main a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
#featurepic a:link:after, #featurepic a:visited:after, #featuredproduct a:link:after, #featuredproduct a:visited:after {
	content: " ";
}

