/**************************************************************************************************
 General
***************************************************************************************************/
*
{
  padding: 0;
  margin: 0;
/*  border: 0;*/
}

body, html
{
  height: 100%;
  font-family: Verdana,Sans-serif;
  color: #696969;
/*  min-width: 1024px;
  width: 1024px;
  margin: 0px auto;*/
  text-align: center;
}

a
{
  outline: none;
}
a img
{
  border:none;
}

.Clear
{
  clear: both;
}

#MainContainer
{
  min-height: 100%;
  background: url( images/Background.png ) 0 100px repeat-y #fff;
  width: 1024px;
  margin: 0 auto;
  text-align: left;
}

* html #MainContainer
{
  height: 100%;
}

/**************************************************************************************************
 Header
***************************************************************************************************/
#HeaderMiddleWrapper
{
  float: left;
  width: 100%;
}

#HeaderMiddle
{
  margin: 0 355px 0 140px;
  background-image: url( images/HeaderBackground.png );
  background-repeat: repeat-x;
}

#HeaderLeft
{
  float: left;
  width: 140px;
  margin-left: -100%;
}

#HeaderRight
{
  float: left;
  width: 355px;
  margin-left: -355px;
  height: 123px;
}

/**************************************************************************************************
 Header - Top navigation
***************************************************************************************************/
/* Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/* Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */
.NavigationTop
{
  background: #ff00ff;
  position: relative;
  background: url( images/HeaderBackground.png) repeat-x;
  height: 123px;
  list-style: none;
}

.NavigationTop li
{
  margin-top: 0px;
  float:left;
}

.NavigationTop li a
{
  margin-top: 73px;
  float: left;
  display: block;
  color:#696969;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  padding:0 0 0 12px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;  
  background: url( images/NavigationTopLeft.png ) no-repeat;
  background-position: left;
}

.NavigationTop li a b
{
  float: left;
  display: block;
  padding: 0 16px 0 5px;
  background: url( images/NavigationTopRight.png ) no-repeat right top;
}

.NavigationTop li.Current a, .NavigationTop li a:hover
{
  color: #696969;
  background: url( images/NavigationTopLeftHover.png ) no-repeat;
  background-position: left;
}

.NavigationTop li.Current a b, .NavigationTop li a:hover b
{
  color: #696969;
  background: url( images/NavigationTopRightHover.png ) no-repeat right top;
}

/**************************************************************************************************
 Header - Quick link buttons
***************************************************************************************************/
#HeaderRight
{
  background: url( images/HeaderRight.png );
  background-repeat:no-repeat;
  height:123px;
  width:355px;
}

#Contact a
{
  display:block;
  position: relative;
  text-decoration: none;
  background: url( images/ContactHover.png );
  width: 31px;
  height: 31px;
  top: 15px;
  left: 273px;
}

#Home a
{
  display:block;
  position: relative;
  text-decoration: none;
  background: url( images/HomeHover.png );
  background-repeat: no-repeat;
  height:31px;
  width:31px;
  top: -16px;
  left: 304px;
}

/**************************************************************************************************
 Content
***************************************************************************************************/
.ContentOuter
{
  clear: both;
  padding-left: 160px;
  padding-right: 216px;
}
.ContentInner
{
  width: 100%;
  padding-bottom: 43px;
}

.ContentWrapper
{
  float: left;
  width: 100%;
  margin-left: -160px;
}

#Content
{
  float: right;
  margin-right: -150px;
  width: 100%;
  position: relative;
}

#Content h1
{
  padding-top: 15px;
  font-size: 15pt;
  border-bottom: solid 2px #7BE81A;
}

#Content h2
{
  padding-bottom: 5px;
  font-size: 13pt;
}

#Content h3
{
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 11pt;
}

#Content h4
{
  padding-top: 15px;
  font-size: 15pt;
}

#Content h5
{
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 10pt;
  font-weight: bold;
}

#Content h6
{
  border-bottom: solid 2px #7BE81A;
}

#Content ul
{
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 10pt;
}

#Content ul li
{
  color: #696969;
}

