body {
    margin: 0px;
    background: #292929;
    font-size: 16px;
    color: #b4b4b4;
    font-family: Verdana;
}

header {
    margin: 0 auto 0 auto;
    background-color: #292929;
    width: 100%;
    height: 180px;
    text-align: center;
}

nav {
    background-color: #383838;
    text-align: center;
    line-height: 33px;
    min-height: 32px;
}
nav a {
    padding: 0 15px 0 15px;
    font-size: 18px;
    display: inline-block;
    border: 0px;
    text-decoration: none;
}
nav .default {
    background: #292929;
}

main {
    margin: 6px;
    margin-left: auto;
    margin-right: auto;
    max-width: 988px;

    padding: 20px 40px 20px 40px;
    background-color: #474747;
}


h1, h2 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}
a {
    color: #b4b4b4;
    font-weight: bold;
    transition: color .3s;
    -webkit-transition: color .3s;
}
a:hover {
    text-decoration: underline;
    color:#fff;
}
ul a {
    font-weight: normal;
}

#simbryologo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 15%;
    max-width: 225px;
}
#logo {
    max-width: 90%;
    padding: 10px;
}

#content {
    width: 100%;
}

.clampImages {}
.clampImages img {
    max-width: 100%;
}
.clampImages p {
    margin-left: 20px;
    margin-right: 20px;
}

.productBox {
    background-color: #383838;
    padding: 10px;
    margin-bottom: 15px;
    display: table;
}
.productBoxText {
    display: table-cell;
    vertical-align:top;
    padding-right: 10px;
}
.productBox a {
    font-weight: normal;
    text-decoration: none;
    height: 0px;
    display: block;
}
.productBox a:hover {
    text-decoration: none;
    color:#fff;
}

.frameBox {
    background-color: #383838;
    padding: 10px;
    margin-bottom: 15px;
    display: inline-block;
}

.toolMenu {
    background-color: #383838;
    min-height:32px;
    line-height:32px;
    text-align: center;
    margin-bottom: 10px;
}
.toolMenu .default {
    color:#FFF;
    font-weight: bold;
}

.headerImage {
    width:100%;
    margin-bottom:5px;
}
.unityButton {
    display: inline-block;
    background: #222c37;
    padding: 10px 20px 10px 20px;
    transition: padding .3s;
    -webkit-transition: padding .3s;
}
.unityButton:hover {
    padding: 10px 30px 10px 30px;
}
.bar {
    background-color: #383838;
    margin-bottom: 10px;
}