/* 
  --------------------------------------------------------------
  File:    styles.css
  Purpose: SaxII style sheet
  Author:  Ax3soft

  Copyright (c) 2006 Ax3soft, All Rights Reserved.
  --------------------------------------------------------------
*/
  @import url('menu.css') ;
  @import url('sidemenu.css') ;
  @import url('breadcrumbs.css') ;
  @import url('footer.css') ;

  html, body {
    margin            : 0;
    padding-top       : 10px;
    text-align        : center;
/*  background        : #a2a2a2 url(../images/pbk.gif) repeat-x 0px 0px; */
    background        : #cccccc url(../images/pbk.gif) repeat-x 0px 0px;
/*  color             : #595959; */
    color             : #333;
    font              : normal 12px/14px Tahoma, Arial, Helvetica, Sans-Serif;
    }
   table
    {
    table-layout: fixed;
    }
    
  img {
    border            : 0px;
    }
  ul {
    margin            : 0px;
    padding-left      : 25px;
    }
  td {
/*  color             : #595959; */
    color             : #333;
    font              : normal 13px Tahoma;
    text-align        : left;
word-wrap: break-word;
word-break: normal; 
    }
  input, select {
/*  color             : #595959; */
    color             : #333;
    font              : normal 11px/14px Tahoma, Arial, Helvetica, Sans-Serif;
    }
  h2 {
    margin            : 0 0 5px 0;
    color             : #fd9f13;
    font              : bold 24px Tahoma, Arial, Helvetica, Sans-Serif;
    }
    
  h3 {
    margin            : 0 0 5px 0;
    color             : #fd9f13;
    font              : bold 18px Tahoma, Arial, Helvetica, Sans-Serif;
    line-height              : 150%
    }
  h4 {
    margin            : 10px 0 10px 0;
    font              : bold 16px Tahoma, Arial, Helvetica, Sans-Serif;
    color             : #fd9f13;
    line-height       : 150%
    }
  h5 {
    margin            : 2px 10px 2px 10px;
    font              : bold 13px Tahoma, Arial, Helvetica, Sans-Serif;
    color             : #fd9f13;
    }

  p {
    margin-top        : 15px;
    margin-bottom     : 15px;
    }
  hr {
    border            : 0;
    width             : 90%;
    color             : #EEE;
    background-color  : #EEE;
    height            : 1px;
    }
  label {
    cursor          : hand;
    cursor          : pointer;
    }  a,
  a:visited {
    color             : #3a73a8;
    text-decoration   : none;
    }
  a:hover,
  a:active {
    color             : #b0974a;
    text-decoration   : none;
    }
  a.black,
  a.black:visited {
    color             : #444;
    text-decoration   : none;
    cursor            : hand;
    cursor            : pointer;
    }
  a.black:hover,
  a.black:active {
    color             : #b0974a;
    text-decoration   : none;
    cursor            : hand;
    cursor            : pointer;
    }
  span.large {
    font-size         : 14px;
    font-weight       : bold;
    }
  span.gray-text {
    color             : #999;
    }
  ul.bullet {
    margin-top        : 10px;
    margin-left       : 10px;
  }
  ul.sitemap {
    margin-top        : 10px;
    margin-left       : 10px;
    font              : normal 11px/16px Tahoma, Arial, Helvetica, Sans-Serif;
  }

  /* -- login -- */

  #login {
    margin            : 0 auto;
    width             : 824px;
    height            : 15px;
    margin-bottom     : 5px;
    color             : #fafafa;
    }
  #login a,
  #login a:visited {
    color             : #fafafa;
    text-decoration   : none;
    }
  #login a:hover,
  #login a:active {
    color             : #ffcc33;
    text-decoration   : none;
    }
  #container {
    margin            : 0 auto;
    width             : 924px;
    text-align        : left;
    height            : 100%;
    background-color  : #FFF;
    }
  #content {
    width             : 100%;
    margin            : 0px;
    margin-left       : 25px;
    margin-right      : 25px;
    width             : 874px;
    }
  #columns {
    width             : 100%;
    padding           : 0px;
    margin            : 0px;
    }