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

body {
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	background: #222;
	color:#FFF;
	line-height:16px
}

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

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }




/* ---------  MENU  --------- */


#menu {
    width: 225px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
	text-transform:uppercase;
	padding-top:20px;
	font-size:10px;
	line-height:14px
}

#menu a {
	font-weight:bold;
	color:#AAA}


#menu h1 {
	margin-bottom:18px}

#menu h1 a {
	font-size:18px;
	display:block;
	height:50px;
	background-image:url(logo.png);
	background-position:0 0;
	text-indent:-10000px
}

#menu h1 a:hover,
#menu h1 a.active {
	background-position:0 -50px
}


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

#menu ul li.section-title {
	color:#FFF;
	font-weight:bold;
	}
	
#menu ul li.active a {color:#3CF}

#menu ul li a {
	display:block;
	text-shadow:1px 1px 1px #000
}

#menu ul li a:hover {
	color:#3CF;
	text-decoration:none}


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




/* ---------  CONTENT  ---------*/

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

#content a {
	text-decoration:underline;
	color:#AAA
}

#content a:hover {
	text-decoration:underline;
	color:#3CF
}


#content p {
	width: 480px;
	font-size:12px;
	line-height:18px;
	margin-bottom:18px;
	color:#AAA;
	z-index:100;
}

#content u {
	font-size: 16px;
	margin-bottom:24px;
	text-transform:uppercase;
	color:#AAA;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	font-weight:bold;
	text-decoration:none
	}

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

#once { clear: left; }

.contentcontainer {
	}
	
object { margin:20px 0}

a:focus,
a:active {
	color:#3CF;
	outline:none;
}

#blackit { 
	position:fixed; 
	width:13%;
	height:100%; 
	margin:0; padding:0; 
	top:0; right:0; 
	background-image:url(deg-background.gif); 
	background-repeat:repeat;
	z-index:1
}

#blackit:hover { 
	background-image:none; 
}
