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

body {
	font-size: 12px;
	font-family: arial; color: #868786; } 
	background: #fff;
}

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

a:link { text-decoration: none; color: #868786;}
a:active { text-decoration: none; color: #868786; }
a:visited { text-decoration: none; color: #868786; }
a:hover { text-decoration: none; color: #E3000B; }

a img { border: none; }

#menu {
    width: 170px;
    overflow: auto;
    top: 15px;
    bottom: 5px;
	left: 25px;
    position: fixed;
    height:400px;
	background-color: #fff;
}

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

#menu ul li.section-title { font-weight: bold; color: #868786;	}

}

#menu li a { 
      display: block;
      top: 10px;
      text-decoration: none;
      height: 1.3em;
      line-height: 1.3;
      
      color: #fff;
      font-weight: bold
      font-size: 100%
      text-indent: 1em;
}
#menu li a:hover { 
	  text-decoration: none; color: #E3000B; 
}		   	

#content {
    height: 50%;
    margin: 0 0 10px 215px;
    top: 10px;
}

.container {
    padding: 10px 0px 25px 10px;
}

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

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; }
#img-container a:hover { background-color: #fff; }		   	
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }


#once { clear: left; }


#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper { 
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}