body {
       background-color: #000000;
       background-size: cover;
       background-repeat: no-repeat;
       background-attachment: fixed;
       background-position: center;
    }
img {
  border:0;
}
table {
   border-collapse: collapse;
}

/*BEGINNING OF NEW STUFF*/

/* Main menu settings */
#centeredmenu {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   border-bottom:0px solid #000; /* black line below menu */
   width:100%;
   font-family:Verdana, Geneva, sans-serif; /* Menu font */
   font-size:120%; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:.6em .5em .4em;
   font-size:1em;
   line-height:1em;
   background:#F62217;
   text-decoration:none;
   color:#000000;
   font-weight:bold;
   border-bottom:1px solid #000;
}
#centeredmenu ul li.active a {
   color:#FFF;
   background:#000;
}
#centeredmenu ul li a:hover {
   background:#4CC417; /* Top menu items background colour */
   color:#000000;
   border-bottom:1px solid #03f;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#4CC417; /* Top menu items background colour */
   color:#000000;
   border-bottom:1px solid #03f;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:.8em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#eee;
   color:#444;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#36f; /* Sub menu items background colour */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}

/*END OF NEW STUFF*/


p {
  line-height: 100%;
}
body {
    font-size: 12pt;
    font-family: Calibri; 
    color: #336600;
}

