/* ------------------------------------ *
 CSS for Standard Style Sheet
 Saturday, January 15, 2005 1:24:34 AM
 EXCOMEDIA, Inc. http://www.excomedia.com
 * ------------------------------------ */

/* --- Elements --- */

body
    {
    background-color: #000066;
    color: black;
    margin: 0;
    padding: 0;
    font-family: arial, verdana, helvetica, san-serif;
    font-size: 14px;
    font-weight: bold;
    }

table
    {
    padding: 0;
    width: 100%;
    height: 100%;
    }

td
    {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    text-align: center;
    height: 422px;
    }

h1
    {
    margin: 0 0 12px 12px;
    padding: 0;
    background-color: transparent;
    color: navy;
    font-family: arial, verdana, helvetica, san-serif;
    font-size: 14px;
    font-weight: bold;
    }
.model
  {
  margin-top: 25px;
  }
h2
    {
    margin: 0px;
    padding: 5px;
    width: 100%;
    background-color: #D9D7DE;
    color: navy;
    font-family: arial, verdana, helvetica, san-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    }

img
    {
    margin: 0;
    padding: 0;
    }

a:link
    {
    margin-top: 10px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: navy;
    text-decoration: none;
    }

a:hover
    {
    margin-top: 10px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #9D120B;
    text-decoration: none;
    }

a:visited
    {
    margin-top: 10px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: gray;
    text-decoration: none;
    }

/* --- ID's --- */

#viewer
  {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -370px;
  margin-top: -210px;
  width: 740px;
  height: 420px;
  background-image: url(background.gif);
  }

#menu
  {
/*  border: 1px solid green;  */
  position: absolute;
  top:0px;
  left: 15px;
  width: 170px;
  text-align: left;
  }

#agent
   {
   position: relative;
   border: none;
   padding: 3px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
   text-align: center;
   font-size: 11px;
   font-weight: bold;
   color: navy;
   background-color: transparent;
   }

#tour
    {
    position: absolute;
    top: 0px;
    left: 200px;
    text-align: left;
    border-left: 1px dashed black;
    height: 400px;
    width: 510px;
    margin-top: 15px;
    }

#tourview
    {
    position: absolute;
    top: 35px;
    left: 60px;
    border: 1px solid navy;
    padding: 5px;
    }

#controls
    {
    position: absolute;
    top: 365px;
    left: 20px;
    width: 400px;
    height: 30px;
    }

#showcontrols
    {
/*  border: 1px solid red;  */
    position: relative;
    top: 0px;
    left: 15px;
    width: 130px;
    height: auto;
    }


/* --- Classes --- */

.button
    {
    /* border: 1px solid red; */
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
    background-color: transparent;
    background-image: url(button-1.gif);
    background-repeat: no-repeat;
    width: 167px;
    height: 20px;
    }

.logo
    {
    margin-top: 10px;
    }

.buttontext
    {
    margin: 0px;
    }

.showmenubutton
    {
    border: none;
    margin-top: 5px;
    margin-bottom: 5px;
    }

.showlogo
    {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    }