body {
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:14px;
  color: #666666;
}

input,
textarea,
select {
  background-image: url(/images/inputbg.png);
  background-repeat: repeat-x;

  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #bbbbbb;

  font-size: 14px;
}

input {
  height: 20px;
}

input:focus,
textarea:focus,
select:focus {
  border: 1px solid #44ccee;
  outline: none;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

h1 {
  font-size: 34px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 3px;
  margin-top: 20px;
}

h2 {
  font-size: 22px;
  font-weight: normal;
  color: #999999;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 2px;
}

h4 {
  font-size: 16px;
  color: #000000;
  margin-bottom: 8px;
}

h5 {
  color: #44ccee;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

#header.front {
  height: 75px;
  margin: 0 auto;
  padding: 0;
  background-color: #333333;
}

#front_logo_links {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0;
}

#front_logo_links div {
  float: left;
  padding-top: 20px;
  padding-right: 60px;
}

#front_logo_links ul {
  float: left;
  margin: 0;
  padding: 0;
  padding-top: 18px;
}

#front_logo_links ul li {
  list-style: none;
  float: left;
  margin-right: 20px;

  padding: 8px 10px;

  color: #e6e6e6;

  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;

  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

#front_logo_links ul li a {
  color: #e6e6e6;
  text-decoration: none;
}

#front_logo_links ul li:hover {
  background-color: #666666;
  cursor: pointer;
}

#front_logo_links ul li.active {
  background-color: #4d4d4d;
}

#front_content {
  width: 100%;
  padding: 0;

  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -145px;
} 

#front_footer_push {
  height: 145px;
}

#front_upper_container {
  background-image: url(/images/front_mid_bg.png);
  background-repeat: repeat-x;

  height: 290px;
}

#front_lower_container {
  background-image: url(/images/front_top_bg.png);
  background-repeat: repeat-x;
}

#front_main {
  background-image: url(/images/front_top_bg.png);
  background-repeat: repeat-x;
}

#front_main.firstpage {
  background: none;
}

#front_upper,
#front_lower,
#front_footer_container,
#front_container {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0;
}

#front_left_h1 {
  width: 50%;
  float: left;
  height: 278px;
}

#front_left_h1 h1 {
  color: #ffffff;
  padding-bottom: 17px;
  margin-top: 14px;
}

#shadow_1:before {
  content: 'Stop bad ads';
}

#front_left_h1 p {
  font-size: 22px;
  color: #235663;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 1.3em;
}

#front_right_screenshot {
  width: 50%;
  height: 278px;
  float: right;
}

#front_right_screenshot img {
  margin-top: 24px;
}

#front_left_teasers {
  float: left;
  width: 460px;
  padding: 10px 0;
}

#front_right_quotes {
  float: right;
  width: 460px;
  padding: 10px 0;
}


#front_right_quotes div {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}

#front_right_quotes div p {
  font-style: italic;
  font-weight: normal;
  margin-bottom: 6px;
}

.front_teaser_bullet {
  float: left;
  width: 460px;

  margin-bottom: 20px;
}

.front_teaser_bullet img {
  float: left;
}

.front_teaser_bullet div {
  float: left;
  width: 318px;
  margin-left: 10px;
}

/*.front_teaser_bullet ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.front_teaser_bullet ul li {
  background-repeat: no-repeat;
  min-height: 85px;
  padding-left: 140px; 
  font-size: 14px;
  line-height: 18px;
}*/

#front_footer_container {
  line-height: 18px;
}

#front_footer {
  height: 145px;
  margin: 0 auto;
  padding: 0;
  background-color: #333333;
  font-size: 12px;
  color: #999999;
}

#front_footer a {
  color: #999999;
}

#front_footer_links {
  float: left;
  width: 25%;
}

#front_footer_about {
  float: left;
  padding-right: 90px;
  width: 40%;
}

#front_footer_contact {
  float: left;
  width: 25%;
}

.front_footer_bullet {
  float: left;
  width: 160px;
  margin-bottom: 4px;
}

.front_footer_bullet ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.front_footer_bullet ul li {
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 16px;
  padding-left: 24px; 
  font-size: 12px;
}

#front_contact_left {
  width: 520px;
  float: left;
}

#front_contact_right {
  float: left;
}

.front_faq_answer {
  width: 700px;
  margin-bottom: 40px;
}

