/* reset */
*
{
    padding: 0px;
    margin: 0px;
    outline: 0px;
}
body
{
    font-size: 12px;
    line-height: 1.5em;
    font-family: "Helvetica", "Arial", sans-serif;
    color: #392e1a;
    background-color: #2e2217;
    text-align: left;
}
/* common stuff */
div#content ul
{
    margin-left: 15px;
}

a img
{
    border:0;
}
a
{
    color:#392e1a;
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}
p.highlighted
{
    font-family: "Georgia", serif;
    font-style: italic;
    color: #93723f;
}

form label
{
    float: left;
    display: inline;
    width: 88px;
    line-height: 30px;
    color: #5d4d37;
}
form .field
{
    font-family: "Helvetica", "Arial", sans-serif;
    border: 1px solid #cab285;
    padding: 6px;
    width: 166px;
    font-size: 12px;
    color: #392e1a;
}
form .field.empty
{
    color: #c0c0c0;
    font-style: italic;
}
form .field.active
{
    border-color: #392e1a;
}
form textarea.field
{
    height: 81px;
    z-index: 100;
}
form .check
{
    float: none;
    display: block;
    width: auto;
    line-height: 30px;
    padding-top: 2px;
    margin-top: 7px;
}
form .check input
{
    float:left;
    display:inline;
    margin:10px 8px 0 0;
}
form .check label
{
    display: block;
    float: none;
    width: auto;
    padding-top: 2px;
    line-height: 30px;
}
form .checkbox
{
    border: 1px solid #cab285;
    line-height: 30px;
}
form .button
{
    height:30px;
    background:url(/i/button-bg.gif) repeat-x 0 0;
    border:0;
    cursor:pointer;
    font-family:Arial, Helvetica, Sans-Serif;
    width:129px;
}

.cl,.clear {
    display:block;
    height:0;
    font-size:0;
    line-height:0;
    text-indent:-4000px;
    clear:both;
}

.left {
    float:left;
    display:inline;
}

.right {
    float:right;
    display:inline;
}

#page {
    background:url(/i/bg-page.gif) no-repeat center 0;
    width:960px;
    margin:0 auto;
}


    
/* Helvetica Condensed */
.rte h2,
#header h2
{
    font-family:"Helvetica Condensed", "Helvetica", "Arial", sans-serif;
}
#header
{
    color:#614b30;
    line-height:24px;
    padding-bottom:0;
}

#header .time {
    float:right;
    display:inline;
    margin-top:70px;
}

#header div.logo {
    float:left;
    display:inline;
}

#header div.logo img {
    padding-bottom:13px;
}

#header h2
{
    float: left;
    display: inline;
    margin: 70px 0 0 130px;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 10px;
}

/* top menu */

#menubar
{
    height: 36px;
}
#menubar>ul
{
    position: absolute;
    height: 36px;
    margin: 0px;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 5000;
}
#menubar li
{
    list-style: none;
    cursor: pointer;
}
#menubar>ul>li
{
    position: absolute;
    float: left;
    width: auto;
    height: 36px;
    padding: 0px;
    margin: 0px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: block;
}
#menubar>ul>li>ul
{
    margin: 0px;
}
#menubar>ul>li>a
{
    display: block;
    height: 36px;
    text-indent: -9999px;
    overflow: hidden;
}
#menubar>ul>li>a:hover,
#menubar>ul>li.current>a,
#menubar>ul>li.active>a
{
    background-position: 0px bottom;
}
/* hide submenus, we assume that javascript is on and we'll be able to show them back */
#menubar>ul>li>ul
{
    position: relative;
    width: auto;
}
#menubar>ul>li>ul>li
{
    width: auto;
    border-top: solid 1px #5d4d37;
}
#menubar>ul>li>ul>li:first-child
{
    border-top: 0px;
}
#menubar>ul>li>ul>li>a
{
    display: block;
    width: auto;
    padding: 6px 10px 6px 10px;
    background:url(/i/nav-dropdown.png) repeat 0 0;
    color: #1f160e;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
}
#menubar>ul>li>ul>li>a:hover
{
    background-image: url(/i/nav-dropdown-hover.png);
}
#menubar li.home
{
    left: 0px;
}
#menubar li.home>a
{
    background-image:url(/i/nav-home.gif);
    width:69px;
}
#menubar li.about
{
    left: 69px;
}
#menubar li.about>a
{
    background-image:url(/i/nav-about.gif);
    width:91px;
}
#menubar li.etiquette
{
    left: 160px;
}
#menubar li.etiquette>a
{
    background-image:url(/i/nav-etiquette.gif);
    width:117px;
}
#menubar li.service
{
    left: 277px;
}
#menubar li.service>a
{
    background-image:url(/i/nav-service.gif);
    width:81px;
}
#menubar li.certificates
{
    left: 358px;
}
#menubar li.certificates>a
{
    background-image:url(/i/nav-certificates.gif);
    width:144px;
}
#menubar li.specials
{
    left: 502px;
}
#menubar li.specials>a
{
    background-image:url(/i/nav-specials.gif);
    width:152px;
}
#menubar li.buzz
{
    left: 654px;
}
#menubar li.buzz>a
{
    background-image:url(/i/nav-buzz.gif);
    width:108px;
}
#menubar li.contact
{
    left: 762px;
}
#menubar li.contact>a
{
    background-image:url(/i/nav-contact.gif);
    width: 105px;
}
#menubar li.gallery
{
    left: 867px;
}
#menubar li.gallery>a
{
    background-image:url(/i/nav-gallery.gif);
    width:93px;
}

