/* This file was automatically generated
   Edit the source file *.cssx           */
* {
    font: normal small/1.5em Verdana,Arial,Helvetica,sans-serif
}
img {
    border:0;
}
b {
  font-weight: bold;
}
body {
    background-color: #bbbbbb ;
}
p {
    margin-top: 0;
}
#idEntireContent {
    margin-left: auto;
    margin-right: auto;
    margin-top: 17px;
    width: 900px;
    background-color: inherit;
    position: relative;
}
/* height from top of image to bottom: 140 + 25 + 400 + 25 + 10 = 600
/* The div idHeader is what contains the photograph and the logo. */
#idHeader {
    height: 140px;
    background-color: #666666 ;
    background-image: url(/img/bkgd_roundHead.png);
    background-repeat: no-repeat;
    background-position: left top;
}
#idHeader div  {
    height: 140px;
    /* the background image for this div can be found in the
       page-specific section of the css */
    background-repeat: no-repeat;
    background-position: right;
}
#idHeader img {  /* There is only one img (a logo) in idHeaderA */
    margin-top: 48px;
    margin-left: 48px;
}
/* The idNavTop div is for the top navigation menu, which has the 5
   tabs in it "Home" "Services" "Products" "Online Order" and "about
   us" */
/* The idNavBot div consists of the navigation menu with "contact us",
   "request a quote" and "file transfer".  It is listed here along
   with idNavTop because it shares a lot in common with the top
   navigation.  */
#idNavTop {
    height: 35px;
    margin-left: 8px;
    margin-right: 8px;
    background-image: url(/img/bkgd_navTop_mid.png);
    background-repeat: repeat-x;
    position: relative;
    z-index: 5;
}
#idNavTopLhs { /* just a background image */
    width: 10px;
    height: 35px;
    background-image: url(/img/bkgd_navTop_lhs.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    left: -10px;
    z-index: 5;
}
#idNavTopRhs { /* just a background image */
    width: 10px;
    height: 35px;
    background-image: url(/img/bkgd_navTop_rhs.png);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    right: -10px;
    z-index: 5;
}
#idNavBot {
    background-image: url(/img/bkgd_navBot_mid.png);
    height: 25px;
    margin-left: 0px;
    margin-top: -10px; /* to compensate for the 10px relative positioning of the idMain div */
    margin-right: -800px;
}
/*#idNavBotRhs {
    width: 10px;
    height: 25px;
    position: absolute;
    right: 0;
    background-image: url(/img/bkgd_navBot_rhs.png);
}
TODO: the left hand side instead of the right.
*/
#idNavTop ul {
    margin: 0;
    margin-left: 140px;
    position: absolute;
}
#idNavTop ul li {
    list-style-type: none;
    position: absolute;
    height: 25px;
    background-repeat: no-repeat;
    background-position: top;
}
#idNavTop ul li a {
    display: block;
    text-indent: -1000px;
    height: 25px;
}
#liTabCatalog {
    background-image: url(/img/tab_navTop_catalog.png);
    width: 110px;
    left: 0px;
}
#liTabHistory {
    background-image: url(/img/tab_navTop_orderHistory.png);
    width: 149px;
    left: 160px;
}
#liTabSettings {
    background-image: url(/img/tab_navTop_accountSettings.png);
    width: 174px;
    left: 350px;
}
#idNavTop li:hover {
    background-position: 0 -25px;
}
#idNavTop li.thisPage {
    background-position: 0 -50px;
}
#idNavBot ul {
    margin: 0;
    margin-left: 100px;
    position: absolute;
    left: 0;
}
#idNavBot ul li {
    list-style-type: none;
    position: absolute;
    height: 25px;
    background-repeat: no-repeat;
    background-position: top;
}
#idNavBot li a {
    display: block;
    text-indent: -9999px;
    height: 25px;
}
#liTabBack {
    width: 171px;
    background-image: url(/img/tab_navBot_backToWebsite.png);
    left: 0px;
}
#liTabHelp {
    width: 81px;
    background-image: url(/img/tab_navBot_help.png);
    left: 220px;
}
#idNavBot li:hover {
    background-position: 0 -25px;
}
#idNavBot li.thisPage {
    background-position: 0 -50px;
}
/* The idMain div is where the main content goes.  Under this div is
   the bottom navigation menu.  */
#idMain {
    height: 400px;
    position: relative;
    top: -10px;
    z-index: 1;
    background-color: inherit;
    /* the background image for this div can be found in the
       page-specific section of the css */
    background-repeat: no-repeat;
    background-position: right;
}
#idPreFooter {
    height: 10px;
    background-color: inherit;
    /* the background image for this div can be found in the
       page-specific section of the css */
    background-repeat: no-repeat;
    background-position: right;
}
#idFooter {
    background-color: #666666 ;
    color: white;
    height: 24px;
    margin-top: 0;
    font-size: small;
}
#idFooter a {
    color: white;
}
#idFooter p {
    float: left;
}
#idFooter p+p {
    float: right;
}
#idFooterBar {
    background-color: #666666 ;
    margin: -24px -20px 0 -20px;
    height: 24px;
}
/* panelA is one big fat column.  It's used on the ftp page, for example.*/
.panelA {
    float: left;
    margin-top: 60px;
}
.panelA p {
    width:540px;
    margin-left: 30px;
    text-align: justify;
    font-size: 12px;
    margin-bottom: 5px;
}
.panelA h2 {
    color: white;
    font-size: 18px;
    margin: 0 0 0 0;
    padding-top: 10px;
}
.panelA h3 {
    color: white;
    font-size: 16px;
    margin: 0 0 0 0;
}
.panelA dl {
    margin-left: 50px;
    border-bottom: 1px solid white;
}
.panelA dl:first-child {
    padding-top: 10px;
    border-top: 1px solid white;
}
.panelA dt, panelA dd {
    float: left;
}
.panelA dd {
    margin-left: 140px;
    margin-bottom: 15px;
}
/* panelB is a two column setup, with a narrow first column.  Used on
 all the services pages, with a menu in the first column. */
.panelB.col1 {
    float: left;
    width: 240px;
    margin-top: 50px;
}
.panelB.col2 {
    float: left;
    width: 400px;
    margin-left: 10px;
    margin-top: 60px;
}
.panelB.col2 p {
    text-align: justify;
    font-size: 12px;
    margin-bottom: 15px;
}
.panelB.col2 p:last-child {
    margin-bottom: 0;
}
.panelB.col2 h3 {
    color: white;
    font-weight: bold;
    margin: 0 0 0 0;
}
.panelB.col2 ul {
    font-size: 11px;
}
/* panelC is two equal width columns, used on about.html for example */
.panelC.col1 {
    float: left;
    width: 360px;
    margin-left: 20px;
    margin-top: 60px;
}
.panelC.col2 {
    float: left;
    width: 290px;
    margin-left: 120px;
    margin-top: 60px;
}
.panelC p {
    text-align: justify;
    font-size: 12px;
    margin-bottom: 15px;
}
.panelC p:last-child {
    margin-bottom: 0;
}
.panelC form ul {
    list-style-type: none;
}
.panelC form ul li {
    margin-top: 20px;
}
.panelC form ul li label {
    position: absolute;
    display: block;
}
.panelC form ul li input {
    position: relative;
    left: 100px;
}
.panelC form .button {
    margin-left: 140px;
    margin-top: 10px;
}
