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

body {
	font-size: 11px;
    font-weight: 100;
	font-family: Courier New, Tahoma, Helvetica, Verdana, sans-serif;
	background: #fff;
	line-height: 120%;
    font-weight: 100;
    color:#000000
}

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

a:link  { text-decoration: none; color: #6e6e6e; }
a:active { background-color:#959595; color:#FFFFFF; text-decoration:none; }
a:visited { text-decoration: none; color: #6e6e6e; }
a:hover { background-color:#959595; color:#FFFFFF; text-decoration:none; }

a img { border: line; }


#menu {
    width: 170px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 40px;
    position: fixed;
    height: 100%;
    background-color:#FFFFFF;
    font-size: 11px;
    font-weight: 100
}

#menu ul {
	list-style: none; width:130px;
    font-weight: 100;
    text-align: left;
        margin: 0 0 5px;
        padding-bottom:5px;
}

#menu ul li.section-title { font-family: Courier New, Tahoma, Helvetica, Tahoma, Verdana;
                            font-weight: 100;
                            font-size: 12px;
                            line-height: 150%;
                            color: #000000;
                            border-top: #6e6e6e;
                            border-top-style: dotted;
                            border-width: 1px;
}
 
#menu ul li.active a {background-color:#959595; color:#FFFFFF; text-decoration:none;}

#menu ul.built {
			margin-bottom: 0;
            padding-top: 20px;
}
.builtish { padding-top: 10px }

#content {
    height: 100%;
    margin: 0 0 0 250px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 520px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

@font-face {
	font-family: "futuralight";
	src: url("http://www.bastienboutonnet.com/files/Futuralight.ttf") format("opentype");
    }

h1 { font-size: 32px; color: #009dea;line-height: 70%;}
h2 { font-size: 12px; color: #000000;line-height: 120%; font-weight: 100}
h3 { font-size: 20px; color: #959595;line-height: 120%;font-family: futuralight, Courier New, Tahoma, Helvetica, Verdana;}
h4 { font-size: 14px; color: #000000;line-height: 120%; font-weight: 100}
h5 { font-size: 16px; color: #009dea;}
h6 { font-size: 12px; }
h7 { font-size: 14px; color: #000000;line-height: 120%; margin-left:132px;font-weight: 100; font-family: futuralight, Tahoma, Helvetica, Verdana; }
strong { font-weight: bold }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }