/**************************************************************************************************
 General
***************************************************************************************************/

*
{
  padding: 0;
  margin: 0;
}

body, html
{
  font-family: Verdana,Sans-serif;
  text-align: left;
  color:#696969;
  background-color:#696969;
  margin: 0 auto;
  height: 100%;
}

a
{
  outline: none;
}
a img
{
  border:none;
}

#MainContainer
{
  min-height: 100%;
  width: 800px;
  margin: 0 auto;
  position: relative;
  background-color: #FFFFFF;
}

* html #MainContainer
{
  height: 100%;
}

#HeaderAndNavigation 
{
  position: absolute;
}

#HeaderPadding 
{
  background:#696969;
  height: 146px;
  visibility: hidden;
}

/**************************************************************************************************
 Header
***************************************************************************************************/
#Header { height: 113px; }

/**************************************************************************************************
 Navigation
***************************************************************************************************/
#Navigation { height:33px; }

#Navigation span
{
  display: none;
}

#NavigationFeaturesLink
{
  float: left;	
  display: block;
  background: url( images/NavigationFeatures.png );
  height: 33px;
  width: 176px;
}
#NavigationFeaturesLink.selected{ background: url( images/NavigationFeaturesActive.png ); }
#NavigationFeaturesLink:hover{ background: url( images/NavigationFeaturesActive.png ); }

#NavigationSensorsLink
{
  float: left;	
  display: block;
  background: url( images/NavigationSensors.png );
  height: 33px;
  width: 150px;
}
#NavigationSensorsLink.selected{ background: url( images/NavigationSensorsActive.png ); }
#NavigationSensorsLink:hover{ background: url( images/NavigationSensorsActive.png ); }

#NavigationManualLink
{
  float: left;	
  display: block;
  background: url( images/NavigationManual.png );
  height: 33px;
  width: 150px;
}
#NavigationManualLink.selected{ background: url( images/NavigationManualActive.png ); }
#NavigationManualLink:hover{ background: url( images/NavigationManualActive.png ); }

#NavigationDownloadLink
{
  float: left;	
  display: block;
  background: url( images/NavigationDownload.png );
  height: 33px;
  width: 151px;
}
#NavigationDownloadLink.selected{ background: url( images/NavigationDownloadActive.png ); }
#NavigationDownloadLink:hover{ background: url( images/NavigationDownloadActive.png ); }

#NavigationContactLink
{
  float: left;	
  display: block;
  background: url( images/NavigationContact.png );
  height: 33px;
  width: 173px;
}
#NavigationContactLink.selected{ background: url( images/NavigationContactActive.png ); }
#NavigationContactLink:hover{ background: url( images/NavigationContactActive.png ); }

/**************************************************************************************************
 Content
***************************************************************************************************/
#ContentWrapper
{
}

#Content
{
  float: top;
  padding: 20px;
  height: 100%;
  font-size: 10pt;
  width: 760px;
}

#Content h1
{
  padding-top: 15px;
  font-size: 14pt;
  border-bottom: solid 2px #7BE81A;
}

#Content h2
{
  padding-bottom: 5px;
  padding-top: 10px;
  font-size: 12pt;
  color: #59B202;
}

#Content h3
{
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 11pt;
}

#Content h4
{
  font-size: 14pt;
  color: #59B202;
  font-weight:bold;
}

#Content h5
{
  font-size: 12pt;
  font-weight: bold;
}

#Content h6
{
  border-bottom: solid 2px #7BE81A;
}

#Content a
{
  /*color: #7BE81A; /* Phyto-IT green */
  /*color: #63C503; /* Dark green */
  color: #59B202; /* Darker green */
}

#Content p
{
  padding-top: 10px;
}

#Content img
{
  max-width: 760px;
}

/**************************************************************************************************
 Home
***************************************************************************************************/
#HomeFeatures
{
  float: left;
}

#HomeFeaturesImage
{
  float: left;
  margin-top: 20px;
}

#HomeFeaturesMovie
{
  float: left;
  margin-left: 20px;
}

#HomeFeaturesText
{
  float: left;
  width: 320px;
  margin-left: 20px;
  text-align: right;
}

#HomeFeaturesTextTitle
{
  float: top;
  font-size: 18pt;
  font-weight: bold;
}

#HomeFeaturesTextVersion
{
  float: top;
  font-size: 12pt;
}

#HomeFeaturesTextMainFeaturesWrapper
{
  float: top;
}

#HomeFeaturesTextMainFeatures
{
  float: left;
  font-size: 14pt;
  margin-top: 20px;
  font-weight: bold;
  text-align: left;
}

#HomeFeaturesTextMainFeaturesLearnMore
{
  float: left;
  margin-top: 16px; /* to center the image a bit with the text */
}

#HomeFeaturesTextFeatures
{
  clear: left;
  float: top;
  text-align: left;
}

#HomeFeaturesTextFeatures li
{
  margin-bottom: 10px;
}

#HomeButtons
{
  clear: both;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 30px;
}

.HomeButton
{
  float: left;
}

#HomeWhatsNew
{
  clear: both;
}

