<!-- presentation.css
     2/12/06
     -->

<!-- Menu Bar -->
div.menubar{ 
color :#000000;
background-color :#00FF99;
font-size : 16pt;
font-weight :bold;
width :100%;
padding :15px }


<!-- Menu -->
a.menu{
width :100px;
text-align : center;
font-family: Arial;
font-size : 10pt;
font-style : normal;
font-weight :normal;
color :#000000;
text-decoration : none;
background-color :#FFFFFF;
padding :1px;
border-style : outset;border-color :#F5D996 ;border-width : medium }

a.menu:hover{
color :#000000;
background-color :#FFFFFF;
border-style : inset;border-color :#FF9900 ;border-width : medium }

span.menu{
width :100px;
text-align : center;
font-style : normal;
font-weight : normal;
color :#000000;
text-decoration : none;
background-color :#F5D996;
padding :1px }


<!-- Menu2 -->
ul.menu2{list-style :none;text-align : center}

li.menu2{text-align : center }

a.menu2{
display : block;
width :125px;
text-align : center;
font-family: Verdana;
font-style : normal ;
font-size : 9pt;
font-weight :bold;
color :#000000;
text-decoration : none;
background-color :#F5D996;
padding :1px;
border-top : solid #ffffff 1px; border-right : solid #ffffff 1px; border-left : solid #000000 1px; border-bottom : solid #000000 1px }

a.menu2:hover{
color :#EFEFEF;
background-color :#CFCFCF;
border-top : solid #000000 1px; border-right : solid #000000 1px; border-left : solid #ffffff 1px; border-bottom : solid #ffffff 1px }


<!-- Cart Items -->
table.cartitems{ 
float:right;
background-color: #F5D996; 
margin-left: 0.35in; margin-bottom: 0.35in;
border-style: inset; border-color: #000000; border-width: medium }


<!-- Categories -->
table.grayborders{
border-style: solid; border-color: gray }

table.grayborders th{
border-style: solid; border-color: gray }

table.grayborders td{
border-style: solid; border-color: gray }


<!-- Orange Text -->
span.orangetext{
color: orange }


<!-- Footer -->
body {
background-image:url(footer.jpg);
background-position:bottom left;
background-repeat:no-repeat }