/* ----------------- IE bug fixes ------------------------- */

* html img
{
	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 = "http://www.refreshu.co.uk/images/blank.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)
	);
}

* html .panel {
float:left;
width: 252px;
margin: 0 1px 0 0;


}

* html .panel2 {
float:left;
width: 250px;
margin: 0 0px 0 0;
}

* html .panel h2 {
	width: 250px;
	font-weight:bold;
	font-size:24px;
	letter-spacing:-2px;
	line-height:120%;

	font-family:"Arial",Verdana,TrebuchetMS,sans-serif;
background: url(../images/panel_bg.jpg) no-repeat 0px 0px;
}

* html .panel2 h2 {
	width: 251px;
	font-weight:bold;
	font-size:24px;
	letter-spacing:-2px;
	line-height:120%;

	font-family:"Arial",Verdana,TrebuchetMS,sans-serif;
background: url(../images/panel_bg.jpg) no-repeat 0px 0px;
}
