/*	(c) Immersiveworks . http://www.immersiveworks.com . All rights reserved . */
/*	CSS for print */

body {
	font-family: Helvetica, Arial, Verdana, san-serif;
	font-size: 12pt;
	margin: 0.25in, 0.1in, 0.25in, 0.5in;
	color: #000;
	background: #fff;
	}

a:link, a:visited, #maincontent a:link, #maincontent a:visited, #footer a:link, #footer a:visited {
	color: #666;
	background: #fff;
	text-decoration: underline;
	}	
	   	
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Verdana, san-serif;
	color: #000;
	background: #fff;
	}

h3.title {
	font-size: 20pt;
	margin-bottom: 1.5em;
	padding-bottom: 0.3em;
	border-bottom: 1pt solid #ccc;
	}

h4 {
	font-size: 14pt;
	line-height: 1em;
	margin-bottom: 1pt;
	}

#trailer-photos ul, #instruction-images ul {
	list-style: none;
	}
	
#maincontent {
	width: auto;
  	margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    background: #fff;
	}

#maincontent p {
	font-size: 12pt;
	line-height: 1.5em;
	margin-bottom: 2em;
	}
	
#maincontent, #maincontent-inner, #content {
    float: none !important;
	}

#menuwrap, #sidebar {
	display: none;
	}

#footer {
	border-top: 1pt solid #ccc;
	margin-top: 30pt;
	font-size: 8pt;
	text-transform: uppercase;
}	
	