@charset "utf-8";
/* colors

E1904B
coral

97CB69
lt green

96D1D8
lt blue

028096
blue

025868
mid blue

005768
dk blue

4C3522
brown

FFCD05
yellow

*/

* {
    margin: 0;
    padding: 0;
}

header, nav, aside, footer {
   display:block;
}

body {
    background-color: #B0B0B0;
    background-image: url("graphics/dots.png");
    background-repeat: repeat;
    font-family: Tahoma,Trebuchet,Verdana,sans-serif;
    font-size: 16px;
    line-height: 1.55em;
    margin: 0;
    padding: 0;
    color: #000000;
}

a img {
    border: medium none;
}

a {
    color: #76BE43;
    text-decoration: none;
}

a:hover,
.text a:hover {
    text-decoration: underline;
}

a.anchor:hover {
    text-decoration: none;
}

header {
    background: url("graphics/stripes1.png") repeat;
    width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 25px 0 0 0;
}

header img {
    padding-bottom: 25px;
    width: 480px;
}

/*nav ul,
nav li,
.text ul,
.text li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}*/

nav ul,
nav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.text li {
    color: #005768;
}

.text {
    text-align: left;
    margin: 0 auto;
}

.text span {
    font-weight: bold;
}

/*.text ul {
    font-weight: bold;
    margin: 0 0 10px 0;
}*/

.text h1 {
    font-weight: normal;
    font-size: 26px;
    display: block;
    margin: 0;
    padding: 18px 15px 12px;
    color: #005768;
	line-height: 1.1;
    overflow: visible;
}

.text h1.summer {
    padding-left: 0;
}

.text h1 span {
    font-family: Tahoma,Trebuchet,Verdana,sans-serif;
    font-size: 15px;
    font-weight: normal;
    display: block;
    margin: 10px 0;
}

.text h1.page_title span {
    color: #FAA952;
}

.text h1.page_title {
    background-color: #000;
    color: #fff;
}

.text h1.adults span {
    color: #E1904B;
}

.text a {
    color: #005768;
    text-transform: uppercase;
    font-size: 14px;
}

.text p {
    margin: 0 0 10px 0;
}

.buy span {
	font-size: 14px;
}

.main_photo {
    width: 310px;
}

nav {
    background-color: #005768;
    color: #FFFFFF;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 960px;
}

nav a {
    color: #FFFFFF;
}

nav ul li {
    display: inline-block;
    padding: 0 5px;
}

nav ul li a {
    display: inline-block;
    margin: 0;
    padding: 9px 8px 9px;
}

nav ul li:hover > a {
    background-color: #E1904B;
}

nav ul li ul {
    background-color: #E1904B;
    box-shadow: 5px 5px 5px rgba(35, 35, 35, 0.75);
    display: none;
    font-size: 11px;
    padding: 5px 10px 10px;
    position: absolute;
    text-align: left;
    z-index: 999999;
}

nav ul li ul li {
    display: block;
    font-size: 13px;
    text-transform: none;
}

nav li:hover > ul {
    display: block;
}

nav ul li ul li a {
    color: #4C3522;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    text-transform: none;
}

nav ul li a:active {
    color: #4C3522;
}

nav ul li a:hover {
    color: #FFFFFF;
}

nav ul li ul li.sub a  {
    margin-left: 15px;
    font-size: 13px;
    line-height: 1;
    color: #FFFFFF;
}

nav ul li ul li.sub a:hover {
    color: #4C3522;
}

aside {
    width: 300px;
    float: left;
    text-align: center;
    padding-bottom: 25px;
}

aside a {
    color: #FFFFFF;
}

aside a h1:hover {
    color: #66C8C7;
}

aside h1 {
    font-family: 'Handlee', cursive;
    font-weight: normal;
    font-size: 30px;
    display: block;
    background-color: #028096;
    border-radius: 10px;
    margin: 25px 35px 5px;
    padding: 18px 15px 12px;
    color: #FFFFFF;
    text-align: left;
    -moz-box-shadow:
	    0px 1px 3px rgba(000,000,000,0.5),
	    inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow:
	    0px 1px 3px rgba(000,000,000,0.5),
	    inset 0px 0px 2px rgba(255,255,255,1);
    box-shadow:
	    0px 1px 3px rgba(000,000,000,0.5),
	    inset 0px 0px 2px rgba(255,255,255,1);
}

aside h3 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    padding: 3px 0 0 38px;
    display: block;
    width: 230px;
}

aside h3 {
    background: url("graphics/down_arrow.png") no-repeat 40px 6px;
}

aside a h3 {
    color: #4C3522;
}

aside a h3:hover {
    color: #666666;
}

aside h1.classes {
    background: #028096 url("graphics/chef.png") no-repeat 6px 32px;
    border-radius: 10px;
    margin: 25px 35px 5px;
    height: 205px;
}