#HomeWhatsNew h1
{
  font-size: 12pt;
}

#HomeTestimonials
{
  clear: both;
}

#HomeTestimonials h1
{
  font-size: 12pt;
}

.HomeTestimonial
{
  float: top;
  margin-left: 40px;
  margin-right: 40px;
}

#HomeLogos
{
  clear: both;
  margin-top: 20px;
}

.HomeLogo
{
  float: right;
}

/**************************************************************************************************
 Features
***************************************************************************************************/
.FeaturesNavigation
{
  margin-top: 20px;  
  margin-bottom: 20px;  
  float: left;
  width: 100%;
}

.FeaturesNavigationFeature
{
  width: 19%;
  float: left;
}

.FeaturesNavigationFeaturePicture
{
  text-align: center;
}

.FeaturesNavigationFeatureTitle
{
  text-align: center;
  font-weight: bold;
  font-size: 10pt;
  margin-bottom: 3px;
}

.FeaturesNavigationFeatureText
{
  text-align: center;
  font-size: 8pt;
  margin-left: 5px;
  margin-right: 5px;
}

.FeaturesFeatures
{
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.FeaturesFeaturePictureLeft
{
  float: left;
  width: 320px;
  margin-top: 10px;
}

.FeaturesFeatureLeft
{
  margin-left: 320px;
  height: 100%;
}

.FeaturesFeatureRight
{
  margin-right: 320px;
  height: 100%;
}

.FeaturesFeaturePictureRight
{
  float: right;
  width: 320px;
  margin-top: 10px;
}

.FeaturesFeatureText
{
}

/**************************************************************************************************
 Sensors
***************************************************************************************************/

.Sensor
{
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.SensorPictureLeft
{
  float: left;
  width: 320px;
  margin-top: 10px;
}

.SensorLeft
{
  margin-left: 320px;
  height: 100%;
}

.SensorRight
{
  margin-right: 320px;
  height: 100%;
}

.SensorPictureRight
{
  float: right;
  width: 320px;
  margin-top: 10px;
}

.SensorText
{
  width: 400px;
}

/**************************************************************************************************
 Manual
***************************************************************************************************/
.Subtitle
{
  font-size: 12pt;
  font-style: italic;
  color: #696969;
}

.Contents
{
  padding-top: 15px;
  padding-left: 15px;
  font-size: 10pt;
  line-height: 1.4;
}

.Note
{
  color: #59B202;
}

.Note span
{
  color: #696969;
}

.Caution
{
  font-weight:bold;
  color: #FF0000;  
}

.Caution span
{
  font-weight:normal;
  color: #FF0000;
}

ol
{
  padding-top: 10px;
  padding-left: 40px;
}

ul
{
  padding-top: 10px;
  padding-left: 40px;
}

ol li
{
  color: #59B202;
}

ol span
{
  color: #696969;
}

ul li
{
  color: #59B202;
}

ul span
{
  color: #696969;
}

.SensorSpecific
{
  color: #F0820A;
}

/**************************************************************************************************
 Download
***************************************************************************************************/
#Download
{
  clear: both;
  margin-top:10px;
  margin-bottom:30px;
}

#Download p span
{
  color: #FF0000;
}

.Download
{
  margin-top: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}

#DownloadContent
{
  margin-left: 40px;
}

.DownloadLeft
{
  float: left;
  width: 30%;
  text-align: center;
}

.DownloadRight
{
  float: left;
  width: 30%;
  text-align: center;
}

#DownloadDemoForm
{
  margin-top: 20px;
}

#DownloadDemoFormLine
{
  clear: both;
}

#DownloadDemoFormLineLabel
{
  float: left;
  margin-bottom: 10px;
  margin-left:5px;
  width: 100px;
}

#DownloadDemoFormLineInput
{
  float: left;
  width: 150px;
  max-width: 150px;
}

#DownloadDemoFormLineButton
{
  float: left;
  margin-left: 0px;
}

#DownloadDemoFormLineButtonFull
{
  float: left;
  margin-left: 0px;
  margin-top: 5px;
}

/**************************************************************************************************
 Contact
***************************************************************************************************/

#Contact
{
  clear: both;
}

#ContactContent
{
  margin-left: 40px;
}

#ContactText
{
  float: left;
  margin-bottom: 20px;
}

#ContactImage
{
  float: left;
  margin-left: 20px;
  margin-right: 80px;
}

/**************************************************************************************************
 Images
***************************************************************************************************/
.hiddenImg{ display: none; }

.StyledImage
{
  float: left;
}

.StyledImage img
{
  float: top;
  padding-top: 10px;
  padding-bottom: 2px;
  border-bottom: solid thin #fb7303;
}

.StyledImageCaption
{
  float: top;
  color: #fb7303;
  font-size: 8pt;
}

/**************************************************************************************************
 Footer
***************************************************************************************************/
hr.FooterPadding
{
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
  height: 22px;
  visibility: hidden;
}
#Footer
{
  position: absolute;
  bottom: 0;
  height: 22px;
}

#FooterPart
{
  float: left;
  height: 22px;
}

