﻿
body
{
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(images/bg.gif);
    background-repeat: repeat-y;
    background-position: top;
    background-color: #a1807d;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}


/***************************/
/*****  Cart Background  ***/
/***************************/
.whitebody
{
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(images/invis.gif);
    background-color: Transparent;
    margin: 0;
    background-repeat:repeat;
    padding: 0;
    font-size: 0.8em;
}
 

/*************************/
/*****  PAGE CONTENT *****/
/**************************/

#container
{
    padding: 26px 0px 0px 0px;
    margin: 0px;
    width: 768px;

}

.innertable
{
    border:solid 1px #3D5C29;
    background-color: #243968;
}


/********************/
/*****  CELLS   *****/
/********************/


.paddedCell
{
    border: double #3D5C29 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 0.8em;
    font-weight: bolder;
}

.paddedCell a
{
    color: #3D5C29;
}

.paddedCell a:hover
{
    color: #a1807d;
}

.paddedCellAlt
{
    border: #3D5C29 1px;
    background-image: url(images/AltContentBG.jpg);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 0.8em;
    font-weight: bolder;
}

.paddedCellAlt a
{
    color: #d5630d;
}

.paddedCellAlt a:hover
{
    color: #9ba6a7;
}


.paddedCellHead
{
    border: #FF6600 1px;
    background-color: #e3975d;
    background-image: url(images/HeaderBG.jpg);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #000;
}

.paddedCellHead a
{
    color: white;
}

.paddedCellHead a:hover
{
    color: black;
}

.paddedCellHeadAlt
{
    border: #FF6600 1px;
    background-color: #fff;
    background-image: url(images/AltHeaderBG.jpg);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 1em;
    font-weight: bolder;
    color: #000;
}

.paddedCellHeadAlt a
{
    color: white;
}

.paddedCellHeadAlt a:hover
{
    color: black;
}


/**************************/
/*****      Header    *****/
/**************************/


.headAddress
{
    font-size: 1em;
      color: #a1807d;
}


/**************************/
/*****      Footer    *****/
/**************************/

.footer
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 0.8em;
    font-weight: bolder;
}

.footer a
{
    color: #d5630d;
}

.footer a:hover
{
    color: #9ba6a7;
}

/**************************/
/*****      MENU      *****/
/**************************/

.menuDishName
{
    color: #7d0f1a;
    border: #FF6600 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    background-image: url(images/ContentBG.jpg);
}

.menuDishName a
{
    color: #7d0f1a;
}

.menuDishName a:hover
{
    color: red;
}
      
.menuDescription
{
    border: #FF6600 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 0.8em;
    color: black;
    background-image: url(images/ContentBG.jpg);
}
        
.menuPrice
{
    border: #FF6600 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 0.8em;
    font-weight:bolder;
    color: #7d0f1a;
    background-image: url(images/ContentBG.jpg);
}

.menuPrice a
{
    color: #7d0f1a;
}

.menuPrice a:hover
{
    color: red;
}

.menuCart
{
    border: #FF6600 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 0.8em;
    font-weight:bolder;
    color: #7d0f1a;
    background-image: url(images/ContentBG.jpg);
}

.menuCart a
{
    color: #7d0f1a;
}

.optionsDishName
{
    font-size: 1.2em;
    color: #243968;
    font-weight: bold;
    background-image: url(images/ContentBG.jpg);
}

.optionsDescription
{
    font-size: 0.8em;
    color: black;
    font-style : italic;  
}

.optionsPrice
{
    font-size: 0.8em;
    color: red;
}



/**************************/
/*****   NAVIGATION   *****/
/**************************/

div#navbar{
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight:bold;
    }

ul#nav, ul#nav li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#nav{
    margin-left: 40px;
    width: 760px;
}

ul#nav li{
    float: left;
    margin-right: 4px;
    text-align: center;
    
}

ul#nav a{
    float: left;
    width: 10em;
    padding: 8px 2px 8px 2px;
    text-decoration: none;
    color: #000;    
    background-image: url(images/HeaderBG.jpg);
    border: solid 2px #3D5C29;
}

ul#nav a:hover{
    color: #A9C09A;
         
}

ul#nav li.activelink a, ul#nav li.activelink a:hover{
    color: #47a73b;
    border: solid 2px #47a73b;
   background-image: none;
}


/**************************/
/*****      FONTS     *****/
/**************************/


.two_text
{
    font-size: 2em;
    color: #3D5C29;
}

.two_text a
{
    color: #3D5C29;
}

.two_text a:hover
{
    color: #3D5C29;
}

.onepoint5_text
{
    font-size: 1.5em;
    color: #AAA;
}

.onepoint5_text a
{
    color: #3f4849;
}

.onepoint5_text a:hover
{
    color: #9ba6a7;
}

.onepoint25_text
{
    font-size: 1.25em;
    color: #000;
}

.onepoint25_text a
{
    color: #3f4849;
}

.onepoint25_text a:hover
{
    color: #9ba6a7;
}

.onepoint1_text
{
    font-size: 1.1em;
    color: #666;
}

.onepoint1_text a
{
    color: #3f4849;
}

.onepoint1_text a:hover
{
    color: #9ba6a7;
}

.one_text
{
    font-size: 1em;
      color: #000;
}

.one_text a
{
    color: #000;
    text-decoration: none;
}

.one_text a:hover
{
    color: white;
}


.point9_text
{
    font-size: 0.9em;
    color: #000000;
}

.point9_text a
{
    color: #3f4849;
}

.point9_text a:hover
{
    color: #9ba6a7;
}

.point75_text
{
    font-size: 0.75em;
    color: #000000;
}

.point75_text a
{
    color: #3f4849;
}

.point75_text a:hover
{
    color: #9ba6a7;
}

.point5_text
{
    font-size: 0.7em;
    color: #3f4849;
}

.point5_text a
{
    color: #3f4849;
}

.point5_text a:hover
{
    color: #9ba6a7;
}

.bold
{
    font-weight: bold;
}
