/*
* Classes that define Home Page behaviour.
*/

.curveMain
{
  font-size:11px;
  width: 739px; 
  height: 449px; 
}

#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.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
{
  
}
