/******************************************************************************
 * General
 *****************************************************************************/

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 {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, summary {
    display:block;
}

/******************************************************************************
 * Basic HTML
 *****************************************************************************/

html {
    background: white;
    color: #555051;
}

body {
    background: white;
    font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
    font-size: medium;
    line-height: 16px;
    margin: 10px auto;
    width: 1000px;
}

h1 h2 a {
    color: inherit !important;
}

a {
    border-bottom: 1px dotted #555051;
    color: #555051;
    text-decoration: none;
}

a:hover {
    border-bottom: 1px solid #ae0000;
    color: #ae0000;
    text-decoration: none;
}

h1 {
    background: #ae0000;
    color: white;
    font-size: large;
    margin: 0;
    padding: 5px;
}

ul li {
    background: none;
    list-style: none;
    padding: 0;
}

ul {
    margin: 10px 0 0 20px;

}

li {
    margin: 5px 0;
}

/******************************************************************************
 * Header
 *****************************************************************************/

header {
    border: 1px solid lightgray;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px 5px 160px 0px;
}

header h1 {
    background: url(../images/probendi.png) 0 0 no-repeat;
    float: left;
    height: 160px;
    margin-top: 8px;
    text-indent: -9999px;
    width: 950px;
}

/******************************************************************************
 * Aside
 *****************************************************************************/

aside {
    border: 1px solid lightgray;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    clear: both;
    float: left;
    height: 398px;
    padding: 5px;
    width: 250px;
}

aside li {
    margin-bottom: 16px;
}

aside nav {
    padding-bottom: 16px;
    width: 250px;
}

/******************************************************************************
 * Section
 *****************************************************************************/

section {
    border: 1px solid lightgray;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: right;
    padding: 5px;
    width: 700px;
}

section img {
    float: left;
    margin-left: 5px;
    margin-top: 15px;
    width: 250px;
}

section img.logo {
    width: 100px;
}

section li {
    margin-bottom: 16px;
}

article {
    float: right;
    height: 367px;
    margin-top: 5px;
    width: 445px;
}

article.criticalgovernance {
    margin-top: 5px;
    height: 184px;
    width: 590px;
}

article.iwatch {
    margin-top: 5px;
    height: 120px;
    width: 590px;
}

article.customers {
    float: left;
    margin-top: 5px;
    width: 695px;
}

article.customers img {
    width: 100px;
}

article.customers td {
    width: 230px;
}

section.separator {
    border: 0;
    padding: 10px;
}

/******************************************************************************
 * Our customer's 'table
 *****************************************************************************/

td.left {
    text-align: left;
}

/******************************************************************************
 * Footer
 *****************************************************************************/

footer {
    clear: both;
    font-size: small;
    margin-top: 16px;
    padding: 16px;
    text-align: center;
}

footer ul {
    border-top: 1px dotted lightgray;
}

