/* I'm not sure what this code is for */
/* I can see that it effects the suitcase graphic, but it wasn't applied before so I have canceled it out so it won't effect your site when I apply the below CSS changes */
/*.sf_extra5 {
	background-position: left top;
	position: absolute;
	margin-top: -30px;
	margin-left: 10px;
	background-repeat:repeat;
	display:block;
	height:350px;
	width:140px;
	background-color: #D4D4D4;
}

* html .sf_extra5{	
	_behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "site image 5",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "images/spacer.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));
} */



.sf_navigation_top {padding-top:10px;}
.sf_header_wrapper {padding-top:10px;margin-top:10px; height:165px;}
