/* CSS Document */

body {
     background-color: #F3F5F9;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 13px;
     color: #444;
     line-height: 17px;
}

#wholepage { /* Includes header and bottompage */
     margin: auto;
     width: 796px;
     height: auto;
     min-height: 997px;
     padding-bottom: 300px;
     border: 1px solid #666;
     background-image: url("../graphics/background.jpg"); 
     background-repeat: repeat-y;

}

#header {
     height: 184px;
     background-image: url("../graphics/header.jpg"); 
}

#bottompage { /* Includes sidebar and content */
     height: auto;
     width: 796px;
}

#sidebar {
     height: auto;
     width: 136px;
     float: left;
}

#menu {
     list-style-type: none;
     padding: 0;
     margin: 0;
     cursor: pointer;
     color: #003399;
     position: absolute;
}
     #menu li {
          margin-bottom: 5px;
          padding: 0;
          width: 100%;
          border-top: 1px solid transparent;
          border-bottom: 1px solid transparent;
     }
     
          #menu li ul {
               list-style-type: none;
               position: absolute;
               margin: -32px 0 0 115px;
               padding: 0;
               background-color: #f9f9f9;
               display: none;
               border: 1px solid #000080;
          }
          
               #menu li ul a {
                    width: 150px;
                    margin-top: -2px;
                    margin-bottom: -2px;
               }
               
               #menu li ul a:hover {
                    background-color: #e2e9ef;
                    border-top: 1px solid #000080;
                    border-bottom: 1px solid #000080;
               }
               
               #menu li ul li {
                    margin-bottom: 0;
               
               }

#menu a {
     text-decoration: none;
     color: #003399;
     display: block;
     width: 117px;
     height: 20px;
     margin: 0;
     padding: 5px 10px 5px 10px;
     border-top: 1px solid transparent;
     border-bottom: 1px solid transparent;
}

#menu a:hover {
     background-color: white;
     border-top: 1px solid #000080;
     border-bottom: 1px solid #000080;
}

#content {
     height: auto;
     float: right;
     padding: 15px 15px 0 15px;
     width: 629px;
}

#footer {
     clear: both;
     width: 100%;
     text-align: center;
     padding: 10px;
}

     #footer a {
          display: inline;
     }


#inventory_list {
     text-align: left;

}

     #inventory_list td {
          width: 150px;
     }
     
     
#faq li{
     color: #000066;
     font-size: 14px;
     padding: 10px 0 10px 0;
}

#spacer {
     height: 400px;
     width: 1px;
}

#navigation {
     width: 170px;
     padding: 20px 0 20px 0;
     margin: auto;
     text-align: center;
}
     
     #navigation form label {
          color: #000080;
          cursor: pointer;
     }

/* Global form styles */

#main_form {
     margin: auto;
}

#submit, .submit {
     background-image: url("../graphics/submitbg.gif");
}

fieldset input {
     background-image: url("../graphics/submitbg.gif");
}

fieldset {
     border: none;
     padding: 0;
     margin: 0;
}

#login {
     border: 1px solid #aaa;
     background-color: #fafbff;
     padding: 10px 15px 10px 20px;
     width:170px;
     margin: auto;
}

/* Miscellaneous */

h2 {
     font-size: 14px;
     color: #000066;
}

.error_msg {
     color: red;
     font-size: 14px;
     font-weight: bold;
     display: block;
     margin-bottom: 15px;
}

.success_msg {
     color: green;
     text-align:center;
     font-size: 14px;
     font-weight: bold;
     display: block;
     margin-bottom: 15px;
}

.required {
     color: red;
     font-size: 11px;
}

.orange_bold {
     color: #ffa800;
     font-weight: bold;
}

.page_header {
     font-size: 16px;
     color: #000066;
     margin-bottom: 20px;
     text-align: center;
}

.smalltext {
     font-size: 11px;
     color: #777;
}

.MyInventory {
     color: blue;
}


/*  admin forms */

fieldset {
     width:500px; 
     background-color: #eeeeee;
     border: 1px #555555 solid;
     padding: 3px;
     }

fieldset label {
     text-align:right;
     width:70px;
     float:left;
     padding:0.2em;
     margin:0;
     margin-top:0.3em; 
     }

fieldset legend {     font-size: 18px;}
