body, h1 {
    margin: 0;
    padding: 0;
    font-family: Geneva, Helvetica, Arial, sans-serif !important;
    font: inherit;
    font-size: 12px;
    color: #858382;
}

h1 {
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
}

*:focus {
    outline-style: none;
}

.logbar {
    position: absolute;
    top: 50px;
    left: 20px;
    margin:0;
    padding:0;
    font: inherit;
}

.navbar {
    position: absolute;
    top: 120px;
    left: 20px;
    margin:0;
    padding:0;
    font: inherit;
}

.navbar a {
    color: #858382;
    text-decoration:none;
}

.navbar a:hover {
    color: black;
}

.shadetabs{
    font: 12px Geneva, Helvetica, Arial, sans-serif;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs.tabs li {
    float: left;
    display: block;
    margin-right: 14px;
}

.shadetabs li {
    display: block;
    padding: 0;
    margin: 0;
}

.shadetabs div{
    margin: 0 0 20px 7px;
}

.shadetabs a {
    text-decoration: none;
    padding: 3px 0;
    margin-right: 3px;
    display: block;
    color: #858382;
}

.shadetabs a:visited {
    color: #858382;
}

.shadetabs a:hover {
    text-decoration: none;
    color: black;
}

.shadetabs.tabs li.selected a {
    color: black;
}

.shadetabs a.selected {
    color: black;
}

.shadetabs li.selected a{ /*selected main tab style */
    color: gray;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
    text-decoration: none;
}


#content .tabcontent {
    padding: 14px 0 28px 0;
    width: 400px;
    min-height: 300px;
}

#content {
    position: absolute;
    top: 30px;
    left: 265px;
    padding-bottom: 50px;
    width: 465px;
}

#content a {
    text-decoration: none;
    color: #858382;
}

#content a:hover {
    text-decoration: none;
    color: black;
}

#content #tabs {
    border-bottom: 2px solid #CCC;
    padding-bottom: 7px;
    padding-top: 7px;
}

#content p {
    line-height: 25px;
}

.page {
    padding-top: 85px;
}

.contact:hover, .group:hover {
    color: black;
    background: #EEE;
}

#description {
    line-height: 1.6;
}

#description ul {
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    list-style-position: outside;
}

#downloads {
    padding: 20px 0;
    line-height: 1.6;
}

#downloads a {
    text-decoration: underline;
}

#downloads a:hover {
    text-decoration: underline;
    font-style: italic;
    color: black;
}

#downloads .category {
    padding-top: 5px;
    border-top: 3px solid #CCC;
    padding-bottom: 5px;
}

#downloads .groupTitle {
    color: black;
    font-weight: bold;
}

#downloads .group {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #CCC;
}

#downloads ul{
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    list-style-type: disc;
    list-style-position: outside;
}

#contact {
    padding-bottom: 21px;
    border-top: 3px solid #CCC;
    padding-top: 7px;
}

#describe {
    min-height: 465px;
    padding-top: 6px;
    padding-left: 5px;
    line-height: 1.6;
}

#describe a {
    text-decoration: underline;
}

#describe a:hover {
    text-decoration: underline;
    font-style: italic;
    color: black;
}

#describe img {
    width: 130px;
    padding: 20px 10px 0 0;
}

#describe ul {
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    list-style-type: square;
    list-style-position: outside;
}

#describe p {
    text-indent: 2em;
    padding: 0px;
    margin: 0px;
}

#sign {
    font-size: 12px;
    color: black;
    text-align: right;
}

#contact .group {
    padding: 6px 0;
    border-bottom: 1px solid #CCC;
    margin-bottom: 9px;
}

#contact a {
    text-decoration: underline;
}

#contact a:hover {
    text-decoration: underline;
    font-style: italic;
    color: black;
}

.company {
    color: black;
    font-weight: bold;
}

#bottom {
    padding-top: 10px;
}


