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

body {
	font-size: 12px;
	font-family: "Plan Grotesque Regular";
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	font-variant: normal;	
	line-height: 16px;
	background: #fff;
}

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

a:link { text-decoration: none; color: #333; }
a:active { text-decoration: none; color: #333; }
a:visited { text-decoration: none; color: #333; }
a:hover { text-decoration: none; background-color: yellow; }

a img { border: none; }

#header{
margin-left: 30px;

}

#topnav{
	position: fixed;
	overflow: visible;
	margin-left: -33px;
	margin-top: -95px;
}

#menu {
    width: 150px;
    overflow: visible;
    position: fixed;
    padding-top: 40px;
    height: 100%;
    background-color: #fff;
    padding-left: 25px;
}

#menu ul {
	list-style: none;
	margin-top: 15px;
	font-family: "Plan Grotesque Regular";
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	font-variant: normal;	
	line-height: 16px;
}

#menu ul li.section-title {
	color: #333;
	font-size: 14px; 
	font-family: "Plan Grotesque Light";
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	font-variant: normal;	
	border-bottom-color: #333;
	border-bottom-style: dotted; 
	border-bottom-width: 1px; 
	line-height: 16px; }

#content {
    height: 100%;
    padding-top: 55px;
    padding-left: 225px;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { 	color: #60786e;
font-family: "Plan Grotesque Light";
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-variant: normal;	font-size: 30px;
	line-height: 38px;
	font-weight: 100;	
	}

h2 {  	color: #2796df;
font-family: "Plan Grotesque Light";
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-variant: normal;	font-size: 48px;
	line-height: 46px;	
	font-weight: 100;	

}

h3 { 	font-size: 16px;
	font-family: "gesta-1","gesta-2","Tahoma", Sans-Serif;
	font-style: italic;
	color;
}


h4 { font-size: 12px; 
font-family: "Plan Grotesque Light Italic";
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-variant: normal;
}

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

#once { clear: left; }