/* 
    Document   : style
    Created on : 04-Jun-2008, 16:21:26
    Author     : edward
    Description:
        Base Stylesheet for Platosys Website
*/

@import "gTabs.css";

body {
    font-family: "New Century Gothic", gothic, sans-serif;
    font-size: 10pt;
    color: #333;
    background: #fff;
    
}
h1{
    color: #999;
    text-align: center;
}
span.codename{
    font-weight: bold;
    color: black;
}
.header{
    display:block; 
    height:5%; 
    background:#fff;
    color:#555; 
    text-align:left; 
    padding:0%;
    font-size:100%;
}
.footer{
    display:block; 
    height:5%; 
    background:#fff;
    color:#555; 
    text-align:right; 
    padding:1%;
    font-size:100%;
}
/* This bit does all the work */
#container {
        position:relative; 
        display:block; 
        background:#fff; 
        border-left:200px solid #fff; 
        border-right:270px solid #fff;
 }
#inner {
        display:block; 
        margin-left:-200px; 
        margin-right:-270px; 
        padding:0;
    }
#left {
        float:left; 
        position:relative; 
        width:200px; 
        left:0px;
    }
#right {
        float:right; 
        position:relative; 
        width:270px; 
        right:0px;
    }
#center {
        margin-left:200px; 
        margin-right:270px; 
        position:relative; 
        display:block; 
        height:1%;
    }
.clear {
        clear:both;
    }
a:link, a:visited {
    text-decoration: none;
    font-weight: normal;
    color: #03c;
}
a:hover {
    background: yellow;
    color: #006;
}
p {
    margin: 0;
    padding-top: 0;
    padding-bottom: 1%;
    text-align: justify;
}
h1 {
    text-align: left;
}
h2 {
    margin: 0;
    padding-top: 1%;
    padding-bottom: 0;
}
h3 {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
div.parsley {
    background: #efe;
    color: #090;
    margin: 6%;
    border: 1px solid #090;
    padding: 2%;
    font-size: 90%;
}
code {
    margin: 2em;
    font-family: monospace;
    background-color: #ccc;
}

