/* {{{ global */
.invisible {
    display: none;
}
.hidden {
    visibility: hidden;
}
body {
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}
/* }}} */
/* {{{ content */
.section .spacing {
    margin-top: 1em;
}
#content h1 {
    font-family: Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
    font-weight: normal;
    font-size: 1.7em;
    line-height: 1.2em;
    padding-top: 0.3em;
    padding-bottom: 0.5em;
    padding-right: 4em;
    color: #D12821;
    font-variant: small-caps;
    letter-spacing: .06em;
}
#content h1.bottom {
    padding-bottom: 2em;
}
#content .section h2 {
    font-weight: bold;
    font-size: 1em;
    padding-top: 2.4em;
    line-height: 1.5em;
    color: #555555;
}
#content .section h3 {
    position: relative;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.2em;
    color: #14267a;
}
#content .section h3 span.info {
    font-weight: normal;
    display: block;
    position: absolute;
    width: 17em;
    left: 17em;
    top: 0;
}
#content .section h4 {
    font-size: 1em;
    line-height: 1.5em;
    color: #555555;
}
#content .section_small h2 {
    font-size: 0.9em;
    line-height: 1.5em;
    color: #555555;
}
#content .section_small h3 {
    font-size: 0.9em;
    line-height: 1.5em;
    color: #14267a;
}
#content .section p {
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
#content .section_small p {
    font-size: 0.95em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
#content .section_small p.small {
    font-size: 0.8em;
    width: 30em;
}
#content .section address {
    line-height: 1.5em;
    margin-bottom: 1.5em;
    margin-bottom: 1em;
    font-style: normal;
}
#content .section_small address {
    font-size: 0.95em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
    margin-bottom: 1em;
    font-style: normal;
}
#content .crop {
    margin: 1em 0em 1em 0em;
    width: 38em;
    overflow: hidden;
}
#content .float_left {
    float: left;
    margin: 1em 1em 1em 0em;
}
#content table.products {
    font-size: 0.8em;
    width: 42em;
}
#content table.products th {
    vertical-align: top;
    text-align: left;
}
#content table.products td {
    padding-right: 0.5em;
    font-weight: bold;
    vertical-align: top;
}
#content table.products td.first, #content table.products th.first {
    padding-top: 1.5em;
}
#content table.products td.link {
    font-weight: normal;
    white-space: nowrap;
    /*text-align: right;*/
}
#content table.products td.link img {
    vertical-align: top;
}
#content table.products td.link a {
    color: #14267a;
}
#content ul {
    list-style: disc;
    padding-bottom: 1.5em;
    padding-left: 1.3em;
}
#content ul li {
    padding-left: 0.3em;
}
.section a, .section_small a {
    color: #000000;
}
.section a:hover, .section_small a:hover {
    color: #ca0000;
    text-decoration: underline;
}
.section a img {
    border: none;
}
/* }}} */
/* {{{ navigation */
#navigation ul {
    line-height: 1.35em;
    padding-bottom: 1em;
}
#navigation ul a {
    font-size: 0.85em;
    font-weight: bold;
}
#navigation ul a:hover {
    text-decoration: underline;
    color: #ffffff;
}
#navigation ul ul a {
    font-weight: normal;
}
#navigation ul ul a:hover {
    text-decoration: underline;
    color: #D12821;
}
#navigation ul li a.active {
    color: #ffffff;
}
#navigation ul li li a.active {
    color: #D12821;
    font-weight: bold;
}
/* }}} */
/* {{{ lists big/nav */
.big {
    font-family: Georgia, Times, Times New Roman, Serif;
    font-size: 4em;
    font-weight: normal;
    line-height: 1.2em;
}
ul {
    list-style: none;
}
ul a {
    color: #000000;
    text-decoration: none;
}
ul a:hover {
    color: #555555;
}
ul a:hover .hidden {
    visibility: visible;
}
li.highlighted {
    margin-top: 0.75em;
}
li.highlighted a {
    color: #ff9900;
}
li.highlighted a .hidden {
    visibility: visible;
    color: #ffddaa;
}
li.highlighted a:hover .hidden {
    color: #ff9900;
}
/* }}} */

/* vim:set ft=css sw=4 sts=4 fdm=marker : */

