@charset "UTF-8";

/*-----------------------------------------------------------------------------
version:   1.0
author:    Tony Crockford
email:     tonyc@boldfish.co.uk  
website:   http://www.boldfish.co.uk/
date:      
 
Copyright 2006 Tony Crockford All Rights Reserved 
-----------------------------------------------------------------------------*/
 
/* =General
-----------------------------------------------------------------------------*/
 
/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */
html {
  margin-bottom: 0px;
  min-height: 100%;
}
 
/* Remove padding and margin on selected elements*/
h1,h2,h3,h4,h5,h6,pre,body,p,div{
  margin: 0;
  padding: 0;
}
 
/*debug border on all divs*/
div{
}
 
/* Class for clearing floats */
.clear {
   clear:both;
}
 
/* Remove border around linked images and fix Firefox odd spaces */
img {
   border: 0;
   vertical-align: bottom;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #000000;
  text-align: left;
  background-color: #F3F3F3;
  padding: 0px;
  background-image: url(images/top-background.jpg);
  background-repeat: repeat-x;
  margin-top: 0;
  margin-bottom: auto;
}

hr
{
  height: 0px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: #000000;
}

ul
{
   margin-top:0;
}

ul.navigation {
  padding: 0px;
  margin: 0px;
  font-size: 0.8em;
}

ul.navigation li {
  display: inline;
  padding-right: 25px;
}
 
ul.navigation li a
{
   text-decoration:none;
   color:#666;
}

/* =Links
-----------------------------------------------------------------------------*/
 
 a:link {
  color: #7DB457;
  margin: 0px;
  padding: 0px;
}

a:visited {
  color: #7DB457;
  margin: 0px;
  padding: 0px;
}

a:active{
  color: #7DB457;
  margin: 0px;
  padding: 0px;
}

a:hover {
  margin: 0px;
  padding: 0px;
}

#navigation ul{
  padding: 0px;
  margin: 0px;
  font-size: 0.8em;
  font-weight: bold;
}
 
/* =Structural
-----------------------------------------------------------------------------*/ 
#container {
  width: 900px;
  margin-top: 010px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

#wrapper {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #68A542;
  background-color: #FFF;
}

#header {
  width: 905px;
  color: #333;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-image: url(images/eye-header.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

/* =Main Content
-----------------------------------------------------------------------------*/
#content {
  width: 100%;
  color: #333;
  margin: 0px;
  padding: 0px;
}

/* Form
-----------------------------------------------------------------------------*/
 
div.form{
  padding-top:15px;
  background:url(images/form_top.gif) no-repeat 0 0;
  margin-top: 0em;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  width:385px;
  float:left;
    }
  div.form fieldset{
  margin:0 30px;
  padding:0;
  border:none;
  float:left;
  clear:both;
    }    

  div.form legend{display:none;}  
  div.form p{
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
}

  div.form label
  {
     display:block;
     margin:3px 0;
     font-size:0.95em;
  }  
  
  div.form input,
  div.form textarea{
  width:290px;
  border:1px solid #ddd;
  background:#fff url(images/form_input.gif) repeat-x;
  padding:3px;
    }    
  div.form textarea{
    height:125px;
    overflow:auto;
    }    
  div.form input[type=radio]
  {
     width:10px;
  }
  div.form label.radio
  {
     width:auto;
     display:inline;
  }
  
  div.form .submit{
  clear:both;
  background:url(images/form_bottom.gif) no-repeat 0 100%;
  margin:0;
  text-align:center;
  padding-top: 0;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
    }  
  div.form button,
  div.form input[type=submit],
  .button{
  width:150px;
  height:37px;
  line-height:37px;
  border:none;
  color:#fff;
  cursor:pointer;
  text-align:center;
  background-image: url(images/form_button.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  text-decoration:none;
} 
 
 .button{display:inline-block;color:#FFF !important;}
 
 #footer .right
 {
    float:right;
 }
/* =Tables
-----------------------------------------------------------------------------*/
 
table { 
  border-spacing: 0;
   border-collapse: collapse;
}
 
td {
  text-align: left;
  font-weight: normal;
}
 
 
 
/* =Misc 1
-----------------------------------------------------------------------------*/
 
 
 
/* =Misc 2
-----------------------------------------------------------------------------*/
#BS7671-software-logo {
  float: left;
  width: 150px;
  height: 75px;
}
#social-media {
  float: left;
  width: 400px;
  text-align: left;
  padding-top: 6px;
  margin-top: 2px;
  padding-bottom: 2px;
  margin-left: 14px;
  padding-left: 22px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #CCC;
}
#social-media table ul li {
  margin: 0px;
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: right;
  float: left;
}
#navigation {
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 13px;
  padding-left: 4px;
  font-size: 15px;
}
.home-banner {
  height: 282px;
}
.home-banner table {
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.home-banner-text-left {
  width: 435px;
  height: 200px;
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.home-banner-text-right {
  width: 506px;
  height: 276px;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: right;
}
.home-banner h2 {
  color: #8DAE12;
  font-size: 1em;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 16px;
  padding-left: 0px;
}
.home-banner h1 {
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 3px;
  padding-left: 0px;
  font-size: 1.4em;
}
 
#content-container {
  width: 910px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 25px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #EDEDED;
}
.home-text-left {
  float: left;
  width: 455px;
  padding-left: 4px;
}
.home-text-right {
  float: right;
  width: 420px;
  margin-right: 0px;
}
#footer-content {
  width: 890px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
}
 
