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

body {
	font-size: 11px;
	font-family: Helvetica, sans-serif;
	background: #fff;
	line-height:12px;
	color: #000;
}

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

a { 
	letter-spacing:0.2em;
}

a:link { 
	color: #9c9e9f;
	text-decoration:none;
}
a:active { }
a:visited { 
	color: #9c9e9f;
	text-decoration: none; 
}
a:hover { 
	color: #000;
	text-decoration:none;
}

a img { border: none; }

#menu {
    width: 190px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 55px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	text-align: right;
	overflow-x: hidden;
	overflow-y: auto;
}

#menu ul {
	list-style: none;
	margin: 0 8px 2px 0;
	padding-bottom: 6px;
}


#menu ul li.section-title, #menu ul li.section-title:link, #menu ul li.section-title:active, #menu ul li.section-title:visited, #menu ul li:first-child, #menu ul li.section-title:hover, #menu ul li:first-child:hover { font-weight: bold;
letter-spacing:0.1em; }

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

.container {
    padding: 5px 5px 25px 5px;
}
#content .container { margin: 182px 0 0 20px; }

#content p { width: 600px; margin-bottom: 12px; }

p {
    margin: 0 0 9px 0;
}

h1 { 
font-size: 100px;
color:#FFF;
line-height:normal; 
}

h2 { 
font-size: 24px;
color:#000;
line-height:normal; 
}

h3 { 
font-size: 24px;
color:#fff;
line-height:normal; 
}

h4 { 
font-size: 12px;
color:#000;
line-height:normal; 
}

h5 { 
font-size: 12px;
color:#fff;
line-height:normal; 
}

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

#once { clear: left; }

#logo {
	background: url(/files/logo.jpg);
	height: 130px;
	margin: 0 0 11px 0;
	cursor: pointer;
	width: 180px;
}
#logo h2 { display: none; }

ul#menubot {
	border: none;
}
ul#menubot li {

	padding: 5px 0;
	text-align: center;
	background: #fff;
	position: absolute;
	width: 180px;
	bottom: 12px;
	margin: 0 1px;
}
#menubot p { margin: 0; }
