BODY {
    font-family: "Luxi Sans", Arial, "Bitstream Vera Sans", "Lucida Grande", verdana, sans-serif; 
    margin: 0;
    padding: 0;
    background-image: url(../images/mainback.png);
    background-repeat: repeat-x;
    }

.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;
    }

#header {
    height: 68px;
    }

#header #about {
    position: absolute;
    left: 205px;
    color: white;
    font-weight: bolder;
    font-size: 70%;
    margin-top: 3px;
    width: 300px;
    }

#buttonbar IMG {
    float: right;
    margin-top: 45px;
    }

#buttonbar .menuleft {
    margin-left: 5px;
    margin-left: 1px;
    }

#buttonbar A {
    background-image: url(../images/menuback.png);
    height: 23px;
    margin-top: 45px;
    line-height: 23px;
    padding: 0 5px;
    font-size: 10pt;
    font-weight: bolder;
    background-color: #DF5100;
    color: white;
    text-decoration: none;
    display: block;
    float: right;
    }

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

div.paneltop {
    height: 31px;
    background-image: url(../images/paneltop.png);
    }

div.panelmiddle {
    background-image: url(../images/panelmiddle.png);
    padding: 0 1.5em;
    }

div.panelbottom {
    height: 31px;
    background-image: url(../images/panelbottom.png);
    }

div.panel {
    width: 182px;
    margin: 30px 0 0 0;
    }

div.panel p {
    margin: 0;
    padding-bottom: 1em;
    }

#menubar {
    clear: left;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0 0 0 0;
    width: 180px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 70%;
    text-align: center;
    z-index: 100;
    }

#menubar img#logo {
    margin: auto;
    border: 0;
    }

#menubar H1 {
    text-align: left;
    border-bottom: 1px solid #888;
    padding-left: 0.5em;
    padding-right: 10px;
    padding-bottom: 5px;
    font-size: 1.3em;
    margin: 1em 0 0.5em 0;
    }

#menubar H1 A {
    text-decoration: none;
    color: black;
    }

#menubar .products {
    padding-bottom: 1em;
    }

#menubar UL {
    text-align: left;
    list-style-type: none;
    margin: 0 10px 0 0;
    padding: 0;
    }

#menubar UL LI {
    margin: 0;
    padding: 0;
    }

#menubar UL LI A {
    text-decoration: none;
    color: black;
    display: block;
    padding: 0.3em 0.6em;
    border-bottom: #ccc 1px dotted;
    }

#menubar UL LI A:hover {
    background-color: #ccc;
    border-bottom: black 1px dotted;
    }

#menubar .admin {
    padding-bottom: 1em;
    }

#menubar UL LI A:hover {
    color: black;
    }

#header #contact {
    position: absolute;
    top: 5px;
    background-repeat: no-repeat;
    color: white;
    font-weight: bolder;
    font-size: 1.5em;
    letter-spacing: +0.1em;
    right: 15px;
    }

div.search {
    position: absolute;
    background-image: url(../images/search.png);
    right: 0;
    width: 235px;
    height: 32px;
    top: 68px;
    text-align: right;
    }

div.search input {
    margin-top: 5px;
    }

#main {
    font-size: smaller;
    clear: left;
    margin: 2em 120px 0 185px;
    padding: 1%;
    padding-right: 0;
    border: 0;
    }

#main H1 {
    font-size: 1.5em;
    }

#right {
    position: absolute;
    right: 0;
    width: 110px;
    border: 0;
    margin: 3em 0 0 0;
    padding: 0 5px 1em 5px;
    color: #3D4D52;
    }

#right H1 {
    color: white;
    font-weight: bolder;
    font-size: smaller;
    margin-bottom: 1em;
    }

#right H2 {
    margin-bottom: 0.2em;
    color: black;
    font-size: smaller;
    }

#right A {
    font-size: smaller;
    margin-bottom: 2em;
    }

#right IMG {
    margin-top: 10px;
    }

#right A IMG {
    border: none;
    }

#newsbox H1 {
    margin: 0;
    font-size: 1em;
    padding: 0 0 1em 0;
    }

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

#q3-4 {
    margin: 0 130px 0 180px;
    padding-top: 1.5em;
    font-weight: bold;
    color: #3D4D52;
    font-size: 7pt;
    }

#q3-4 IMG {
    float: right;
    margin-left: 30px;
    }

#q3-4 P {
    margin: 0;
    }

#q3-4 H3 {
    margin-top: 1em;
    }

