﻿/* ------------------------------------------------------------------ */
/* Style declarations for the site front page */
/* ------------------------------------------------------------------ */

/* Header and layout reset */

#top-holder {
  height: 103px;
  background-image: url('../images/front-page/header-bg.png');
}

#menu_holder {
  margin-top: 63px;
}

#top-shade, #container {
  background: none;
}

#footer_holder {
  padding-top: 40px;
}

/* ------------------------------------------------------------------ */
/* Message block */

#fp-msg {
  position: relative;
  height: 430px;
  background: #eaeaea url('../images/front-page/fp-msg.png') center center no-repeat;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

#fp-msg h1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  margin: 0;
  padding: 0;
  background: transparent url('../images/front-page/fp-msg-bottom-shade.png') left bottom repeat-x;
}

#fp-msg h1 span {
  display: none;
}

#fp-msg .try-now {
  position: absolute;
  left: 50%;
  top: 140px;
  margin-left: -162px;
}

#fp-msg .or-else {
  position: absolute;
  left: 50%;
  top: 140px;
  margin-left: 10px;
  font: normal 25px/43px "GestaRegular","Arial",sans-serif;
}

#fp-msg .try-now a {
  display: block;
  width: 152px;
  height: 43px;
  background: transparent url('../images/front-page/fp-try-now-button.png') 0 0 no-repeat;
}

#fp-msg .try-now a:hover { background-position: 0 -43px; }

#fp-msg a.learn-more {
  color: #333;
  text-decoration: underline;
}

#fp-msg a.learn-more:hover { color: #999; }

/* ------------------------------------------------------------------ */

/* Content container */
#fp-c-c {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

#fp-c-c .c {
  width: 960px;
  margin: 0 auto;
  color: #484848;
}


/* 4-column grid, 4 and 2 column layouts */

#fp-c-c .c .four-c-layout .c1,
#fp-c-c .c .four-c-layout .c2,
#fp-c-c .c .four-c-layout .c3,
#fp-c-c .c .four-c-layout .c4 {
  float: left;
  width: 230px;
}

#fp-c-c .c .four-c-layout .c12,
#fp-c-c .c .four-c-layout .c34 {
  float: left;
  width: 470px;
}

#fp-c-c .c .four-c-layout .c1 { padding-right: 10px; }
#fp-c-c .c .four-c-layout .c2, #fp-c-c .c .four-c-layout .c3 { padding: 0 10px; width: 220px; }
#fp-c-c .c .four-c-layout .c4 { padding-left: 10px; }

#fp-c-c .c .four-c-layout .c12 { padding-right: 10px; }
#fp-c-c .c .four-c-layout .c34 { padding-left: 10px; }


/* Summary section */
#fp-c-c .c .summary {
  position: relative;  
}

#fp-c-c .c .summary h2 {
  margin: 0;
  padding: 40px 0;
  font: normal 28px "GestaLight","Arial",sans-serif;
  color: #333;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

#fp-c-c .c .summary .vbspam-verified {
  display: block;
  position: absolute;
  width: 48px;
  height: 71px;
  right: 0;
  top: 50%;
  margin-top: -36px;
  background: url('../images/front-page/fp-vbspam-logo.jpg') 0 -71px no-repeat;
}

#fp-c-c .c .summary .vbspam-verified:hover {
  background-position: 0 0;
}


/* Product highlights */

#fp-c-c .c .highlights {
  margin: 40px 0 20px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #ccc;
}

#fp-c-c .c .highlights h2 {
  margin: 0 0 20px 0;
  padding: 0;
  font: normal 20px "GestaBold","Arial",sans-serif;
}

#fp-c-c .c .highlights .item {
  position: relative;
  cursor: pointer;
}

#fp-c-c .c .highlights .deco {
  position: absolute;
  top: 30px;
  left: 0;
  width: 0;
  height: 6px;
  border-radius: 3px;
  -webkit-transition: all .218s ease;
  -moz-transition: all .218s ease;
  -o-transition: all .218s ease;
  transition: all .218s ease;
}

#fp-c-c .c .highlights .item:hover .deco { width: 120px; }

#fp-c-c .c .highlights .c2 .deco, #fp-c-c .c .highlights .c3 .deco, #fp-c-c .c .highlights .c4 .deco { left: 10px; }

