div.slider_bkgnd {
  position:relative;
  height:411px;
  width:100%;
  background-image:url('../images/slider_bkgnd.png');
}
div.slider {
  position:relative;
  margin:0 auto;
  width:935px;
}
img#slide1, img#slide2, img#slide3, img#slide4 {
  position:absolute;
  left:0;
  top:1px;
}
div.platforms {
  position:relative;
  margin:0 auto;
  width:935px;
  height:58px;
}
div.highlights_bkgnd {
  height:150px;
  width:100%;
  background-image:url('../images/highlights_bkgnd.png');
  background-repeat:repeat-x;
}
div.highlights {
  position:relative;
  width:935px;
  margin:0 auto;
  color:#eee;
  font-size:14px;
  line-height:14px;
  font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
  font-stretch:condensed;
}
div.highlight1, div.highlight2, div.highlight3, div.highlight4 {
  position:absolute;
  top:17px;
  height:88px;
  padding-top:14px;
}
div.highlight2, div.highlight3, div.highlight4 {
  border-left:1px solid #eee;
  padding-left:36px;
}
div.highlight1 {
  left:3px;
  width:177px;
}
div.highlight2 {
  left:216px;
  width:164px;
}
div.highlight3 {
  left:452px;
  width:164px;
}
div.highlight4 {
  left:684px;
  width:215px;
}
div.highlights div div.title {
  text-transform:uppercase;
  font-weight:bold;
  height:45px;
  line-height:16px;
  padding-left:44px;
  font-size:14px;
  background-repeat:no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-stretch: normal;
}
div.highlights div div.title a {
  text-decoration: none;
  color: white;
}
div.highlight1 div.title {
  background-image:url('../images/arrow_orange.png');
}
div.highlight2 div.title {
  background-image:url('../images/arrow_red.png');
}
div.highlight3 div.title {
  background-image:url('../images/arrow_blue.png');
}
div.highlight4 div.title {
  background-image:url('../images/arrow_green.png');
}
div.writeup {
  position:relative;
  margin:0 auto 31px auto;
  width:935px;
}
div.writeup div.text {
  width:645px;
  padding-bottom:7px;
}
div.writeup p {
  font-size:15px;
  margin-top:24px;
  color:#4d4d4f;
}
div.writeup div.text h1 {
  color:#ff8a44;
  text-transform:uppercase;
  font-size:22px;
  padding-top:5px;
}
div.writeup div.sidebar {
  position:absolute;
  right:0;
  width:250px;
  top:0;
  height:100%;
  border-left:1px solid #a8a8a8;
}
div.writeup div.sidebar a.slink:first-child {
  margin-top:22px;
}
div.writeup div.sidebar a.slink {
  display:block;
  background:#1eb1c1;
  color:white;
  text-transform:uppercase;
  text-decoration:none;
  margin-top:9px;
  margin-bottom:9px;
  height:34px;
  font-size:14px;
  line-height:34px;
  padding-left:32px;
  background-image:url('../images/arrow_white.png');
  background-repeat:no-repeat;
}
div.writeup div.sidebar div.contactus {
  text-transform:uppercase;
  margin:38px 0 0 31px;
  font-size:21px;
  color:#ff8a44;
}
div.writeup div.sidebar span.elink {
  display:block;
  margin-left: 31px;
  text-decoration:none;
  font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
  font-stretch:condensed;
  font-size:18px;
  color:#4d4d4f;
}