/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	color: #4D4D67;	font-family: "HelveticaNeue LT 35 Thin", sans-serif;
	background: #E8E8ED;
	padding-top: 8px;
}

body.section-1 { color: #4D4D67; 
}
body.section-2 { }
body.section-3 { }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #E8E8ED;
}

#menu ul {
	list-style: none;
	margin: 0 0 6px 0;
}

#menu li {
	padding-left: 11px;
}

#menu ul li.section-title { 
	color: #8AB800;
	font-size: 14px;
	padding: 0px;
	letter-spacing: 1px;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

p { margin: 0 0 9px 0; }

h1 { font-family: "Helvetica CE 35 Thin", 
	sans-serif; font-size: 140px; color: #8AB800; letter-spacing: 10px; }
h2 { font-family: "Helvetica CE 35 Thin", 
	sans-serif; font-size: 140px; color: #D1FF47; letter-spacing: 10px;}
h3 { font-family: "Helvetica CE 35 Thin", 
	sans-serif; font-size: 11px; color: #8AB800; padding-top: 5px; letter-spacing: 1px;}
h4 { font-family: "Helvetica CE 35 Thin", 
	sans-serif; font-size: 20px; color: #7D7D8E;
	letter-spacing: 8px; padding-bottom: 10px; }

a:link { text-decoration: none; color: #363647; }
a:active { text-decoration: none; color: #363647; }
a:visited { text-decoration: none; color: #363647; }
a:hover { text-decoration: none; color: #D1FF47; }

#content a:link { text-decoration: none; font-weight: bold; color: #4D4D67; }
#content a:active { text-decoration: none; font-weight: bold; color: #4D4D67; }
#content a:visited { text-decoration: none; font-weight: bold; color: #4D4D67; }
#content a:hover { text-decoration: none; color: #D1FF47; }

a img { border: none; }


#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }