
/* BODY STUFF */

  html, body
  {
    background-color: #ffffff;
    color: #000000;
    margin: 0px;
    padding: 0px;
    font-family: "Bitstream Vera Sans", sans-serif;
  }
  a:link {
    color: #cc0000;
    text-decoration: none;
  }
  a:visited {
    color: #cc0000;
    text-decoration: none;
  }
  a:active {
    color: #ff0000;
    text-decoration: none;
  }
  a:hover {
    color: #0000cc;
    text-decoration: underline;
  }

/* DIVs */

  div.header { /* ChinaForge banner header */
    position: relative;
    top: 0px;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    border-bottom: 0px solid black;
  }

  div.mainlogo {
    float: left;
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 456px;
  }
  div.slogan {
    float: left;
    padding: 0px;
    text-align: center;
  }
  div.wholemenu {
    float: left;
    margin: 0px;
    width: 100%;
    padding: 0px;
    background-color: #eeee77;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }

  div.menuitem, div.homemenu{
    float: left;
    font-weight: bold;
    font-family: arial, sans-serif;
    padding: 0;
    text-align: center;
    border-left: 1px solid black;
    border-right: 0px;
  }
  div.menuitem {
    width: 7em;
  }
  div.menuitemlast {
  }
  div.homemenu {
    width: 100px;
    border-left: 0px;
  }
  div.menuitem a, div.homemenu a {
    display: block;
    margin: 0;
    width: auto;
    background-color: #eeee77;
  }
  div.menuitem a.sel, div.homemenu a.sel{
    background-color: #ffff00;
  }
  div.menuitemlast a.sel {
    border-right: 1px solid black;
  }
  div.menuitem a:hover, div.homemenu a:hover {
    background-color: #ff0000;
    color: #ffff00;
    text-decoration: none;
  }

  div.document { /* blue background document */
    float: left;
    width: 100%;
    padding: 0px;
    margin-left: 0px;
    margin-right: auto;
  }
  div.columns {
    position: relative;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
    width: auto;
    border-left:100px solid #bbccff;
    border-right:330px solid #ffffff;
    display: block;
    overflow: visible;
  }
  * html div.columns {display: block;}

  div.text { /* main text */
    position: relative;
    float: left;
    background-color: #ffffff;
    margin: -1px 0px -1px 0px;
    width: auto;
    padding: 1em;
    border: 1px solid black;
    display: block;
    overflow: visible;
    /*text-align: left;*/
  }
  div.images { /* right hand images */
    float: right;
    position: relative; 
    padding-top: 0.5em;
    width: 330px;
    margin-right: -330px;
    display: inline;
    background-color: #ffffff;
  }
  div.leftaddress { /* main office address */
    float: right;
    position: relative;
    right: 52%;
  }
  div.rightaddress { /* china address */
    float: left;
    position: relative;
    left: 52%;
  }

  div.results { /* form results message */
    border: 1px solid red;
    font-size: 14pt;
    text-align: center;
    margin: 2em;
    margin-right:15%;
    margin-left: 15%;
  }
  div.results p { /* p in form results message */
    margin: 1em;
  }
  div.footer {
    margin-left: 0px;
    margin-right: 0px;
    width: auto;
    display: block;
  }
/* Ps */

  p.footer {
    text-align: center;
  }

  p.largelink {
    clear: both;
    font-weight: bold;
    text-align: center;
  }

  p.text {
    text-indent: 2em;
  }
  p.question {
    text-indent: 2em;
    font-weight: bold;
    color: #4444aa;
  }
  p.answer {
    text-indent: 2em;
  }
  p.image {
    text-align: center;
    font-weight: bold;
  }
/* H1, etc */


  h1 {
    font-size: 14pt;
    font-family: Verdana, sans-serif;
    color: #5555cc;
    text-align: center;
  }

  h2 {
    text-align: left;
    font-size: 12pt;
    font-family: Verdana, sans-serif;
    color: #4444aa;
  }


  h3, h4, h5 {
    text-align: left;
    font-size: 11pt;
    font-family: Verdana, sans-serif;
    color: #000000;
  }

/* IMGs */

  img.portrait {
    float: right;
    margin: 1em;
  }
  img.nospace {
    margin: 0;
    border: 0;
  }


/* TABLE Stuff */





/* SPANs */


  span.data {
    font-family: monospace; 
  }
  span.field {
    font-weight: bold;
    font-size: 10pt;
  }

  span.fcap {
    font-size: 10pt;
    font-weight: bold;
  }
  span.fnote {
    font-size: 9pt;
  }

/* IDs */

  #mainlogo {
    float: left;
    border: 0;
    margin: 0;
    margin-bottom: 1px;
    padding: 0;
    vertical-align: middle;
  }
  #tinylogo {
    border: 0;
    margin: 0;
    margin-bottom: 1px;
    padding: 0;
  }
  #slogan {
    color: #882222;
    font-family: arial, sans-serif;
    font-style: italic;
    font-size: 14pt;
  }
  #offer {
    display: block;
    border: 5px outset blue;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 14pt;
  }
  #offer span {
    color: red;
  }
  #copyright {
    font-size: 10pt;
    font-style: italic;
    text-align: center;
  }

/* MISC */

  sup {
    font-size: 60%;
  }
  .clear { clear: both; }
  hr  {
    clear: both;
    border: 0;
    height: 1px;
    width: 300px;
    color: #F5F5F5;
    background-color: blue;
  }
  div.clear {
    clear:both;
    font-size: 0px;
    overflow: hidden;
    visibility: hidden;
  }
  div.center {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

/* SIDE BAR STUFF */

  div.sidebar {
    float: left;
    position: relative;
    padding-top: 1em;
    width: 100px;
    margin-left:-100px;
    display:inline;
  }
  * html div.sidebar {width: 100px;}

  div.sidemenu {
    padding: 0px 0px 2em 0px;
    border: 0px;
    margin: 0px;
  }

  .sidemenu a {
    display: block;
    margin: 0;
    width: auto;
    padding: 3px 0px 3px 2px;
    margin-bottom: -1px;
    font-size: 9pt;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
  }

  .sidemenu a:visited {
}

  a.header {
    font-weight: bold;
    text-align: center;
    font-size: 10pt;
    padding: 5px 0px 5px 2px;
  }

  .sidemenu a.sel {
    background-color: #ddeeff;
  }

  .sidemenu a:hover {
    background-color: #ff0000;
    color: #ffffff;
    text-decoration: none;
  }
  
  dt {font-weight: bold;}
