body {
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: small;
    background: #ccc url(img/bg_page.gif) repeat;
    color: #000;
    text-align: center;
}
a {
    text-decoration: none;
    color: #660000;
    background-color: inherit;
}

a:hover {
    text-decoration: underline;
    color: #990000;
    background-color: inherit;
}
h4 {
    padding: 0;
    margin: 0;
}
td {
    vertical-align: top;
}

/* ----------------------------------------------------- */
#wrap {
    position: relative; /* for safari sidebar logo centering */
    max-width: 900px;
    min-width: 770px;
    margin: 0 auto;
    font-size: 98%;
    text-align: left;
    border: 2px solid #ffcc66;
    background: transparent url(img/bg_col.gif) repeat-y 28% 0;
}
/* ----------------------------------------------------- */
#header {
    height: 30px;
    padding-left: 150px;
    background: transparent url("img/bg_tile.gif") repeat;
    border-bottom: 2px solid #ffcc66;
    text-align: center;
} 
#subheader {
    height: 30px; 
    /*padding-left: 25%;*/
    padding-left: 185px;
    background: transparent url("img/bg_header.gif") repeat;
    border-bottom: 2px solid #ffcc66;
    text-align: center;
}
#logo {
    width: 28%;
    max-width: 252px;
    position: absolute;
    text-align: center;
    margin-top: -20px;
}
#logo img {
    border: 0;
}
.navmenu {
    list-style-type: none;
    margin: 0;
    padding: 7px 0px 5px 0px;
    font-weight: bold;
    font-size: 95%;
}
.navmenu ul,.navmenu li {
    display: inline;
    padding: 0px 15px; /* spacing */
    /*padding: 0px 1%; [> spacing <]*/
    background-color: inherit;
    color: #ff9900;
}
.navmenu a, .navmenu ul {
    color: #fff;
    background-color: inherit;
    text-decoration: none;
}
.navmenu a:hover {
    color: #ffcc66;
    background-color: inherit;
    text-decoration: underline;
}
/* ----------------------------------------------------- */
#content {
    float: right;
    width: 72%;
    font-size: 95%;
    line-height: 1.2em;
    color: #330033;
    background-color: inherit;
}
#content h1 {
    color: #660000;
    background-color: inherit;
    font-size: 180%;
    line-height: 100%;
    padding: 0;
    margin: 5px 0 10px 0;
}
#content p {
    padding: 5px 0 5px 0;
    margin: 0;
}
#content a img {
    border: 0;
}
/* ----------------------------------------------------- */
.rates {
    width: 100%;
    margin-bottom: 30px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    font-size: 95%;
}
.rates th {
    border-bottom: 1px solid #333;
    background: #330066 url("img/bg_tile.gif") repeat;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    padding: 5px 5px 7px 5px;
    text-align: left;
}
.rates td {
    border-bottom: 1px solid #999;
    padding: 4px;
    vertical-align: top;
    color: #000;
}
.tvs {
    text-align: center;
}
.demos {
    width: 96%;
}
.demos td {
    width: 50%;
    vertical-align: top;
    border: 1px solid #666;
    padding: 10px;
}
.demos ul {
    margin: 5px 0 0 0;
    padding: 0;
}
.demos li {
    margin: 0 2px 10px 20px;
}
.demos h3 {
    color: #660000;
    background-color: inherit;
    margin: 0 0 5px 5px;
    font-size: 120%;
    line-height: 120%;
}
.packages h3 {
    margin: 2px 0 0 0;
}
#content .packages p {
    margin: 2px 0 2px 0;
    padding: 0;
}
.demos h4 {
    color: #660000;
    background-color: inherit;
    margin: 0 0 5px 0;
    font-size: 100%;
    line-height: 120%;
}
/* ----------------------------------------------------- */
#sidebar {
	float: left;
	width: 28%;
}
#sidebar h2, #sidebar h3 {
    color: #ffcc66;
    background-color: inherit;
    margin: 0;
}
#sidebar h2 {
    font-size: 150%;
}
#sidebar h3 {
    font-size: 110%;
}
#textlinks {
    /*float: right;*/
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}
#textlinks h4 {
    font-weight: bold;
    font-size: 100%;
}
#textlinks a {
    color: #660000;
    background-color: inherit;
}
#textlinks a:hover {
    color: #990000;
    background-color: inherit;
}
#footer {
	clear: both;
}
#footer p {
    padding: 0 1% 0 30%;
    font-size: 80%;
}
/* ----------------------------------------------------- */
#content .gutter {
	padding: 5px 15px 15px 15px;
}
#sidebar .gutter {
    text-align: center;
    margin-top: 162px; /* clear the logo */
}
/* ----------------------------------------------------- */
.box { 
	margin: 0 0 20px 0;
}
.box img {
    border: 1px solid #999966;
}
/* ----------------------------------------------------- */
.tacenter {
    text-align: center;
}
#sig {
    text-align: right;
    margin: 10px 50px 0 0;
}
/* ----------------------------------------------------- */
/* restaurants page */
.rest {
    border: 1px solid #999966;
    padding: 7px;
    width: 95%;
    margin: 10px 0 30px 0;
    line-height: 115%;
}
.restlogo {
    float: right;
    position: relative;
    top: -25px;
    left: -5px;
}
.restphoto {
    float: left;
    margin-bottom: 5px;
}
.rest h2 {
    margin: 0 0 2px 0;
    font-size: 180%;
    line-height: 100%;
    color: #660000;
    background-color: inherit;
    clear: left;
}
.rest p {
    padding: 0;
    margin: 0;
}
.rest img {
    border: 0;
}
/* ----------------------------------------------------- */
.boxme {
    border: 2px solid #ffcc66;
    background: transparent url("img/bg_tile.gif") repeat;
    color: #ffcc66;
    padding: 7px;
    margin-top: 5px;
    width: 90%;
}
#content .boxme p {
    padding: 0;
    margin: 0 0 7px 0;
}
#content .boxme h3 {
    padding: 0;
    margin: 0 0 7px 0;
    line-height: 120%;
}
#content .boxme h4 {
    background-color: #663366;
    padding: 4px 0 4px 2px;
    margin-bottom: 2px;
}

