/*start elements*/
body    { background-image: url(../images/bkg.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; margin: 0; padding: 0    }
html { background-image: url(../images/tile.png); background-repeat: repeat; }
div       { color: white; font-size: 12px; font-family: "Trebuchet MS", Verdana, Arial }
form  { color: white; font-weight: bold; font-size: 12px; font-family: "Trebuchet MS", Verdana, Arial }
strong { font-weight: bold; }
/*start headings*/
h1    { color: white; font-weight: bold; font-size: 16px; line-height: 1em; margin-top: 0; margin-bottom: 5px  }
h2     { color: black; font-weight: bold; font-size: 13px; margin-top: 5px; margin-bottom: 0 }
h3 { color: white; font-weight: bold; font-size: 11px; margin-bottom: 5px; }
h6    { color: white; font-weight: normal; font-size: 10px; line-height: 15px; margin-top: 10px }
/*start basic links*/
a:link    { color: #7eadd9; font-weight: bold; text-decoration: underline }
a:visited     { color: #7eadd9; font-weight: bold; text-decoration: none; }
a:hover, a.rollover:hover  { color: #7eadd9; text-decoration: underline; }
/*start nav links*/
.nav { color: white; font-weight: bold; font-size: 13px; background-color: transparent; background-image: url(../images/on.jpg); text-align: center; margin-bottom: 5px; padding: 2px; width: 150px; margin-left: 25px; border-color: #00008b #000 #000 #00008b; border-style: solid; border-width: 1px; display: block           }
#nav a:link    { color: white; font-weight: bold; font-size: 13px; text-decoration: none; background-image: url(../images/link.jpg); text-align: center; margin-bottom: 5px; padding: 2px; width: 100%; margin-left: 25px; border-color: #6495ed #000 #000 #6495ed; border-style: solid; border-width: 1px; display: block      }
#nav a:visited    { color: white; font-weight: bold; font-size: 13px; text-decoration: none; background-image: url(../images/link.jpg); text-align: center; margin-bottom: 5px; padding: 2px; width: 100%; margin-left: 25px; border-color: #6495ed #000 #000 #6495ed; border-style: solid; border-width: 1px; display: block      }
#nav a:hover, a.rollover:hover   { color: #036; font-weight: bold; font-size: 13px; text-decoration: none; background: #ffffff url(../images/hover.jpg); text-align: center; margin-bottom: 5px; padding: 2px; width: 100%; margin-left: 25px; border-color: #69f #000 #000 #69f; border-style: solid; border-width: 1px; display: block       }
/*start classes*/
.left { float:left; margin-right: 5px; }
.prod { color: black; padding: 5px; }
.right { float:right; margin-left: 5px; }
/*start div IDs*/
#container  	{ width: 760px; \width: 770px; w\idth: 760px; }
#content      { line-height: 15px; margin-left: 200px; padding: 5px;  }
#sidebar-a        { float: left; width: 1800px; height: 300px; \width: 190px; w\idth: 150px; }
#sidebar-b        { float: right; width: 170px; height: 300px; \width: 180px; w\idth: 170px; }
#infofloater { height: 300px; width: 144px; left: 610px; top: 120px; position: absolute; z-index: 2; visibility: visible; }
#headother { height: 90px; width: 258px; left: 500px; top: 100px; position: absolute; z-index: 1; visibility: visible; }
#headhome { height: 90px; width: 258px; left: 330px; top: 100px; z-index: 1; position: absolute; visibility: visible; }
#footer       { width: 760px; \width: 770px; w\idth: 760px; clear: both; margin-top: 0; border-top: 1px solid #7eadd9; }
#banner    { background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; height: 175px  }
/*.products   { background-color: black; padding: 5px; border: solid 1px #d2691e; width: 615px; \width: 625px; w\idth: 615px; height: 115px; margin: 10px 0; }
.products2   { background-color: blue; padding: 5px; border: solid 1px #d2691e; width: 615px; \width: 625px; w\idth: 615px; height: 220px; margin: 10px 0; }


ul {list-style: none; margin-left: 0; }
#prod ul {
        margin-left: 0;
        padding-left: 0;
        display: inline;
         } 
#prod ul li {
        margin-left: 0;
		margin-top: 5px;
        padding: 3px 5px;
        border-right: 1px solid #69F;;
        list-style: none;
        display: inline;
		color: #000;
        }    
#prod ul li.last {
        margin-left: 0;
        border-right: none;
        list-style: none;
		padding-left: 5px;
        display: inline;
        }
#prod ul li.first {
        margin-left: 0;
        list-style: none;
		padding-left: 0px;
        display: inline;
        }
li a:link  {color: #FFFFFF;}*/
