/* CSS Document */
table#WhatWeDo th  
{
  font-size: 11pt;
  font-weight: bold;
}
table#WhatWeDo td
{
  font-size: 10pt;
  font-weight: normal;  
}
div.quickLink p
{
  font-size: 10pt;
  font-weight: bold;  
}
div#FeaturedProduct h2
{
   font-size: 16pt;  
}
div#FeaturedProduct h3
{  
  font-size: 11pt;  
}
div#FeaturedProduct h3.productID
{
  font-size: 15pt;
}
div#FeaturedProduct p
{
  font-size: 11pt;
}
div#FeaturedProduct a
{
  font-size: 10pt;
}
h1.bigLink
{
    font-size: 14pt;
}/* CSS Document */
div#mainContent
{
  text-align:center;
}
table#WhatWeDo
{
  margin: 0 auto 0 auto; 
}
table#WhatWeDo th  
{
  text-align: center;
}
table#WhatWeDo td
{
  padding: 2px;  
}
ol#QuickLinks
{
  height:400px;  
}
ol#QuickLinks li img
{
  width: 130px;
  height: 100px;
  position: absolute;
}
ol#QuickLinks li#AboutQuickLink img
{
  left:25px;
  top:25px;
}
ol#QuickLinks li#BasicsQuickLink img
{
  left:187.333333px;
  top:25px;
}
ol#QuickLinks li#ApplicationsQuickLink img
{
  left:349.666666px;
  top:25px;
}
ol#QuickLinks li#AdvantagesQuickLink img
{
  left:511.999999px;
  top:25px;
}
ol#QuickLinks li#ProductLineQuickLink img
{
  left:25px;
  top:150px;
}
ol#QuickLinks li#RentalQuickLink img
{
  left:187.333333px;
  top:150px;
}
ol#QuickLinks li#AirQuickLink img
{
  left:349.666666px;
  top:150px;
}
ol#QuickLinks li#InjectionQuickLink img
{
  left:511.999999px;
  top:150px;
}
ol#QuickLinks li#OdorRemoval img
{
  left:25px;
  top:275px;
}
ol#QuickLinks li#DisasterRestoration img
{
  left:187.333333px;
  top:275px;
}
ol#QuickLinks li#EZ1X img
{
  left:349.666666px;
  top:275px;
}
ol#QuickLinks li#UV106 img
{
  left:511.999999px;
  top:275px;
}

h1.bigLink
{
    margin-bottom: 0.75em;
}
div.quickLink
{
  width: 220px;
  height: 220px;
  position: absolute;
}
div.quickLink div
{
  position: absolute;
  left: 10px;
  top: 10px;
  width: 200px;
  height: 200px;  
}
div.quickLink img
{
  position: absolute;
  left: 5px;
  top: 5px;
  width: 190px;
  height: 120px;
}
div.quickLink p
{
  position: absolute;
  left: 5px;
  top: 130px;
  width: 190px;  
}
div#LoadingIndicator
{
  margin: 0px auto 0px auto;
  width: 104px;
  height: 6px;
}
div#LoadingIndicator div
{
  width: 2px;
  height: 2px;
  margin: 2px;
}
div#FeaturedProduct
{
  text-align:center;
}
div#FeaturedProduct p
{
  text-align: left;
  margin: 0.5em;
}
div#FeaturedProduct img
{
  width: 200px;
  height: 250px;
}

div#message
{
  width: 220px;  
  position: absolute;
  left: 640px;
  top: 0px; 
}/* CSS Document */
table#WhatWeDo th  
{
  color: rgb(74,99,165);
}
table#WhatWeDo td
{
  color: black;
  border: 1px solid rgb(106,106,99);
  background-color: rgb(229,229,255);  
}
table#WhatWeDo td a:link, table#WhatWeDo td a:visited
{
  color: black;
}
table#WhatWeDo td a:hover, table#WhatWeDo td a:active
{
  color: rgb(74,99,165);  
}
ol#QuickLinks li img
{
  border: 1px solid rgb(106,106,99);
  background-color: rgb(229,229,255);   
}
div.quickLink
{
  background-image: url('../images/create_shadow.php?w=220&h=220&r=10&d=50');
  cursor: pointer;
}
div.quickLink div
{
  border: 1px solid rgb(106,106,99);
  background-color: rgb(74,99,165);  
}
div.quickLink p
{
  color: rgb(255,255,255);  
}

div#LoadingIndicator
{
  border: 1px solid rgb(106,106,99);
}
div#LoadingIndicator div
{
  background-color: red;
}
div#FeaturedProduct
{
  border: 1px solid rgb(106,106,99);
  background-color: rgb(229,229,255);
}
div#FeaturedProduct h3.productID
{
  color:black;
}
div#FeaturedProduct p
{
  color:black;
}
div#FeaturedProduct a
{
  color:black;
}
h1.bigLink a:link, h1.bigLink a:visited
{
    color:black;
}
h1.bigLink a:active, h1.bigLink a:hover
{
    color: rgb(74,99,165);
}