#home {
    background: #e6c687 url(../i/body.png) 0 0 repeat-x;
}

body {
    background: #e6c687 url(../i/body2.png) 0 0 repeat-x;
}

.container {
    width: 1020px;
    padding: 0;
    margin: 0 auto;
    background: transparent;
}

#left-edge {
    width: 20px;
    float: left;
    background: transparent;
}

#right-edge {
    width: 20px;
    float: right;
    background: transparent;
}

#center-wrapper {
    width: 980px;
    float: left;
    padding: 0;
}


/******************************************************************************/

#topnav {
    width: 980px;
    padding: 0 0;
    height: 50px;
    background: transparent;
}

#topnav ul li {
    margin-top: 16px;
    display: inline;
    list-style-type: none;
    float: left;
}

#topnav a {
    color: #cca047;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 14px;
}

#topnav a:hover {
    color: #fff;
}

#topnav-left {
    width: 393px;
    float: left;
    padding: 0;
}

#topnav-center {
    width: 194px;
    float: left;
}

#topnav-center a {
    padding: 0;
}

#topnav-right {
    width: 393px;
    float: right;
    padding: 0;
}


/******************************************************************************/

#header-home {
    width: 980px;
    height: 302px;
    clear: both;
    background: url(../i/header.jpg) no-repeat;
}

#header {
    width: 980px;
    height: 151px;
    clear: both;
    background: url(../i/header152.jpg) no-repeat;
}

img.logo-link {
    margin: 0 0 0 393px;
    /*outline: 1px solid red;*/
}

img.start-link {
    margin: 160px 0 0 393px;
    /*outline: 1px solid white;*/
}

p.quote {
    font: normal 1.33em/1.25em 'Palatino', 'Book Antiqua', 'Georgia', serif;
    color: #ccb078;
    text-align: right;
    margin: 18px 20px 0 0;
}


/******************************************************************************/

#instrument-nav {
    width: 960px;
    height: 120px;
    clear: both;
    margin: 0 8px;
    background: transparent;
    border-left: 1px solid #000;
    border-right: 1px solid #444;
}

a.button1,
a.button2,
a.button3,
a.button4,
a.button5,
a.button6,
a.button7,
a.button8 {
    float: left;
    width: 120px;
    height: 120px;
    display: block;
    background: url(../i/sprites-2017.png) no-repeat;
    overflow: hidden;
}

a.button1 {
    background-position: 0 0;
}

a.button2 {
    background-position: -120px 0;
}

a.button3 {
    background-position: -240px 0;
}

a.button4 {
    background-position: -360px 0;
}

a.button5 {
    background-position: -480px 0;
}

a.button6 {
    background-position: -600px 0;
}

a.button7 {
    background-position: -720px 0;
}

a.button8 {
    background-position: -840px 0;
}

a.button1:hover {
    background-position: 0 -120px;
}

a.button2:hover {
    background-position: -120px -120px;
}

a.button3:hover {
    background-position: -240px -120px;
}

a.button4:hover {
    background-position: -360px -120px;
}

a.button5:hover {
    background-position: -480px -120px;
}

a.button6:hover {
    background-position: -600px -120px;
}

a.button7:hover {
    background-position: -720px -120px;
}

a.button8:hover {
    background-position: -840px -120px;
}

a.button1.current {
    background-position: 0 -240px;
}

a.button2.current {
    background-position: -120px -240px;
}

a.button3.current {
    background-position: -240px -240px;
}

a.button4.current {
    background-position: -360px -240px;
}

a.button5.current {
    background-position: -480px -240px;
}

a.button6.current {
    background-position: -600px -240px;
}

a.button7.current {
    background-position: -720px -240px;
}

a.button8.current {
    background-position: -840px -240px;
}


/******************************************************************************/

#wrapper {
    width: 940px;
    clear: both;
    padding: 24px 20px 20px 20px;
    background: transparent url(../i/shadow.png) 50% 1px no-repeat;
}

#wrapper2 {
    width: 940px;
    /*min-height: 200px;*/
    padding: 0 20px 20px 0;
    background: transparent;
}

#calendar {
    width: 918px;
    background-color: #fff3d6;
    padding: 10px 10px 0 10px;
    border: 1px solid #c29055;
}


