﻿
body
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #777676;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    color: #FFF;
    text-align:center;
    background-image: url(images/jaggy.jpg);
}

#form1
{
    background-color: #191718;
    margin: 0 auto;
    width: 1000px;
    text-align:center;

}

/***************************/
/*****  Cart Background  ***/
/***************************/
.whitebody
{
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(images/invis.gif);
    margin-bottom: 15px;
    padding-top: 20px;
    font-size: 0.8em;
    background-color: Transparent;
}
 

/*************************/
/*****  PAGE CONTENT *****/
/**************************/

#container
{
    margin-top: 20px;
    width: 1000px;
    margin:0 auto;
    background-image: url(images/footBG.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}


.innertable
{

}

#wrapper
{
    background-image: url(images/topBG.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: auto;
}

/********************/
/*****  CELLS   *****/
/********************/


.paddedCell
{
    border-bottom: solid #ff2400 1px; /* #670808 */
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 0.8em;
}

.paddedCell a
{
    color: #d5630d;
}

.paddedCell a:hover
{
    color: #9ba6a7;
}

.paddedCellAlt
{
    border: soid #670808 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 0.8em;
    font-weight: bolder;
    background-color: #670808;
}

.paddedCellAlt a
{
    color: #d5630d;
}

.paddedCellAlt a:hover
{
    color: #9ba6a7;
}


.paddedCellHead
{
    border: #f70000 1px;
    background-image: url(images/Scroll.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #ffc700; /* #E03E29; */
}

.paddedCellHead a
{
    color: #B93F28;
}

.paddedCellHead a:hover
{
    color: #FFF;
}

.paddedCellHeadAlt
{
    border: #f70000 1px;

    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 1em;
    font-weight: bolder;
    color: #FFF;
}

.paddedCellHeadAlt a
{
    color: white;
}

.paddedCellHeadAlt a:hover
{
    color: black;
}


/**************************/
/*****      Header    *****/
/**************************/


.headAddress
{
    font-size: 1em;
      color: #E16E03;
}


/**************************/
/*****      Footer    *****/
/**************************/

.footer
{
    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;
}

.footer a
{
    color: #d5630d;
}

.footer a:hover
{
    color: #9ba6a7;
}



/**************************/
/*****      MENU      *****/
/**************************/

.menutable
{
width: 700px;
}

.menuDishName
{
    color: #f70000; /* original -> color: #BD0000; */
    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;
    border-bottom: solid #ff7f00 1px; /* #4C050C */
}

.menuDishName a
{
    color: #f70000;
}

.menuDishName a:hover
{
    color: #FFF;
}
      
.menuDescription
{
    border: #FF6600 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 0.8em;
    color: #fff;
    border-bottom: solid #ff7f00 1px;
}
        
.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: #ffd700;
    border-bottom: solid #ff7f00 1px;
}

.menuPrice a
{
    color: #f70000;
}

.menuPrice a:hover
{
    color: #ff0800; /*original -> color: #B52229; */
}

.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: #f70000;
    border-bottom: solid #ff7f00 1px;
}

.menuCart a
{
    color: #f70000;
}

.optionsDishName
{
    font-size: 1.2em;
    color: #f70000; /* #BD0003; */
    font-weight: bold;
}

.optionsDescription
{
    font-size: 0.8em;
    color: #fff;
    font-style: italic;
     
}

.optionsPrice
{
    font-size: 0.8em;
    color: #ffd700; /* #ff0800; */
}


/**************************/
/*****   NAVIGATION   *****/
/**************************/

div#navbar{
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    }



ul#nav, ul#nav li{

    list-style-type: none;
    margin: 0px;
    padding: 0;


}

ul#nav{
   
    width: 1000px;
    background-image: url(images/navback.png);
    padding-left: 35px;
}

ul#nav li{
    float: left;
    text-align: center;

}

ul#nav a{
    float: left;
    width: 6.2em;
    padding: 10px 0px 10px 0px;
    text-decoration: none;
    color: #FFF;
    background-image: url(images/navback.png);
}

ul#nav a:hover{

  
    background-image: url(images/navbackH.png);
}

ul#nav li.activelink a, ul#nav li.activelink a:hover{

    background-image: url(images/navbackH.png);
  }


/**************************/
/*****      FONTS     *****/
/**************************/


.two_text
{
    font-size: 1.5em;
    color: #ffd700;
}

.two_text a
{
    color: #3f4849;
}

.two_text a:hover
{
    color: #9ba6a7;
}

.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: #FFF;
}

.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: #CD8A0D;
}

.one_text
{
    font-size: 11px;
      color: #ffc700; /* #84631F; */
}

.one_text a
{
    color: #ffc700;
    text-decoration: none;
}

.one_text a:hover
{
    color: ff7f00; /*#CD8A0D;*/
}


.point9_text
{
    font-size: 0.9em;
    color: #FFF;
}

.point9_text a
{
    color: #3f4849;
}

.point9_text a:hover
{
    color: #9ba6a7;
}

.point75_text
{
    font-size: 0.75em;
    color: #ff0800;
}

.point75_text a
{
    color: #ffd700;
}

.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;
}

.checkoutbutton
{

    font-size: 14px;
}

.galleryPik
{
    margin: 5px;
    border: 2px solid red;
    text-align:center;

}

/***************************/
/*****  Slideshow        ***/
/***************************/

#slideshow {
    position: relative;
    height:361px;
    text-align: center; 
    margin-bottom: 20px;
    left: 570px;    
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 361px;
    text-align: center; 
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 361px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

.review
{
   padding-bottom: 5px;
   color : #ffd700;
   font-size: 1.2em; 
}

.reviewer
{
   padding-bottom: 15px;
   color : #F00;
}



/***************************/
/*****  HOMEPAGE         ***/
/***************************/


#hometext
{
        position: relative;
        width: 950px;
}

#homeleft {
        position: absolute;
        width: 552px;
        background-image: url(homepage/homeLeftTop.png);
        background-repeat: no-repeat;
        background-position: center top;
        padding-top: 60px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        text-align: left;
}

#threeBoxes {
	position:relative;
	left:0px;
	top:0px;
	width:991px;
	height:181px;
}

#slice1 {
	position:absolute;
	left:0px;
	top:0px;
	width:338px;
	height:181px;
        background-image: url(homepage/Slice1.jpg);
}

#Slice1 a:hover
{
        background-image: url(homepage/Slice1_over.jpg);
	background-position: 0 -1;
}

.slice1link {
	width:338px;
	height:181px;
        display: block;
} 



#slice2 {
	position:absolute;
	left:338px;
	top:0px;
	width:325px;
	height:181px;
        background-image: url(homepage/Slice2.jpg);
}

#Slice2 a:hover
{
        background-image: url(homepage/Slice2_over.jpg);
	background-position: 0 -1;
}

.slice2link {
	width:325px;
	height:181px;
        display: block;
} 

#slice3 {
	position:absolute;
	left:663px;
	top:0px;
	width:328px;
	height:181px;
        background-image: url(homepage/Slice3.jpg);
}

#Slice3 a:hover
{
        background-image: url(homepage/Slice3_over.jpg);
	background-position: 0 -1;
}

.slice3link {
	width:328px;
	height:181px;
        display: block;
} 



