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

body {
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
   background: #fff;
}

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

a:link { text-decoration: none; color: #000000; border-bottom: 1px dotted; }
a:active { text-decoration: none; background: #666; border-bottom: 1px dotted; }
a:visited { text-decoration: none; color: #6B6B6A; border-bottom: 1px dotted; }
a:hover { text-decoration: none; background: #DBDCDA; border-bottom: 1px dotted; }

a img { border: none; }

#menu {
	 padding: 10px;
    width: 200px;
    overflow: none;
    top: 0;
    bottom: 0;
    left: 00;
    position: fixed;
    height: 100%;
  	background-color: #fff;
	
	font-size: 15px;
	line-height: 22px;

}

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

#menu a:link { border-bottom: 0px;}
#menu a:visited { border-bottom: 0px;}


#menu li.active a { 	/*fuckn' active link*/
	border: 1px dotted #6B6B6A;
	padding: 2px;
	margin: 0 0 0 -3px;
}


#menu ul li.section-title { }

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

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

.platformheader{
	margin: 8px 0 0 0; 
	padding: 5px 15px 15px 15px;
	width: 660px;
	background: yellow;
}

.aboutheader{
	margin: 8px 0 0 0; 
	padding: 5px 15px 15px 15px;
	width: 660px;
	background: yellow;
}

.linksheader{
	margin: 8px 0 0 0; 
	padding: 5px 15px 15px 15px;
	width: 660px;
	background: yellow;
}


.project{
	padding: 15px;
	width: 660px;
	border-top: 1px dotted #999;
}


.miscitem{
	padding: 15px;
	width: 660px;
	border-top: 1px dotted #999;
}


#address{
	font-size: 11px;
	line-height: 15px;
	margin: 80px 0 0 0;
}



#disclaimer{
	width: 160px;
	color: #999;
	font-size: 11px;
	line-height: 13px;
	margin: 20px 0 0 0;
}

#splash{
	 margin: 250px 0 0 220px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 40px; color: #3333CC; letter-spacing: -1px; line-height: 40px; margin: 10px 0 40px 0; }
h2 { font-size: 24px; }
h3 { font-size: 16px; margin: 15px 0 0 0; }
h4 { font-size: 12px; }
h5 { font-size: 60px; letter-spacing: -2px; line-height: 69px; text-align: left; }

h1 a:hover { text-decoration: none; background: none; }
h1 a:visited { color: #3333CC; border-bottom: 0px; }

h1 a:link { border-bottom: 0px; }
h2 a:link { border-bottom: 0px; }
h3 a:link { border-bottom: 0px; }
h4 a:link { border-bottom: 0px; }
h5 a:link { border-bottom: 0px; }

h2 a:visited { border-bottom: 0px; }
h3 a:visited { border-bottom: 0px; }
h4 a:visited { border-bottom: 0px; }
h5 a:visited { border-bottom: 0px; }


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

#once { clear: left; }