/* =Footer
-----------------------------------------------------------------------------*/
 #footer {
  color: #333;
  margin: 0px;
  padding: 10px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #CFCED0;
  display:block;
  clear:both;
}
#footer-content .right p {
  font-size: 10px;
  color: #333;
}
#footer-content .left ul li {
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 3px;
  margin: 0px;
  font-size: 10px;
}
#product-content-container {
  width: 906px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 25px;
  padding-left: 10px;
}
#product-content-container h1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}
 
 
#product-content-container a:link {
  color: #7DB457;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

#product-content-container a:visited {
  color: #7DB457;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

#product-content-container a:active{
  color: #7DB457;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

#product-content-container a:hover {
  color: #666;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}
.product1-banner {
  height: 290px;
  background-color: #80A919;
  background-image: url(images/product1-back.png);
  background-repeat: repeat-x;
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EDEDED;
}
.product-text-left {
  float: left;
  width: 435px;
  padding-bottom: 20px;
}
.product-area-right {
  float: right;
  width: 440px;
  margin-right: 10px;
  padding-bottom: 20px;
}
.contact-left {
  float: left;
  width: 420px;
  padding-bottom: 20px;
  padding-left: 0px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #EDEDED;
}
.contact-right {
  float: right;
  width: 440px;
  margin-right: 10px;
  padding-bottom: 20px;
}
.contact-packer {
  height: 10px;
  width: 12px;
  float: left;
}
#product1-features-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  padding-bottom: 5px;
  padding-top: 30px;
  float: left;
  width: 591px;
}
#product1-signup-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  padding-bottom: 5px;
  padding-top: 30px;
  float: right;
  width: 282px;
  margin-right: 20px;
}
.product2-banner {
  height: 290px;
  background-color: #2B88AD;
  background-image: url(images/product2-back.png);
  background-repeat: repeat-x;
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EDEDED;
}
#product2-features-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  padding-bottom: 5px;
  padding-top: 30px;
  float: left;
  width: 591px;
}
#product2-signup-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  padding-bottom: 5px;
  padding-top: 30px;
  float: right;
  width: 292px;
  margin-right: 20px;
}
#features-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  padding-bottom: 5px;
  padding-top: 20px;
  margin-right: 0px;
  padding-left: 4px;
}
.main-page-title {
  height: 39px;
  background-color: #333;
  background-image: url(images/main-page-title-back.jpg);
  background-repeat: repeat-x;
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EDEDED;
  padding-top: 12px;
}
.feature-container {
  float: left;
  width: 290px;
  padding-top: 20px;
}
.feature-packer {
  height: 10px;
  width: 12px;
  float: left;
}
.feature-container-wide {
  float: left;
  width: 410px;
  padding-top: 10px;
  padding-left: 10px;
  margin: 0px;
}
.feature-packer-wide {
  height: 10px;
  width: 25px;
  float: left;
}
.feature-container-wide ul li {
  list-style-type: disc;
  padding-bottom: 10px;
  padding-top: 0px;
  display: list-item;
  padding-left: 0px;
  color: #666;
  font-size: 0.9em;
  line-height: 14px;
  list-style-position: outside;
  margin-top: 0px;
  margin-left: 10px;
}
.feature-container p {
  margin: 0px;
  padding: 0px;
  line-height: 15px;
}
.call-to-action {
  background-image: url(images/product-call-to-action.gif);
  background-repeat: no-repeat;
  margin-top: 10px;
}
.call-to-action tr td h2 {
  color: #81AA1A;
  font-size: 1.3em;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
}
#product-banner-contain {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
#product-banner-top {
  height: 30px;
  width: 900px;
  padding-top: 0px;
  font-size: 0.9em;
}
.breadcrumbs-thin {
  float: right;
  width: 430px;
  text-align: right;
  color: #999;
  padding: 0px;
  margin-top: 8px;
}
.page-title-thin {
  float: left;
  width: 400px;
  padding-top: 5px;
  padding-left: 3px;
}
.page-title-thin h2 {
  color: #CCC;
  font-size: 1.3em;
}
#product-introduction {
  float: left;
  width: 393px;
  padding-top: 35px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 0px;
  height: 195px;
}
#product-introduction h2 {
  font-size: 1.4em;
  color: #FFF;
  line-height: 1.2em;
  padding-bottom: 16px;
}
 