/* end of menu */

#flash,#flash img {
    width:960px;
    height:340px;
}

#main {
    background:#dec79b;
    height:100%;
}

#main .spacer
{
    position: relative;
    padding:10px 20px 20px 65px;
}

#content {
    float:left;
    display:inline;
    width:536px;
}

#sidebar {
    float:right;
    display:inline;
    width:282px;
    padding-top:30px;
}

#bottom-banners
{
    margin-top:10px;
    padding-top:12px;
    background:url(/i/sep-x.gif) repeat-x 0 0;
}
#bottom-banners ul
{
    margin: 0px;
}
#bottom-banners li {
    float:left;
    display:inline;
    padding-right:18px;
    margin-right:19px;
    background:url(/i/sep-y.gif) repeat-y right 0;
}

#bottom-banners li.last {
    padding-right:0;
    margin-right:0;
    background:none;
    float:right;
}

#bottom-banners li img {
    display:block;
}

#footer {
    color:#614b30;
    padding:15px 0;
}

#footer a {
    color:#614b30;
    text-decoration:none;
}

#footer a:hover {
    text-decoration:underline;
}

#footer li {
    float:left;
    display:inline;
    list-style-type:none;
    margin-left:8px;
    padding-left:12px;
    background:url(/i/list-elem.gif) no-repeat 0 center;
}

#footer li.first {
    margin-left:0;
    padding-left:0;
    background:none;
}
.rte p
{
    margin-top: 15px;
    padding-right: 24px;
    text-align: justify;
}
    .rte p:first-child
    {
        margin-top: 0px;
    }
    .rte h2+p,
    .rte h3+p,
    .rte h4+p
    {
        margin-top: 0px;
    }
    div#content .rte h2+ul,
    div#content .rte h3+ul,
    div#content .rte h4+ul
    {
        margin-top: 10px;
    }

.rte h2
{
    font-size: 24px;
    font-weight: normal;
    color: #12100e;
    margin-bottom: 20px;
    margin-top: 40px;
}
.rte h2:first-child
{
    margin-top: 0px;
}

.rte h2 span
{
    font-weight: bold;
}

.rte h3
{
    font-size: 14px;
    font-weight: bold;
    color: #392e1a;
    margin-top: 20px;
}
.rte h3:first-child
{
    margin-top: 0px;
}
.rte .side-240 {
    float:left;
    display:inline;
    width:240px;
}

.accordion
{
    margin-bottom:10px;
}

.accordion h3
{
    position: relative;
    line-height: 28px;
    background: url(/i/accordion-h3.gif) repeat-x 0 0;
    border: solid 1px #c2a16e;
    padding: 0 10px;
    cursor: pointer;
    margin-top: -1px;
}

.accordion h3 span
{
    display:block;
    background:url(/i/accordion-arr.gif) no-repeat right center;
}
.accordion .accordion_content
{
    background: #eedfc2;
    border: solid 1px #c2a16e;
    position: relative;
    margin-top: -1px;
    padding: 20px 20px;
}
.accordion .accordion_content p
{
    padding-right: 0px;
}

div#content .rte>ul li
{
    position: relative;
    height: 20px;
}

