/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */

html {
    background-color: #406080;
}

.main_area {
    width: 992px;
    margin: 0px auto;
}

/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */

#page_wrapper {
    position: relative;
}

#page {
    background-color: #B0D0F0;
}

/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */

#header_wrapper {
    background-color: #406080;
    border-bottom: 1px solid #001020;
}

#header {
    padding: 8px;
    font-family: "Century Schoolbook";
    font-size: 32px;
    color: #ffffff;
}

.logo {
    float: left;
}

/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */

#menu_wrapper {
    background-color: #204060;
    border-bottom: 1px solid #001020;
}

#menu {
    background-color: #204060;
}

/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */

#content_wrapper {
}

#content_background_1 {
    left: 0px;
    width: 200px;
    overflow: visible;
}

#content_background_2 {
    left: 200px;
    width: 592px;
    overflow: visible;
}

#content_background_3 {
    left: 592px;
    width: 200px;
    overflow: visible;
}

#content {
    right: 792px;
    width: 992px;
}

#content_wrapper_1 {
    float: left;
    width: 200px;
}

#content_1 {
    padding: 8px;
}

#content_wrapper_2 {
    float: left;
    width: 592px;
}

#content_2 {
    padding: 8px 0px;
}

#content_wrapper_3 {
    float: left;
    width: 200px;
}

#content_3 {
    padding: 8px;
}

/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */

#footer_wrapper {
    background-color: #406080;
    border-top: 1px solid #001020;
}

#footer {
    padding: 4px;
    font-size: 10px;
    color: #808080;
    text-align: center;
}

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

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

/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */

.clear_fix {
    clear: both;
}

/*  --------------------------------------------------------------------------------------------------------------------------------------------------------  */
.title {
    margin-bottom: 16px;
    font-size: 1.60em;
    text-align: center;
}

.italic {
    font-style: italic;
}

p.paragraph {
    margin: 8px 0px;
}

ul.paragraph {
    margin-left: 32px;
}

p.footnote {
    font-size: 0.80em;
    font-style: italic;
}

table.kolintang-pricelist {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.80em;
}

table.kolintang-pricelist tr.header {
    background-color: #c0c0c0;
}

table.kolintang-pricelist tr.header th {
    padding: 2px 4px;
    border: 1px solid #000000;
}

table.kolintang-pricelist tr.header th.index {
    width: 20px;
    max-width: 20px;
}

table.kolintang-pricelist tr.header th.instrument {
}

table.kolintang-pricelist tr.header th.material {
    width: 100px;
    max-width: 100px;
}

table.kolintang-pricelist tr.header th.octave {
    width: 80px;
    max-width: 80px;
}

table.kolintang-pricelist tr.odd {
    background-color: #ffffff;
}

table.kolintang-pricelist tr.even {
    background-color: #f0f0f0;
}

table.kolintang-pricelist tr.body td {
    padding: 2px 4px;
    border: 1px solid #000000;
}

table.kolintang-pricelist tr.body td.center {
    text-align: center;
}