#product-introduction a:link {
  color: #F5FBF4;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

#product-introduction a:visited {
  color: #F5FBF4;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

#product-introduction a:active{
  color: #F5FBF4;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

#product-introduction a:hover {
  color: #EEF4EE;
  text-decoration: underline;
  margin: 0px;
  padding: 0px;
}
#product-graphic {
  float: right;
  width: 443px;
  padding-top: 10px;
}
#green-banner {
  background-image: url(images/green-banner.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 20px;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
  clear: both;
}
#green-banner h5 {
  color: #FFF;
  font-size: 0.9em;
  margin: 0px;
  padding: 0px;
}
#side-nav {
  float: left;
  width: 200px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EDEDED;
  padding-top: 6px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 3px;
  font-size: 0.9em;
}
#side-nav ul li {
  list-style-type: none;
  display: list-item;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #EDEDED;
}
 
#side-nav a:link {
  color: #333;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

#side-nav a:visited {
  color: #333;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

#side-nav a:active{
  color: #7DB457;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

#side-nav a:hover {
  color: #666;
  text-decoration: underline;
  margin: 0px;
  padding: 0px;
}

#right-content-main {
  float: right;
  width: 630px;
  padding-right: 40px;
}
#right-content-main h1 {
  border-bottom-style: none;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  font-size: 1.2em;
}
#right-content-main h2 {
  border-bottom-style: none;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  font-size: 0.9em;
  color: #7DB457;
  font-weight: bold;
}
 
 
#right-content-main a:link {
  color: #7DB457;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

#right-content-main a:visited {
  color: #7DB457;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

#right-content-main a:active{
  color: #7DB457;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

#right-content-main a:hover {
  color: #666;
  text-decoration: underline;
  margin: 0px;
  padding: 0px;
}
#right-side-nav {
  float: right;
  width: 200px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EDEDED;
  padding-top: 34px;
  padding-bottom: 0px;
  padding-left: 3px;
  margin-right: 30px;
  font-size: 0.9em;
}
#right-side-nav ul li {
  list-style-type: none;
  display: list-item;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #EDEDED;
}
 
#right-side-nav a:link {
  color: #333;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

#right-side-nav a:visited {
  color: #333;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

#right-side-nav a:active{
  color: #7DB457;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

#right-side-nav a:hover {
  color: #666;
  text-decoration: underline;
  margin: 0px;
  padding: 0px;
}

#left-content-main {
  float: left;
  width: 620px;
}
#left-content-main h1 {
  border-bottom-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  font-size: 1.2em;
  color: #7DB457;
  padding: 0;
}
#left-content-main h2 {
  border-bottom-style: none;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  font-size: 0.9em;
  color: #7DB457;
  font-weight: bold;
}
.intelligence-left-text h2 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border: none;
  font-size: 1.2em;
  color: #7DB457;
  padding: 0;
}
.intelligence-right-text h2 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border: none;
  font-size: 1.2em;
  color: #7DB457;
  padding: 0;
}

.intelligence-left-image {
  float: left;
  width: 300px;
  margin-top: 40px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #CCC;
}
.intelligence-right-text {
  float: right;
  width: 540px;
  padding-right: 30px;
  margin-top: 40px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.intelligence-right-image {
  float: right;
  width: 300px;
  margin-top: 40px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #CCC;
  margin-right: 30px;
}
.intelligence-left-text {
  float: left;
  width: 540px;
  padding-right: 0px;
  margin-top: 40px;
  padding-bottom: 20px;
  padding-top: 10px;
}
#header-wrapper {
  padding-top: 0px;
  background-color: #EAEAEC;
}
#home-banner-innerwrapper {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