div#content .rte h3 span.price,
div#content .rte h3 span.time,
div#content .rte>ul li span.price,
div#content .rte>ul li span.time
{
    position: absolute;
    font-weight: normal;
    background: none;
    top: 2px;
    right: 30px;
    font-family: "Georgia", serif;
}
    div#content .rte>ul li span.price,
    div#content .rte>ul li span.time
    {
        top: -2px;
        font-size: 16px;
    }
    div#content .rte>ul.compact li span.price,
    div#content .rte>ul.compact li span.time
    {
        right: 300px;
    }

.accordion h4
{
    position: relative;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 12px;
    height: 20px;
    margin-top: 25px;
}
    .accordion h4:first-child
    {
        margin-top: 0px;
    }
    .accordion h4 span.duration,
    .accordion li span.duration,
    .accordion h4 span.mark,
    .accordion li span.mark
    {
        position: absolute;
        top: 2px;
        line-height: 10px;
        font-size: 9px;
        padding: 2px 4px;
        margin-left: 5px;
        border: 1px solid #b3925f;
        color: #b3925f;
        font-weight: normal;
        text-transform: uppercase;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    .accordion h4 span.price,
    .accordion li span.price
    {
        position: absolute;
        top: -1px;
        margin-left: 80px;
        font-size: 16px;
        font-weight: normal;
        font-family: "Georgia", serif;
    }
    .accordion li
    {
        position: relative;
    }
    .accordion ul li span.price
    {
        width: 30px;
        font-weight: normal;
        font-size: 14px;
    }
    .accordion ul:first-child li span.price,
    .accordion p.description:first-child+ul li span.price,
    .accordion p.description:first-child+h4+ul li span.price,
    .accordion h4:first-child+ul li span.price
    {
        margin-left: 0px;
        right: 0px;
    }
    .accordion ul li.hover span.price
    {
        font-weight: bold;
    }
    .accordion li.hover
    {
        font-weight: bold;
        list-style-type: circle;
    }
    .accordion p.description
    {
        margin-right: 50px;
        font-weight: normal;
        font-family: "Georgia", serif;
        font-style: italic;
        color: #b3925f;
    }
    .accordion p.description+ul
    {
        margin-top: 5px;
    }
    .accordion li span.description
    {
        position: relative;
        display: none;
        margin-right: 50px;
        font-weight: normal;
        font-family: "Georgia", serif;
        font-style: italic;
        color: #b3925f;
    }
    .accordion li.hover span.description
    {
        display: block;
    }
    /* second level */
    .accordion li ul li
    {
        font-weight: normal;
        font-style: italic;
        list-style: square;
    }
    .accordion ul li ul li span.price
    {
        font-weight: normal;
        font-size: 12px;
        font-style: normal;
    }
    .accordion ul li.hover ul li span.price
    {
        font-weight: normal;
    }
    .accordion ul li.hover ul li.hover span.price
    {
        font-weight: bold;
    }

span.nowrap
{
    white-space: nowrap;
}

.banner
{
    text-align:center;
    margin-bottom:10px;
}
#sidebar div.banner.certificate
{
    width: 282px;
    height: 156px;
}
#sidebar div.banner.download
{
    width: 282px;
    height: 59px;
}

#gallery {
    float:left;
    display:inline;
    width:584px;
}

/* {{{ gallery */
.gallery li
{
    float: left;
    display: inline;
    list-style-type: none;
    border: solid 1px #cbb58b;
    width: 136px;
    margin: 0 8px 8px 0;
    background: #fff9d6;
    position: relative;
}

.gallery li .overlay {
    position:absolute;
    top:0;
    left:0;
    width:136px;
    height:82px;
    background:url(/i/overlay.png) repeat 0 0;
}

.gallery li img {
    width:136px;
    height:82px;
    display:block;
}

.gallery li.hover {
    padding:3px;
    width:130px;
}

.gallery li.hover img {
    width:130px;
    height:76px;
}

.gallery li.hover .overlay {
    display:none;
}
/* }}} */

/* {{{ posters */
.posters {
 margin-left: 150px;
}
.posters li
{
    float: left;
    display: inline;
    list-style-type: none;
    border: solid 1px #cbb58b;
    width: 136px;
    margin: 0 8px 8px 0;
    background: #fff9d6;
    position: relative;
}

.posters li .overlay {
    position:absolute;
    top:0;
    left:0;
    width:136px;
    height:176px;
    background:url(/i/overlay.png) repeat 0 0;
}

.posters li img {
    width:136px;
    height:176px;
    display:block;
}

.posters li.hover {
    padding:3px;
    width:130px;
}

.posters li.hover img {
    width:130px;
    height:170px;
}

.posters li.hover .overlay {
    display:none;
}
/* }}} */