#footer H2, #q3-4 H2 {
    font-size: 12pt;
    }

#footer H3, #q3-4 H3 {
    font-size: 10pt;
    font-style: italic;
    }

.tel {
    margin-right: 0.5em;
    }

.fax {
    margin-left: 0.5em;
    }

.email {
    display: block;
    }

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

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

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

.detail .description {
    font-family: sans-serif;
    margin: 1em 0;
    }

.detail .description H2 {
    font-family: sans-serif;
    font-size: 12pt;
    margin-bottom: 0.5em;
    }

.detail .description TEXTAREA {
    font-family: serif;
    }

.detail .picture {
    font-size: smaller;
    color: #66A;
    }

.detail .picture {
    float: left;
    margin: 0 2em 1em 0;
    }

.product {
    clear: right;
    border-top: 1px #AAA solid;
    margin-bottom: 1em;
    padding-top: 0.5em;
    }

.product A.name {
    font-weight: bold;
    }

.product .description {
    margin-top: 0.5em;
    font-family: sans-serif;
    }

.product IMG {
    padding-left: 1em;
    padding-bottom: 0.5em;
    border: 0;
    float: right;
    }

#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;
    }

#main FORM .picture {
    font-size: smaller;
    font-weight: bold;
    }

#news .headline, #editnews .headline {
    font-size: 150%;
    margin: 1em 0;
    }

#editnews .headline INPUT {
    font-size: 100%;
    }

#news, #editnews {
    margin-bottom: 2em;
    }

#news #story, #editnews #story {
    font-size: 9pt;
    }

#story div#heading {
    margin-top: 2em;
    }

#news .picture {
    float: right;
    margin: 0 10px 10px 10px;
    padding: 5px;
    font-size: 90%;
    line-height: 1.5;
    background-color: #CAD7EF;
    border: 1px black solid;
    width: 250px;
    }

#editnews .picture {
    margin: 1em 0 10px 0;
    font-size: 90%;
    line-height: 1.5;
    }

#editnews .picture INPUT {
    width: 250px;
    }

#news .date, #editnews .date {
    font-weight: bold;
    font-size: smaller;
    }

#news_summary H2 {
    font-size: 1em;
    margin: 0;
    padding: 0;
    }

#news_summary H1 {
    border: 0;
    background-color: white;
    padding-left: 0;
    margin: 0 0 1em 0;
    }

#news_summary .date {
    width: 11em;
    float: left;
    }

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;
    }

#insertproduct #iconbox, #insertproduct #iconbox2 {
    z-index: 2;
    background-color: yellow;
    position: absolute;
    display: block;
    width: 116px;
    height: 116px;
    top: 0;
    left: 0;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 0pt;
    visibility: hidden;
    }

#insertproduct #iconbox IMG, #insertproduct #iconbox2 IMG {
    border: 1px black solid; /* 29x29 px */
    }

#insertproduct .icon {
    display: inline;
    text-align: center;
    }

#insertproduct H2 {
    border: 1px black solid;
    padding: 1%;
    font-style: italic;
    font-size: 1.0em;
    background-color: #CAD7EF;
    }

#insertproduct TH, #news TH, #editnews TH {
    font-size: smaller;
    }

#insertproduct TD,#insertproduct TR {
    padding: 0;
    margin: 0;
    }

#insertproduct #techspecs {
    display: none;
    }

#insertproduct #links {
    display: none;
    }

#insertproduct #moreimages {
    display: none;
    }

#editnews #moreimages {
    display: none;
    }

#insertproduct #moreimages TABLE, #news #moreimages TABLE, #editnews #moreimages TABLE, #attachmenttable {
    clear: left;
    }

#insertproduct .otherpic, #news .otherpic, #editnews .otherpic {
    float: left;
    width: 160px;
    margin: 0 5px 15px 0;
    padding: 0 5px 5px 5px;
    border: 1px black solid;
    }

#insertproduct .otherpic .caption, #news .otherpic .caption, #editnews .otherpic .caption {
    width: 155px;
    margin-bottom: 0.5em;
    } 

#insertproduct .otherpic H4, #news .otherpic H4, #editnews .otherpic H4 {
    margin: 0;
    font-size: 10pt;
    }

#insertproduct #moreimages TH, #news #moreimages TH, #editnews #moreimages TH, #attachments TH {
    text-align: left;
    }

.detail TD {
    font-size: x-small;
    border: 1px black solid;
    padding: 0 1em;
    }

