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

body {
	font-size: 11px;
	font-family: verdana;
	line-height:18px;
	color:#666666;
	background-color:#FFF

}

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

a:link { text-decoration: none;	color: #999999}
a:active { text-decoration: none;	color:#FF0000 }
a:visited { text-decoration: line-through; color: #999999; }
a:hover { text-decoration: none; background-color:#999999; color: #FFFFFF}

#menu {
	background-color: #000000;
	position: absolute;
    width: 200px;
	height: auto;
    overflow: auto;
	line-height:22px;
    top: 0;
	margin-left: 27px;
	left: 0;
	color:#FFFFFF;
	margin-top: 18px;
}



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

#menu ul li a,#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
	padding: 0 0 0 0;
	margin: 0 0 0 15px;

}

#menu ul li.section-title {
font-weight:bold;
letter-spacing: 0px;
color: #FFFFFF;
border-bottom: 1px dotted #BBBBBB; padding-bottom: 5px; margin-bottom: 10px; width:165px;
}


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

.container {
    padding:18px;
	
}

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

p { }

h1 { font-size: 10px;
font-weight: normal;
background-color: #000000;
color: #CCCCCC;
width:650px;
text-indent: 5px;
text-transform: uppercase;
margin-bottom:-18px;
}
h2 { font-size: 10px;
font-weight: normal;
background-color: #ce6c21;
color:#FFFFFF;
width:650px;
margin-bottom:18px;
text-indent: 5px;
text-transform: uppercase;
}
h3 { font-size: 11px;
	font-family: verdana;
	line-height:18px;
	color:#666666;
	background-color:#FFFFFF;
	width: 650px;
	margin-bottom:18px;
	font-weight:normal }
h4 {font-size: 10px;
font-weight: normal;
background-color: #EDEDED;
color: #FF6600;
width:650px;
text-indent: 5px;
margin-bottom: 0px;}
h5 {font-size: 10px;
font-weight: normal;
background-color: #999999;
color: #FFFFFF;
width:650px;
text-indent: 5px;
margin-bottom: 18px;
margin-top: 0px}

#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper { 
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}



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

#once { clear: left; }

.hidden { display: none; }
.unhidden { display: block; }