HTML { font-size: 100%; }

P { 
    margin-top: 0;
    }

BODY {
    font-family: "Tahoma", sans-serif; 
    font-size: 70%;
    text-align: center;
    background-image: url(../images/fadeback.png);
    background-repeat: repeat-x;
    }

#header {
    background-image: url(../images/headerback.png);
    background-position: bottom;
    background-repeat: repeat-x;
    }

#header IMG {
    margin: 10px 0 10px 10px;
    }

#container {
    background-color: white;
    position: relative;
    width: 760px;
    text-align: left;
    margin: 0 auto;
    border: 1px #CCC solid;
    }

div#menubar {
    background-color: rgb(99,132,115);
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    height: 25px;
    overflow: hidden;
    }

div#menubar ul {
    margin-right: 20em;
    padding: 0;
    height: 14px;
    margin: 5px 0 6px 0;
    }

div#menubar ul li {
    margin: 0 0.5em 0 0.5em;
    padding: 0;
    display: inline;
    }

div#menubar ul li a {
    color: white;
    text-decoration: none;
    font-size: 10px;
    line-height: 10px;
    font-weight: bolder;
    }

div#menubar form {
    float: right;
    width: 20em;
    overflow: hidden;
    margin: 0; padding: 0;
    font-size: 1em;
    color: white;
    line-height: 25px;
    }

div#menubar form input {
    width: 10em;
    font-size: 0.9em;
    margin-top: 1px;
    height: 18px;
    }

.error {
    color: white;
    background-color: red;
    padding: 1em;
    font-weight: bold;
    border: 1px black solid;
    }

.categoryadmin .help {
    display: block;
    margin: 1em 0;
    font-size: smaller;
    }

P.help {
    font-style: italic;
    }

.categoryadmin {
    margin-bottom: 2em;
    border-bottom-width: medium;
    }

.categoryadmin H2 {
    color: #3C7091;
    }

#buttonbar {
    background-color: #DF5100;
    border: 1px solid #BF3100;
    }

#buttonbar A {
    font-size: 10pt;
    margin: 0;
    background-color: #DF5100;
    color: white;
    text-decoration: none;
    border-left: #BF3100 1px solid;
    text-align: left;
    padding: 0 2em 0 0.5em; 
    }

#buttonbar A:hover {
    background-color: #FF9138;
    color: black;
    }

H1 {
    padding-left: 1em;
    padding-right: 10px;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 5px 0;
    text-align: left;
    }

#main {
    font-size: 1em;
    margin: 10px;
    }

#main H2 {
    clear: left;
    font-size: 12pt;
    margin: 0;
    }

#main H1 {
    /* background-color: #57728B; 
    color: white;
*/
    padding-left: 0;
    }

DIV#navigation {
    font-size: 1.2em;
    margin-bottom: 1em;
    color: #555;
    }

DIV#navigation A {
    color: #555;
    }

#footer {
    border-top: 1px solid #AAA;
    margin: 0;
    margin-top: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 2em;
    clear: both;
    text-align: center;
    font-weight: bold;
    color: #3D4D52;
    font-size: 7pt;
    }

#footer P {
    margin: 0;
    }

#footer A {
    color: #3D4D52;
    text-decoration: none;
    } 

FORM { 
    margin: 0;
    padding: 0;
    display: inline;
    }

#category {
    border-width: 0 0 2px 0;
    border-style: solid;
    padding-bottom: 1em;
    border-color: #AAA;
    }

#categorylist {
    padding-bottom: 1em;
    border-color: #AAA;
    }

DIV.picture {
    float: right;
    margin: 0 0 10px 10px;
    }

IFRAME.picture {
    float: right;
    margin: 0 0 10px 10px;
    width: 260px;
    height: 400px;
    border: none;
    background-color: white;
    }

#imageform {
    background-color: #AAF;
    border: 1px dotted black;
    width: 40%;
    padding: 1em;
    }
    
#login H2 {
    color: #3D4D52;
    font-size: 14pt;
    margin: 0;
    padding: 0;
    }
 
#login INPUT {
    font-size: 14pt;
    margin: 0 0 0 0;
    padding: 0;
    }

FORM.contact INPUT {
    float: right;
    }

