body 
{
  margin-bottom: 20px;
  line-height: 1em;
  height: auto;
}

.page
{
  max-height: 517px;
}

h2
{
  text-align: center;
  padding-bottom: 20px;
}

header
{
  height: 95px;
}

header a.logo
{
  border-bottom: 5px double rgba(6,32,110, 0.75);
  height: 50px;
  top: 0px;
  right: 0px;
  background-image: url(../images/incito_software_banner_small.png);
  background-position: 0px 10px;
}

article
{
  height: auto;
  padding: 0px 10px;
}

.text-slide
{
  clear: both;
  float: left;
  vertical-align: top;
  margin-top: -90px;
  margin-left: 20px;
}

nav
{
  position: static;
  padding: 8px 0px 8px 0px;
  margin: 0px 0px 25px 0px;
}

nav ul
{
  text-align: center;
  background-color: #FFF;
}

nav li
{
  color: #FFF;
  display: inline-block;
  padding: 2px;

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

nav a
{
  font-size: 0.95em;
  background-color: rgba(6,32,110, 0.75);
  color: #FFF;
  display: inline-block;
  padding: 8px;
  border: 1px solid #a6abc5;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

nav .active  a
{
  border: 1px solid #CCC;
  background-color: rgba(6,32,110, 1);
  box-shadow: 0 0 10px 3px rgba(6, 32, 110, 0.55);
}


.canvas
{
  text-align: left;
  clear: both;
  float: left;
  height: 100px;
  width: 100px;
  margin: -40px 0 0px 10px;
}

.footer
{
  font-size: 0.75em;
  height: 30px;
}

.main-page
{
  text-align: center;
}