#Content ul span
{
  color: #59B202;
}

#Content a
{
  /*color: #7BE81A; /* Phyto-IT green */
  /*color: #63C503; /* Dark green */
  color: #59B202; /* Darker green */
}

#Content p
{
  font-size: 10pt;
}

#ContentLeft
{
  width : 130px;
  float: left;
  background-color: #FF0000;
}

#ContentRight
{
  margin-left: 130px;
  background-color: #FF00FF;
}

/**************************************************************************************************
 Company - Home
***************************************************************************************************/
#HomePage
{
  width:100%;
  position:relative;
}

#HomeMission
{
  padding: 20px 20px 20px 20px;
  text-align: justify;
  background-color: #7BE81A;
  font-weight: bold;
  font-size: 10pt;
}

#HomeMission a
{
  color: #696969;
}

#HomeFocus
{
  padding: 0px 20px 20px 20px;
  text-align: justify;
  font-size: 10pt;
}

/**************************************************************************************************
 Company - Contact
***************************************************************************************************/

#ContactPage li
{
  list-style-type: none;
}

/**************************************************************************************************
 Company - Team
***************************************************************************************************/
.Bio
{
  margin: 15px 0 0 0;
  float: left;
  width: 100%;
}

.BioPicture
{
  width : 130px;
  float: left;
}

.BioText
{
  margin-left: 130px;
  font-size: 10pt;
}

.BioName
{
  font-weight: bold;
  font-size: 14pt;
}

.BioFunction
{
  font-weight: bold;
  font-size: 10pt;
  margin-bottom: 10px;
}

.BioDescription
{
  text-align: justify;
  margin-bottom: 10px;
}

.BioTitle
{
  padding-bottom: 5px;
  font-weight: bold;
}

.BioContactInformation
{
  margin-left: 10px;
  margin-bottom: 10px;
}

.RowLabel
{
  float: left;
  width: 60px;
}

.Skype
{
}

.Skype img
{
  vertical-align: top;
}


.BioPapers
{
  margin-left: 10px;
  margin-bottom: 10px;
}

.Paper
{
  text-align: left;
  margin-bottom: 5px;
}

.PaperTitle
{
  font-weight: normal;
  color: #59B202;
}

/**************************************************************************************************
 Company - Logo
***************************************************************************************************/
.Logo
{
  margin: 15px 0 0 0;
  float: left;
  width: 100%;
}

.LogoPicture
{
  width : 130px;
  float: left;
}

.LogoText
{
  text-align: justify;
  margin-left: 130px;
  margin-top: 10px;
  font-size: 10pt;
}