.detail IMG {
    border: 1px black solid;
    }

#table1 {
    float: left;
    width: 45%;
    min-width: 200px;
    }

#table2 {
    width: 45%;
    top: 0;
    float: right;
    min-width: 200px;
    }
    
#insertproduct .name {
    margin: 1em 0;
    font-size: 150%;
    }

#insertproduct .name INPUT {
    font-size: larger;
    }

.detail #techspecs H2 {
    font-size: 12pt;
    font-weight: bold;
    }

.detail #techspecs {
    clear: left;
    font-size: x-small;
    }

.detail #techspecs IMG {
    border: none;
    }

#moreimages H2 {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 2em;
    }

#moreimages P, #techspecs P {
    font-style: italic;
    }

.detail #links H2 {
    font-size: 12pt;
    font-weight: bold;
    }

.detail #links {
    clear: left;
    margin: 2em 0 2em 0;
    }

.detail #links OL {
    list-style-type: square;
    }

.detail #links A {
    font-weight: bold;
    }

.detail #links P {
    font-style: italic;
    }

#q1, #q2, #q3, #q4 {
    padding-right: 1em;
    width: 50%;
    vertical-align: top;
    }

#q2 IMG, #q1 IMG, #q3 IMG, #q4 IMG {
    border: none;
    float: left;
    padding: 0 20px 10px 0;
    }

#q2 H1, #q1 H1 {
    background-color: white;
    font-size: 12pt;
    border: none;
    padding: 0;
    margin: 0 0 0.5em 0;
    }
     
#q2 .description, #q1 .story, #q4 .description, #q3 .story {
    font-size: 8pt;
    }

#q2 .description A, #q1 .story A, #q4 .description A, #q3 .story A {
    margin: 5px;
    text-decoration: none;
    font-weight: bold;
    }
    

#q2 H2, #q1 H2, #q3 H2, #q4 H2 {
    font-size: 0.8em;
    margin-top: 0;
    font-weight: bold;
    }

#q2 H2 A, #q1 H2 A, #q3 H2 A, #q4 H2 A {
    color: black;
    }

#q2 .description, #q4 .description {
    margin-top: 0.5em;
    }

#users TH {
    text-align: left;
    padding: 0 2em 0 0;
    }

#users PRE {
    font-size: larger;
    }

#users H2 {
    font-size: 1.2em;
    }

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

#map A {
    margin-left: 3px;
    }

#moreimages {
    clear: left;
    }

#moreimages IMG {
    border: none;
    margin: 0 5px 5px 0;
    }

#zoom {
    width: 350px; 
    background-color: #CAD7EF;
    padding: 5px;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5;
    background-color: #CAD7EF;
    border: 1px black solid;
    }

#space {
    clear: both;
    }

#printmap {
    display: none;
    }

#heading {
    font-size: larger;
    font-weight: bolder;
    }

SELECT {
    z-index: 50;
    }

TR.filler { height: 30px; }

#newcompany {
    border: 1px dashed black;
    padding: 1em;
    background-color: #FF9138;
    display: none;
    }

TABLE.clients A IMG {
    border: none;
    } 


TABLE.clients TD {
    padding-right: 2em;
    padding-bottom: 8px;
    }

TABLE.clients TD.url {
    font-size: smaller;
    font-style: italic;
    }

TABLE.sclient TH {
    vertical-align: top;
    }

SPAN.tns {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    width: 100px;
    height: 100px;
    }

.offer {
    font-weight: bolder;
    color: red;
    }

.info {
    display: none;
    }

div#loading {
    bottom: 0;
    width: 560px;
    display: none;
    margin-left: auto;
    margin-right: auto;
    height: 360px;
    border: 3px black solid;
    background-color: white;
    position: absolute;
    z-index: 20;
    }

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

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

div#attachments {
    display: none;
    }


BODY.whiteback {
    background-image: none;
    }

BODY.noborder {
    border: 0;
    }

TABLE#attachmenttable {
    margin-bottom: 1em;
    }

TABLE#attachmenttable TD {
    padding-right: 1em;
    font-size: 0.8em;
    border: none;
    }

table#attachmenttable a img { border: none; }

.companylogo {
    margin: 10px;
    }

.companylogo img {
    border: none;
    margin-bottom: 5px;
    }

IFRAME {
    display: block;
    width: 100%;
    height: 170px;
    overflow: hidden;
    border: none;
    padding-bottom: 1em;
    border-bottom: 1px #ccc dotted;
    }

