/* 
    Document   : index
    Created on : Jun 15, 2009, 11:54:58 PM
    Author     : Marek Chrenko
    Description: Style for index page
*/

.gray /*class for welcome information*/
{
  background-color: #f2f1ee;
  width: 100%;
  height: 285px;
}

.introInfo /*centered information on index page*/
{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 0px;
}

.introInfo table
{
  display: block;
  height: 256px;
  overflow: hidden;
}

.introText
{ 
  width: 238px;
  padding-top: 10px;
  line-height: 16px;
}

.introBox /*image with text*/
{
  vertical-align: top;
  padding-left: 20px;
  padding-right: 30px;
}

.yellow /*yellow background*/
{
  background-color: #dfb51c;
  width: 100%;
  color: #333333;
  padding-top: 30px;
  padding-bottom: 20px;
}



ul.grayList
{
  padding-left: 13px;
/*  font-size: 12px; */
  list-style-image: url(.././img/bull_gray.gif);
}

table#servicesTable tr td/*style for table with list of services*/
{
  width: 33%;
  vertical-align: top;
  padding-left: 25px;
}
table#servicesTable tr td.middle{
  padding-left: 0px;
}
table#servicesTable tr td p
{
  padding-top: 12px;
}

#divider2 /*gray line between tables*/
{
  position: absolute;
  height: 260px;
  width: 1px;

  top: -10px;
  left: 312px;
  margin-top: -20px;
  padding-top: 0px;
  background-image: url(.././img/divider2.gif);
  background-repeat: repeat-y;
}

#divider3 /*second gray line between tables*/
{
  position: absolute;
  height: 260px;
  width: 1px;

  top: -10px;
  left: 660px;
  margin-top: -20px;
  padding-top: 0px;
  background-image: url(.././img/divider2.gif);
  background-repeat: repeat-y;
}


