body
{
   color: #080;
   font-family: Verdana, Times New Roman;
   font-size: 12pt;
   background-image: url(background.jpg);
   margin: 0.5em;
}

div#pgs
{
   position: relative;
}

div#pgsImage
{
   text-align: center;
   font-family: Script MT Bold;
}

div#rest
{
   position:relative;
   left: 1px;
   top: 1px;
}

p#name
{
   font-size: 2em;
   margin: 2px;
}

p#phone
{
   font-size: 1em;
   margin: 2px;
}

div#topMenu
{
   background-color: #566F4F;
   left: 0.5em;
   padding-top: 6px;
   padding-bottom: 6px;
   padding-left: 3px;
   color: #FFF;
}

div#bottomDiv
{
   position: fixed;
   text-align: center;
   left: 13em;
   right: 0em;
   margin-right: 0.5em;
   bottom: 0px;
}

div#subMenu
{
   margin-top: 0.5em;
   margin-bottom: 2em;
}

div#search
{
   /* position: absolute; */
   /* top: 5ex; */
   left: 0.5em;
}

div#search input
{
   background-color: #9C9;
}

div#leftNavigation
{
   width: 11em;
   left: 0.5em;
}

div#topMenu a
{
   padding-top: 3px;
   padding-left: 3px;
   padding-bottom: 3px;
   padding-right: 3px;

   margin-right: 2px;
   background-color: #566F4F; 
   color: #FFF;
}

div#subMenu a
{
   border-width: 3px;
   border-style: solid;
   border-left-color: #2BAf2B;
   border-top-color: #2BAf2B;
   border-right-color: #165A16;
   border-bottom-color: #165A16;
   text-decoration: none;
   color: #FFF;
   background-color: #282;
   display: block;
}

div#miscellaneousMenu a
{
   border-width: 3px;
   border-style: solid;
   border-left-color: #EEA560;
   border-top-color: #EEA560;
   border-right-color: #7A4511;
   border-bottom-color: #7A4511;
   text-decoration: none;
   color: #000;
   background-color: #E82;
   display: block;
}

a.navigation
{
   padding: 3px;
}

div#main
{
   position: absolute;
   left: 13em;
   right: 0em;
   top: 5px;
}

/*
* html div#main
{ 
   top: 210px; 
}
*/
/* sets top for IE */


div#bottomMenu
{
   text-align: center;
   padding: 6px;
   background-color: #566F4F;
   color: white;
}

div#bottomMenu a
{
   display: inline;
   color: white;
   padding: 3px;
}

div#payment
{
   width: 12em;
}

p#noShipping
{
   text-align: center;
   font-weight: bold;
   font-size: x-large;
   color: red;
}

p#callForShipping
{
   text-align: center;
   font-weight: bold;
   font-size: x-large;
   color: green;
}


div.item
{
   text-align: center;
   margin-top: 1em;
}

table.items
{
   margin-left: 1%;
   margin-bottom: 2em;
   width: 98%;
   table-layout:fixed;
   border-collapse: collapse;
   border: 1px solid black;
}

table.items th,td
{
   border: 1px solid black;
}

td.item
{
   width: 25%;
   text-align: center;
   vertical-align: bottom;
}

td.emptyitem
{
   width: 25%;
   border: 0px;
}

td.left
{
   padding-left: 1em;
   padding-right: 2em;
}

td.right
{
   padding-left: 2em;
   padding-right: 1em;
}

p.itemheader
{
   color: red;
   font-weight: bold;
}

p.itemdescription
{
}

p.retired
{
   margin-left: 2%;
   margin-right: 2%;
   color: #F00;
}

p.specialNote
{
   margin-left: 2%;
   margin-right: 2%;
   color: #F00;
}

span.itemName
{
   font-size: 110%;
   font-weight: bold;
}

span.physicalDescription
{
   font-family: Georgia, Times New Roman, Times, serif;
   font-size: small;
   font-weight: bold;
   color: #004000;
}

span.price
{
   font-family: Georgia, Times New Roman, Times, serif;
   font-weight: bold;
   font-size: large;
   color: #004000;
}

p#copyright
{
   text-align: center;
   font-weight: bold;
   margin-bottom: 4em;
   color: blue;   
}

p.balloon
{
   text-align: center;
}

p.warning
{
   color: red;
   font-size: x-large;
   font-weight: bold;
}

p.center
{
   text-align: center;
}

*.center
{
   text-align: center;
}

*.right
{
   text-align: right;
}

p.pageTitle
{
   font-size: x-large;
   font-weight: bold;
   text-align: center;
}

span.heading
{
   color: #008000;
   font-weight: bold;
}


