
/* Demonstration of a WYMeditor style
p.pull-quote {
    float: right;
    padding: 20px;
    font-size: 150%;
    font-weight: bold;
    width: 25%;
}
*/

/* Basic page layout */
html {
    text-align: center;
    background: url(/images/bg-map.jpg) #316375 center top;
}

body {
    width: 782px;
    margin: 0 auto;
    text-align: left;
    color: #fff9e7;
}

a, a:link, a:active, a:visited {
    color: white;
}

a:hover {
    color: #b1d6e9;
}

#main {
    background: url(/images/bg-main.png) white left bottom repeat-y;
    padding: 0 34px;
    color: black;
    float: left;
}

#main a, #main a:link, #main a:active, #main a:visited {
    color: #316375;
}

#main a:hover {
    color: #354448;
}

#header {
    background: url(/images/bg-palm.png) #48575b right top no-repeat;
    height: 135px;
    padding: 4px 0 0 15px;
    text-align: center;
    width: 698px;
}

#logo {
    margin-top: 7px;
    float: left;
}

/* Styles for /photo/ page */
.photoPage {
    text-align: center;
    padding: 1em 0;
    color: #fff9e7;
}

.photoPage a {
    display: block;
    margin: 0.5em auto;
    font-weight: bold;
}

.photoPage img {
    border: 1px solid black;
}

/* Menu styles */
#menubar {
    float: left;
    background: url(/images/bg-water.jpg) #355a6d left top no-repeat;
    color: white;
    font-size: 78%;
    width: 170px;
    margin: 0;
    padding: 10px 10px 0 10px;
    height: 310px;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-variant: small-caps;
}

#main .menu a, #main .menu a:link, #main .menu a:active, #main .menu a:visited {
    color: white;
    border: 1px solid white;
    display: block;
    width: 151px;
    padding: 0 5px 0 12px;
    height: 21px;
    line-height: 21px;
    border-color: #92a5af #254354 #122b38 #688392;
    text-decoration: none;
    white-space: pre;
    overflow: hidden;
}

#main .menu .highlight a,
#main .menu .highlight a:link,
#main .menu .highlight a:active,
#main .menu .highlight a:visited {
    color: #ffff00;
    font-weight: bold;
}

#main .menu a:hover {
    background-color: #354448;
    border-color: #788284 #2d3a3d #293538 #657174;
}

#menubar p {
    margin: 0;
    padding: 0 5px 0 13px;
    height: 34px;
    line-height: 34px;
    font-style: italic;
}

#content {
    padding: 10px 20px;
    width: 674px;
    float: left;
    font-size: 80%;
}

/* Slideshow */
#slideshow {
    width: 524px;
    height: 320px;
    float: right;
    background-color: #355a6d;
    overflow: hidden;
}

/* Footer Styles */
#footer {
    width: 782px;
    clear: left;
    font-size: 75%;
    text-align: center;
    color: #fff9e7;
    background: url(/images/bg-footer.png) transparent left top no-repeat;
    padding: 45px 0;
}

#footTextlinks {
    padding: 1em 0;
}

/* Special stuff */

.shadow, .highlight {
    display: block;
    font-weight: bold;
}

.shadow {
    position: absolute;
    color: black;
    margin: 2px 0 0 2px;
    z-index: 5;
}

.highlight, #main a.highlight, #main a.highlight:link, #main a.highlight:active, #main a.highlight:visited, #main a.highlight:hover {
    position: relative;
    z-index: 10;
    color: white;
    text-decoration: none;
}

#headContact {
    float: right;
    width: 280px;
    text-align: left;
    font-size: 180%;
    font-style: italic;
    font-family: "Times New Roman", "Times New", "Times Roman", "Times", serif;
    padding-top: 45px;
}

#headContact .highlight, #headContact .shadow {
    text-align: center;
    width: 280px;
}

#headContact .highlight {
    color: #b1d6e9;
}

ul.inventoryMenu {
    width: 510px;
    margin: 1.25em auto;
    padding: 0;
    list-style: none;
    height: 54px;
}

ul.inventoryMenu li {
    width: 168px;
    float: left;
    border: 1px solid white;
    background-color: #cccccc;
    font-weight: bold;
}

ul.inventoryMenu a {
    display: block;
    width: 148px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    text-decoration: none;
}

ul.inventoryMenu li.active {
    background-color: #316375;
}

#main ul.inventoryMenu .active a,
#main ul.inventoryMenu .active a:link,
#main ul.inventoryMenu .active a:visited,
#main ul.inventoryMenu .active a:active,
#main ul.inventoryMenu .active a:hover {
    color: white;
}

#main ul.inventoryMenu a:hover {
    text-decoration: underline;
}

table.inventoryIndex, table.inventoryItem {
    background-color: #b1d6e9;
    margin: 0 auto 1.25em auto;
    text-align: left;
}

table.inventoryIndex th, table.inventoryItem th,
table.inventoryIndex td, table.inventoryItem td {
    border: 2px solid white;
    padding: 2px 10px;
    vertical-align: top;
}

table.inventoryIndex th {
    text-align: center;
}

table.inventoryIndex .numeric {
    text-align: right;
}

table.inventoryItem .iI_sale_price td {
    color: #000000;
}

table.inventoryItem .iI_your_price td {
    color: #cc0000;
    font-weight: bold;
}

