body {
    margin: 0px;
    font-family: verdana, sans-serif;
    font-size: .75em;
    line-height: 130%;
    color: #222222;
}

#nav {
    background-color: #EB1D13;
    text-align: center;
}

#nav a {
    display: block;
    float: left;
    width: 14.285%;
    color: #eeeeee;
    font-weight: bold;
    text-decoration: none;
    padding: 11px 0px 19px 0px;
    margin-bottom: -8px;
}

#nav a:hover {
    background: url('../imgs/uarrow.png') bottom center no-repeat;
}

.active {
    background: url('../imgs/darrow.png') bottom center no-repeat;
}

#nav a.active:hover {
    background: url('../imgs/darrow.png') bottom center no-repeat;
}

.navwrap {
    width: 500px;
    margin: 0px auto;
}

.splash {
    background-color: #EB1D13;
}

.splash a {
    display: block;
    font-size: 1.3em;
    color: #eeeeee;
    font-weight: bold;
    text-decoration: none;
    padding:11px;
}

.splash a:hover {
    text-decoration: none;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#main {
    max-width: 685px;
    margin: 0px auto;
    background: url('../imgs/mainbg.png') no-repeat 0em 2em;
}

.emph {
    color: #EB1D13;
    font-style:italic;
}

a {
    color: #EB1D13;
    text-decoration: none;
}

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

.desc {
    width: 35em;
    padding: 5em 0em 0em 14em;
}

.desc b {
    margin-top: 1em;
}

.desc li {
    margin-bottom: .7em;
}

#home #main {
    background: url('../imgs/home.png') no-repeat 5em 100%;
    margin: 0em auto;
}

#home .desc {
    padding: 2.5em 0em 10em 30em;
    width: 25em;
}

#history .desc {background: url('../imgs/history.gif') no-repeat 0.5em 13em;}
#product .desc {background: url('../imgs/product.gif') no-repeat 0.5em 13em;}
#papers .desc {background: url('../imgs/papers.gif') no-repeat 0.5em 13em;}
#contact .desc {background: url('../imgs/contact.gif') no-repeat 0.5em 13em;}



