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

body {
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	//background-color:#ffffff;
	line-height: 1.3;
	color:#333333;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	background:#FFFFFF none repeat scroll 0 0;
}

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

a:link { text-decoration: none; color: #333333; }
a:active { text-decoration: none; color: #333333; }
a:visited { text-decoration: none; color: #999999;}
a:hover { text-decoration: none; color: #3399ff; }

a img { border: none; }

#menu {
	-moz-border-radius-topright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-bottomleft:2px;
	background-color: #ffffff;
	float:left;
	left: 40px;
	top: 20px;
	overflow-x: auto;
	overflow-y: auto;
	position: fixed;
	width: 200px;
	height: auto;
    z-index:100;
}

#menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0 0 10px;
}

#menu ul li {
	margin-bottom:0;
	margin-top:1px;
}

#menu ul li.section-title {
	cursor: pointer; 
	border-bottom:1pt dotted #3399ff;
	color:#3399ff;
	font-family: Verdana, Trebuchet, Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing: 0.05em;
	padding-bottom: 1px;
	//padding:5px 0 0 0;
	font-size: 10px;
}


#content {
	height:100%;
	margin-bottom:0;
	margin-left:260px;
	margin-right:0;
	margin-top:0;
}

.container {
	padding-top:15px; 
	padding-right:20px;
	padding-bottom:15px;
	padding-left:20px;
	//margin-top:160;
	//border-top:160;
}

#content p { 
	width: 400px; 
	margin-bottom: 9px; 
	//background-color:#FFF333; }

p {
    margin: 0 0 9px 0;
}


#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;
}

h1 {
	font-size: 13px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	color:#333333;
	letter-spacing: 0.05em; 
	//padding-bottom: 2px;
}	

h1 a:link { text-decoration: none; color: #333333; }
h1 a:active { text-decoration: none; color: #333333; }
h1 a:visited { text-decoration: none; color: #333333; }
h1 a:hover { text-decoration: none; color: #3399ff; }


	
h2 { 
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight:normal;
	//background: #fff;
	//line-height: 1.3;
	color:#666666;
	padding-top: 160px; 
}

h2 a:link { text-decoration: none; color: #333333; }
h2 a:active { text-decoration: none; color: #333333; }
h2 a:visited { text-decoration: none; color: #333333; }
h2 a:hover { text-decoration: none; color: #3399ff;}


h3 { font-size: 16px; }
h4 { font-size: 12px; }



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

#once { clear: left; }
