/**
* CSS
*
* @version 1.0
* @author Vaska
* @author Gregory Cadar
*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-family: Trebuchet, Arial, Verdana, sans-serif;
    background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #828080; }
#menu a:hover,#content a:hover { text-decoration: underline; }

small {font-size: 10px;}

a img { border: none; }

#container {
    padding-top: 100px;
}

#header {
    background: #fff;
    height: 100px;
    position: fixed;
    top: 0;
    width: 100%;
}

#header .wrapper {
    border-bottom: 1px dotted #a5a5a5;
    float: left;
    padding: 35px 0 10px 35px;
}

#menu {
    background: #fff;
    float: left;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 0 10px 0 35px;
    position: fixed;
    top: 100px;
    width: 190px;
    -moz-border-radius-bottomright: 10px;
}

#menu ul {
    margin: 0 0 25px 0;
    line-height: 18px;
}

#menu ul li {
    color: #c9c9c9;
    list-style: disc inside;
    margin-bottom: 8px;
}

#menu ul li.active {
    background: url(../img/bg-arrow.png) right 8px no-repeat;
    color: #ffc7da;
}

#menu ul li.section-title {
    color: #818181;
    font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif;
    font-size: 14px;
    font-weight: bold;
    list-style: none;
    margin: 60px 0 10px;
    padding:2px 0;
}

#menu ul li a,
#menu p a {
    background: #fff;
    color: #c9c9c9;
    padding:2px 4px;
}

#menu ul li.active a {
    color: #ffc7da;
}

#content {
    margin: 0 0 0 255px;
}

#content p { width: 400px; margin-bottom: 9px; }
#content .nav { position: absolute; top: 75px; left: 740px; width: 200px; }

p {
    margin: 0 0 9px 0;
}

h1 {
    color: #828080;
    font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 5px;
}
h1 a { color: #828080; text-decoration: none; }
h1 a:visited { color: #828080; text-decoration: none; }

h2 {
    color: #a5a5a5;
    font-size: 12px;
    padding-left: 2px;
}

h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p { width: 400px; margin: 0; padding: 0 0 12px 0; }
#img-container table td { padding-right: 15px; vertical-align: top; }

#once { clear: left; }