﻿body
{
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    background-color:rgb(240,240,240);
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-top:0.1em;
    margin-bottom: 1.1em;
    line-height: 1.4em;
}

/* HEADINGS
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{

    font-size: 1.2em;
    color:rgb(185,120,100);
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom:0.4em;
}

h1
{
    font-size: 1.3em;
}
h2
{
    padding: 0 0 0 0;
    margin: 0;
}
h3
{
    padding: 0 0 0 0;
    margin: 0;
    font-size: 1.2em;
}
h4
{
    padding: 0 0 0 0;
    margin: 0;
    font-size: 1.1em;
}
h5, h6
{
    padding: 0 0 0 0;
    margin: 0;
    font-size: 1em;
}



/* LAYOUT ELEMENTS */

.page
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top:0px;
/*    color: #4f4f4f; */
    color: #3f3f3f;
    font-size: .75em;

}

#topimages
{
    height:144px;
    width:980px;
    padding-top:20px;
/*    background-color:rgb(255,230,170); */
    background-color:rgb(185,120,100);
}

/* RW */
#topimages #sform
{
    position:relative;
    top:-142px;
    left:845px;
}

#topimages #sform input
{
    width:80px;
    height:18px;
    padding:2px;
    margin-top:0px;
    vertical-align:text-top;
    border:solid 3px rgb(185,120,100);
    color:Gray;    
}

#topimages #sform img
{
    vertical-align:text-top;
    border:solid 1px rgb(120,120,120);
}


#topimages #topimage
{
    height:100%;
    width:978px;
    border-left: solid 1px rgb(255,230,170);
    border-right: solid 1px rgb(255,230,170);
    border-bottom: solid 1px rgb(255,230,170);
    
}

#header
{
    background-color:rgb(255,230,170);
    position: relative;
    margin: 0px;
    padding: 0px;
    color: #000;
    padding: 0;
    margin:0;
    height:60px;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none; 

    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#logoarea
{
    float:left;
    width:150px;
    padding: 2px 10px 2px 20px;
/*    background-color:rgb(185,120,100); */
}
.logodivider, .logodivider5, .logodivider4, .logodivider3, .logodivider2, .logodivider1
{
    float:left;
    height:60px;
    background-color:rgb(185,120,100);
}
.logodivider {    margin-right:4px;    width:6px; } 
.logodivider1 {    margin-right:2px;    width:4px; } 
.logodivider2 {    margin-right:2px;    width:1px; } 
.logodivider3 {    margin-right:2px;    width:4px; } 
.logodivider4 {    margin-right:2px;    width:1px; } 
.logodivider5 {    margin-right:2px;    width:4px; } 


#main
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    min-height:25em;
/*    _height: 1px; */ /* only IE6 applies CSS properties starting with an underscrore */
}

#main_left{width:310px;}
#main_left_small{width:224px;}

#main_left, #main_left_small
{
    clear: both; 
    float:left;
    padding: 0px 10px 0px 0px;
    margin:10px 10px 10px 0px;
}

#main_left_up
{
    background-color: rgb(255,255,255);
    width:100%;
    min-height:16em;
    border:solid 1px rgb(255,230,170);
    overflow: hidden;
    margin-bottom:10px;
    padding: 8px 8px 8px 8px;
}

#main_left_down
{
    background-color: rgb(255,255,255);
    width:100%;
    min-height:16em;
    border:solid 1px rgb(255,230,170);
    overflow: hidden;
    padding: 8px 8px 8px 8px;
}

#main_middle {width:621px;}
#main_middle_small {width:456px;}
#main_middle, #main_middle_small
{
    background-color: rgb(255,255,255);
    min-height:48.4em;
    border:solid 1px rgb(255,230,170);
    clear:right;
    float:left;
    margin: 10px 0px 10px 10px;
    padding: 8px 8px 8px 8px;
}

#main_right
{
    width: 224px;
    background-color: rgb(255,255,255);
    min-height:48.4em;
    border:solid 1px rgb(255,230,170);
    clear:right;
    float:left;
    margin:10px 0px 10px 10px;
    padding: 8px 8px 8px 8px;
}



#main_fullwidth
{
    width:968px;
    background-color: rgb(255,255,255);
    min-height:40em;
    border:solid 1px rgb(255,230,170);
    clear:right;
    float:left;
    margin:10px 0px 10px 0px;
    padding: 5px 5px 5px 5px;
    }

