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

body {
	font-size: 13px;
	font-family: Helvetica,Arial,Verdana, sans-serif;
	background: #fff;
   color:black;
}

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

a{
   color:#666666;
   text-decoration: none;
}

a:hover { color:black; }

a img { border: none; }

#menu {
    width: 210px;
    padding: 30px 0 0 30px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 0px 0;
   text-transform: uppercase;
   font-weight:normal;
   letter-spacing: 1px;
}

#menu ul li.section-title {
cursor: pointer; }


#menu ul li.section-title:hover {
color:black; }

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

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

#content p { 
margin-bottom: 14px;
line-height:18px;
}

#img-container p.nav,
#img-container .pics p{
   font-size: 12px;
   line-height:16px;
}

h1 { font-size: 14px;
text-transform: uppercase;
color:black;
margin-bottom:15px; 
   letter-spacing: 1px;
   font-weight:normal;
}

h1 a{ color:inherit;}


h2 {
font-size: 12px;
margin-bottom:3px;
}

h3 {
font-size: 11px;
}

h4 {
font-size: 11px;
}

#img-container	{ 
padding: 0 0 0 0; 
position:relative;
}
#img-container p	{margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

body.section-4 #menu{
   display:none;
}

/*
}}}}}}}}}}}}}}}}}}}} CUSTOM }}}}}}}}}}}}}}}}}}}}}}}}}}}}}}
*/
#distance{
float:left;
height:50%;
margin-bottom:-330px;
width:1px;
}

#start{
   margin:0 0 0 -250px;
   text-align: center;
   clear:left;
   padding-top:30px;
position:relative;
height:660px;
}

#start h1{
   text-align: center;
}

#start h1 a{
display:block;
color:inherit;
outline: none;
}

#start h1 a:hover{
text-decoration:none;
}

li.active{
   color:black;
}

li.active a{
   color:inherit;
}

#fulltext{
   position:absolute;
   left:-10px;
   top:20px;
   width:250px;
   height:auto;
   background: white;
   z-index: 100;
   padding:10px;
}

#trigger-fulltext{
     position:absolute;
   right:-50px;
   top:40px;
   width:auto;
   height:auto;
   background: white; 
   z-index: 1000;
}

.nav{
   position:absolute;
   top:17px;
   right:0px;
      z-index: 1000;
      width:auto;
      height:auto;
      display: none;
}

.nav a{
outline: none;
}

#num{
   padding-right: 6px;
}

ul#submenu{
text-transform: none;
   font-weight:normal;
   margin-top:30px;
      letter-spacing: 0px;
      font-size:12px;
}

ul#submenu li{
   margin-bottom:6px;
}

ul#submenu li a{
text-transform: none;
   font-weight:inherit;
}

.caption{
   color:#666666;
}

#num{
   width:40px;
   display: inline-block;
   text-align: center;
}
