@import url(default.css);
h2
{
  font-size: 1.4em;
  text-transform: uppercase;
  margin: 5px 0;
  padding: 0;
  color: #FFF;
}
#Content
{
  position: relative;
  color: #FFF;
}
#Wipe
{
  width: 582px;
  height: 279px;
  overflow: hidden;
  position: relative;
}
#Wipe1
{
  background: transparent url(../images/wipe-1.jpg) top left no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 582px;
  height: 280px;
}
#Wipe2
{
  background: transparent url(../images/wipe-2.jpg) top left no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 582px;
  height: 280px;
  visibility: hidden;
}
#Wipe2Text
{
  width: 300px;
  color: #333;
  padding: 20px 20px 20px 10px;
  margin: 210px 0 0 35px;
  font: 1.2em georgia;
  line-height: 1.3em;
}
#Wipe3
{
  background: transparent url(../images/wipe-3.jpg) top left no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 582px;
  height: 280px;
  visibility: hidden;
}
#Wipe3Text
{
  width: 300px;
  color: #333;
  padding: 20px 20px 20px 10px;
  margin: 180px 0 0 0;
  font-size: .9em;
  line-height: 1.3em;
}
#Wipe4
{
  background: transparent url(../images/wipe-4.jpg) top left no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 582px;
  height: 280px;
  visibility: hidden;
}
/*#Wipe4Text
{
  width: 150px;
  color: #333;
  float: right;
  padding: 20px;
  margin: 20px;
  background: transparent url(../images/wipe-screen-background.png) !important; background: transparent;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/wipe-screen-background.png');
}*/
#Buttons
{
  position: absolute;
  top: 0;
  right: 0;
  width: 190px;
  z-index: 5;
}
#Buttons ul
{
  margin: 0;
  padding: 0;
}
#Buttons ul li
{
  padding: 0;
  margin: 0;
  list-style: none;
}
#Buttons ul li a
{
  display: block;
  background: transparent url(../images/menu-bg-off.gif) top left no-repeat;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 20px;
  height: 70px;
  line-height: 70px;
  font-size: .8em;
}
#Buttons ul li a.Deselected
{
  background: transparent url(../images/menu-bg-off.gif) top left no-repeat;
}
#Buttons ul li a.Selected
{
  background: transparent url(../images/menu-bg-on.gif) top left no-repeat;
}
#Buttons ul li a#Wipe1Button.Deselected
{
  background: transparent url(../images/menu-bg-1-off.gif) top left no-repeat;
}
#Buttons ul li a#Wipe2Button.Deselected
{
  background: transparent url(../images/menu-bg-2-off.gif) top left no-repeat;
}
#Buttons ul li a#Wipe3Button.Deselected
{
  background: transparent url(../images/menu-bg-3-off.gif) top left no-repeat;
}
#Buttons ul li a#Wipe4Button.Deselected
{
  background: transparent url(../images/menu-bg-4-off.gif) top left no-repeat;
}
#ShoePullIn
{
  width: 210px;
  float: left;
  margin: 10px 10px 10px 0;
}
#Hypothesis
{
  margin-top: 10px;
}
#Hypothesis p
{
  padding: 0;
  margin: 2px 0;
  line-height: 1.4em;
}