@font-face {
        font-family: 'Blender';
        src: url('fonts/Blender-Medium.eot');
        src: local('☺'), url('fonts/Blender-Medium.woff') format('woff'), url('fonts/Blender-Medium.ttf') format('truetype'), url('fonts/Blender-Medium.svg') format('svg');
        font-weight: normal;
        font-style: normal;
}

@font-face {
        font-family: 'Univers';
        src: url('fonts/UniversLTStd-Cn.eot');
        src: local('☺'), url('fonts/UniversLTStd-Cn.woff') format('woff'), url('fonts/UniversLTStd-Cn.ttf') format('truetype'), url('fonts/UniversLTStd-Cn.svg') format('svg');
        font-weight: normal;
        font-style: normal;
}

body {
  font-family:  sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
  
 background: #474171; /* for non-css3 browsers */


}

#wrapper {
  width: 1024px;
  height: 768px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

#title {
  color: #fff;
  display: block;
  position: absolute;
  top: 25px;
  left: 40px;
  width: auto;
  font-weight: normal;
  font-family: Blender, sans-serif;
  font-size: 45px;
}

#tagline {
  color: #fff;
  display: block;
  position: absolute;
  top: 95px;
  left: 40px;
  width: auto;
  font-weight: normal;
  font-size: 16px;
  font-family: Univers, sans-serif;
}

#title a,
#tagline a {
  color: #fff;
  text-decoration: none;
}

#background {
  background: url("images/background.jpg") no-repeat scroll left top transparent;
  width: 1024px;
  height: 768px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

/*#background-mask {
  background: url("images/clouds.gif") no-repeat scroll left -590px transparent;
  width: 1050px;
  height: 700px;
  position: absolute;
  top: 590px;
  left: 0;
  z-index: 2;
  opacity: 0.7;
}

#background-mask-btm {
  background: url("images/clouds.gif") no-repeat scroll left -620px transparent;
  width: 1050px;
  height: 700px;
  position: absolute;
  top: 620px;
  left: 0;
  z-index: 3;
}*/

#products {

}

#products ul {
  padding: 0;
  margin: 0px 35px 0 0;
  float: right;
}

#products li {
  padding: 0;
  margin: 0;
  text-align: center;
  float: left;
  list-style: none;
  font-size: 12px;
}

#products li img {
  display: block;
  clear: both;
  margin: 0 auto 10px auto;
  border: none;
}

#products li a {
  width: 110px;
  padding: 10px 0px 5px 0px;
  height: 120px;
  text-decoration: none;
  color: #fff;
  display: block;
  opacity: 0.4;
  border-radius: 8px;
}

#products li a.active,
#products li a:hover {
  background: url('images/products-active.png') top left repeat-x;
  opacity: 1;
}

#product {
  position: absolute;
  display: block;
  top: -500px;
  left: 690px;
}

<<<<<<< HEAD
#product #product-image {
}

=======
>>>>>>> dc8825c7b0f5c74b9d0f3c0d3f64bed363401b97
#product #screen {
  width: 139px;
  height: 115px;
  position: absolute;
  top: 229px;
  left: 72px;
  z-index: 5;
  display: none;
}

#product #screen-off {
  width: 139px;
  height: 115px;
  position: absolute;
  top: 229px;
  left: 72px;
  z-index: 4;
  background: #a3acad;
  display: none;
}

#product #power-button {
  width: 62px;
  height: 47px;
  position: absolute;
  top: 245px;
  left: 115px;
  z-index: 4;
  border: none;
}

/*#product #power-button:hover {
  border: 1px solid red;
}*/

#product #led {
  width: 29px;
  height: 30px;
  position: absolute;
  top: 137px;
  left: 176px;
  z-index: 4;
}

#product #led-on {
  width: 29px;
  height: 30px;
  position: absolute;
  top: 137px;
  left: 176px;
  background: url('images/led.png') top left no-repeat;
  z-index: 3;
  display: none;
}

#features {
  position: absolute;
  top: 200px;
  left: 0;
  margin: 10px;
  padding: 10px 20px;
}

h3 {
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

#features h3 {
  margin-left: 18px;
  margin-bottom: 20px;
  font-family: Univers, sans-serif;
  letter-spacing: 1px;
}

#features ul {
  padding: 0;
  margin: 0;
}

#features ul li {
  display: block;
  list-style: none;
  /*margin-left: 800px;*/
}

#features ul li a {
  text-decoration: none;
  line-height: 1.3em;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
  height: 23px;
  width: 257px;
  margin-bottom: 0px;
  padding: 7px 7px 5px 26px;
   background: url("images/menu-arrow.png") no-repeat scroll 16px center transparent;
}

#features ul li a:hover,
#features ul li a.active {
  background: url('images/menu-active.png') top left no-repeat;
  color: #683206;
}

#views {
  position: absolute;
  left: 300px;
  top: 220px;
}

#views h4 {
  /*width: 385px;*/
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  /* depreciated background: url("images/views-line.png") no-repeat scroll center bottom transparent; */
  margin: 0;
  padding-bottom: 10px;
  font-family: Univers,sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}
#views h4:after {
    border-radius: 5px 5px 5px 5px;
    border-top: thin solid #FFFFFF;
    content: "";
    height: 19px;
    position: absolute;
    width: 280px;
    top: 26px;
    left: 0;
}
#views ul {
  padding: 0 10px;
  margin: 0;
}

#views ul li {
  list-style: none;
  float: left;
  padding: 0;
}

#views ul li a {
  opacity: 0.4;
  height: 65px;
  width: 35px;
  margin: 0 15px;
  display: block;
}

#views ul li a.active {
  opacity: 1;
  background: url("images/views-active.png") no-repeat scroll center 100% transparent;
  background-position: center bottom;
  padding-bottom: 12px;
}
#views ul li a:hover {
  opacity: 1;
  padding-bottom: 12px;
}

#views ul li a img {
  border: none;
}

#copy {
  width: 391px;
  position: absolute;
  top: 360px;
  left: -500px;
  font-size: 14px;
  line-height: 20px;
}

#copy ul {
  margin: 0 0 0 14px; 
  padding: 0; 
}

#copy h3 {
  font-size: 18px;
  font-family: Univers, sans-serif;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.feature {
  display: none;
}

ul#actions {
  list-style: none;
}

ul#actions li {
  position: absolute;
  left: 400px;
  top: 600px;
  background: #fff;
  padding: 10px;
  opacity: 0.3;
}

#hotspots a {
  position: absolute;
  display: block;
  /*border: 2px dotted gray;*/
  background: url('../images/assets/b.gif') top left repeat;
  border-radius: 8px;
  opacity: 0.8;
}

#hotspots a.noborder {
  border: none !important;
}

#hotspots a.active,
#hotspots a:hover {
  /*border: 2px solid red;*/ /* now populated via CSS */
}

#feature-2 {
  display: block;
}

#logo {
  background: url('images/logo.png') top left no-repeat;
  width: 108px;
  height: 43px;
  display: block;
  position: absolute;
  left: 458px;
  top: 675px;
}

.footer {
  position: absolute;
  top: 735px;
  left: 20px;
  font-size: 12px;
}

.footer a {
  color: #fff;
}
