/* rigid liquid stuff */
* html #expander, #ie6 .liquidExpander { 
    height:0;}

/* elements with PNG-32 images or bgimages */
#ie6 .iePng, 
#ie6 .iePngScale, 
#ie6 .iePngCrop, 
#ie6 .iePngImage {
    behavior: url(/webassets/css/iepng.htc);}

#ie7 #main {
    overflow-y:hidden;}
    
/*
<!--[if lte IE 6]>
<div id="upgrade">
    <p>We have detected that your web browser may be out-of-date, and you may have issues viewing this website. If you are having display issues, please consider upgrading to the most recent version of <a href="http://www.mozilla.com" target="_blank">Mozilla Firefox</a> or <a href="http://www.microsoft.com/windows/Internet-explorer/default.aspx" target="_blank">Microsoft Internet Explorer</a>.</p>
</div>
<![endif]-->
*/

#upgrade {
    color:#000;
    text-align:center;
    background: #FFFFF5;
    border: 2px solid #000000;
    padding: 0.5em;}
    
    #upgrade p {
        margin: 0;
        padding: 0;}