@charset "ISO-8859-1";
/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	clear: both;
	text-transform: none;
	color: #000000;	
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 11px;
    line-height: 14pt;

	
}

@font-face {
	font-family: 'GreyscaleBasicRegular';
	src: url('Greyscale_Basic_Regular-webfont.eot');
	src: local('?'), url('Greyscale_Basic_Regular-webfont.woff') format('woff'), url('Greyscale_Basic_Regular-webfont.ttf') format('truetype'), url('Greyscale_Basic_Regular-webfont.svg#webfontx4qV1yPH') format('svg');
	font-weight: normal;
	font-style: normal;
}

paragraph {
	clear: both;
	text-transform: none;
	color: #000000;	
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 11px;
    line-height: 12pt;

	
}

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

a:link {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 10px;
	font-weight: regular;
	text-decoration: none;
	font-variant: small-caps;
	text-transform: uppercase;	
	padding-left: 10px;
	color: #333333;
	border: 0;

}
a:active { text-decoration: none; }
a:visited {
	font-family:  Helvetica, Arial, Sans-serif;
	font-size: 10px;
	font-weight: regular;
	text-decoration: none;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #333333;0;
	padding-left: 10px;
}
a:hover {
	text-decoration: none;
	background-color: #d9e7f1;
	color: #333333;

}

img {padding: 0px;
border: 0px;
} 

a img, a img.preview {
border: none;
text-decoration: none;
}
#menu {
	width:200px;
	overflow: auto;
	top: 0px;
	bottom: 0px;
	left:90px;
	position: fixed;
	height: 100%;
	background-color: #ffffff;
	
}

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

#menu ul li.section-title {
font-size: 17px;
line-height: 1.20em;
	font-family: Helvetica, Arial, sans-serif;

	font-style: bold;
	color: #000000;
	padding-left: 10px;
	padding-top: 4px;
	margin-bottom: 8px;
	text-transform: uppercase;
letter-spacing: 1pt;
}

#menu ul li.section-title:hover {
	text-decoration: none;
	background-color: #fff600;
	color: #000;
	line-height: 1.20em;
}


#content {
	height: 100%;
	left: 50px;
	margin: 50px 0 0 350px;
	top: 0;
}


.container {
	padding: 0px 20px 0px 0px;
}

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

p {
	margin: 10px 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

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

#once { clear: left; }