/**************************************************************************************************
 Company - News
***************************************************************************************************/
.NewsEventItem
{
  padding-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.NewsEventItemDate
{
  font-size: 12pt;
  font-weight: bold;
  float: left;
  color: #59B202;
  padding-right: 10px;
}

.NewsEventItemTitle
{
  font-size: 12pt;
  font-weight: bold;
  float: left;
}

.NewsEventItemText
{
  padding-top: 10px;
  padding-left: 20px;
  clear: both;
  text-align: justify;
  font-size: 10pt;
}

/**************************************************************************************************
 Newsletter
***************************************************************************************************/
#NewsletterForm
{
  float: left;
  margin-top: 15px;
  font-size: 10pt;
}

#NewsletterForm input[type="text"]
{
  width: 200px;
  margin-bottom: 10px;
}

#NewsletterForm input[type="radio"]
{
  margin-bottom: 10px;
}

#NewsletterForm input[type="submit"]
{
  width: 320px;
}

.NewsletterRowLabel
{
  clear: both;
  float: left;
  width: 120px;
}

#NewsletterPreviousNewsletters
{
  clear: both;
  width: 100%;
  float: left;
  margin-top: 15px;
  font-size: 10pt;
}

.NewsletterPreviousNewsletter
{
  width: 20%;
  float: left;
}

.NewsletterPreviousNewsletterPicture
{
  text-align: center;
}

.NewsletterPreviousNewsletterTitle
{
  color: #59B202;
  font-weight: bold;
  font-size: 12pt;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

.NewsletterPreviousNewsletterProperties
{
  text-align: center;
}

/**************************************************************************************************
 Products - Overview
***************************************************************************************************/
.Product
{
  margin: 15px 0 0 0;
  float: left;
  width: 100%;
}

.ProductLogo
{
  width : 130px;
  float: left;
}

.ProductText
{
  margin-top: 10px;
  margin-left: 130px;
  font-size: 10pt;
}

.ProductName
{
  font-weight: bold;
  font-size: 14pt;
}

.ProductSubtitle
{
  font-weight: bold;
  font-size: 10pt;
  margin-bottom: 10px;
}

.ProductFeatures
{
  font-size: 10pt;
  margin-top: 15px;
  margin-bottom: 10px;
}

.ProductFeaturesTitle
{
  font-weight: bold;
  font-size: 11pt;
  margin-bottom: 5px;
}

/**************************************************************************************************
 Products - PhytoSim
***************************************************************************************************/

.PhytoSimSubtitle
{
  color: #59B202;
}

.PhytoSimFooter
{
  float: left;
  width: 100%;
}

.PhytoSimFooterText
{
  float: left;
  width : 480px;
  margin-left: 25px;
}

.PhytoSimFooterImages
{
  float: left;
  width: 115px;
}

.PhytoSimSectionTitle
{
  font-size: 10pt;
  margin-top: 15px;
  margin-bottom: 10px;

}

.PhytoSimModuleTitleContainer
{
  float: left;
  width: 100%;
  border-bottom: solid 2px #7BE81A;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 5px;
}

.PhytoSimModuleTitleText
{
  padding-top: 0px;
  font-size: 16pt;
  font-weight: bold;
}

.PhytoSimModuleTitleLeft
{
  float: left;
  width: 82%;
  border: 2px;
}

.PhytoSimModuleTitleRight
{
  float: left;
  width: 115px;
}

.PhytoSimModulesContainer
{
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.PhytoSimModuleContainer
{
  float: left;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.PhytoSimModuleLeft
{
  float: left;
  width: 20%;
  margin-left: 5px;
  margin-right: 5px;
}

.PhytoSimModuleRight
{
  float: left;
  width: 70%;
  margin-left: 10px;
  margin-right: 10px;
}

.PhytoSimModuleTitle
{
  color: #59B202;
  font-weight: bold;
  font-size: 10pt;
  margin-bottom: 5px;
}

.PhytoSimModuleLearnMore
{
  color: #59B202;
  font-size: 10pt;
  margin-top: 5px;
}

.PhytoSimChangeLogVersion
{
  color: #59B202;
  margin-top: 15px;
}

#PhytoSimRequest
{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #7BE81A;;
}

#PhytoSimRequest a
{
  color: #696969;
  font-weight: bold;
}

.PhytoSimDownloadContainer
{
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.PhytoSimDownloadLeft
{
  float: left;
  width: 8%;
  margin-left: 5px;
  margin-right: 5px;
}

.PhytoSimDownloadRight
{
  float: left;
  width: 80%;
  margin-left: 10px;
  margin-right: 10px;
}

.PhytoSimDownloadRightLeft
{
  float: left;
  width: 40%;
  text-align: center;
}

.PhytoSimDownloadRightRight
{
  float: left;
  width: 40%;
  text-align: center;
}

.PhytoSimPricingContainer
{
  float: left;
  width: 100%;
  font-size: 10pt;
}

.PhytoSimPricingLeft
{
  float: left;
  width: 30%;
  margin-left: 5px;
  margin-right: 5px;
}

.PhytoSimPricingRight
{
  float: left;
  width: 60%;
  margin-left: 10px;
  margin-right: 10px;
}

/**************************************************************************************************
 Products - Sap Flow Tool
***************************************************************************************************/

.SapFlowTool
{
  margin: 15px 0 0 0;
  float: left;
  width: 100%;
}

.SapFlowToolHeader
{
  float: left;
  width: 100%;
}

.SapFlowToolHeaderPicture
{
  float: left;
  width : 400px;
}

.SapFlowToolHeaderTextContainer
{
  height: 100%;
  margin-left: 400px;
}

.SapFlowToolHeaderText
{
  font-size: 18pt;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  height: 230px;
}

.SapFlowToolHeaderTextHome
{
  height: 230px;
  font-size: 20pt;
  font-weight: bold;
  text-align: right;
}

.SapFlowToolHeaderTextHome h4
{
  font-size: 4pt;
}

.SapFlowToolHeaderLabels
{
  text-align: right;
  height: 87px;
  vertical-align: bottom;
}

.SapFlowToolHeaderLabelsHome
{
  text-align: right;
  height: 116px;
  vertical-align: bottom;
}

.SapFlowToolNavigation
{
  margin-bottom: 20px;  
  float: left;
  width: 100%;
}

.SapFlowToolNavigationFeature
{
  width: 19%;
  float: left;
}

.SapFlowToolNavigationFeaturePicture
{
  text-align: center;
}

.SapFlowToolNavigationFeatureTitle
{
  text-align: center;
  font-weight: bold;
  font-size: 10pt;
  margin-bottom: 3px;
}

.SapFlowToolNavigationFeatureText
{
  text-align: center;
  font-size: 8pt;
  margin-left: 5px;
  margin-right: 5px;
}

.SapFlowToolFeatures
{
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.SapFlowToolFeaturePictureLeft
{
  float: left;
  width: 300px;
  margin-top: 10px;
}

.SapFlowToolFeatureLeft
{
  margin-left: 320px;
  height: 100%;
}

.SapFlowToolFeatureRight
{
  margin-right: 320px;
  height: 100%;
}

.SapFlowToolFeaturePictureRight
{
  float: right;
  width: 300px;
  margin-top: 10px;
}

.SapFlowToolFeatureText
{
}

.SapFlowToolFeatureText p
{
  font-size: 10pt;
  margin-top: 15px;
}


/**************************************************************************************************
 Services
***************************************************************************************************/
.Service
{
  margin: 15px 0 0 0;
  float: left;
  width: 100%;
}

.ServiceLogo
{
  width : 130px;
  float: left;
}

.ServiceText
{
  margin-top: 10px;
  margin-left: 130px;
  font-size: 10pt;
}

.ServiceName
{
  font-weight: bold;
  font-size: 14pt;
}

.ServiceDescription
{
  margin-top: 10px;
  text-align: justify;
  margin-bottom: 10px;
}

.ServiceTitle
{
  font-weight: bold;
  font-size: 10pt;
  margin-bottom: 5px;
}

/**************************************************************************************************
 Jobs
***************************************************************************************************/
.Job
{
  margin: 15px 0 0 0;
  float: left;
  width: 100%;
}

.JobText
{
  margin-top: 10px;
  font-size: 10pt;
}

.JobFunction
{
  font-weight: bold;
  font-size: 14pt;
  color: #59B202;
}

.JobDescription
{
  text-align: justify;
  margin-bottom: 15px;
}

.JobTitle
{
  font-weight: bold;
  font-size: 10pt;
  margin-top: 15px;
  margin-bottom: 5px;
}

.JobQuote
{
  float: left;
  width:100%;
  text-align: center;
  margin-top:25px;
  margin-bottom:25px;
  font-weight: bold;
  font-size: 12pt;
  color: #59B202;
}


/**************************************************************************************************
 Left navigation
***************************************************************************************************/
/* Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */
#Left
{
  float: left;
  width: 140px;
  position: relative;
}

#Left img
{
  float: left;
}

.NavigationLeft
{
  clear: both;
  width: 140px;
}

.NavigationLeft ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.NavigationLeft li a
{
  font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
  display: block;
  background: transparent url( images/NavigationLeft.png) 100% 0;
  height: 25px;
  padding: 0 0 0 0;
  line-height: 24px;
  text-decoration: none;
  text-align: right;
  padding-right: 16px;
}
  
.NavigationLeft li a:link, .NavigationLeft li a:visited
{
  color: #696969;
}

.NavigationLeft li a:hover
{
  color: #696969;
  background-position: 100% -25px;
}

.NavigationLeft li a.selected
{
  color: #696969;
  background-position: 100% -25px;
}

.NavigationSubLeft
{
  clear: both;
  width: 140px;
}

.NavigationSubLeft ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.NavigationSubLeft li a
{
  font: 7pt Verdana, Arial, Helvetica, sans-serif;
  display: block;
  background: transparent url( images/NavigationSubLeft.png) 100% 0;
  height: 19px;
  padding: 0 0 0 0;
  line-height: 18px;
  text-decoration: none;
  text-align: right;
  padding-right: 16px;
}
  
.NavigationSubLeft li a:link, .NavigationSubLeft li a:visited
{
  color: #696969;
}

.NavigationSubLeft li a:hover
{
  color: #696969;
  background-position: 100% -19px;
}

.NavigationSubLeft li a.selected
{
  color: #696969;
  background-position: 100% -19px;
}

/**************************************************************************************************
 Info column
***************************************************************************************************/
#Right
{
  float: right;
  width: 216px;
  position: relative;
  margin-right: -216px;
  position: relative;
  text-align: right;
}

#Right img
{
  float: left;
}

.Info
{
  float: left;
  width: 216px;
  position: relative;
}

.InfoFacebook
{	
  position: relative;
  float: left;
  margin-left: 20px;
}

.InfoTwitter
{	
  position: relative;
  float: left;
  margin-left: 20px;
}

.InfoRss
{	
  position: relative;
  float: left;
  margin-left: 20px;
}

.InfoElementHeader
{	
  position: relative;
  float: left;
  font: bold 9pt Verdana, Arial, Helvetica, sans-serif;
  background: url( images/InfoElementTop.png );
  background-repeat: no-repeat;
  width:206px;
  height: 21px;
  text-align: center;
  padding: 18px 0 8px 10px;
}

.InfoElementContent
{
  position: relative;
  float: left;
  font-size: 8pt;
  width:153px;
  padding-left: 38px;
  padding-right: 25px;
  text-align: left;
  background: url( images/InfoElementBackground.png );
  background-repeat: repeat-y;
  padding-top: 5px;
}

#NewsletterProceedButton
{
  background: url( images/Proceed.png );
  width: 22px;
  height: 22px;
  border: 0px;
}

#NewsletterAddress
{
  width: 123px;
}

#NewsletterProceedButton:hover
{
  background: url( images/ProceedHover.png );
}

.InfoNewsEventItem
{
  margin-bottom: 10px;
  text-decoration:none;
}

.InfoNewsEventItem a a:link a:visited a:hover
{
  text-decoration:none;
  color: #59B202;
}

.InfoNewsEventText
{
  color: #59B202;
  text-decoration:none;
}

.InfoNewsEventDate
{
  padding-top: 5px;
  color: #696969;
  text-align: right;
  text-decoration:none;
}

/**************************************************************************************************
 Footer
***************************************************************************************************/
#Footer
{
  width: 1024px;
  margin: 0 auto;
  text-align: left;
  height: 43px;
  margin-top: -43px;
  overflow: hidden;

/*  clear: both;
  float: left;
  height: 43px;
  margin-top: -43px;
  width: 100%;
  overflow: hidden;*/
}

#FooterMiddleWrapper
{
  float: left;
  width: 100%;
}

#FooterMiddle
{
  margin: 0 216px 0 140px;
  background-image: url( images/FooterBackground.png );
  background-repeat: repeat-x;
}

#FooterLeft
{
  float: left;
  width: 140px;
  margin-left: -100%;
  background: url( images/FooterLeft.png );
  height: 43px;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
  padding-top: 13px;
}

#FooterRight
{
  float: left;
  width: 216px;
  margin-left: -216px;
  background: url( images/FooterRight.png );
  height: 43px;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
  padding-top: 13px;
}

#FooterRight a:link
{
  color: #696969;
}