/******************************************************************************/

div.feature {
    background: transparent url(../i/shadow298.png) 50% 30px no-repeat;
}

.feature h2 {
    font-size: 2.0em;
    letter-spacing: -1px;
    color: #fff3d6;
    background: #b48349 url(../i/feature-block.png) 0 0 repeat-x;
    border-right: 1px solid #8E6B3A;
    border-bottom: 1px solid #8E6B3A;
    padding-left: 10px;
}

.feature h3 {
    font-size: 1.5em;
    letter-spacing: -1px;
    color: #fff3d6;
    background: #b48349 url(../i/feature-block.png) 0 0 repeat-x;
    border-right: 1px solid #8E6B3A;
    border-bottom: 1px solid #8E6B3A;
    padding: 10px 0 10px 10px;
}

div.areas-served {
    font-size: 0.9em;
    padding-top: 20px;
    border-top: 1px dotted #AEA079;
}

.areas-served h4 {
    font-size: 1.6em;
    margin-bottom: 10px;
}


/******************************************************************************/

#bottomnav {
    clear: both;
    background: transparent;
    padding: 20px 0;
    border-top: 1px dotted #AEA079;
}

#bottomnav ul {
    margin-left: -18px;
}

#bottomnav ul li {
    display: inline;
    list-style-type: none;
    float: left;
}

#bottomnav a {
    color: #855e11;
    margin-right: 60px;
    text-decoration: none;
}

#bottomnav a:hover {
    color: #000;
    text-decoration: underline;
}


/**********************************************************************Misc****/

.intro {
    font: normal bold 1.5em/1.25em 'Palatino', 'Book Antiqua', 'Georgia', serif;
}

.question {
    font: normal bold 1.5em/1.5em 'Palatino', 'Book Antiqua', 'Georgia', serif;
    margin-bottom: 10px;
}

.answer {
    margin-left: 20px;
}

.left {
    float: left;
    margin: 5px 15px 5px 0;
}

.right {
    float: right;
    margin: 5px 0 5px 15px;
}

.center {
    text-align: center;
}

.searchbox {
    float: left;
    margin: 0 10px 20px 0;
}

img.lightborder {
    border: 1px solid #aaa;
}

img.framed {
    background-color: #fff3d6;
    padding: 4px;
    border: 1px solid #c29055;
}

ul {
    list-style-image: url(../i/bullet8.png)
}


/******************************************************************************/

#footer {
    width: 940px;
    padding: 10px 20px 20px 0;
    clear: both;
    font-size: 0.9em;
    background: transparent url(../i/shadow.png) 50% 0 no-repeat;
}

p.copyright {
    float: left;
    margin-top: 8px;
    color: #997c43;
}

p.credit {
    float: right;
    margin-top: 2px;
    color: #997c43;
}

p.credit a {
    text-decoration: none;
    color: #0D47A1;
}

p.credit a:hover {
    color: #000;
}

.icon {
    display: inline;
    margin: 6px -1px -4px 3px;
}


/******************************************************************************/

form#contact {
    margin: -5px 0 0 20px;
    /*outline: 1px solid red;*/
}

form#contact label {
    font-size: 0.9em;
}

form#contact input {
    width: 311px;
    padding: 6px;
    background-color: #fff3d6;
    border-top: 1px solid #a37238;
    border-right: 1px solid #c29055;
    border-bottom: 1px solid #c29055;
    border-left: 1px solid #a37238;
    margin: 0 0 5px 0;
}

form#contact textarea {
    width: 313px;
    height: 90px;
    padding: 6px;
    background-color: #fff3d6;
    border-top: 1px solid #a37238;
    border-right: 1px solid #c29055;
    border-bottom: 1px solid #c29055;
    border-left: 1px solid #a37238;
    margin: 0 0 5px 0;
}

form#contact input#send {
    width: auto;
    padding: 6px;
    margin: 10px 0 20px 0;
}

form#contact div#captcha {
    padding: 0;
    border: 0;
    /*margin-left: -1px;*/
}

form#contact .error {
    width: 311px;
    padding: 2px;
    color: #8A1F11;
    background-color: #FBE3E4;
    border-top: 1px solid #FBC2C4;
    border-right: 1px solid #FBC2C4;
    border-bottom: 1px solid #FBC2C4;
    border-left: 1px solid #FBC2C4;
    margin: 0 0 5px 0;
}


