body
{
  background-color:#c1b9ac;
  margin: 0px;
}
.central
{
  width: 900px;
  zborder:solid black 2px;
}

table
{
  border-collapse: collapse;
  padding:0px;
  spacing:0px;
  width:100%;
}

.logo
{
  width:300px;
  height: 75px;
  background: 0px 0px url('../images/logo-text.jpg') no-repeat;
  overflow:hidden;
  background-position: bottom left;
}

.navigation
{
  background-color: transparent;
  width: 600px;
  height:75px;
  text-align: right;
}

.navigation div
{
  width:70px; height:45px;
}

.navigation a
{
  text-transform: uppercase;
  font:9px Tahoma;
  color:white;
  text-decoration: none;
  text-align:center;
  padding-left: 5px;
  padding-right:5px;
  padding-top: 0px;
  padding-bottom:2px;
  zborder-bottom: 3px solid #c1b9ac;
  letter-spacing: 2px;
}

.navigation a:hover
{
  border-bottom: 3px solid chocolate;
}

.title
{
  background-color:#6f6259;
  width: 300px;
  height: 25px;
  zpadding-top: 5px;
  vertical-align:middle;
  font: 14px Tahoma;
  color: white;
}

.title div
{
  padding-left: 5px;
  padding-top: 5px;
}

.text
{
  background-color:#ffffff;
  width:300px;
  height:290px;
  background: white 0px 0px url('../images/text-bg.jpg') no-repeat;
  background-position: top left;
  zpadding: 20px 8px 10px 10px;
  font: 10pt Tahoma;
  color: gray;
  overflow: hidden;
}

.text p
{
  font: 10pt Tahoma;
  color: gray;
  text-align: justify;
  zpadding: 0px 30px 0px 10px;
  margin:0px;
  padding:10px;
  padding-bottom: 0px;
}

.text div
{
  margin-top: 10px;
}

.text p.emphasis
{
  font: 10pt Tahoma;
  color: gray;
  letter-spacing: 2px;
  text-transform:uppercase;
  text-align:center
}

.graphic
{
  background-color: #6e6e6e;
  width:600px;
  height: 315px;
  background: 0px 0px url('../images/banner-static.jpg') no-repeat;
}

.copyright
{
  width: 900px;
  height: 15px;
  position:relative;
  text-align:center;
  font: 10px Tahoma;
  padding-top:10px;
}


#imageContainer div {
  display:none;
  position:absolute;
  border: 1px solid #6e6e6e;
  border-left: none;
  width:600px;
  height:315px;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
}

#imageContainer {
  position:relative;
  border:0px solid #000000;
  width: 600px;
  height: 315px;
}

div.link
{
  margin: 5px;
  width: 280px;
  overflow:hidden;
  margin-left: 10px;
  whitespace: nowrap;
  background-color:#eeeeee;
  height: 32px;
  z-index: 35000;
}

div.link a
{
  text-decoration: none;
  width: 100%;
  color:#666666;
  text-transform: uppercase;
  padding-left:50px;
  padding-right: 100px;
  padding-top:8px;
  padding-bottom:8px;
  whitespace: nowrap;
  letter-spacing: 2px;
  display:block;
  z-index: 36000;
}

div.link a:hover
{
  text-decoration: none;
  color:#444444;
  background-image: url('../images/fade-yellow.gif');
}

div.paragraph
{

  margin:0px;
  padding:0px;
  padding-bottom:10px;
}

/*************************************************************************************** MAIN PAGE */

div.main
{
  width:130px;
  position:relative;
}

div.main a
{
  background: 23px 7px url('../images/products/features-20.jpg') no-repeat;
  width: 150px;
}


div.main a:hover
{
  color:black;
  background: 0px -2px url('../images/products/features-40.jpg') no-repeat;
}


div.left
{
  left: 5px;
  top: 10px;
}


div.right
{
  left: 145px;
  top: -27px;
}


/*************************************************************************************** PRODUCTS */


div.oil a
{
  background: 23px 7px url('../images/oil-logo-20.jpg') no-repeat;
  xborder: 1px solid red;
}


div.oil a:hover
{
  background: 0px -2px url('../images/oil-logo-40.jpg') no-repeat;
}

div.gas a
{
  background: 23px 7px url('../images/gas-logo-20.jpg') no-repeat;
}

div.gas a:hover
{
  background: 0px -2px url('../images/gas-logo-40.jpg') no-repeat;
}


div.open a
{
  background: 23px 7px url('../images/open-logo-20.jpg') no-repeat;
}

div.open a:hover
{
  background: 0px -2px url('../images/open-logo-40.jpg') no-repeat;
}


div.ngm a
{
  background: 23px 7px url('../images/ngm-logo-20.jpg') no-repeat;
}

div.ngm a:hover
{
  background: 0px -2px url('../images/ngm-logo-40.jpg') no-repeat;
}



div.risk a
{
  background: 23px 7px url('../images/risk-logo-20.jpg') no-repeat;
}

div.risk a:hover
{
  background: 0px -2px url('../images/risk-logo-40.jpg') no-repeat;
}

