body
{
    margin: 10px;
    padding: 0;
    background-color: #7b7c7e;
    background-image: url(/img/common/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 0.68em;
}

img
{
    border: 0;
}

a
{
    text-decoration: none;
    color: #07b;
}

a.sel,
a:hover
{
    color: black;
}

a.sel
{
    font-weight: bold;
}

h1, h2, h3, h4
{
    color: black;
    font-size: 100%;
}

h1
{
    font-size: 120%;
    margin: 0;
}

h2
{
    font-size: 110%;
    margin: 15px 0 5px 0;
}

p
{
    margin: 0.35em 0 1em 0;
}

tr
{
    vertical-align: top;
}

th
{
    text-align: left;
}

.img
{
    background-repeat: no-repeat;
    overflow: hidden;
}

.heading
{
    padding-top: 30px;
    height: 0px;
    margin-bottom: 60px;
}

.hero
{
    padding-top: 485px;
    height: 0px;
    margin: 0px;
}

.specifications
{
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: separate;
}

.specifications thead th
{
    font-size: 90%;
    padding: 15px 5px 5px 5px;
    vertical-align: bottom;
    background: #f1f5fa;
}

.specifications tbody th
{
    padding: 15px 5px 5px 5px;
    vertical-align: bottom;
    border-bottom: 1px solid black;
}

.specifications tbody td
{
    padding: 3px 5px;
    background: #f1f5fa;
    border-top: 1px solid white;
}

.col2
{
    margin-bottom: 10px;
}

.col2 .col
{
    width: 285px;
    margin-right: 30px;
    float: left;
}

.col2 .last
{
    margin-right: 0;
}

.productsm
{
    padding-top: 160px;
    background-repeat: no-repeat;
}

.note
{
    font-size: 90%;
    color: #777;
    margin: 3em 0 2em 0;
}

.top
{
    margin: 0;
}

#layout
{
    width: 900px;
    margin: 0 auto;
    background-color: white;
    background-image: url(/img/common/logo.png);
    background-repeat: no-repeat;
    background-position: 10px 14px;
    padding: 30px 15px 0 0;
    color: #444;
}

#content
{
    float: right;
    width: 600px;
    min-height: 500px;
}

#content ul
{
    list-style-type: none;
    margin: 1.5em 0;
    padding: 0;
}

#content ul li
{
    background-image: url(/img/common/bullet.png);
    background-repeat: no-repeat;
    background-position: 0 0.35em;
    margin: 0;
    padding: 0 0 5px 15px;
}

#navigation
{
    float: left;
    width: 290px;
}

#navigation dl
{
    margin: 0;
    padding: 180px 30px 0 15px;
}

#navigation dd
{
    margin: 0;
    padding: 0;
}

#navigation dl .sel a
{
    color: #000;
}

#navigation dl dl
{
    margin: 0;
    padding: 10px 0 10px 15px;
}

#navigation dl .sel dl a
{
    color: #09f;
}

#navigation dl dl .sel a
{
    color: #000;
}

#footer
{
    clear: both;
    font-size: 90%;
    color: #888;
    padding: 10px 0 10px 300px;
}

#footer a
{
    color: #888;
}

#footer a:hover
{
    color: black;
}

#footer dl
{
    border-top: 5px solid #eee;
    margin: 0;
    padding: 10px 0 0 0;
}

#footer dd
{
    padding: 0 15px 0 0;
    margin: 0;
    float: left;
}

.col2:after,
.col3:after,
#footer dl:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
