/* CSS Document */

ul.IR li {
  position: relative;
  /* overflow: hidden;
  commented out for this example */
  font-size: 0.9em;
}

.IR em {
  display: block;
  position: absolute;
  top: 0; left: 0;
  z-index: 1;
}

/* For IE5.x mac only */
* html>body .IR {
  position: static;
  /* overflow: visible;
  commented out for this example */
  font-size: 10px;
}

* html>body .IR em  { position: static; }


.nav { list-style: none; }									/* removes bullets from list */
.nav li { float: left; padding-bottom: 10px; }				/* float items left so all on same horiz. line */
.nav li, .nav li em { width: 118px; height: 112px; }			

.link1 em, .link2 em, .link3 em {
  background: url url(images/3-part-rollover.jpg) no-repeat;
  cursor: pointer;
}

.link1 em { left: 0; }
.link1 em {
  background-position: 0 0px;
}
.link1:hover em {
  background-position: 0 200px;
}
.link2 { left: 17px; }
.link2 em {
  background-position: 0 0;
}
.link2:hover em {
  background-position: 0 -27px;
}
.link3 { left: 46px; }
.link3 em {
  background-position: 0 0;
}
.link3:hover em {
  background-position: 0 -27px;
}
	
body { behavior: url(hover.htc); }

#comingsoonblock {
	margin-top: 50px;
}

img.comingsoon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 627px;
}