div.products
{
  width: 280px;
  overflow:hidden;
  zmargin-left: 10px;
  whitespace: nowrap;
  background-color:#333333;
  height: 300px;
}

div.products .close
{
  position: relative;
  top: 0px;
  right: 0px;
  height:40px;
  width: 130px;
  background: 0px -2px url('../images/close.jpg') no-repeat;
}


div.features a
{
  background: 23px 7px url('../images/products/features-20.jpg') no-repeat;
  width: 350px;
}


div.features a:hover
{
  background: 0px -2px url('../images/products/features-40.jpg') no-repeat;
}

div.modules a
{
  background: 23px 7px url('../images/products/modules-20.jpg') no-repeat;
  width: 350px;
}


div.modules a:hover
{
  background: 0px -2px url('../images/products/modules-40.jpg') no-repeat;
}


/*************************************************************************************** CLIENTS */


div.client
{
    height: 32px;
    width: 250px;
    margin: 1px;
}

div.client a
{
  background: 23px 7px url('../images/client-logo-20.jpg') no-repeat;
  letter-spacing: 0px;
  text-transform: none;
  white-space: nowrap;
}

div.client a:hover
{
  background: 0px -2px url('../images/client-logo-40.jpg') no-repeat;
}


/*************************************************************************************** NEWS */


div.news
{
    overflow:visible;
    width: 350px;
    margin: 1px;
}

div.news a
{
  background: 23px 7px url('../images/news-logo-20.jpg') no-repeat;
  letter-spacing: 0px;
  text-transform: none;
}

div.news a:hover
{
  background: 0px -2px url('../images/news-logo-40.jpg') no-repeat;
}

div.news-content
{
  color:#666666;
  padding: 10px;
  background-image: none;
  background-color: white;
  position:absolute;
  width:553px;
  height:270px;
  overflow:scroll;
  overflow-x:hidden;
  border:5px solid #6f6259;
  Margin-top: 25px;
  margin-left:320px;
  z-index: 32000;
}

div.news a.current
{
  background: 0px -2px url('../images/news-logo-20-current.jpg') no-repeat;
}

div.news-comment
{

  background-color: #f0f0f0;
  margin-top:10px;
  padding-bottom:10px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

div.news-comment p.comment
{
  font-style:italic;
  text-align:justify;
  font-size: 11px;
}

div.news-comment p.signature
{
  text-align:right;
  font-size: 11px;
  font-weight: bold;
  font-style:normal;
  padding-top: 5px;
}

/*************************************************************************************** SUPPORT */



div.phone a
{
  background: 23px 7px url('../images/products/phone-20.jpg') no-repeat;
  width: 300px;
}


div.phone a:hover
{
  background: 0px -2px url('../images/products/phone-40.jpg') no-repeat;
}

div.help a
{
  background: 23px 7px url('../images/products/help-20.jpg') no-repeat;
  width: 300px;
}


div.help a:hover
{
  background: 0px -2px url('../images/products/help-40.jpg') no-repeat;
}

div.request a
{
  background: 23px 7px url('../images/products/request-20.jpg') no-repeat;
  width: 300px;
}


div.request a:hover
{
  background: 0px -2px url('../images/products/request-40.jpg') no-repeat;
}




/*************************************************************************************** BENEFITS */

div.benefits a
{
  background: 23px 7px url('../images/products/features-20.jpg') no-repeat;
  width: 300px;
}


div.benefits a:hover
{
  background: 0px -2px url('../images/products/features-40.jpg') no-repeat;
}




/*************************************************************************************** HINTS */


/* a class for all Tigra Hints boxes, TD object */
  .hintsClass
    {text-align: center; font-family: Verdana, Arial, Helvetica;}
/* this class is used by Tigra Hints wrappers */
  .row
    {background: white;}

#hintContainer div.hint {
  position:absolute;
  border-left: none;
  top: 1px;
  left: 0px;
  display: none;
  color: white;
  padding:0px;
  font: 11px Tahoma;
}

#hintContainer {
  position:absolute;
  border:0px solid #000000;
  width: 600px;
  height: 315px;
  top:140px;
}

img.spacer
{
  border: 0px;
  background-color:blue;
}

.hint-close
{
  position: relative;
  margin-top: -50px;
  left: 0px;
  height:40px;
  width: 130px;
  background: 0px -2px url('../images/close.jpg') no-repeat;
}


ul.hint-list
{
  margin-left: 30px;
}

ul.hint-list li
{
  padding-bottom: 5px;
  font-size: 100%;
  list-style-type: none;
}

.hint-list
{
  color:white;
  font-size: 12px;
  vertical-align:top;
}

.hint-list td
{
  vertical-align:top;
}

/*************************************************************************************** SOUND */
div.sound
{
  background-image: url('../images/playing.jpg');
  background-repeat: no-repeat;
  width: 80px; height: 15px;
  position:absolute;
  top:0px;right:0px;
}

div.nosound
{
  background-image: url('../images/paused.jpg');
  background-repeat: no-repeat;
  width: 80px; height: 15px;
  position:absolute;
  top:0px;right:0px;
}


