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


body {
	font-size: 11px;
	font-family: Helvetica, sans-serif;
	color: #777777;
	background: #ffffff none repeat scroll 0 0;;
	moz-background-clip:border;
	moz-background-inline-policy:continuous;
	moz-background-origin:padding;
	letter-spacing:0;
	line-height:17px;
	text-decoration:none;
	word-spacing:normal;
}

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

a:link { text-decoration: none;color:#777777 }
a:active { text-decoration: none; color:#333333}
a:visited { text-decoration: none; color: #777777; }
a:hover { text-decoration: none; color: #333333; }

a img { border: none; }

#menu {
    width: 158px;
    overflow: hidden;
    top: 0px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
    background-color:#FFFFFF;
    position:fixed;
}

#menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 12px;
}

#menu ul li.section-title {
	color: #333333;
	font-family: Helvetica;
	font-size: 12px;
	margin-top: -5px;
	border-bottom:1pt dotted #777777;
}

#menu li.active a {
	text-decoration: none;
	color:#000000;

}
#content {
    height: 100%;
    margin: 5px 0 0 202px;
    top: 0;
    font-family: Helvetica,serif;
    font-size:12px;
    font-style:normal;
    height:100%;
    padding-top:10px;
    top:0;
}

.container {
    padding: 4px 42px 25px;
}

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

p {
    margin: 0px 0px 9px;
}

h1 { 	
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	margin-bottom: -50px;
	margin-top: 0px;

}

h2 { 
	font-size: 10px;
	color: #777777;
	font-weight: normal;
	margin-top: 165px;
	margin-left: 0px;
}

h3 { 
     font-size: 10px;
     color: #333333;
     font-weight: normal;
     margin-top: -17px;
     margin-left: -33px;
}

h4 { 
     font-size: 12px;
     color: #333333;
     font-weight: normal;
     margin-top: 95px;
     margin-left: -33px;
	border-bottom:1pt dotted #777777;

}

.nav {
    position: absolute;
    margin-top: 128px;
     color: #333333;
    margin-left:60px;
    left: 323px;
    z-index: 100;
    clear: both;
}

#img-container	{ 
	margin-top: -97px;
	margin-left: 140px;
}

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

#once { clear: left; }

}

#menu h2 {
	display:none;
}

#img-container p {

	margin-bottom:25px;
	margin-top:-24px;
}
#img-container p span {
	line-height:18px;
}

.hide-during-load ul {
	display: none;
}

.hide-during-load div#s1 {
	display: none;
}

#vimeo_style { margin-top:-115px; 
	margin-left:139px;
	
	}

