@CHARSET "ISO-8859-1";

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */

  /* Makes inputs behave like true block-level elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}



/* ===================================================================== */
/* Global style */

body {
  margin: 0;
  font-family: "Lato", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10pt;
  line-height: 15pt;
  color: #333;
  background-color: #999999;
}


.page
{
  width: 960px;
  min-height: 700px;
  margin: 20px auto;
  background-color: #fff;
  border-top: solid 1px #440;
  border-bottom: solid 1px #440;

  -moz-box-shadow: 6px 6px 5px #777;
  -webkit-box-shadow: 6px 6px 5px #777;
  box-shadow: 6px 6px 5px #777;
}

H1
{
  font-size: 1.8em;
}

H2
{
  font-size: 1.4em;
}

H1, H2, H3, H4
{
  font-weight: normal;
  line-height: 1.4em;
  letter-spacing: -0.5px;
  color: #29c;
}

A
{
  color: #058;
  text-decoration: underline;
}

A:hover
{
  text-decoration: none;
}


HEADER
{
  width: 100%;
  padding: 70px 0 0;
  border-top: solid 7px #770;
  overflow: hidden;
  position: relative;
  margin-bottom: 36px;
}

.logotype
{
  float:left;
  margin-left: 80px;
}

NAV
{
  position: absolute;
  right: 56px; /* 80-24 */
  bottom: 0px;
}

NAV UL
{
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

NAV LI
{
  display: block;
  float: left;
  margin-right: 24px;
}

NAV A
{
  font-size: 9pt;
  line-height: 9pt;
  font-weight: normal;
  color: #770;
  text-transform: uppercase;
  text-decoration: none;
}

NAV A:hover
{
  text-decoration: underline;
}

SECTION
{
  padding: 1em 10em 5em 20em;
  background-color: #f0f0f0;
}

FOOTER
{
  padding: 1em 10em 2em 20em;
}

P
{
  margin: 0 0 1em 0;
}

#copyright
{
  font-size: 0.8em;
  color: #ccc;
}

.address
{
  font-weight: bold;
}


/* ===================================================================== */
/* Intro page (#intro) */

BODY#home FOOTER
{
  background: #fff url(../images/ltbluegrad.png) top left repeat-x;
  width: 800px; /* 960-80-80 */
  height: 50px;
}

BODY#home FOOTER
{
  padding: 1em 80px 1em 80px;
}



/* ===================================================================== */
/* Product pages */

BODY#products
{
}

UL.product-list
{
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: -20px;
}

UL.product-list A
{
  display: block;
  color: #333;
  text-decoration: none;
  padding: 20px;
  overflow: hidden;
}

UL.product-list A:hover
{
  background-color: #e7e7e7;
}

UL.product-list LI
{
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}

UL.product-list IMG
{
  float: left;
}

UL.product-list P
{
  margin: 0;
  padding: 0 0 0 40px;
  display: table-cell;
  vertical-align: middle;
}

#gds P
{
  height: 92px;
}

#vocalpoint P
{
  height: 67px;
}

.product-logo
{
  float: left;
  margin-left: -14em;
  width: 10em;
}


/* ===================================================================== */
/* Product pages */

BODY#opensource
{
}

#androidsvg P
{
  height: 55px;
}

