/* CSS style */
body {
    position:absolute;
    left: 0px;
    top: 0px;
    width: 800px;
    margin:0px;
    padding:0px;
    font: 10pt serif, verdana, arial, serif;
    color: #a26403;
    /* background-image: url(logo.jpg); */
    background-repeat: no-repeat;
    border-color: #da3c7b;
}

/* h3 that contains the log */
#brandmark {
    width: 100%;
}
#brandmark a {
   color:#996600;
   display:block;
   padding:0pt;
   margin: 0px none;
   text-decoration:none;
}
#brandmark img {
   margin: 0px;
   padding: 0px;
}
#container {
    margin: 0px;
    padding: 0px;
    left: 0px;
    top: 0px;
}

#header {
   margin: 0px;
   padding: 0px;
   left: 0px;
   top: 0px;
}

#nav-general li a {
    font-size: 8pt;
}

#amhome:hover {
    background-color:#FFCCFF;
    color:#CC6600;
    font-weight: bold;
    font-size: 10pt;
}

#amhome {
   color:#996600;
   text-decoration:none;
   margin: 35px;
   font-size: 10pt;
   font-weight: bold;
}
 
#bodyshell,#footer {
    margin-left: 25px;
}

#bodycontent {
    width: 100%;
}

#nav-product ul li a {
    font-size: 8pt;
}

