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

body {
	color: #353128;
	line-height: 12px;
	font-size: 10px;
	font-family: Helvetica, sans;
	background: #fff;
	letter-spacing: 0px;
}

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

a:link { text-decoration: none; color: #4c483f;}
a:active { text-decoration: none; color: #ff0000;}
a:visited { text-decoration: none; color: #1e1b15; }
a:hover { text-decoration: none; color: #80e593;}

a img { border: none; }

#menu {
	color: #1e1b15;
    width: 190px;
	line-height: 15px;
    top: 0;
    bottom: 0;
	left: 0;
	padding-left: 25px;
	padding-top: 23px;
    height: 100%;
	background-color: #000;
	z-index: 3;
    overflow: hidden;
    position: fixed;
}

#menu ul {
	color: #1e1b15;
	list-style: none;
	line-height: 14px;
	margin: 0 0 0 0;
}

#menu ul li.section-title { 
		text-decoration: underline;
		color: #353128;
		font-size: 10px;
		font-weight: bold;
		line-height: 30px;
		padding-left: 15px;
}

#content {
	color: #353128;
    height: 100%;
    margin: 30px 0 0 220px;
    top: 12;
}

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

#content p { width: 700px; 
		margin-bottom: 10px;
		margin-top: 20px; 
		margin-left: 0px;}

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 p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

h1.logo { font-size: 10px;
	color: #fff;
	font-family: Helvetica, sans;
	padding-top: 5px;
	line-height: 14px; 
	font-weight: normal;}

h2.logo2 { font-size: 10px;
	color: #000;
	font-family: Helvetica, sans;
	padding-top: 0px;
	line-height: 10px; 
	font-weight: normal;}

h4.fliesstextbigbig { font-size: 110px;
	color: #000;
	font-family: Times, serif;
	line-height: 90px;	
	padding-left: 45px; 
	padding-top: 20px; 
	letter-spacing: -10px;
	font-weight: normal;}



h5.fliesstext { font-size: 10px;
	color: #1e1b15;
	font-family: Helvetica, sans;
	line-height: 14px;
	padding-top: 15px;
	padding-left: 65px;  
	font-weight: normal;
	text-transform: uppercase;}
	
	
h6.fliesstextbig2 { font-size: 30px;
	color: #000;
	font-family: Times, serif;
	line-height: 30px;	
	padding-top: 15px; 
	padding-left: 45px; 
	font-weight: normal;
	letter-spacing: -1px;}


a#prev
{ text-transform: uppercase;
	padding-left: 50px;
	color: #fff;}

a#next 
{ text-transform: uppercase;
	color: #fff;}


	


