
html, body, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    background: #fff;
    color: #222;
    font: 12px Verdana, Arial, sans-serif;
}
a {
    color: #0000FF;
    text-decoration: underline;
}
a:hover {
    color: #FFD700;
}

#logo {
    background-color: #B0C4DE;
}
#logo hgroup {
    background-color: #B0C4DE;
    background: url(../images/diagram.png) right top no-repeat;
}
#logo a {
    display: block;
    text-indent: -9999em;
    height: 125px;
    width: 400px;
    background: url(../images/logo.png) left no-repeat;
}
#logo h2 {
    font: 142% Arial, sans-serif;
    color: #fff;
    padding: 0px 0px 0px 0px;
}

body > footer {
    clear: both;
    position: relative;
    margin-top: 250px;
    padding: 20px 20px;
    background-color: #B0C4DE;
    font-size: 100%;
    color: #fff;
}
body > footer p {
    margin: 0 0 1em;
}
body > footer a {
    color: #fff;
    text-decoration: underline;
}
body > footer a:hover {
    color: #fff;
    text-decoration: none;
}
body > footer ul {
    float: right;
    list-style: none;
}
body > footer li {
    float: left;
    margin-left: 40px;
    text-transform: lowercase;  
}

table { border: 2px solid black;
        border-collapse: collapse; }
.inline_table {display: inline;}
.price { color: #435D75;
         text-align: right;}
.license { width: 400px;}

th {
    background: #435D75;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    border: 1px solid black;
}
td {
    padding: 5px;
    border: 1px solid black;
}

dt {
    margin: 0.6em 0 0.2em;
}
dd {
    margin-left: 1em;
}
dl {
  margin-bottom: 1.2em;
}

#main {
    clear: left;
    padding: 1px 30px;
    position: relative;
}
.content {
    width: 67%;
}
.content > h1 {
    font: italic 286% Georgia, "Times New Roman", Times, serif;
    color: #435D75;
    margin: 20px 0 20px;
}
.content h2 {
    color: #435D75;
    font: italic 156% Arial, sans-serif;
    margin: 30px 10px 15px;
}
.content h3 {
    color: #666;
    font: bold 120% Arial, sans-serif;
    margin: 20px 20px 20px;
}
.content blockquote {
    font-size: 86%;
    font-style: italic;    
}
.remark {
    font-size: 86%;
    font-style: italic;
    margin: 20px 20px 20px;
}
p, section ul {
    line-height: 1.7;
    margin: 0 0 1.2em;
}
.features-main, .enum {
    list-style: none;
}
.enum li, .features-main li, figure li, aside ul li {
    background: url(../images/bullet.png) left center no-repeat;
    padding-left: 15px;
    line-height: 2;
}