.featured {
    border-top: 1px solid #028096;
    margin: 30px 35px 5px;
    padding-top: 10px;
}

.featured p {
    font-size: 20px;
}

.featured img {
    width: 230px;
}

.featured h2 {
    margin: 15px 0 10px;
    font-size: 27px;
}

a:hover .featured{
    color: #FFFFFF;
}

.featured p.ad2 {
    font-size: 18px;
}

.main {
    position: relative;
}

.menu_main ul,
.menu_main li {
    list-style-type: disc;
    margin-left: 5px;
    font-size: 12px;
    font-weight: normal;
}

.menu_main p {
    text-align: center;
}

.menu_main span {
    font-style: italic;
    font-weight: normal;
}

.menu_list {
	font-size: 12px;
	width: 180px;
	min-height: 230px;
	float: left;
	padding: 10px;
    line-height: 1.4;
}

.menu_list h2 {
    margin: 0;
    text-align: center;
}

.menu_list a {
    color: #4C3522;
    text-decoration: underline;
}

.menu_list a:hover {
    text-decoration: none;
				color: #FFFFFF;
}

.bg1 {
    background-color: #E1904B;
}

.bg2 {
    background-color: #97CB69;
}

.row1 {
    height: 322px;
}

.row2 {
    height: 265px;
}

h2 {
    font-size: 23px;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding-top: 18px;
}

h3 {
    font-size: 20px;
    margin: 15px 0;
}

h3 a {
    margin: 15px 0;
    display: block;
}

h3 a span {
    font-weight: normal;
}

h2.border_class {
    border-top: 1px solid #4C3522;
    padding-top: 15px;
}

.text h1.month_border {
    border-top: 1px solid #4C3522;
    margin: 20px 0 0 0;
}

.text h1.main_border {
    border-top: 5px solid #005768;
}

.text a h1 {
    text-transform: none;
    margin: 20px 0 0 0;
}

p {
    margin: 0;
}

.bottom_pineapple {
    position: absolute;
    bottom: -53px;
    left: 429px;
    z-index: 100;
}

footer {
    clear: both;
    text-align: center;
    background-color: #005768;
    padding: 60px 0 20px;
    border-top: 8px solid #E1904B;
    font-size: 13px;
    color: #66C8C7;
    position: relative;
}

footer a {
    color: #FFFFFF;
}

footer a:hover {
    color: #97CB69;
}

.comments span {
    font-style: italic;
    font-weight: normal;
}

.comments a,
.order a,
.gift_txt a,
.mail a,
.menu_main a {
    text-transform: none;
    font-size: 15px;
}

.menu_main a {
    font-size: 20px;
}

.links {
    font-size: 16px;
}

.cookie_main {
    width: 800px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    padding: 30px 0;
}

.cookie_main span {
    font-weight: bold;
}

.cookie_main a {
    text-decoration: underline;
    color: #005768;
}

.cookie_main a:hover {
    color: #FFFFFF;
    text-decoration: none
}

.cookie_intro {
    font-size: 16px;
    padding: 0 0 15px 0;
    line-height: 1.55;
}

.cookie_main h1 {
    font-family: 'Handlee', cursive;
    font-weight: normal;
    font-size: 30px;
    display: block;
    background-color: #028096;
    border-radius: 10px;
    margin: 0 0 15px 0;
    padding: 18px 15px 12px;
    color: #FFFFFF;
    text-align: center;
}

.cookie_main p {
    line-height: 1.2;
}

.cookie_intro p {
    line-height: 1.55;
}

.menu_item {
    width: 360px;
    float: left;
    text-align: left;
    padding: 20px;
}

/*
table {
	font-size: 9pt;
	padding: 3px;
	color: rgb(60,36,1);
	margin: 0 auto;
    line-height: normal;
    width: 800px;
}
*/

table.pp {
    width: auto;
    float: left;
}



.fb {
    position: absolute;
    left: 35px;
    top: 13px;
}

.fl_rt {
    float: right;
    padding: 10px 0 10px 10px;
}

.fl_lft {
    float: left;
    padding: 0;
}

.clear_rt {
    clear: right;
}

.clear_lft {
    clear: left;
}

.clearfix {
    clear: both;
}

.text p.no_border {
    border: none;
}

.view_cart {
    float: right;
    margin-bottom: 15px;
}

select {
    padding: 5px 10px 5px 5px;
    font-size: 12px;
    color: #005768;
    margin: 0 10px 10px 0;
}



.road {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 25px;
    color: #005768;
}

.road h2, .road p {
    margin: 0;
}

.road h2 {
    margin-bottom: 10px;
    font-size: 26px;
}

.classes_list li {
    margin-bottom: 25px;
}

.classes_list input {
    margin-top: 10px;
}