.redtext {
    color: #660000;
}
.spacer {
    margin: 20px;
}
#tip ul {
    padding: 0 0 0 20px;
    margin: 0;
}
#tip li h3 {
    margin: 10px 0 0 0;
}


.breaker {
    padding: 5px 0 5px 2px;
    background-color: #999966;
}
.recipe {
    background-color: #cccc99;
    width: 95%;
    border: 2px solid #666;
    margin: 5px 0 30px 0;
    padding: 2px 5px 5px 5px;
}
.recipe h2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 150%;
    line-height: 100%;
}
.tdrow1 {
    background-color: #ccc;
}
.tdrow2 {
    background-color: #eee;
}
.nopad {
    margin-left: 0;
    padding-left: 20px;
}
.nofingpad {
    margin: 0;
    padding: 0 0 0 20px;
}
.gb {
    border: 2px solid #660066;
}

/* ----------------------------------------------------- */
/*reach us page*/
#swrap {
    position: absolute;
    left: 30%;
    top: 16%;
}
#state {
    position: absolute;
    top: 235px;
    left: 300px;
}
#contacts {
    position: absolute;
    top: -5px;
    left: 340px;
    width: 200px;
    font-size: 95%;
    line-height: 100%;
}
.spaceout {
    height: 500px;
}
/* ----------------------------------------------------- */
.giftbox {
    background-color: #ffcc66;
    border: 1px solid #999;
    width: 100%;
    margin-bottom: 25px;
}
.giftbox th, .giftbox td {
    vertical-align: top;
    text-align: center;
    width: 50%;
    font-weight: normal;
}
.giftbox h3 {
    margin: 5px 0 0 0;
    font-size: 130%;
    color: #660000;
}
.giftbox p {
    font-weight: bold;
}
/* ----------------------------------------------------- */
/*choose room*/
#choose p, #choose h4 {
    margin: 0;
    padding: 0;
    font-size: 90%;
}
#choose p {
    color: #333;
}
#choose td {
    padding: 4px;
    text-align: center;
    width: 33%;
}
.shorter h3 {
    margin: 5px 0 0 0;
    padding: 0;
}
.txright {
    text-align: right;
}
#content .giftinfo p {
    margin: 0;
    padding: 0 0 7px 2px;
    font-size: 120%;
}
