/* Base elements */

html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 14px;
  color: #656565;
}

.home {
  background: #ffffff url(images/body_back.png) repeat-x top left;
}

#wrapper {
  position: relative;
  margin: 0 auto;
  width: 800px;
  padding: 0px 15px 126px 15px;
}

.clear {
  clear: both;
}


/* Images */

img {
  margin: 0;
  padding: 0;
  border: none;
}


/* Typo */

p {
  font-size: 1em;
  margin: 0 0 1em 0;
  padding: 0;
  line-height: 1.6em;
}

h1 {
  font-size: 2em;
  line-height: 1.5em;
  margin: 0 0 0.5em 0;
  padding: 0;
}

h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0 0 0.5em 0;
  padding: 0;
}

h3 {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 0 0 0.3em 0;
  padding: 0;
}


/* Links */

a, a:link, a:active {
  color: #74ab00;
  text-decoration: none;
}

a:hover {
  color: #74ab00;
  text-decoration: underline;
}


/* Header and menu */

#header{
  margin: 0;
  position: relative;
  height: 120px;
}

#header h1 {
  display: block;
  position: relative;
  float: left;
  top: 0px;
  left: 0px;
  height: 120px;
  width: 550px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  text-indent: -9999px;
  background: url(images/logo.gif) no-repeat 0px 43px;
}

#header h1 a {
  display: block;
  height: 120px;
  width: 550px;
}

ul.contact {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0 0 0px 0;
  font-size: 0.9em;
  padding: 0;
  list-style: none;
}

ul.contact li {
  padding: 0;
  float: left;
  margin: 0 0px 0 10px;
  display: inline;
}

ul.contact li a{
  display: block;
  cursor: pointer;
  height: 25px;
  width: 30px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  text-transform: lowercase;
  text-indent: -9999px;
}

a.home {
  background: url(images/contact_home.png) no-repeat left center;
}

a.email {
  background: url(images/contact_email.png) no-repeat left center;
}

ul#main_menu {
  position: absolute;
  right: 0px;
  bottom: 35px;
  margin: 0 0 0px 0;
  font-size: 1.2em;
  padding: 0;
  list-style: none;
}

ul#main_menu li {
  padding: 0;
  float: left;
  margin: 0 0px 0 15px;
  display: block;
}

ul#main_menu li a{
  float: left;
  padding: 12px 2px 0px 2px;
  text-decoration: none;
  text-transform: lowercase;
  color: #656565;
}

ul#main_menu li a:hover, ul#main_menu li a#current{
  padding: 7px 2px 0px 2px;
  border-top: 5px solid #638400;
  border-bottom: none;
  text-decoration: none;
  background: url(images/main_menu.gif) no-repeat top center;
}

#mainbar {
  position: relative;
  height: 244px;
}

#slogan {
  float: left;
  margin-top: 40px;
}

#software_img {
  float: right;
  margin-top: 16px;
}


/* Content */

#content {
  padding: 30px 0px 0px 0px;
}

#content h1 {
  clear: both;
  padding: 0px 0px 3px 0px;
  margin: 0px 0px 5px 0px;
  line-height: 1em;
  font-size: 1.6em;
  letter-spacing: 1px;
  font-weight: bold;
}

#content h2 {
  clear: both;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 7px 0px;
  line-height: 1em;
  font-size: 1.6em;
  letter-spacing: 1px;
  font-weight: bold;
  border-bottom: 1px dotted #aaa;
}

#content h3 {
  border-bottom: 1px dotted #aaa;
}

#content h3 a, #content h2 a, #content h1 a {
  color: #6b6a6a;
}

#content h3 a:hover, #content h2 a:hover, #content h1 a:hover {
  color: #8bac34;
  text-decoration: none;
}

#contentleft {
  float: left;
  width: 150px;
}

#contentright {
  float: right;
  width: 640px;
}

#main {
  float: left;
  display: inline;
  width: 575px;
}

#main-sub {
  float: right;
  display: inline;
  width: 600px;
}

#main ul, #main-sub ul{
  margin: 0 70px 10px 10px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}

#main ul li, #main-sub ul li {
  display: block;
  padding: 5px 0px 5px 20px;
  margin: 0px 0px 3px 0px;
  background: url(images/li_back.gif) no-repeat center left;
}

#main ul li a, #main-sub ul li a {
  color: #6b6a6a;
  text-transform: none;
}

#main ul li a:hover, #main-sub ul li a:hover {
  color: #74ab00;
  text-decoration: none;
}

.showcase {
  background: url(images/showcase_back.png) no-repeat top left;
  margin-top: 5px;
  margin-bottom: 42px;
  overflow: hidden;
}

.showcase .content {
  float: left;
  padding: 22px 30px 20px 30px;
  width: 422px;
}

.showcase .screenshot {
  float: right;
  width: 318px;
}

.showcase .content .product_title {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}

.showcase .content .product_title a, .showcase .content .product_title a:link {
  color: #fff;
}

.product_link {
  background-image: url(images/bullet_link.gif);
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 18px;
  font-weight: bold;
}


/* Footer */

#footer{
  position: relative;
  margin-top: -127px;
  height: 126px;
  min-width: 830px;
  color: #ffffff;
  background: #575858 url(images/footer_back.gif) repeat-x top left;
}

.footer_block {
  clear: both;
  margin: 0 auto;
  text-align: left;
  padding: 82px 0px 0 0px;
  width: 800px;
  font-size: 0.9em;
}

.footer_block p{
  float: left;
  padding: 0px;
  margin: 0px;
  margin-top: -10px;
}

.footer_block ul{
  padding: 0px;
  float: right;
  margin: 0px;
  margin-top: -10px;
  list-style: none;
}

.footer_block ul li{
  float: left;
  list-style: none;
  margin: 0;
  margin-left: 1em;
}

.footer_block a {
  color: #ffffff;
  text-transform: lowercase;
}

.footer_block a:hover {
  color: #74ab00;
  text-decoration: underline;
}