body  {
      position    : absolute;

      font-family : Arial,Helvetica,sans-serif;
      font-size   : 12px;
      margin      : 0px;

      background-color : #FFCD24;

      height      : 100%;
      width       : 100%;
}

td    {
      vertical-align    : top;
}

h1    {
      font-size         : 20px;
      font-weight       : normal;
      color             : #133B4C;
}

h2    {
      font-size         : 16px;
      font-weight       : normal;
      color             : #133B4C;
}

h3    {
      font-size         : 14px;
      font-weight       : normal;
      color             : #133B4C;
}

a     {
      color             : #133B4C;
      text-decoration   : none;
}

a:hover     {
      text-decoration   : underline;
}

#mt   {
      position          : relative;

      width             : 800px;
      min-height        : 100%;
      height            : auto !important;
      height            : 100%;

      margin-left       : auto;
      margin-right      : auto;
      
      border-left       : 1px solid #fff;
      border-right      : 1px solid #fff;
}

#top  {
      height      : 35px;
      background-image  : url( "img/fade_top.gif" );
      background-repeat : repeat-x;
      background_position     : bottom;
}

#bot  {
      height      : 35px;
      background-image  : url( "img/fade_bot.jpg" );
      background-repeat : repeat-x;
      background_position     : top;
}

#nav  {
      font-size         : 12px;

      color             : #133B4C;
      background-color  : #EBE1C7;
}

#nav ul     {
      list-style        : none;

      margin            : 0px;
      padding           : 0px;
}

#nav ul li  {
      margin            : 0px;
      padding           : 0px 0px 1px 0px;
}

#nav ul ul a {
      background-color  : #DCD1AE;
}

#nav ul a   {
      display           : block;
      
      border-bottom     : 1px solid #AE9D6F;

      padding           : 3px 3px 3px 15px;

      color             : #133B4C;
      text-decoration   : none;
}

.nav_on {
      display           : block;
      
      border-bottom     : 1px solid #F6F4E6;

      padding           : 3px 3px 3px 15px;

      background-color  : #DCD1AE;
      text-decoration   : none;
}

#nav ul a:hover   {
      background-color  : #DCD1AE;
}

#nav ul ul a { 
      background-image  : url( '/img/global/nav_dot.gif' );
      background-repeat : no-repeat;
      background-position : center left;
      padding-left      : 35px; 
}

#nav ul ul ul a { 
      background-image  : url( '/img/global/nav_dot2.gif' );
      background-repeat : no-repeat;
      background-position : center left;
      padding-left      : 55px; 
}

#content    {
      padding           : 10px 10px 10px 20px; 

      color             : #133B4C;
      background-color  : #F6F4E6;
}

.drk_back     {
      background-color  : #DCD1AE;
}

.drk_row    {
      background-color  : #EBE1C7;
}

.product    {
      font-weight       : bold;
      text-decoration   : underline;
}

#tnav {
      width  : 100%;
      height : 100%;

      background-image  : url( 'img/global/nav_top_bg.gif' );
      background-repeat : no-repeat;
      background-position : bottom right;

      text-align : right;
}
