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

body {
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	font-family: 'Helvetica Neue', Helvetica, Verdana, sans-serif;
	padding: 0px 5px 0px 0px;

}


body.section-1 { z-index: 1; }
body.section-2 { z-index: 3; }
body.section-3 { z-index: 1; }

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: none; font-style: italic; color: #000; 
	border-width: 0 0 0 0;
	border-color: #000;
	border-style: solid;
		}
a img { border: none; }
	
#menu {
    width: 225px;
    overflow: auto;
    top: 0;
	right: 5%;
    position: fixed;
    height: 100%;
    z-index: 6;
 
}

#menu ul {
	list-style: none;
	margin: 0 0 20px 0;
	display: block;

}

#menu ul li.section-title {
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 20px 0 0 0;
	border-width: 0 0 0 0;
	border-color: #000;
	border-style: solid;
}

#content {
	position: absolute;
    height: 100%;
    margin: 0 0 0 10px;
    left: 10px;
	text-align: center;
    z-index: 1;


}

.container {
	position: absolute;
    padding: 20px 20px 20px 20px;

}

#content p { width: 800px; margin-bottom: 10px; text-align: center;}

p {
    margin: 0 0 0 0;
}


#img-container	{ margin: 0 0 0 0; padding: 0 0 0 0; text-align: center; border: none;}
#img-container p	{ width: 800px; text-align: center;}

img	{ margin: 5px 0 0 0; padding: 0 0 0 0; text-align: center;}

#d-col2 { position: fixed;
			width: 200px;}

.text { color: #fff; }


#once { clear: left; }
