Most of our client projects are of a short-term promotional nature (i.e. product launches, seasonal contests, etc...). A good majority of the content for these web site projects comes from designers at our agency clients, and often we are not involved in the creative process until such time the client has already approved the designs. While the content is usually workable, one thing I've noticed, especially in the past couple of years, is a significant trend toward pseudo-3D elements that involve numerous drop shadows, semi-transparent gradients, glows, and other various design elements that end up requiring the use of semi-transparent PNG files.
The problem here is the extensive use of these elements, such that it is not uncommon for a single home page to require up to 2MB or more of .png images at load time. As an experienced web developer, I know this is bad joo joo, even in the land of high-speed connectivity, but I struggle to find a way to convince the designers of such. Any conversation regarding bandwidth usually ends up in them being overly defensive about design elements and unwilling to concede to changes that would minimize the impact (e.g. avoid overlapping elements so the image can be a non-transparent .jpg file, or minimize the number and size of elements on the page that require transparency).
So the question is, what recommendations would you have, either from a technical perspective (to avoid large .png files in the first place) or from a management perspective (convince the client to avoid these types of designs). Are there any resources already available on the web that I could use to better demonstrate the disadvantages of such designs?