﻿html, body
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    background-color: #999999;
    text-align: center;
}
p, td, div
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #333333;
    line-height: 20px;
}
a
{
    color: #0397d6;
    font-weight: bold;
    text-decoration: none;
}
a:hover
{
    color: #933c06;
    font-weight: bold;
}
a.home
{
    font-family: Arial;
    font-size: 11px;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
a.home:hover
{
    color: #0397d6;
    font-weight: bold;
}
.content
{
    font-size: 10px;
    text-align: justify;
    margin: 25px 25px 25px 25px;
}
.finePrint
{
    font-size: 9px;
    color: #888888;
}
.photoCredit
{
    font-size: 9px;
    color: #555555;
}
.itemHeader
{
    font-weight: bold;
}
.ABB
{
    font-weight: bold;
}
.emphasize
{
    font-weight: bold;
}
.sectionHeader
{
    font-size: 13px;
    font-weight: bold;
    margin-top: 20px;
    color: #933c06;
}
.pageHeader, H1
{
    font-size: 15px;
    font-weight: bold;
    color: #933c06;
    text-transform: uppercase;
    letter-spacing: 1pt;
}
.pageHeaderAlt
{
    font-size: 12px;
    font-weight: bold;
    color: #0397d6;
    text-transform: uppercase;
    letter-spacing: 1pt;
}
H3
{
    font-size: 12px;
    font-weight: bold;
    color: #933c06;
    text-transform: uppercase;
    letter-spacing: 1pt;
}
.indexText
{
    font-size: 12px;
    color: #333333;
}
#mainTable
{
    width: 820px;
    height: 100%;
    background-color: #dddddd;
    vertical-align: top;
}

/***** BEGIN STYLES FOR MAIN NAVIGATION *****/

#navFrame
{
    border: solid 1px #666666;
    width: 778px;
    height: 23px;
    background-color: #c8c8c8;
    position: relative;
    z-index: 5;
}

#navPhilosophy
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 141px;
    height: 21px;
}

#navServices
{
    position: absolute;
    top: 0px;
    left: 142px;
    width: 135px;
    height: 25px;
}

#navRetailroom
{
    position: absolute;
    top: 0px;
    left: 278px;
    width: 145px;
    height: 21px;
}

#navGiftcards
{
    position: absolute;
    top: 0px;
    left: 424px;
    width: 137px;
    height: 21px;
}

#navEvents
{
    position: absolute;
    top: 0px;
    left: 562px;
    width: 108px;
    height: 21px;
}

#navPress
{
    position: absolute;
    top: 0px;
    left: 671px;
    width: 105px;
    height: 21px;
}

#menuServices
{
    position: absolute;
    top: 24px;
    left: 0px;
    width: 137px;
    height: 127px;
    display: none;
    z-index: 5;
    background-image: url(  '/images/nav/navServices_bg.gif' );
    background-repeat: no-repeat;
}

.navHeader
{
    position: relative;
    top: 1px;
    left: 1px;
}

.menuServiceItems
{
    position: relative;
    visibility: visible;
    margin: 1px;
    width: 135px;
    height: 20px;
    background-color: #000000;
}

/***** END STYLES FOR MAIN NAVIGATION *****/


/***** BEGIN STYLES FOR CONTENT *****/

#mainFrame
{
    position: relative;
    border: 1px solid #666666;
    width: 738px;
    background-color: #dddddd;
    padding: 20px;
    background-image: url(  '/images/global/bg_mainframe.jpg' );
    background-repeat: repeat-x;
}
#leftFrame
{
    position: relative;
    margin-top: 50px;
    width: 200px;
    text-align: center;
}
#imageHorFrame
{
    position: relative;
    padding: 1px;
    border: 1px solid #666666;
    width: 196px;
    height: 146px;
    margin-top: 25px;
}
#imageVertFrame
{
    position: relative;
    padding: 1px;
    border: 1px solid #666666;
    width: 196px;
    height: 236px;
}
#headerFrame
{
    position: relative;
    width: 500px;
    padding: 0px 0px 0px 20px;
    margin-bottom: 10px;
    text-align: left;
}

#contentFrame
{
    position: relative;
    border: 1px solid #666666;
    width: 480px;
    padding: 20px 20px 100px 20px;
    background-color: #fcfcfc;
    text-align: left;
}

#headerFrameWide
{
    position: relative;
    text-align: left;
    width: 696px;
    padding: 0px 0px 0px 20px;
    margin-bottom: 10px;
}

#contentFrameWide
{
    position: relative;
    border: 1px solid #666666;
    width: 696px;
    padding: 20px 20px 100px 20px;
    background-color: #fcfcfc;
    text-align: left;
}
#contentFrameWideInner
{
    position: relative;
    width: 656px;
    text-align: left;
}

/***** END STYLES FOR CONTENT *****/

