/* Template Second Branch - print.css */

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

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

/*====== Header ================*/

#header {
	position: static;
	height: 10px;
	margin-bottom: 10px;
	width: 100%;
}
#logo img {
	display: block;         
}

#logo a , #loginDS{
	display: none;
}

#tagline {
	color:#000000;
}

#wrapper {
	padding: 0;
}

#ultraTopNav, .textSize, #searchForm, #primaryNav, #downstreamObl, #downstreamObl a.iframe, #printThisPage, #printLink, #footer #footerNav, #footer #firstROI, #footer p, #footer #eh{
display: none;
}

/*====== Footer ====================*/
#footer #fdic{
	display:block;
	position:relative;
	float:left;
}

/*====== Main Content =================================================================================*/
#mainContent {
	color: #000000;
	width: auto;
	float: left;
}

#content{
	width:100%;
}
#content p, #content h1, #content h2, #content table {
	margin:10px 0;
}

#content h1, #content h2, #content p{
	line-height:1.5em;
}

#content table{
	font-size:14px;
}

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

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

#map {
	width: 640px;
}
#content{
	width: 100%;
}
#productPageTopInfo{
	width: 100%;
}
#productPage p{
	lin-height: 25px;
}
/*====== Product Page =================================================================================*/
#productImage, #productOverlay, #tellMeMoreButton, .addthis_toolbox, .addthis_default_style {
display: none;
}


