﻿body 
{
    background-color:Black;
    font-family:Tahoma;
    font-size:10pt;
}
a 
{

	color: #4B3203;
	text-decoration:none;
	font-weight:bold;
}
a:hover 
{
	color: #990000;
	text-decoration:underline;
}
h1
{
    font-family:Arial;
    color:#333333;
    font-weight:bold;
    font-style:italic;
    font-size:11pt;
}
h2
{
    font-family:Arial;
    color:Black;
    font-weight:bold;
    font-style:italic;
    font-size:11pt;
}

#background
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:Black;
    text-align:center;
}
#center
{
    position:absolute;
    top:0px;
    width:97%;
    height:97%;
}
#layout
{
    /* margin-top:-325px; */
    margin-left:-478px;
    left:50%;
    top:10%;
    /* top:50%; */
    position: absolute;
    width: 957px;
    height: 650px;
    text-align: left;
}
#logo
{
    position:absolute;
    width:272px;
    height:135px;
    top:0px;
    left:0px;
    z-index:2;
}
#topFrame
{
    position:absolute;
    width:655px;
    height:32px;
    top:68px;
    left:272px;
    z-index:2;
}
#leftFrame
{
    position:absolute;
    width:28px;
    height:449px;
    top:135px;
    left:20px;
    z-index:2;
}
#rightFrame
{
    position:absolute;
    width:29px;
    height:516px;
    top:68px;
    left:927px;
    z-index:2;
}
#bottomFrame
{
    position:absolute;
    width:936px;
    height:30px;
    top:584px;
    left:20px;
    z-index:2;
}
#kitchens
{
    position:absolute;
    width:900px;
    height:150px;
    top:90px;
    left:39px;
    z-index:1;
}
#address
{
    position:absolute;
    width:85px;
    height:35px;
    top:1px;
    left:258px;  
    color:#857b7b;
    font-size:x-small; 
}
.leftPlaceholder
{
    position:absolute;
    width:250px;
    height:345px;
    top:240px;
    left:48px;
    background-color:White;
    z-index:3;
}
.rightPlaceholder
{
    position: absolute;
    width: 630px;
    height: 345px;
    top: 240px;
    left: 298px;
    background-color: White;
    z-index: 3;
}
.leftAdvertisement
{
    position:absolute;
    left:48px;
    height:345px;
    width:320px;
    top:240px;
    text-align:center;
    z-index:3;
    background-color:White;
    padding-top:10px;
}
.rightAdvertisement
{
    position:absolute;
    left:368px;
    height:345px;
    width:560px;
    top:240px;
    text-align:center;
    z-index:3;
    background-color:White;
    padding-top:10px;
}
#menu
{
    position:absolute; 
    width:620px; 
    height:140px; 
    left:300px; 
    z-index:1; 
    top:0px;
}
#menuTriggers
{
    position: absolute;
    width: 620px;
    height: 60px;
    left: 300px;
    z-index: 4;
    top: 30px;
}
#footer
{
    position:absolute;
    width: 936px;
    height:30px;
    left:20px;
    top:620px;
    text-align:center;
    color: #857b7b;
}
#footer a
{
    color: #857b7b;
}
#footer a:hover
{
    color: #990000;
	text-decoration:underline;
}

/* formatting classes */
.subHeaderGrey
{
    font-family:Arial;
    color:#333333;
    font-weight:bold;
    font-style:italic;
}
.menuImagePlacement
{
    position:absolute;
    left:-20px;
}
.menuAction
{
    position:absolute;
    top:0px;
    width:100px;
    height:60px;
    border:0;
}
