﻿@charset "utf-8";
/* CSS Document */

}

/* Main Column Definitions */
.container {
  width: 940px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}




/* Features 
#feature-container {
  background-color: #333333;
  height: 490px;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 100;
  overflow: hidden;
  line-height:0;
  
}

/* fix for IE8 
margin-top:-0px\0/;
}


/* fix for chrome, safari 
@media screen and (-webkit-min-device-pixel-ratio:0){
    #feature-container {margin-top:-0px;}
}

#feature-container #feature-nav {
  position: absolute;
  z-index: 150;
  width: 100%;
  text-align: center;
  padding: 20px 0 0 0;  
}
#feature-container #feature-nav-shim {
  margin: 0 auto;
  width: 18px;
  height: 18px;
}
#feature-container #feature-hotspot {
  position: absolute;
  z-index: 125;
  margin-top: 50px;
  background: transparent;
}
#feature-container #feature-hotspot a {
  display: block;
  width: 426px;
  height: 280px;
  border: #f00 0px solid;
  text-decoration: none;
}
#feature-container #feature-slider {
  position: relative;   
}


#feature-container img {
  float: left;
  
}

.feature-step {
  margin-top: 184px;
 
  position: absolute;
}
.feature-step a {
  width: 16px;
  height: 82px;
  
  display: block;
  color: #4e7f2d;
}

#feature-step-left {
  z-index: 200;
  background-image:url(../images/left.png);

}

#feature-step-right {
  margin-left: 920px;
  z-index: 201;
  background-image:url(../images/right.png);
}
*/
