﻿
/* White banner bar */
#topContent {
    background: url('../images/banner_images.jpg') no-repeat right;
    background-color: #F1F1F2;
    clear: both;
    color: #5D5D5D;
    font-size: .75em;
    font-weight: bold;
    height: 219px;
    margin-bottom: -30px;
}    
    #tagline {
        margin: 25px 15px 0 15px;
    }
    .plus {
        color: #FFC10E;
        font-size: 1.2em;
        padding: 10px;
    }
/* Grey area */
#bottomContent 
{
  display: block;
    background-color: #6a6a6b;
    height: 627px;
    clear: both;
}
    .col {
        /* for IE6 double float bug */
        display: inline;
        float: left;
        margin: 0 15px;
        width: 270px;        
    }
    
    .col a {
        text-decoration: none;  
    }
    .col a:hover {
        text-decoration: underline;  
    }
    .col .link {
        float: right;
        margin-top: 10px;
    }
    
    #col1 {       
        margin-bottom: 15px;
        margin-top: 15px;
        position: relative;
        width: 270px;
    }
        #sidebar {
            background: url('../images/sidebar_mid.gif');
            padding: 0px 20px 15px 20px;
            margin: 0px;
        }
        #sidebar_top {
            padding: 0px;
            margin: 0px;
        }
        #sidebar_bot {
            position: absolute;
            bottom: 0px;
            left: 0px;
        }
    
    #col2,#col3 {
        color: #FFF;
        margin-top: 27px;
    }
    .obj
    {
      display: none;
      border: 0px solid blue;
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 13px;
      width: 316px;
      height: 136px;
    }
    .obj div
    {
      font-family: Arial,sans-serif;
      font-size: 12px;
      color: #555;
      /*font-weight: 600;*/
      /*letter-spacing: -1px;*/
      padding-left: 140px;
      margin-left: 10px;
      margin-top: 10px;
      background-image: url(  '../Images/landing_IconSprites.jpg' );
      background-repeat: no-repeat;
      height: 108px;
      line-height: 26px;
      cursor: default;
    }
    .obj span
    {
      color: #a60101;
      font-weight: 600;
      font-size: 14px;
      margin-right: 6px;
    }
    .obj b
    {
     font-weight: normal;
    }
    .obj a b
    {
      font-weight: normal;/*600;*/
    }
    .obj a
    {
      color: #a60101;
      font-weight: normal;
      font-size: 12px;
      margin-left: 20px;
      text-decoration: none;
      letter-spacing: normal;
    }
    .obj a:hover
    {
      color: #a60101;
      font-weight: normal;
      font-size: 12px;
      margin-left: 20px;
      text-decoration: underline;
      letter-spacing: normal;
    }
    .dialogDetails
    {
      color: #f1f1f2;
      font-size: 12px;
      padding: 8px;
    }
    .dialogDetails p
    {
      margin-bottom: 10px;
    }
    .dialogDetails p.head
    {
      font-weight: bold;
      margin-bottom: 2px;
    }
    .dialogDetails .screenSprite
    {
      border: 1px solid silver;
      width: 90px;
      height: 67px;
    }
    .dialogDetails .left
    {
      float: left;
      margin-right: 8px;
    }
    .dialogDetails .right
    {
      float: right;
      margin-left: 8px;
    }
    .dialogClose
    {
      width: 16px;
      height: 16px;
      background: url(../Images/dialog_close.png) no-repeat;
      position: absolute;
      top: 6px;
      right: 7px;
      cursor: default;
    }
    .dialogCloseHover
    {
      width: 16px;
      height: 16px;
      position: absolute;
      top: 6px;
      right: 7px;
      cursor: default;
      background: url(../Images/dialog_close_hover.png) no-repeat;
      cursor: pointer;
    }
    .dialogTitleBar
    {
      background: #242423 url(../Images/navbar_bg.gif) repeat-x;
      padding-left: 8px;
      padding-top: 5px;
      height: 30px;
      _height: 31px;
      color: #ffc10e;
      font-family: "Lucida Sans" , "Trebuchet MS" , "Lucida Grande" , "Lucida Sans Unicode" , "Lucida Sans Unicode" ,Verdana,Arial,sans-serif;
      font-size: 14px;
    }
    .dialogTitle
    {
    }
    .dialog
    {
      width: 460px;
      height: 380px;
      overflow: hidden;
      line-height: 1.1em;
      background-color: #242423;
      font-family: "Lucida Sans" , "Trebuchet MS" , "Lucida Grande" , "Lucida Sans Unicode" , "Lucida Sans Unicode" ,Verdana,Arial,sans-serif;
    }
    #dialog
    {
      position: absolute;
      top: 30px;
      left: -3000px;
    }
    #tram
    {
      position: absolute;
      top: -510px;
      /*top: -20px;*/
      right: -44px;
      cursor: pointer;
      height: 154px;
      width: 106px;
    }
    #div_LowerBG
    {
      background-image: url( '../images/landing_BackgroundBottom.jpg' );
      background-repeat: no-repeat;
      background-color: #f1f1f1;
      background-position: right;
      width: 900px;
      height: 441px;
      position: absolute;
      top: 344px;
    }
    #div_UpperBG
    {
      background-image: url( '../images/landing_BackgroundTop_bg.jpg' );
      background-repeat: repeat-x;
      width: 900px;
      height: 186px;
      position: absolute;
      top: 158px;
      clear: both;
    }
