* {
    font-family: "Bitstream Vera Sans", Helvetica, Verdana, Arial;
}

body {
    margin: 0em;
    padding: 0em;
}

img {
    border: none;
}

#logo {
    height: 100px;
    width: 146px;
    position: absolute;
    background: white url("/art/qne-emblem.png") no-repeat;
    left: 7em;
    top: 0px;
    z-index: 1;
}


#header {
    padding: 0;
    margin: 0;
    height: 50px;
    width: 100%;
    text-align: right;
    line-height: 50px;
}

div>p:first-child {
    margin: 0;
}

#company {
    padding-right: 1em;
    font-weight: bold;
}


#outer_wrapper {
/*	background: #fff url(background_3.gif) repeat-y left; */
}
#wrapper {
/*	background: url(background_2.gif) repeat-y right; */
}

#container {
    width: 100%;
    float: left;
    margin-right: -16em;
/*    background: url(background_2.gif) repeat-y right; */
}
#content {
    margin-right: 16em;
/*    background: url(background_3.gif) repeat-y left; */
}
#main {
    border-top: solid 2px rgb(76,76,204);
    margin-left: 14em;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    text-align: justify;
}

#main * {
    position: relative;
    z-index: 2;
}

#left {
    border-top: solid 2px rgb(76,76,204);
    padding-top: 1em;
    width: 14em;
    float: left;
}

#left * {
    position: relative;
    z-index: 2;
}

#sidebar {
    border-top: solid 2px rgb(76,76,204);
    padding-top: 1em;
    width: 16em;
    float: right;
}

#sidebar h1 {
    margin-top: 0;
    color: rgb(127,127,127);
}

#sidebar * {
    position: relative;
    z-index: 2;
}

#footer {
    position: relative;
    border-top: solid 1px rgb(76,76,204);
    font-size: small;
    height: 49px;
    width: 100%;
    text-align: center;
    background-color: white;
    line-height: 25px;
}

#footer p {
    position: relative;
    z-index: 2;
}

#footer a {
    text-decoration: none;
}

#logo-small {
    height: 50px;
    width: 73px;
    position: absolute;
    background: white url("/art/qne-emblem-small.png") no-repeat;
    z-index: 1;
    right: 6em;
    top: -26px;
}

div.navigation h1, #sidebar h1 {
    font-weight: bold;
    font-size: medium;
    color: rgb(127,127,127);
}

div.navigation ul, #sidebar ul {
    list-style: none;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    padding-left: 1em;
}

div.navigation li, #sidebar li {
    border-top: 1px dotted transparent;
    border-bottom: 1px dotted transparent;
}

div.navigation li:hover, #sidebar li:hover {
    list-style: none;
    border-top: 1px dotted black;
    border-bottom: 1px dotted black;
}

div.navigation li a, #sidebar li a {
    text-decoration: none;
    color: black;
    display: block;
}

div.navigation li span, #sidebar li span {
    color: white;
}

div.navigation li:hover a span, #sidebar li:hover a span, #sidebar li span.active {
    color: rgb(76,76,204);
}

.clearing {
    clear: both;
}

#main {
    vertical-align: middle;
}

#main h1 {
    font-size: x-large;
    font-weight: bold;
    color: rgb(127,127,127);
}

#main h2 {
    font-size: large;
    font-weight: bold;
    color: rgb(127,127,127);
}

#main h3 {
    font-size: medium;
    font-weight: bold;
    color: rgb(127,127,127);
}

#main>img {
    padding: 1em 4em 1em 1em;
    float: right;
}

#main a {
    color: rgb(76,76,204);
    text-decoration: none;
}

div.features ul, div.applications ul {
    list-style: square;
    list-style-position: inside;
    margin-left: 0;
    padding-left: 0;
}

div.specifications {
    clear: left;
}

dl {
    width: 50em;
}
dt {
    float: left;
    width: 14em;
}

dd {
    margin: 0;
    padding-left: 14em;
}

