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

body {
	font-size: 11px;
	letter-spacing: .3px;
	font-family: Helvetica Neue, Helvetica, sans-serif;
}

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

a:link { text-decoration: none; color: black; outline: none;}
a:active { text-decoration: none; color: black; outline: none; }
a:visited { text-decoration: none; color: black; outline: none; }
a:hover { text-decoration: underline; color:#0000FF; outline: none; }

a img { border: none; }

#menu {
    width: 300px;
    overflow: auto;
    top: 120px;
    bottom: 0;
	left: 42px;
    position: fixed;
    height: 100%;
}


#click_here{
		position: absolute;
		top:31px;
		left:358px;
		background-color:transparent;
		color: #0000FF;
		border:none;
		outline-style: none;
		font-size: 17px;
		z-index: 6;
}

	
#div1 {
		width:250px;
		position: absolute;
		top:30px;
		left:353px;
		display: none;
		padding:20px 8px 8px 8px;
		background-color:#000;
		opacity:.7;
		z-index: 5;
	}



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

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

#menu ul li.section-title { margin-bottom: 7px; }

#content {
    height: 100%;
    margin: 174px 0 0 310px;
    top: 0px;
}

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

#content .container {
    padding-top: 12px;
    
}


.container p img {
    margin-left: -7px;
    
}

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


p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; font-family: Helvetica Neue, Helvetica, sans-serif; text-transform: font-weight: lighter; line-height: 30px; letter-spacing: .5px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; color:#0000FF font-family: Helvetica Neue, Helvetica, sans-serif; text-transform: font-weight: lighter; letter-spacing: .5px; }

#img-container	{ margin: 0; padding: 0; position: absolute; top:27px; left:350px; }

.nav { position: absolute; left:0px; top:0px; margin-left:-297px; width:50px; height:50px; margin-top:437px;}

#once { clear: left; }
