/*  BASICS  */
		
	html, body {
		background: #fff;
		}
	
	body, table {
		font-size: 11pt;
		line-height: 16pt;
		color: #000;
		}
			
	h1 {
		font-size: 14pt;
		}
	
	h2 {
		font-size: 11pt;
		color: #000;
		}		
	
/* MAIN STRUCTURE */	
		
	.container {
		width: auto;
		margin: 0 auto;
		}
	
	.header {
		display: none;
		}
			
	.mainNav {
		display: none;
		}
		
	.copy {
		background: #fff;
		}
		
/* CONTENT */
	
	.columnThird {
		display: none;
		}
		
	.columnTwoThirds {
		width: auto;
		float: none;
		}
		
/* SHADOW BOX */

	.shadowBox,
	.shadowBox .top,
	.shadowBox .top .left,
	.shadowBox .top .right,
	.shadowBox .mid,
	.shadowBox .bott,
	.shadowBox .bott .left,
	.shadowBox .bott .right {
		background: #fff;
		}				
		
/* SUB NAVIGATION */
		
	.subNav {
		display: none;
		}
		
/* SHOWROOM MAP & DIRECTIONS */

	.enterAddress {
		display: none;
		}
		
	.headerPrint {
		display: block;
		margin: 10px 27px;
		}
		
	.headerPrint h2 {
		white-space: nowrap;
		}	
			
	.headerPrint td.spacer {
		width: 60px;
		}
		
	.drivingDirections {
		margin: 16px 27px;
		}
		
	.drivingDirections h2 {
		color: #000;
		}
		
	.drivingDirections table {
		width: 100%;
		}
		
	.drivingDirections table td {
		border-bottom: 1px solid #ccc;
		}
							
	.drivingDirections .disclaimer {
		font-size: 9pt;
		line-height: 11pt;
		color: #666;
		}
				
/* BUTTONS & SPECIAL LINKS */
		
	a.buttonPrint,
	a.buttonSend {
		display: none;
		}
				
/* FOOTER */

	.footer {
		display: none;
		}
	