
html, body, div, 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, aside, canvas, 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;
    padding: 12px 30px 16px;
}
#logo hgroup {
    background-color: #B0C4DE;
    background: url(../img/diagram.png) right no-repeat;
}
#logo a {
    display: block;
    text-indent: -9999em;
    height: 125px;
    width: 400px;
    background: url(../img/logo.png) left top no-repeat;
}
#logo h2 {
    font: 142% Arial, sans-serif;
    color: #fff;
    padding: 15px 0px 0px 0px;
}

nav {
    background: #B0C4DE url(../img/nav_gradient.png) left top repeat-x;
    float: left;
    width: 100%;
}
nav ul {
    list-style:none;
    margin-left: 15px;
    float: left;
}
nav li {
    float: left;
}
nav a {
    display: block;
    padding: 8px 15px;
    font: bold 136% Arial, sans-serif;
    color: #eaeaea;
    text-shadow: #555 3px 2px 2px;
    text-decoration: none;
}
nav a:hover, nav a.selected {
    color: #fff;
    background: url(../img/nav_selection.png) center top no-repeat;
}

body > footer {
    clear: both;
    position: relative;
    /*margin-top: 250px;*/
   bottom: -300px;
    padding: 20px 20px;
    background-color: #B0C4DE;
    font-size: 100%;
    color: #fff;
}
body > footer p {
    margin: 0 0 1em;
    text-align: center;
}
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;}
.order { color: #435D75;
         text-align: right;}
.license { width: 350px;}

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 {
	margin:0 auto;
    width: 67%;
}
.content > h1 {
    font: italic 286% Georgia, "Times New Roman", Times, serif;
    color: #435D75;
    margin: 20px 0 50px;
}
.term-h1{
	font: italic 286% Georgia, "Times New Roman", Times, serif;
    color: #435D75;
    padding: 30px 0;text-align: center;
}
.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 {
	font-size: 1.3em;
    line-height: 1.9;
    margin: 0 0 1.2em;
}
.features-main, .enum {
    list-style: none;
}
.enum li, .features-main li, figure li, aside ul li {
    background: url(../img/bullet.png) left center no-repeat;
    padding-left: 15px;
    line-height: 2;
}

aside, figcaption.aside {
    width: 52%;
    margin-top: 4em;
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 50px;*/
    font-size: 100%;
    background: #EEE8AA;
    padding: 20px 10px 10px;
}
aside div, figcaption.aside div {
    padding: 0 40px 0 0;
    margin-bottom: 0px;
}
aside h1, figcaption.aside h1 {
    color: #435D75;
    font: 130% Arial, sans-serif;
    margin-bottom: 20px;    
}
aside article {
    width: 100%;
    margin-left: 10px;
}
aside article h1, aside h2 {
    font: 116% Arial, sans-serif;
    margin: 20px 0 4px 10px;    
}
aside ul {
    list-style: none;
}
aside footer ul {
    float: left;
    list-style: none;
    width: 100%;
}
aside footer li {
    background: none;
    padding: 0;
    float: left;
    margin-right: 10px;
    color: #666;
}
aside footer li:last-child {
    float: right;    
}