#footer
{
    clear: both; 
    background-color:rgb(255,230,170);
    color: #000;
    margin:0;
    height:4em;
    padding: 12px 0px 0px 0px;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

#footer p
{
    padding:0px;
    line-height:5px;
    margin-top:0px;
}

/* TAB MENU   
----------------------------------------------------------*/
#menuarea
{
width:745px;
    padding:0px;
    margin:0px;
    text-align: right;
float:right;
    font-family: Arial, Helvetica, sans-serif;
}


ul#menu
{
width:740px;
height:20px;

    font-size:1.2em;
    font-weight: bold;

    display:inline-block;
    position: relative;
    top:5px;
    padding:0px;
    margin:0px 5px;
    text-transform:uppercase;
}

ul#menu li
{

    margin:0px;
padding:0px;
    display: inline;
    list-style: none;
}

ul#menu li a
{
    padding: 3px 12px 3px 12px;
margin:0px;
    text-decoration: none;
    color: rgb(255,255,255);

    background-color:rgb(185,120,100);

}

ul#menu li a:hover
{
    color: rgb(30,30,30);
}

ul#menu li a:active
{
    text-decoration: none;
}

ul#menu li.selected a
{
    color: rgb(30,30,30);
}





ul#submenu
{
width:740px;
height:20px;

    font-size:1.2em;
    font-weight: bold;

    display:inline-block;
    position: relative;
    padding:0px;
    margin:0px 5px;;
    top:14px;
    text-transform:uppercase;
}

ul#submenu li
{
    margin:0px;
    display: inline;
    list-style: none;
}

ul#submenu li a
{
    padding: 3px 7px 3px 7px;
    text-decoration: none;
    background-color: rgb(255,255,255);
    color:rgb(185,120,100);

}

ul#submenu li a:hover
{
    color: rgb(90,90,90);
}

ul#submenu li a:active
{
    text-decoration: none;
}

ul#submenu li.selected a
{
    color: rgb(90,90,90);
}



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* FOOD PAGE   
----------------------------------------------------------*/

#leftfoodpart
{
    margin-left:50px;
}

#leftfoodpart, #rightfoodpart
{
    width:442px;
    float:left;
    border:solid 1px rgb(185,120,100);
    padding-top:20px;
    margin-top:10px;
}


#leftfoodpart table, #rightfoodpart table
{
    width:380px;
    margin-left:30px;
    margin-bottom:20px;
    }   

td.price
{
    width:40px;
    text-align:right;
    vertical-align:text-top;
}

#leftfoodpart ul, #rightfoodpart ul
{
    margin:0px;
    /**margin:0px; */
    padding:0px;
}

#leftfoodpart li, #rightfoodpart li
{
    padding-left:0px;
    margin-left:20px;
    margin-top:0.1em;
    margin-bottom: 0.8em;
    line-height: 1.3em;
}

#leftfoodpart h2, #rightfoodpart h2
{
    text-transform:uppercase;
    margin-left: 35px;
}
#leftfoodpart h3, #rightfoodpart h3
{
    color: #7f7f7f;
    
}

/* RW */


/* CONTACT
----------------------------------------------------------*/
#form 
{
    margin: 0px 0px 0px 100px;
    width:750px;
/*    background-color:rgb(185,120,100);*/
}

.data #Name { width:500px;}
.data #Email { width:500px;}
.data #Phone { width:500px;}
.data #Address { width:500px;}
.data #Zip { width:120px;}
.data #City { width:372px;}

.row .label
{
    display:inline-block;
    width:200px;
    float:left;
    padding: 3px 8px 8px 8px;
    margin:0px;
    background-color:rgb(255,230,170);
}

.row .data 
{
    display:inline-block;
    width:510px;
    margin:0px;
    padding: 3px 8px 8px 8px;
    clear:both;
}

.rowsave
{
    width:100%;
    padding: 0px;
    margin: 0px;
    text-align:right;
}

.rowsave input
{
        margin: 8px 20px 0px 0px;

}

/* SEARCH
----------------------------------------------------------*/
.searchlabel
{
    display:inline-block;
    margin: 5px 5px 3px 5px;
    float:left;
}
.searchdata
{
    display:inline-block;
    margin: 3px 5px 3px 5px;
    float:left;
}

.search_head
{
    width:612px;
    margin: 0px 0px 0px 0px;
    padding: 3px 3px 10px 5px;
    background-color:rgb(255,230,170);
    font-size:1.2em;
    font-weight:bold;
    vertical-align:top;
}

.search_title
{
    display:inline-block;
    width:510px;
    float:left;
}

.search_rating
{
    margin-top:3px;
    display:inline-block;
    text-align:left;
    background-color:White;
    width:100px;
}

.search_innerratinglow,.search_innerratingmedium,.search_innerratinghigh 
{
    display:inline-block;
    height:100%;
}

.search_innerratinglow {    background-color:rgb(255,80,80); }
.search_innerratingmedium {    background-color:rgb(255,255,80); }
.search_innerratinghigh {    background-color:rgb(80,255,80); }

.search_text
{
    width:580px;
    padding: 5px 5px 15px 5px;
    font-style:italic;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
    margin-left:2em;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