/******************************************************************************/

.swapbox {
    margin-bottom: 20px;
}

.swapbox img {
    width: 210px;
    height: 280px;
    background-color: #fff3d6;
    padding: 4px;
    border: 1px solid #c29055;
    margin-bottom: 20px;
}

iframe {
    background-color: #fff3d6;
    padding: 4px;
    border: 1px solid #c29055;
    margin-bottom: 15px;
}


/**************************************/

#imgPreviewWithStyles {
    background: #fff3d6;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 6px;
    z-index: 999;
    border: 1px solid #c29055;
}


/* Text below image */

#imgPreviewWithStyles span {
    color: white;
    text-align: center;
    display: block;
    padding: 10px 0 3px 0;
}


/**************************************/

.instruments {
    font-size: 1.2em;
    font-weight: bold;
}


/******************************************************************************/

.galleria {
    list-style: none;
    width: 200px
}

.galleria li {
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
    margin: 0 10px 10px 0
}

.galleria li a {
    display: none
}

.galleria li div {
    position: absolute;
    display: none;
    top: 0;
    left: 180px
}

.galleria li div img {
    cursor: pointer
}

.galleria li.active div img,
.galleria li.active div {
    display: block
}

.galleria li img.thumb {
    cursor: pointer;
    top: auto;
    left: auto;
    display: block;
    width: auto;
    height: auto
}

.galleria li .caption {
    display: block;
    padding-top: .5em
}

* html .galleria li div span {
    width: 400px
}


/* MSIE bug */

.demo {
    /*position:relative;*/
    text-align: center;
}

.demo h1 {
    text-align: left;
}

.gallery_demo {
    width: 460px;
    margin: 0 auto;
}

.galleria {
    list-style: none;
    width: 480px;
    margin-top: 5px;
    margin-left: 0;
    /*outline: 1px solid red;*/
}

.galleria li {
    display: block;
    width: 102px;
    height: 63px;
    overflow: hidden;
    float: left;
    margin: 0 9px 9px 0;
    background-color: #fff3d6;
    padding: 2px;
    border: 1px solid #c29055;
}

.galleria li.last {
    margin-right: 0;
}

.gallery_demo li div {
    left: 240px
}

#main_image {
    margin: 15px auto 40px auto;
    width: 450px;
    height: 290px;
    background-color: #fff3d6;
    padding: 4px;
    border: 1px solid #c29055;
}

#main_image img {
    margin-bottom: 10px;
}

p.nav {
    color: #855e11;
    clear: both;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

p.nav a {
    color: #855e11;
    text-decoration: none;
    outline: none;
}

p.nav a:hover {
    color: #000;
}


/*
.move {
    background-color: #f6f6f6;
    color: black;
    border: 2px solid #000;
    padding: 10px 10px 0 10px;
    margin: -10px 0 20px 0;
    font-size: 1.125em;
}
*/

.cello {
    background: #fff url(/i/cello-60x99.jpg) left 50% no-repeat;
    height: 45px;
    color: black;
    border: 2px solid #000;
    padding: 15px 10px 0 120px;
    margin: -10px 0 20px 0;
    font-size: 1.25em;
}

#slideshow {
    margin: 0 auto 30px auto;
    position: relative;
    width: 940px;
    height: 120px;
    padding: 0;
}

#slideshow > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#banner {
    margin: 0 auto 40px auto;
}

/*==============================================================================*/

.simple-ss {
    width: 940px;
    height: 120px;
    background-color: #eeeeee;
    margin: 0 auto 40px;
    background-image: url("/i/triple-banner-1.jpg");
    animation-name: slide;
    animation-duration: 12s;
    animation-direction: normal;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

@keyframes slide {
    0% {
        background-position: 0 0;
    }

    16.66% {
        background-position: 0 0;
    }

    33.32% {
        background-position: -940px 0;
    }

    49.98% {
        background-position: -940px 0;
    }

    66.64% {
        background-position: -1880px 0;
    }

    83.30% {
        background-position: -1880px 0;
    }

    100% {
        background-position: 0 0;
    }
