/* Start of CMSMS style sheet 'landing-page-ie6' */
/* FIXES FOR IE*/

/* Fix for IE 6 Expanding Box Problem */
#productBar {overflow:hidden;}

/* Fix for IE 6 Disappearing Image Problem */
#screenShot {display: block;}
#screenShot img {
width: 297px;
height:187px;
}

/* Fix for IE 6 double height menu problems */
#logoBar {
height: 74px;
overflow:hidden;
}
#menuBar {
height: 24px;
overflow:hidden;
}
#topLinks {overflow:hidden;}


/* Fix for IE 6 for collapsing H1 problem */
#productBar h1{
line-height:30px;
padding-top: 10px !important;
}

div#productMenu {
  float: left;
  clear: left;
  z-index: 1000;
  padding: 0 0 0 0 !important;
  margin: -50px 0 0 0 !important;
  width: 820px;
  height: 10px;
  line-height: 30px;
  top: -50px;
  }

/* Fix for IE 6 cut off evolv logo float */
#productIcon {
display: inline;
margin-left: -3px;
}
#productIcon img {
width: 153px;
height:197px;
}

/* Fix for IE 6 excessive top-margin of main content */
#centerContent {padding-top:0px !important;}
#centerContentText h1 {margin-top:0;}
#learnMore {margin-top: 10px;}

/* Fix for IE 6 excessive indent of unoredered lists */
#centerContent ul {
padding-left:0px !important;
margin-left: 25px;
}

/* Fix for IE 6 excessive paragraph, header and unordered list tag margins */
p, h1, h2, h3, h4, ul {margin: 10px 0px;}

/* Fix for IE 6 fix for disappearing powerpoint png */
#icon-ppt {
display:inline;
height:16px;
width: 16px;
}
/* End of 'landing-page-ie6' */