#contact
{
    float:left;
    display:inline;
    width:830px;
}
#contact .side
{
    width:270px;
}

#contact .side p {
    padding-right:0;
}

#contact form {
    margin-bottom:20px;
}

#contact form .side,
#contact form .extra
{
    margin-bottom:4px;
}

#contact form .button
{
    margin-top:34px;
}
/* gift certificate */
#contact.gift div.side.left
{
    padding-right: 10px;
}

#contact form .side,
#contact form .extra
{
    margin-bottom: 0px;
    padding-bottom: 4px;
}
#contact form .side:first-child
{
    padding-top: 4px;
}
#contact div.message
{
    width: 450px;
    margin: 20px auto;
    padding: 10px 20px;
    text-align: center;
    font-size: 13px;
    background-color: #fff9da;
    border: 2px solid rgb(194,161,110);
    border: 6px solid rgba(194,161,110, 0.75);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#contact div.error
{
    color: #ff0000;
}
#contact div.error a
{
    color: #ff0000;
}

#contact div.success
{
    color: #5d4d37;
}

#contact div.missing label
{
    color: #ff0000;
}

form span.field
{
    display: block;
    width: 166px;
    height: 18px;
    left: 88px;
    top: 0px;
    overflow: hidden;
}
form span.field.textarea
{
    overflow: auto;
    height: auto;
    min-height: 18px;
    max-height: 100px;
    overflow: auto;
    white-space: pre;
}
form span.check label
{
    float: left;
    padding-right: 10px;
    margin-top: -2px;
}
#contact form span.button
{
    position: absolute;
    display: block;
    width: auto;
    right: 139px;
    margin-top: 34px;
    line-height: 30px;
    background: none;
    text-align: right;
    padding: 0px 10px;
    border-right: 1px solid #cbb58b;
}

.goback
{
	border-right:0px;
	margin-right: 55px;
}

#contact form span.button.right
{
    position: static;
    border-right: 0px;
}

/* lightbox */
#overlay
{
    z-index: 10001 !important;
}
#lightbox
{
    z-index: 10002 !important;
}
/* accordion */
.accordion_toggle
{
    display: block;
    cursor: pointer;
}
.accordion_toggle_active
{
}
.accordion_content
{
    overflow: hidden;
}
/* map */
h2.map+p.control
{
    height: 28px;
    line-height: 28px;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}
h2.map+p.control input.field
{
    position: absolute;
    width: 400px;
    left: 120px;
}
div.map.container
{
    width: 526px;
    height: 526px;
    padding: 3px;
    border: solid 1px #cbb58b;
    background: #fff9d6;
}
div.map.embedded
{
    width: 526px;
    height: 526px;
}
/* site map */
#content.site_map dl dt
{
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
#content.site_map dl dt:first-child
{
    margin-top: 10px;
}

#content.site_map dd ul li.level_2
{
    margin-top: 7px;
    font-size: 12px;
    font-weight: bold;
}

#content.site_map dd ul li span.price
{
    display: none;
}


#content.site_map dl dt a
{
    text-decoration: none;
}
#content.site_map dl dt a:hover
{
    text-decoration: underline;
}
/* gift ceritifcates */
body.page_gift_certificate #main .spacer
{
    padding-bottom: 40px;
}
body.page_gift_certificate #sidebar div.banner a
{
    display: none;
} 
body.page_gift_certificate  div.delivery
{
    position: absolute;
    width: 270px;
    height: 164px;
    right: 35px;
    top: 44px;
    padding-left: 15px;
    border-left: 1px solid #5d4d37;
}
body.page_gift_certificate  div.controls
{
	text-align: right;
    width: 810px;
    height: 35px;
    padding-right: 10px;
    margin-top: 10px;
}

body.page_gift_certificate  div.controls .button
{
    margin-top: 0px !important;
    margin-left: 5px;
}
/* powered by */
#powered_by
{
    position: absolute;
    right: 10px;
    bottom: 2px;
}
#powered_by span.label
{
    float: left;
    margin-right: 10px;
    line-height: 23px;
    font-style: italic;
}
#powered_by img
{
    width: 37px;
    height: 23px;
}

/* pulpandfiber */
#pulpandfiber
{
    position: relative;
    padding-right: 75px;
}
#pulpandfiber a
{
    position: absolute;
    display: block;
    float: right;
    width: 72px;
    height: 21px;
    top: -2px;
    right: 0px;
    background-image: url('/i/pulpandfiber.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}
#pulpandfiber a:hover
{
    background-position: 0px -21px;
}
