/* CSS Document */

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
	
	html {
	font-family: Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	}

	body {
	background: white;
	}

	#wrapper {
	padding: 0;
	margin: 0 5%;	
	width: auto;
	text-align: left;
	color: black; 
	background: transparent;
	}
	
	#mainnav, .leftcol, .rightcol, #bread, .footer, #sendtofriend, 	
	#header, a.btn, #breadcrumb, #receipt .hgroup h2, img.printhide {
	display: none;
	}
	
	#main{
	width:17cm;

	}
	
	p{font-size: 12pt;}
	
	h1{font-size: 24pt;}
	
	h3{font-size: 16pt;}
	
	h4{font-size: 14pt;}
	
	li {
	margin:2mm auto 3mm;
	}
	
	img { border:none }
	
	#main .pic-right{
	float: right;
	padding-left: 10px;
	}
	
	#main .pic-left{
	float: left;
	padding-right: 10px;
	}


	#header h1{
	float: left;
	}
	
	#header .callnow{
	display:none;
	}
	
	th {text-align:left;}