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

body {
	background: #FCFCFC none repeat scroll 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height: 2;	
	colour: #505050;   
}

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

a:link { 
	color: #505050;
	font-size:12px;
	text-decoration: none;
}
a:active { 
	color: #505050;
	font-size:12px;
	text-decoration: none; 
}
a:visited { 
	color: #505050;
	font-size:12px;
	text-decoration: none; 
}
a:hover { 
	color: #FCFCFC;
	font-size:12px;
	background: #505050;
	text-decoration: none; 
}

a img { border: none; }

a.thickbox:hover {background: #FCFCFC;}

#menu {
	background-color: #FCFCFC;
	font-size: 16px;
	color: #D00000;
	bottom: 0px;
	height: 100%;
	left: 80px;
	overflow: auto;
	position: fixed;
	top: 55px;
    width: 215px;
	line-height: 22px;
	font-size-adjust: none;
}

#menu ul {
	background-color: #FCFCFC;
	line-height: 18px;
	font-size-adjust:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 30px 0 12px;
}

#menu ul li.section-title {
	background-color: #FCFCFC;
	font-family: Verdana,sans-serif;
	font-size-adjust: none;
	color: #505050;
	font-size: 16px;
	line-height: 26px;	
	font-weight: 500;
}

#menu ul li.active a {
}

#content {
    height: 100%;
	margin-left: 310px;
    top: 20px; 
}

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

#content p {
	line-height:20px;
	font-size:12px;
	margin-bottom:0;
	margin-left: 20px;
	margin-top: 80px;
	width: 600px;
}

p {
    margin: 0 0 10px;
}

h1 { font-size: 10px; }
h2 { font-size: 10px; }
h3 { font-size: 10px; }
h4 { font-size: 10px; }

#img-container { 
	background-color: #FCFCFC;
	margin-top: 30px;
	margin-right: 80px; 
	padding: 0; 
}

#img-container p { 
	background-color: #FCFCFC;
	width: 800px; 
	margin-top: 0px; 
	margin-right: 80px;
	padding: 0 0 7x; 
}

#once { clear: left; }

.nav {
    position: absolute;
    top: 630px;
    z-index: 100;
    clear: both;
}

a:active
{
outline: none;
}

:focus
{
-moz-outline-style: none;
}