#fp-c-c .c .highlights .c1 .deco { background-color: #0caedc; }
#fp-c-c .c .highlights .c2 .deco { background-color: #77d021; }
#fp-c-c .c .highlights .c3 .deco { background-color: #ff5800; }
#fp-c-c .c .highlights .c4 .deco { background-color: #543559; }


/* Simple product tour */

#fp-c-c .c .tour {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  font: normal 16px/150% "GestaRegular","Arial",sans-serif;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

#fp-c-c .c .tour ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  zoom: 1;
}

#fp-c-c .c .tour ul li {
  display: inline-block;
  *display: inline; /* IE fix */
  padding: 0 10px;
  zoom: 1;
}

#fp-c-c .c .tour ul li a {
  display: block;
  padding: 5px 30px;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-transition: border .218s ease;
  -moz-transition: border .218s ease;
  -o-transition: border .218s ease;
  transition: border .218s ease;
}

#fp-c-c .c .tour ul li a:hover {
  border: 1px solid #0caedc;
  text-decoration: none;
}


/* Testimonials */

#fp-c-c .c .testimonial {
  position: relative;
  margin: 40px 0 0 0;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #ccc;
  zoom: 1;
}

#fp-c-c .c .testimonial .left-quote,
#fp-c-c .c .testimonial .right-quote {
  position: absolute;
  width: 62px;
  height: 48px;
  background: transparent url('../images/front-page/fp-quo.png') 0 0 no-repeat;
}

#fp-c-c .c .testimonial .left-quote { left: 0; top: 0; }
#fp-c-c .c .testimonial .right-quote { right: 0; bottom: 40px; background-position: 0 -48px; }

#fp-c-c .c .testimonial .text-block {
  width: 760px;
  margin: 0 auto;
}

#fp-c-c .c .testimonial .text {
  margin: 0 0 10px 0;
  padding: 0;
  font: italic 20px/135% "Georgia",serif;
  color: #484848;
}

#fp-c-c .c .testimonial .by {
  margin: 0;
  padding: 0;
}

#fp-c-c .c .testimonial .by a {
  color: #999;
}


/* Recent stuff */

#fp-c-c .c .recent { margin: 40px 0 20px 0; }

#fp-c-c .c .recent .heading h2 {
  margin: 0 0 20px 0;
  padding: 0;
  font: normal 13px "GestaBold",sans-serif;
  text-transform: uppercase;
}

#fp-c-c .c .recent .heading a {
  display: inline-block;
  color: #555;
}

#fp-c-c .c .recent .heading a span {
  display: inline-block;
  width: 22px;
  height: 9px;
  line-height: 9px;
  margin-top: 4px;
  background: url('../images/front-page/fp-arrow.png') right 0 no-repeat;
}

#fp-c-c .c .recent .heading a:hover {
  color: #0caedc;
  text-decoration: none;
}

#fp-c-c .c .recent .heading a:hover span { background-position: right -9px; }

#fp-c-c .c .recent .news ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#fp-c-c .c .recent .news ul li { margin-bottom: 20px; }

#fp-c-c .c .recent .news h3 {
  display: block;
  overflow: hidden;
  margin: 0 0 5px 0;
  padding: 0;
  font: bold 13px "Arial",sans-erif;
}

#fp-c-c .c .recent .statc {
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 20px;
  margin-right: 20px;
  border: 1px solid #eaeaea;
}

#fp-c-c .c .recent .statc table {
  width: 100%;
  margin: 30px 0 20px 0;
}

#fp-c-c .c .recent .statc th {
  padding-bottom: 5px;
  font: normal 18px "GestaBold",sans-serif;
  color: #333;
}

#fp-c-c .c .recent .statc .mails { text-align: left; }
#fp-c-c .c .recent .statc .rate { text-align: right; }

#fp-c-c .c .recent .statc td { font: normal 40px "GestaRegular",sans-serif; }

#fp-c-c .c .recent .statc td.mails { color: #0caedc; }
#fp-c-c .c .recent .statc td.rate { color: #ff5800; }


/* Last chance links */

#fp-c-c .c .last-chance {
  margin: 10px 0 10px 0;
  padding: 20px;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  border-radius: 5px;
  font: normal 16px/150% "GestaRegular","Arial",sans-serif;
  text-align: center;
}

#fp-c-c .c .last-chance a { font: normal 16px/150% "GestaBold","Arial",sans-serif; }

#fp-c-c .c .recent .news a.ellipsis {
  color: #aaa;
  font-style: italic;
}
