﻿body
{
   margin: 0;
   padding: 0;
   line-height: 1.5em;
   background: #eef1fa url(../Layout/html_bg.jpg) no-repeat top;
   color:#000;
}

a {color:white;}

b
{
   font-size: 110%;
}
em
{
   color: red;
}

#maincontainer
{
   width: 800px; /*Width of main container*/
   margin: 0 auto; /*Center container on page*/
}

#topsection
{
   background: #EAEAEA;
   height: 160px; /*Height of top section*/
}

#topsection h1
{
   margin: 0;
   padding-top: 15px;
   
}

#contentwrapper
{
   float: left;
   width: 100%;
   min-height:400px;
}

#contentcolumn
{
   margin-left: 200px; /*Set left margin to LeftColumnWidth*/
   max-height:400px;
   overflow-y:auto;
   overflow-x:hidden;
   position:relative;
   padding-left:10px;
}

#leftcolumn
{
   float: left;
   width: 200px; /*Width of left column*/
   margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
   /*background: #C8FC98;*/
   min-height:400px;
   text-transform:capitalize;
   
}

#footer
{
   clear: left;
   width: 100%;
   text-align: center;
   padding: 4px 0;
   font-size:11px;
}

#footer a
{
   color: #FFFF80;
   
}
.contact-detail {
   text-transform:lowercase;
}

.innertube
{
   margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
   margin-top: 0;
}

h1 {
    font-size:110%;
   margin:0;
   padding:0;
}


/** menu layout **/
.menu-head .head { font-weight:bold;}

.menu-head .desc {
   font-style:italic;
   
}
.menu-item .price {
    width:10%;
    font-size:smaller;
}

.menu-item .item-desc
{
    width:80%;
    font-size:smaller;
  
}

#copyright
{
   border: 0px solid white;
   position: absolute;
   width: 100px;
   text-align: right;
   height: 20px;
   margin: 0px 0 0 350px;
}

#copyright a 
{
   outline:none;
   display:block;
   width:97px;
   height:24px;
   background:#EEF1FA url('../Images/our_logo.gif') no-repeat;   
}

#copyright a:hover 
{
   background:#EEF1FA url('../Images/we_made_this.gif') no-repeat; 
}

