﻿body {
background: url(/images/bamboo.gif) repeat-y;
}
h1{
color:Red;
font-size:72px;
}
h2{
color:Green;
font-size:48px;
}
h3{
color:red;
font-size:36px;
}
h4{
color:Green;
font-size:24px;
}
#topsymbols {
    margin-left: auto;
    margin-right: auto;
 }
#symboltopleft {

    float:left;
 }
#symboltopright {
    float:left;
 }
#symbolmain IMG{
    display: block;
    margin-left: auto;
    margin-right: auto;
 }
 #storename IMG{
    display: block;
    margin-left: auto;
    margin-right: auto;
 }
 #map IMG{
    display: block;
    margin-left: auto;
    margin-right: auto
 }

table td.spicy{
color:Red;
background: url(/images/Capsicum-2-icon16.png) no-repeat left top ;
padding-left: 1.2em;

} 

#chefsSpecial td{
 vertical-align:top;

}
.coupon{
 width:200px;
  height:200px;
 background: url(/images/coupon.gif) no-repeat ;
}
.couponfree{
 width:200px;
  height:200px;
 background: url(/images/free.gif) no-repeat ;
}
.black20{
 margin-bottom:0px;
    color: black;
    margin-left: auto;
    margin-right: auto;    
    font-size: 20px;
    text-align: center;
    font-weight:bold
}
.green24{
 margin-bottom:0px;
    margin-left: auto;
    margin-right: auto;
    color: Green;
    font-size: 24px;
    display: block;
    text-align: center;
    font-weight:bold
}
.green20{
 margin-bottom:0px;
    margin-left: auto;
    margin-right: auto;
    color: Green;
    font-size: 20px;
    display: block;
    text-align: center;
    font-weight:bold
}
.green18{
 margin-bottom:0px;
    color: Green;
    font-size: 18px;
    display: block;
    font-weight:bold
}
.green14{
 margin-top:0px;
    margin-left: auto;
    margin-right: auto;
    color: Green;
    font-size: 14px;
    display: block;
    text-align: center;
    font-weight:bold
}
.red24{
margin-bottom:0px;
    margin-left: auto;
    margin-right: auto;
    color: red;
    font-size: 24px;
    display: block;
    text-align: center;  
    font-weight:bold
}
.black8{
    margin-top:-3px;
    margin-left: auto;
    margin-right: auto;
    color: black;
    font-size: 9px;
    display: block;
    text-align: center;
    font-weight:bold
}
#couponlist li {
 display:inline;
 list-style-type:none;

 }
 table th{
 vertical-align:text-bottom;
  border:double 4px green;
   text-align:left;
   color:Green;
font-size:24px;
}
 

.priceright{
 text-align:right; 
  }
  
/*-------------------------------------------------------------------*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown{
padding: 0;
 margin-top:0;
width: 100%;
border-top: 5px solid #D10000; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 450px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 20px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

#grayout {
   position: fixed;
   left: 0px;
   top: 0px;
   height: 100%;
   width: 100%;
   background-color: black;
   opacity: 0.5;
   z-index: 9998;
}

#panda {
   position: fixed;
   left: 0px;
   top: 0px;
   height: 100%;
   width: 1000%;
   background: url(/images/PandaSign.png) no-repeat left top ;
   z-index: 9999;
}