@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: #333;
	text-align: left;
	background-color: #545456;
	padding: 0px;
	background-image: url(../pirform/gfx/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;
  clear:both;
}

ul
{
	margin-top:0;
	font-size: 12px;
}

/* =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.9em;
	font-weight: bold;
}

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

ul.navigation li {
	display: inline;
	padding-right: 23px;
}
 
ul.navigation li a
{
	text-decoration:none;
	color:#FFF;
	font-weight: normal;
}
ul.navigation li a:hover
{
	text-decoration:none;
	color:#CCC;
	font-weight: normal;
}
 
/* =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;
	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(../pirform/gfx/form_top.gif) no-repeat 0 0;
  margin-top: 0em;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  width:385px;
  float:left;
    }

div.wide
{
   background:url(../pirform/gfx/form_wide_top.gif) no-repeat 0 0;
   width:884px;
}    
    
  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[type=text],
  div.form input[type=radio],
  div.form input[type=password],
  div.form textarea{
  width:290px;
  border:1px solid #ddd;
  background:#fff url(../pirform/gfx/form_input.gif) repeat-x;
  padding:3px;
    }    
  div.form textarea{
    height:125px;
    overflow:auto;
    }    
    
  div.form label.checkbox
  {
     display:inline;
  }
    
  div.form input[type=checkbox]
  {
     width:auto;
  }
  
  div.form input[type=radio]
  {
     width:10px;
  }
  div.form label.radio
  {
     width:auto;
     display:inline;
  }
  
  div.form .submit{
  clear:both;
  background:url(../pirform/gfx/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.wide .submit
 {
    background:url(../pirform/gfx/form_wide_bottom.gif) no-repeat 0 100%;
 }
    
  .button
  {
  width:150px;
  height:37px;
  line-height:37px;
  border:none;
  color:#fff;
  cursor:pointer;
  text-align:center;
  background-image: url(../pirform/gfx/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;
    margin-top:-15px;
 }
/* =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: 170px;
	height: 75px;
}
#social-media {
	float: right;
	width: 600px;
	text-align: right;
	padding-top: 6px;
	margin-top: 2px;
	padding-bottom: 2px;
	margin-left: 14px;
	padding-left: 22px;
}
#social-media table ul
{
   float:right;
}
#social-media table ul li {
	margin: 0px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	float:left;
	list-style-type: none;
	font-size: 12px;
	color: #CCC;
}

#social-media table ul li span
{
   color:#333;
}

#social-media table a  {
	color: #333;
	text-decoration: none;
}
#social-media table a:hover  {
	color: #666;
	text-decoration: none;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.navigation-wrapper {
	margin-left: auto;
	background-color: #636466;
	padding: 0px;
	margin-top: 6px;
}
#navigation {
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 4px;
	font-size: 15px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
 
#content-container {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 25px;
	overflow:auto;
}
.home-text-left {
	float: left;
	width: 350px;
	padding-left: 4px;
	padding-bottom: 12px;
}
.home-text-right {
	float: right;
	width: 335px;
	margin-right: 0px;
	padding-left: 15px;
	padding-bottom: 12px;
	background-image: url(../pirform/gfx/footer-arrow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.home-text-right-two {
	float: right;
	width: 150px;
	margin-right: 0px;
	padding-left: 15px;
	padding-bottom: 12px;
	background-image: url(../pirform/gfx/footer-arrow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer-links-inner h4 {
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 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;
	background-color: #474749;
}
#footer-content .right p {
	font-size: 10px;
	color: #CCC;
}
#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(../pirform/gfx/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(../pirform/gfx/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(../pirform/gfx/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: 25px;
}
/* =Links
-----------------------------------------------------------------------------*/
 
 .feature-container a:link {
	color: #2B82AD;
	margin: 0px;
	padding: 0px;
}
.feature-container a:visited {
	color: #2B84AE;
	margin: 0px;
	padding: 0px;
}
.feature-container a:active{
	color: #2B82AD;
	margin: 0px;
	padding: 0px;
}
.feature-container a:hover {
	margin: 0px;
	padding: 0px;
	color: #1D5C7E;
}
.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;
	font-size: 12px;
	color: #666;
}
.call-to-action {
  background-image: url(../pirform/gfx/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: 440px;
  text-align: right;
  color: #999;
  padding: 0px;
  margin-top: 8px;
}
.page-title-thin {
  float: left;
  width: 450px;
  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(../pirform/gfx/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: #FFF;
}
#home-banner-innerwrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../pirform/gfx/home-laptop.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.image-slideshow {
	background-color: #FFF;
	width: 255px;
	height: 170px;
	margin-top: 22px;
	margin-left: 95px;
	background-image: url(../pirform/gfx/pirform-screen.png);
}
.home-banner-text-left p {
	color: #333;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 7px;
}
.home-banner {
	height: 282px;
	background-image: url(../pirform/gfx/main-tile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.home-banner table {
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.home-banner-text-left {
	width: 370px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.home-banner-text-right {
	width: 506px;
	height: 280px;
	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: 14px;
	padding-left: 0px;
	font-weight: normal;
}
.home-banner h1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
}
#features-header h3 {
	font-size: 19px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.feature-container h4 {
	color: #666;
	padding-bottom: 8px;
}
.feature-container  p {
}
#footer-links-wrapper {
	padding-top: 0px;
	background-color: #636466;
}
#footer-links-inner {
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-size: 15px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
.logos-inner {
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.logos-wrapper {
	color: #F2F2F2;
	background-color: #F2F2F2;
}
#badges {
	text-align: center;
}
/* =Links
-----------------------------------------------------------------------------*/
 
 #footer-content a:link {
	color: #CCC;
	margin: 0px;
	padding: 0px;
}
#footer-content a:visited {
	color: #CCC;
	margin: 0px;
	padding: 0px;
}
#footer-content a:active{
	color: #CCC;
	margin: 0px;
	padding: 0px;
}
#footer-content a:hover {
	margin: 0px;
	padding: 0px;
	color: #999;
}

