#flash_manager {
  background: #260d09;
  height: 212px;
  overflow: hidden;
}

#flash_manager .arrow_left, #flash_manager .arrow_right {
  float: left;
  padding-top: 70px;
  width: 52px;
}

#flash_manager .arrow_left img, #flash_manager .arrow_right img {
  cursor: pointer;
}

#flash_manager #screens {
  float: left;
  width: 469px;
  height: 194px;
  margin: 8px 20px;
  overflow: hidden;
}

#flash_manager #screens img {
  display: none;
}

#flash_manager .text {
  float: right;
  width: 328px;
}

#flash_manager .text h3 {
  margin: 10px 0;
}

#flash_manager .sub_text {
  color: #FFF;
  font-size: 14px;
  height: 90px;
}

#flash_manager .links {
  padding: 20px 0;
}

#flash_manager .links a {
  color: #260D09;
  text-decoration: none;
  border: 4px solid #FFF;
  background-color: #DED9BC;
  padding: 8px;
  margin-right: 8px;
}

#flash_manager .links a:hover {
  background-color: #8CC542;
}

#home_left {
  float: left;
  width: 600px;
}

#home_rigth {
  float: right;  
  width: 320px;
}

.solution {
  float: left;
  width: 280px;
  height: 130px;
  position: relative;
  margin: 8px;
}

.solution .icon {
  width: 66px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}

.solution .text {
  width: 200px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
}

.more_solutions {
  text-align: right;
}

.more_solutions a {
  font-size: 14px;
}

.blog_entry {
  width: 320px;
  height: 90px;
  position: relative;
}

.blog_entry .text {
  position: absolute;
  width: 245px;
  top: 0;
  right: 0;
}

.blog_entry .text .title {
  font-size: 14px;
  font-weight: bold;
  margin: 2px 0;
}

.blog_entry .date {
  position: absolute;
  width: 60px;
  top: 0;
  left: 0;
}

.blog_entry .date .day {
  color: #FFF;
  background: #8DC540;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  padding: 10px 0;
}

.blog_entry .date .month_and_year {
  color: #FFF;
  background: #290801;
  padding: 2px;
  text-align: center;
}

.blog_entry .date .bottom {
  background: transparent url(../../images/date_bg.png) no-repeat center;
  height: 9px;
}

.blog_entry a {
  font-weight: normal;
}

.we_talk {
  width: 320px;
  height: 80px;
  position: relative;
}

.we_talk .text {
  position: absolute;
  width: 245px;
  top: 0;
  right: 0;
}

.we_talk .icon {
  position: absolute;
  width: 60px;
  top: 0;
  left: 0;
}

form.customer_area .text_field {
  float: left;
}

.forgot_password {
  padding: 4px;
}
