﻿header {
	border-top: inherit;
}
#topNav, nav, .header, .broker-lookup .search-results .result-card .buttons a, .row-fluid.brands, footer {
	display: none;
}

.gmnoprint, .gm-style-cc {
	display: none;
}

#headerContainer a .logo {
   content: url('/images/McCain_Food_Service_Logo_Top.png');
}

#container, #bodyContainer, .featuredProducts {
	width: 90%;
	margin: 0px auto;
	padding: 65px 0px 0px 0px;
}

#headerContainer a .logo {
	width: 100px;
	height: 50px;
	float: right;
}

@page, body { 
    size: auto;   /* auto is the initial value */ 
    /* this affects the margin in the printer settings */ 
    margin: 10mm 10mm 5mm 10mm;  
} 

#map1, #map2 {
    width: 100%;
    height: 800px;
    display: block;
	clear: both;
	float: none;
}

.breadcrumb {
	display: none;
}

.broker-lookup .search-results .results-left, .broker-lookup .search-results .results-left {
	float: none;
	width: 100%;
}
	.broker-lookup .search-results .results-left {
		margin-top: 50px;
	}

@media print {
    img {
        max-width: none !important;
    }
}