/*
-----------------------------------------------
Stopdesign IE5/Mac Styles
Author:   Douglas Bowman
Version:  5 Jun 2004
----------------------------------------------- */


/* IE5/Mac positions background images inside
   the border, so we push the bgimage left 1px
----------------------------------------------- */
html body {
  background-position:200px 20px;
  }
html #thumbs a, html #topmenu, html a.pthumb {
	left:0px;
	background-position:5px 5px;
  }


/* IE5/Mac freaks out with border changes on 
   hover within floats, so we remove them and 
   add back in the normal underline for hover
----------------------------------------------- */
a, a:visited {
  border-bottom-width:0;
  }
a:hover {
  text-decoration:underline;
  }


/* In order to avoid specifying widths for the 
   floated li's, IE5/Mac needs any element
   inside set to display:block to be floated too
----------------------------------------------- */
#nav a, #nav strong {
  float:left;
  }


/* IE5/Mac randomly freaks out when toggling
   the visibility of these thumbnail images,
   so we make them always visible */
html #thumbs a:hover img, html #thumbs strong img {
  visibility:visible;
  }
