html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

a, a:link, a:visited, button.link {
  color: darkblue;
  text-decoration: none;
  outline: none;
}
a:hover, a.hover {
  text-decoration: underline;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background-color: #b9d5d5;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 300;
  min-width: 930px;
  max-width: 1024px;
  margin: 0 auto;
  height: 100%;
}

p {
  margin-bottom: 14px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

button {
  background-color: #fff;
  border: 0;
  text-decoration: none;
}


/* ============================ */
/* ========== BUTTONS ========= */

.button {
  display: block;
  background-repeat: no-repeat;
  cursor: pointer; cursor: hand;
  background-position: 0 0;

  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.button.social {
  height: 25px;
  width: 25px;
}
#get .button {
  height: 40px;
}
form .button {
  height: 50px;
}
/* Make form buttons look like links */
button.link {
  cursor: pointer; cursor: hand;
}

/* ================================ */


/*===== HEADER =====*/
#header {
  height: 125px;
  width: 100%;
  background-color: #000;
  color: #fff;
  position: relative;

  background-image: url("/images/flag_h_15.png");
  background-repeat: repeat-y;
  background-position: 0 0;
}

#logo {
  display: block;
  width: 255px;
  padding: 33px 0;
  margin: 0 50px;
}

#header ul, #navbar ul {
  list-style-type: none;
}
#header ul li, #navbar ul li {
  display: block;
  float: left;
}

#navbar {
  height: 29px;
  width: 100%;
  position: relative;

  margin-top: 0;
  background-color: #7aa;

  background-image: url("/images/flag_h_15.png");
  background-repeat: repeat-y;
  background-position: 0 0;
}
#navbar ul.nav {
  height: 29px;
  float: left;
  position: relative;
  padding-left: 40px;
  font-size: 1.2em;
}
#navbar ul li a {
  display: block;
  padding: 0 .7em;
  line-height: 29px;

  font-variant: small-caps;
  font-weight: normal;
  color: #000;
}
#navbar ul.nav li a:hover, #navbar ul li a.hover {
  color: #ff0;
  background-color: #488;
}
#navbar ul.nav li a.active {
  color: #fff;
}

#get {
  position: absolute;
  right: 15px; top: 15px;
}
#get ul li {
  clear: both;
  float: right;
  margin-bottom: 15px;
}
#social ul {
  float: right;
  padding-right: 20px;
  border-right: 1px solid #000;
}
#social ul li a {
  margin: 2px 0 2px 10px;
  padding: 0;
}

#discount_notice {
  position: absolute; 
  left: 0;
  height: 92px;
  background-image: url('/images/discount.png');
  background-position: 0 0;
}


/* CONTENT */
#wrapper {
  background-color: #fff;
  position: relative;
  width: 100%;
}
#content {
  padding: 50px;
  margin: 0 auto;
  border: 1px solid #000;
}
#content ul {
  margin: 1em 0;
  list-style-type: none;
}
#content ul li {
  text-indent: -1.4em;
  padding-left: 2.2em;
}

h2 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 20px 0;
}
h2, .same {
  color: #165;
}
h2 span {
  padding: 5px 50px;
  border-bottom: 2px solid #ccc;
}
h3, h4 {
  margin: 1.5em 0 0.5em 0;
}
h3 {
  font-size: 1.2em;
  color: #275;
}
h4 {
  font-size: 1.1em;
  color: #396;
}
span.key {
  border: 1px solid #666;
  padding: 0 2px;
  margin: 5px 2px;
  color:black;
}
img.easytype {
  position: relative;
  top: 3px;
  display: inline-block;
}

#langs {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 1;
  padding: 0;
}
#langs a {
  display: block;
  color: #e22639;
  text-transform: uppercase;
}

.hoverlabel {
  position: absolute;
  top: -28px;
  left: 0;
  font-weight: normal;
  font-style: italic;
  font-size: .8em;
  color: #999;
  display: none; /* start out hidden */
}
.hover > .hoverlabel, :hover > .hoverlabel {
  display: block; /* show when container is hovered */
}

.box {
  position: relative;
  display: block;
  padding: 10px 15px 5px 15px;

  border: 1px solid #ddd;

  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.testimonial {
  margin: 10px 0;
  background-color: #e5f0e9;
  font-size: .9em;
  float: right; /* Hack to get to appear properly in IE6 */
}
.testimonial .from {
  display: block;
  float: right;
  font-style: italic;
  color: #666;
}
.testimonial .quotemark {
  font-size: 13px;
  font-weight: bold;
  font-family: "Times", serif;
}
.testimonial .quote {
  margin-bottom: 0;
}

/* highlight accent/key letters */
span.key {
  font-weight: bold;
  font-size: 1.1em;
  background:none repeat scroll 0 0 yellow;
}


/*===== FOOTER =====*/
#footer {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-size: .9em;
}

#footer img.flag {
  position: relative;
  top: 3px;
}


.spacer {
  clear: both;
}



#twocolumn {
  position: relative;
  width: 100%;
}
#twocolumn .left {
  position: relative;
  margin-right: 300px;
}
#twocolumn .right {
  position: relative;
  float: right;
  width: 250px;
  font-size: .9em;
  line-height: 1.4em;
}
#twocolumn .right .box {
  width: 220px;  /* 250px col width - 15px - 15px padding */
  padding: 10px 15px 5px 15px;
  margin: 0 0 10px 0;
  float: right;
}
#twocolumn .right .box h3 {
  font-size: 1em;
}

.box h3 {
  margin: 0 0 5px 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
}
.box p {
  margin-bottom: 5px;
}
.box .quote {
  margin-bottom: 0;
}

a:hover, a:active, button.link:hover, button.link:active {
  color: #00f;
}
