/* Template Second Branch - print.css */

* {
	margin: 0;
	padding: 0;
	overflow: visible !important;
}

body {
	background-color: #FFF;
	font-size: 12pt;
	color: #000000;
	background: none;
}

/*====== Header ================*/
#header {
	position: static;
	height: 3em;
	width: 100%;
	background-image: none;

}
#logo a {
	background:none;
	display:none;
}
#header #printLogo {
	display: block;
}
#tagline {
	color:#000000;
}

#wrapper {
	padding: 0;
}

#ultraTopNav, .textSize, #searchForm, #searchBg, #primaryNav, #downstreamObl, #downstreamObl a.iframe, #printThisPage, #printLink {
display: none;
}

/*====== Footer ====================*/
#footer {
	position: static;
	background: none;
	color: #000;
	margin-top: 20px; 
	clear: both;
}

#footer img.froiLogo {
	display: block;
}

#footer #fdic, #footer #eh {
	display: none;
}

#footer #footerNav {
	display: none;
}

#footer p {
	text-align: left;
}

#footer a {
	color: #000000;
} 

#printElements {
	display: block;
	margin: 0 14px 0 0;
}

/*====== Main Content =================================================================================*/
#mainContent {
	color: #000000;
	width: 100%;
	float: none;
}

#productButtons {
	display: none;
}  

#outerWrapper, #innerWrapper, #productDetails, #topSummary, #productDetails {
	background: none;
}

#productSummary {
	background: none;
}

#productPhoto, .addthis_toolbox {
	display: none;
} 

.productHead {
	float: none;
	clear: both;
	background: none;
}

/*====== Left Column ==================================================================================*/
#leftColumn {
display: none;
}

/*====== Category Page =================================================================================*/
#catBreadcrumb {
display: none;
}

#map {
	width: 640px;
}

/*====== Product Page =================================================================================*/
#productPhoto img, .addthis_toolbox, .addthis_default_style {
display: none;
}
dl#productTabs {
	height: auto !important;
}                
dl#productTabs dt, dl#productTabs dt.selected {
	clear: both;
	display: block;	
}
dl#productTabs dd {
	clear: both;
	border-top: none;
	display: block;
}
#productDetails .pane {
	clear: both;
	display: block !important;
	position: static;
	top: 0;
	left: 0;
	width: 80%;
}
#productDetails p {
	clear: both;
}
