@charset "utf-8";
body {
  margin: 10px;
  font-family: "Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;
}
a:active {
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
}
*:focus {
  outline-style: none;
}
#flowtabs {
  margin: 0 ! important;
  padding: 0;
  width: 670px;
  height: 31px ! important;
}
#flowtabs li {
  margin: 0;
  padding: 0;
  float: left;
  text-indent: 0;
  list-style-type: none;
}
#flowtabs li a {
  margin: 0px;
  padding: 0px;
  display: block;
  height: 31px;
  width: 130px;
  color: #000000;
  font-size: 12px;
  line-height: 33px;
  text-align: center;
  text-decoration: none;
}
#flowtabs #t1 {
  background-position:  0 0;
}
#flowtabs #t2 {
  background-position: -130px 0;
}
#flowtabs #t3 {
  background-position: -260px 0;
}
#flowtabs #t4 {
  background-position: -390px 0;
  width: 192px;
}
#flowtabs a:hover {
  color: #ffffff;
}
#flowtabs #t1:hover {
  background-position: 0 -33px;
}
#flowtabs #t2:hover {
  background-position: -130px -33px;
}
#flowtabs #t3:hover {
  background-position: -260px -33px;
}
#flowtabs #t4:hover {
  background-position: -390px -33px;
}
#flowtabs a.current {
  cursor: default;
  color: #ffffff;
  line-height: 34px;
}
#flowtabs #t1.current {
  background-position: 0 -66px;
}
#flowtabs #t2.current {
  background-position: -130px -66px;
}
#flowtabs #t3.current {
  background-position: -260px -66px;
}
#flowtabs #t4.current {
  background-position: -390px -66px;
}
#flowpanes {
  background: #ffffff none repeat scroll 0%;
  width: 670px;
  height: 400px;
}
#flowpanes div {
  display: none;
}
#flowpanes {
  overflow: hidden;
  position: relative;
  float: left;
}
#flowpanes div {
  float: left;
  display: block;
  width: 670px;
  font-size: 14px;
}
#flowpanes .items {
  margin: 0;
  padding: 0;
  width: 20000em;
  position: absolute;
  clear: both;
}
#flowpanes .highlight {
  padding: 5px;
  background: #fefefd ;
  position: relative;
  opacity: 0.75;
  margin-left: 280px;
  height: 337px;
  width: 190px
}
#flowpanes .text_title {
  font-size: 17px;
  font-weight: bold;
  color: #ffcc33;
  padding-left: 15px;
}
#flowpanes .text_tagline {
  font-size: 15px;
  text-align: left;
  font-weight: normal;
  color: #f7f9fb;
  padding-left: 15px;
}
#container {
  margin: 0 auto;
  background: #ffffff none repeat scroll 0%;
  width: 900px;
  position: relative;
}
#btn_prv {
  float: left;
  width: 100px;
  padding-top: 157px;
  height: 180px;
}
#btn_next {
  float: left;
  width: 100px;
  padding-top: 157px;
  height: 180px;
}