/*
* Classes that define Home Page behaviour.
*/

.curveMain
{
  font-size:11px;
  width: 739px;
  vertical-align:top;
}

#curveMain
{
  position: relative;
  font-size:11px;
  width: 739px; 
  height: 240px; 
  background-image: url(images/curve.gif); 
  background-position: top left; 
  background-repeat: no-repeat;
  margin-bottom: -240px;

}


div.bottomlinks
{
  color: black;
  vertical-align:middle;
}
div.bottomlinks a
{
  color: black;
  text-decoration: underline;
}

div.topBlock
{  
  font-size:11px;
  width: 739px; 
  height: 86px; 
  background-image: url(images/letus.jpg); 
  background-position: top left; 
  background-repeat: no-repeat;
  margin-bottom: -240px; 
}

div.middleBlock
{
  width: 719px; 
  height: 238px; 
  position: relative;
  top: 245px;
  text-align: center;
  border-bottom: 1px dashed grey;
  margin-left:10px;
}

div.developersBlock
{
  position: relative;      
  
  width: 350px;
  float:left;
}

div.businessBlock
{
  position: relative;    
  display:block;
  
  width: 350px;
  float:right;
}


div.middleBlockContent
{
   width:340px;
   margin-top: 10px;
   text-align:justify;
}

div.middleBlockHeader  
{
  background-color: #b50101;
  color:white;
  font-size: 1.5em;
  font-family: Tahoma;
  height: 23px;
  padding-left: 6px;
  text-align:left;
  width: 341px;
  
}

div.block1
{

  background-image: url('images/apptogen.gif');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  left: 10px;
  top: 200px;

  width: 235px;    
  height: 140px;
}

div.block1 div.blockText
{
  color: #484848;    
  font-family: Verdana, sans-serif;    
  font-size: 11px;
  width: 100px;
}

div.block2
{
  border-left: 1px solid silver;
  padding-left: 15px;
  background-image: url('images/sfx_box.gif');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  left: 250px;    
  top: 62px;
  width: 179px;
  height: 130px;
}  
  
div.block2 div.blockText
{
  color: #484848;    
  font-family: Verdana, sans-serif;    
  font-size: 11px;
  width: 100px;
}

div.block3
{

  border-left: 1px solid silver;
  padding-left: 15px;
  position: relative;
  left: 452px;    
  top: -68px;
  width: 250px;    
  height: 130px;
}

div.block3 div.blockText
{
  color: #484848;    
  font-family: Verdana, sans-serif;    
  font-size: 11px;
  padding-left: 0px;
  width: 280px;
}

div.blockHeader
{
  color: #484848;
  font-weight: bold;
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  margin-bottom: 7px;
}

div.blockLink
{
  
}

div.futureContentBlock
{
  border-top:1px dashed grey;  
  margin-left:10px;    
  width:719px;
  height: 1%;
  padding-bottom:20px;
  margin-bottom: -10px;
}

div.emptyCell1
{
  border-right: 1px dashed grey;
  float: left;
  margin-top:10px;
  margin-bottom:10px;  
  width: 365px;
  padding-right:10px;
}

div.emptyCell2
{
  
  float:right;
  margin-top:10px;
  margin-left:8px;
  margin-bottom:10px;  
  width:330px;
}
