/* === BEGIN DOCUMENT ==========================================================
   --
   --  DESCRIPTION: Style sheet for the Argonauts-IT Ltd web sites
   --               (on a 960px grid, see the file 'generic.css')
   -- PACKAGE NAME: web servers
   --    UNIT NAME: argonauts-it.com
   --
   --      AUTHORS: Didier Willame (didier.willame@ieee.org)
   --
   --       RIGHTS: Copyright (c) 2011-2020 by Argonauts-IT Ltd, United Kingdom.
   --               All rights reserved.
   --
   --   WARRANTIES: THERE IS NO WARRANTY AS TO PROPER OPERATION OF THE CODE,
   --               TO THE EXTENT PERMITTED BY APPLICABLE LAW.
   --
   -- ----------------------------------------------------------------------- */

/* === header =============================================================== */

.header {
    z-index: 2;
}

/* -------------------------------------------------------------------------- */

div#banner {
    clear: both;
    display: block;
    width: 427px;
    height: 98px;
}

/* -------------------------------------------------------------------------- */

div#main_menu {
    clear: both;
    height: 48px;
    margin: 10px 0 0 0;
    text-align: center;
}

div#main_menu ul {
    margin: 0 0 0 78px; /* (960-((130+(2+2))*6))/2.0 */
    list-style-type: none;
}

div#main_menu li {
    float: left;
    width: 130px;
    padding: 11px 0 11px 0;
    background-color: #EEE;
    border: solid 2px #FFF;
    border-radius: 7px;
    font-size: 120%;
}

div#main_menu li a {
    color: #111;
}

/* === body ================================================================= */

.body {
    z-index: 3;
}

/* -------------------------------------------------------------------------- */

div#title {
    clear: both;
    margin: 10px 0 0 0;
    padding: 12px 0 12px 0;
    font-size: 250%;
    font-weight: bold;
    text-align: center;
    color: #555;
}

/* -------------------------------------------------------------------------- */

div#text {
}

div#text h1 {
    padding: 20px 0 0 0;
    font-size: 200%;
    color: #555;
}

div#text h1 a {
    color: #555;
}

div#text h1 img {
    margin-right: 15px;
}

div#text h2 {
    padding: 10px 0 0 0;
    font-size: 120%;
    color: #555;
}

div#text h2 a {
    color: #555;
}

div#text h3 {
    padding: 10px 0 0 0;
    font-family: URWClassicoItalic;
    font-size: 110%;
    color: #555;
}

div#text h3 a {
    color: #555;
}

div#text a {
    color: #22F;
}

div#text p {
    padding: 10px 0 0 0;
    font-size: 100%;
    text-align: justify;
    color: #111;
}

div#text ul {
    padding: 5px 0 0 50px;
    color: #111;
}

div#text li {
    padding: 5px 0 0 0;
    font-size: 100%;
    color: #111;
}

div#image {
}

div#image img {
    display: block; 
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 3px;
    margin-left: auto;
}

div#image center {
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: -3px;
    margin-left: auto;
    font-size: 90%;
}

/* === footer =============================================================== */

.footer {
    z-index: 4;
    clear: both;
    margin: 10px 0 0 0;
    padding: 9px 7px 7px 6px;
    font-size: 10px;
}

/* -------------------------------------------------------------------------- */

div#info {
    text-align: right;
    background-color: #333;
    color: #CCC;
}

div#info a {
    color: #CCC;
}

/* === END DOCUMENT ========================================================= */

