/* Client Name Print Styles */
/* Lots of display none, float none, importants. */

#middle,
.mainCol,
.leftCol,
.rightCol,
#nMyAcWrap {
	float:none !important;
	position: static !important;
}

#top {padding: 0 !important;}

/* Show the logo! */
#logo{	
	padding: 0 !important;
	margin: 0 !important;
	}	
	#logo h1 img.hide{		
		position: static !important;
		left: 0 !important;
		top: 0	!important;
		width: auto !important;
		height: auto !important;	
		padding: 0 !important;
		margin: 0 !important;
	}

/* Breadcrumb */
#breadCrumb {padding: 0 !important;}
#breadCrumb p span {position: static !important;}


/* Stretch the main column */
#middle,
.mainCol,
.leftCol,
.rightCol {width: 100% !important;}

#middle{margin: 0 !important;}

/* Remove these */
#mainNav,
#footer,
#leftNav,
#topTools,
#myAcTop,
.stepsBar {display:none;}

/* Reset homepage */
#homepage .leftCol{
	float:left;
	width:695px;
	}
#homepage .rightCol{
	float:left;
	width:205px;
	}

	#homepage .leftCol .col1,
	#homepage .leftCol .col2,
	#homepage .leftCol .col3{
		float:left;
		width:225px;
		}
	#homepage .leftCol .col2{
		margin:0 5px;
		}
		

/* Graphic titles with BG images - remove and replace with live text */		
#centering #wrapper .irt{
	background: none !important;
	text-indent: 0 !important;
	height: auto !important;
	overflow: visible;
}		

#payment h2.hide,
#confirmation h2.hide,
#summary h2.hide,
#delivery h2.hide {
	position: static !important;
	width: auto !important;
	height: auto !important;
	margin-bottom: 0 !important;
}

.navCol { display: none;}
