/* common */

body {
    background: #4B2A46;
    margin: 0px;
    font-family: sans-serif;
    font-size: 11pt;
    color: #4B2A46;
    text-align: justify;
}

p {
    margin-top: 0px;
}

a {
    color: #4B2A46;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

hr {
    color: #FED410;
    background: #FED410;
    border: none;
    height: 2px;
}

#bar0 {
    position: absolute;
    background: #FAC00E;
    height: 230px;
    width: 100%;
}

#bar1 {
    position: absolute;
    top: 230px;
    background: #FFF;
    height: 500px;
    width: 100%;
}

#bar2 {
    position: relative;
    height: 390px;
    margin-top: -44px;
    background: #4B2A46;
}

#container {
    position: relative;
    width: 872px;
    left: 50%;
    margin-left: -436px;
    /* margin: 0 auto; */
}

#logo {
    position: absolute;
    margin: 20px 00px 20px 30px;
}

#choice {
    position: relative;
    padding: 40px 0px 0px 170px;
    z-index: 10;
}

#choice img {
    vertical-align: text-top;
}

#search {
    position: relative;
    height: 26px;
    padding: 18px 0px 0px 510px;
    z-index: 20;
}

#search input {
    border: none;
    height: 17px;
}

#menu {
    width: 832px;
    height: 40px;
    background: #EEE;
    margin: 10px 20px 0px 20px;
    overflow: hidden;
}

#menu div {
    position: relative;
    float: left;
    left: 50%;
}

#menu ul {
    position: relative;
    float: left;
    right: 50%;
    height: 36px;
    padding: 0px;
    margin: 0px;
    
    list-style-type: none;
}

#menu li {
    position: relative;
    float: left;
}

#menu li a {
    display: block;
    height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px 0px 20px;
}

#menu li a:hover, #menu li.menu-current a {
    background: #674168;
    color: #FFF;
}

#header {
    margin: 10px 20px 0px 20px;
    padding: 5px;
    
    background: #674168;
}

#productmenu {
    float: right;
    width: 160px;
    text-align: left;
}

#productmenu h3 {
    color: #FFF;
    margin: 10px;
    text-align: center;
    font-size: 11pt;
}

#productmenu ul {
    color: #FFF;
    margin: 0px 0px 0px 30px;
    padding: 0px;
    font-size: 9pt;
}

#productmenu a {
    display: block;
    width: 100%;
    color: #FFF;
    text-decoration: none;
}

#productmenu a:hover, #productmenu li.menu-current a {
    text-decoration: underline;
}

#content {
    background: #FFF;
    border: 2px solid #DDD;
    padding: 10px;
    margin: 10px 0px 10px 0px;
    min-height: 220px;
}

#copyright {
    text-align: center;
    font-size: 9pt;
    margin: 20px 0px 10px 0px;
    color: #FFF;
}

#copyright a {
    color: #FFF;
}

/* content */

#content table {
    border: none;
    border-spacing: 0px;
}

#content td, #content th {
    border: none;
    padding: 10px;
}

#content th {
    font-size: 13pt;
    font-weight: bold;
    border-bottom: 2px solid #FFF;
}

#content th {
    background: #FAC00E;
    color: #000;
}

#content td {
    background: #FED410;
    color: #000;
}

#content td a {
    color: #000;
}

#content table.normal td {
    background: #FFF;
    color: #4B2A46;
}

#content table.normal a {
    color: #4B2A46;
}

