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

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

body.section-1 { width: 450px;}
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: #000; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 100%;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { 
	}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
    z-index: 999999;
}

.container {
    padding: 5px 5px 25px 5px;
	position: relative; 
	top: 125px; 
	left: -186px; 
	z-index: 999999;
	width: 100%;
}

.container ul li {
	display: inline;
    z-index: 999999;
}

#content p { 
	width: 100%; 
	margin-bottom: 9px; 
    z-index: 999999;
    }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ 
	margin: 0; 
	padding: 0; 
	position: relative; 
	top: 0px; 
	left: 0px; 
	z-index: -111;}


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



#logo {
	position: fixed;
	width: 100%;
	left: 10px;
	top: 10px;
	background: #fff;
    z-index: 99999999;

}

#nav {
	width:100%;
	height: 20px;
	position: fixed;
	left: 260px;
	top: 84px;
	z-index: 99999999;
}

#nav ul li {
	display: inline;
	padding: 10px 10px 15px 0px;
}

#vimeo {
	width: 6600px;
    top: 0;
    bottom: 0;
	left: 0;
	z-index: 99999999;
}

#vimeo ul li {
	display: inline;
	padding: 0px 7px 0px 0px;	
}

#once { clear: left; }