FORM.contact TEXTAREA {
    width: 100%;
    }

TABLE.contact {
    font-size: 1em;
    }

TABLE.contact TH {
    text-align: left;
    padding-right: 2em;
    }

FORM.contact INPUT.button {
    float: none;
    }

FORM.contact TABLE {
    font-size: 1em;
    font-weight: bold;
    }

#map {
    width: 400px;
    height: 200px;
    border: 2px black solid;
    }

DIV.thumbnail {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #eee;
    display: block;
    width: 170px;
    height: 170px;
    float: left;
    margin-bottom: 10px;
    margin-right: 3px;
    }

A DIV.thumbnail {
    cursor: hand;
    }

DIV.product { 
    clear: right;
    margin: 5px 0 5px 0;
    font-size: 1em;
    border-top: 1px #ccc solid;
    padding: 10px 0;
    }

H3 { font-size: 10pt; }

DIV.product H3 {
    margin: 0;
    }

DIV.product A.name  {
    color: black;
    font-weight: bolder;
    text-decoration: none;
    }

DIV.product SPAN.description {
    margin: 0 1em;
    }

P.description A {
    margin-left: 0.5em;
    }

DIV.caption1 H1 { font-size: 2.2em; }

DIV.caption1, DIV.caption2, DIV.caption3 {
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding: 10px;
    margin: 0;
    position: absolute;
    vertical-align: bottom;
    background-color: black;
    bottom: 0;
    overflow: hidden;
    color: white;
    z-index: 5;
    }

DIV#q123 IMG {
    z-index: 3;
    overflow: hidden;
    }

DIV.q1, DIV.q2, DIV.q3 {
    cursor: hand;
    }

DIV.caption2, DIV.caption3 {
    height: 6em;
    overflow: hidden;
    }

DIV.caption1 { width: 720px; }
DIV.caption2 { width: 350px; }
DIV.caption3 { width: 350px; }

P#contact {
    position: absolute;
    top: 3em;
    right: 1em;
    font-size: 1.1em;
    text-align: right;
    }

P#contact SPAN.type {
    color: rgb(99,132,115);
    font-weight: bolder;
    margin-right: 0.5em;
    }

DIV#moreimages {
    clear: right;
    padding-top: 0.5em;
    }

textarea#hiddentext { display: none; }
iframe#plaintext { visibility: hidden; height: 1px; width: 1px; }

iframe#thetext { 
    width: 450px;
    }

a img {
    border: none;
    }
    
iframe#thumbnails {
    margin-top: 1em;
    width: 450px;
    border: 1px #ccc solid;
    display: none;
    }

div.productimage {
    float: right;
    height: 170px;
    width: 170px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-bottom: 10px;
    background-color: white;
    }

a div.productimage {
    cursor: hand;
    }

a#logout {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: larger;
    font-weight: bolder;
    color: #555;
    }

div#formatbar a img {
    margin-right: 1px;
    }

div.editwindow {
    }

TEXTAREA {
    width: 600px;
    }

div.q1, div.q2, div.q3 {
    position: absolute;  
    }

div.q1 {
    background-image: url(../images/main1.jpg); 
    width: 740px;
    height: 378px;
    top: 0;
    left: 0;
    }
div.q2 {
    background-image: url(../images/main2.jpg); 
    width: 370px;
    height: 250px;
    top: 378px;
    left: 0;
    }
div.q3 {
    background-image: url(../images/main3.jpg); 
    width: 370px;
    height: 250px;
    left: 370px;
    top: 378px;
    }
div#q123 {
    position: relative;
    height: 628px;
    overflow: hidden;
    width: 740px;
    }

div#categories h2 {
    margin: 1em 0 0em 0;
    font-size: 10pt;
    color: rgb(99,132,115);
    }

div#loading {
    width: 560px;
    display: none;
    margin-left: 100px;
    margin-right: 100px;
    height: 360px;
    border: 3px black solid;
    background-color: white;
    position: absolute;
    }

div#loading img	{
    position: absolute;
    left: 264px;
    top: 104px;
    }

div#loading p	{
    text-align: center;
    margin-top: 6em;
    font-size: x-large;
    }
