/* IE6 CSS Fixes */
body{
behavior: url("/content/includes/redesign2010/js/csshover3.htc"); /* Fix li:hover for menu */
margin-top:20px;
}



#mfgSelector{
left:710px;
}
#mfgFlash{
position:absolute;
top:0;
}
.subFeatureBoxGradientBlock{
position:relative;
}
.subFeatureBox{
float:left;
position:relative;
height:670px;
padding-top:10px;
top:0;
}
.subFeatureContent a img{
margin-bottom:0px !important;
}
.subFeature2{
/*padding-top:10px;*/
}
.subFeature3{
/*padding-top:30px;*/
}
#newsTickerHeadline{
margin-left:7px !important;
}
#newsTickerContent div{
padding-left:7px;
}





#navBar ul li{
height:30px;
line-height:30px;
display:inline !important; /* IE6 does not support inline-block properly */
}
#navBar ul li ul{
top:30px;
}





#greenBarTitle{
margin:10px !important;
}
#newsTickerGradient{
display:none;
}
#shareWidget{
top:0;
}




#newsTickerHeadline{
width:150px !important;
}
#newsTickerHeadline h2{
width:150px !important;
position:relative;
left:-10px !important;
white-space:nowrap;
}
#newsTickerContent{
position:absolute;
left:185px;
width:580px;
}
#newsRSSDefault{
margin-left:10px;
}
#newsTickerContent div{
position:relative;
width:580px;
}
#newsTickerContent h3{
width:580px;
overflow:hidden;
}
#footer{
margin-top:0;
margin-left:10px;
top:-160px;
}








/*
Select Fix for IE6 and IE5.x
Version 0.34

CSS instructions from http://www.hedgerwow.com/360/bugs/css-select-free.html
But keep in mind that these classes are a bit modified.
*/
.select-free .innerFixer {
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	width:100%;/* (old value 3000px) must have for any big value*/
	height:100%;/* (old value 3000px) must have for any big value*/
}
.select-free iframe.innerFixer {
	border: 0;
	filter:mask();/*must have*/
	z-index:-1;/*must have*/
}