p.small {line-height:90%; font: 10pt 'Tahoma'; color: #336600;}
p.medium {line-height:90%; font: 12pt 'Tahoma'; color: #8BB381;}

H1 {
    font-family: Palatino, serif; 
    font-size: 34pt; 
    color: #B87333;
}
H2 {
    font-size: 28pt;
    font-family: Verdana, Trebuchet, sans-serif; 
    color: #8BB381; 
    text-decoration: none;
}
H3 {
    font-size: 16pt;
    font-family: Georgia, Verdana, Trebuchet, sans-serif; 
    color: #C0C0C0; 
    display: inline;
    text-decoration: none;
}
H4 {
    display: inline;
    font-size: 20pt;
    font-family: Georgia, Verdana, Trebuchet, sans-serif; 
    color: #000000; 
}
H5 {
    font-size: 22pt;
    font-family: Verdana, Trebuchet, sans-serif; 
    color: #FFFFFF; 
   text-shadow: 3px 3px 8px red;
}
p.head {
    font-size: 88pt;
    font-family: Verdana, Trebuchet, sans-serif; 
    color: #FFFFFF; 
    text-decoration: none;
    text-shadow: 3px 3px #000000;
}
p.restaurantlist {
    font-size: 24pt;
    font-family: Verdana, Trebuchet, sans-serif; 
    color: gold; 
   text-shadow: 3px 3px 8px red;
 text-decoration: underline;
  display: inline;
}
p.product {
    font-size: 20pt;
    font-family: Georgia, Verdana, Trebuchet, sans-serif; 
    color: #800000; 
    text-decoration: none;
    font-weight:bold;
}

p.smalltext {
    font-size: 12pt;
    font-family: Tahoma, serif; 
    line-height: 14pt;
    color: #336600;
}
p.smalltextrd {
    font-size: 12pt;
    font-family: Tahoma, serif; 
    line-height: 14pt;
    color: #F44545;
}
p.smalltextwt {
    font-size: 12pt;
    font-family: Tahoma, serif; 
    line-height: 14pt;
    color: #FFFFFF;
    display: inline;
}
p.smalltextred {
    font-size: 12pt;
    font-family: Georgia, Verdana, Trebuchet, sans-serif; 
    color: #F44545; 
    text-decoration: none;
    display: inline;
    overflow:hidden; 
    white-space: nowrap; 
}
p.largetext {
    font-size: 16pt;
    font-family: Verdana, Trebuchet, sans-serif; 
    color: #000000; 
    text-decoration: none;
}
p.largetextrd {
    font-size: 16pt;
    font-family: Verdana, Trebuchet, sans-serif; 
    color: #F44545; 
    text-decoration: none;
}
 p.blacksmalltext{
    font-size: 14pt;
    font-family: Tahoma, serif; 
    line-height: 14pt;
    color: #FFFFFF;
    display: inline;
    overflow:hidden; 
    white-space: nowrap; 
 }
 p.blacksmtext{
    font-size: 14pt;
    font-family: Tahoma, serif; 
    line-height: 16pt;
    color: #000000;
    display: inline;
    overflow:hidden; 
    white-space: nowrap; 
 }
p.catstyle{
    font-size: 18pt;
    font-family: Tahoma, serif; 
    font-weight: bold;
    color: #FFF;
    display: inline;
}
p.descrip{
    font-size: 14pt;
    font-family: Tahoma, serif; 
    color: #FFF;
    display: inline;
 }
li.employment{
    font-size: 14pt;
    font-family: Tahoma, serif; 
    line-height: 14pt;
    color: #FFFFFF;
}
p.footer {
    font-size: 16pt;
    font-family: Calibri, sans-serif; 
    color: #FFFFFF; 
    font-style: italic;
   -webkit-text-stroke-width: 0.5px;
   -webkit-text-stroke-color: #000000;
    text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
a.footer1:hover, a.footer1:active {
  font-size: 16pt;
  font-family: Calibri, sans-serif; 
  background-color: #FFFFFF; 
  text-decoration: none;
}
a.footer1:link, a.footer1:visited {
  font-size: 16pt;
  font-family: Calibri, sans-serif; 
  color: #FFFFFF; 
  text-decoration: none;
}
p.date {
    font-size: 20pt;
    font-family: Georgia, sans-serif;
    color: #000000; 
    text-shadow: #FFFF00 0.1em 0.1em 0.2em;
}
p.price {
    font-size: 18pt;
    font-family: Impact; 
    color: #000000;
}
p.mangia {
    font-family: 'Kaushan Script';
    font-size: 20pt;
    color: #2EFE2E;
}
p.menu {
    display: inline;
    font-family: 'Kaushan Script';
    font-size: 18pt;
    text-decoration: underline;
    color: #F44545;
}
ul.menu {
    font-family: 'Kaushan Script';
    font-size: 18pt;
    font-style: italic;
    color: #000000;
}
ul.catering {
    font-family: 'Kaushan Script';
    font-size: 14pt;
    font-style: italic;
    color: #F44545;
}
a.nav1:link, a.nav1:visited {
  font-size: 24pt;
  font-family: Playfair Display, Helvetica, Arial, sans-serif; 
  color: #FFFFFF; 
  text-decoration: none;
}
a.nav1:hover {
  font-size: 24pt;
  font-family: Playfair Display, Helvetica, Arial, sans-serif; 
  background-color: olive; 
  text-decoration: none;
}
a.nav1:active {
  font-size: 24pt;
  font-family:Playfair Display,  Helvetica, Arial, sans-serif; 
  color: #B87333; 
  background-color: #000000; 
  text-decoration: none;
}
a.sister:link, a.sister:visited {
  font-size: 16pt;
  font-family: Helvetica, Arial, sans-serif; 
  color: #FFFFFF; 
  text-decoration: none;
}
a.sister:hover {
  font-size: 16pt;
  font-family: Helvetica, Arial, sans-serif; 
  background-color: #000000; 
  text-decoration: none;
}
a.sister:active {
  font-size: 16pt;
  font-family: Helvetica, Arial, sans-serif; 
  color: #B87333; 
  background-color: #000000; 
  text-decoration: none;
}
a.nav2:link, a.nav2:visited {
  font-size: 18pt;
  font-family: Georgia, serif; 
  color: #0000A0; 
  text-decoration: none;
}
a.nav2:hover, a.nav2:active {
  font-size: 18pt;
  font-family: Georgia, serif; 
  background-color: #54C571; 
  text-decoration: none;
}
a.cnav:link, a.cnav:visited {
  font-size: 14pt;
  font-family: Trebuchet MS; 
  color: #FFFFFF; 
  text-decoration: none;
}
a.cnav:hover, a.cnav:active {
  font-size: 14pt;
  font-family: Trebuchet MS; 
  background-color: #54C571; 
  text-decoration: none;
}
a.nobg:link, a.nobg:visited, a.nobg:hover, a.nobg:active {
  background-color: none; 
  text-decoration: none;
}
a:link, a:visited {
  font-size: 34pt;
  font-family: Trebuchet MS; 
  color: #000080; 
  text-decoration: none;
}
a:hover, a:active {
  font-size: 34pt; 
  font-family: Trebuchet MS; 
  color: #FFFFFF; 
  text-decoration: none;
}

a.footer:link, a.footer:visited {
  font-size: 12pt;
  font-family: Trebuchet MS; 
  color: #000000; 
  text-decoration: none;
}
a.footer:hover, a.footer:active {
  font-size: 12pt; 
  font-family:Trebuchet; 
  background-color: #FDD017; 
  text-decoration: none;
}
a.topm:link, a.topm:visited {
  font-size: 14pt;
  font-family: Georgia, serif; 
  color: #FFFFFF; 
  text-decoration: none;
}
a.topm:hover, a.topm:active {
  font-size: 14pt;
  font-family: Georgia, serif; 
  background-color: #54C571; 
  text-decoration: none;
}
div.gimg {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

div.gimg:hover {
    border: 1px solid #777;
}

div.gimg img {
    width: 100%;
    height: auto;
}

div.gdesc {
    padding: 15px;
    text-align: center;
}
.FormDiv {
    background-color: #FFFFFF;    
  text-align: center;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 70%;   
}
.SignupDiv {
    background-color: #FFFFE0;    
  text-align: center;
  padding-top: 1px;
  padding-bottom: 3px;
  width: 45%;   
}