﻿/*"Holly Hack" for extra vertical space added to block-level hyperlinks in IE6*/
*html ul li a {
	height:1%;
}

/*Hack to get PNG transparency in IE lt 6*/
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "../img/ie_png_hack.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

/*For warning window that appears in IE lt 7*/
#ie6_msg { background:#d95229 url(/trek2011/img/icon_status_alert.gif) 10px 20px no-repeat; display: inline; float: left; font-size: 1em; color: #fff; border: 2px solid #333; padding: .5em .5em 0 5em; margin: 1em;}
#ie6_msg a {color:#fff; text-decoration:underline;font-size: 1em;}

#content{
/*Box model hack for IE lt 7*/
  voice-family: "\"}\""; 
  voice-family:inherit;
  padding-bottom:2em;
}
