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

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #666666;
	text-decoration: none;

}

body.section-1 { }
body.section-2 { }
body.section-3 { }
body.section-4 {
background-image:url(../../../hp.jpg);
background-repeat: no-repeat; 
background-position: 0px 0px;
	}

a:link {
	text-decoration: none;
	color: #999999;
	display: block;
}

a:active {
	text-decoration: none;
	color: #666666;
/*	background-color: #CCCCCC;*/
}

a:visited {
	text-decoration: none;
	color: #999999;
	display: block;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

ul a:hover {
	text-decoration: none;
	background-color: #EAEAEA;
	display: block;
}

a img { border: none; }

#menu {
	width: 200px;
	overflow: auto;
	top: 20px;
	left: 20px;
	position: fixed;
	background-color: #FFFFFF;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
}

#menu ul li.section-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}

#menu li.active {
	text-decoration: none;
	color: #FFFFFF;
/*	background-color: #CCCCCC;*/
}

#content {
    height: 100%;
    margin: 0 0 0 202px;
    padding-top: 20px;
    padding-left: 0px;
}

.container {
    padding: 10px 18px 25px 18px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: bold;
	line-height: 72px;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0;
width:100%;
}

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

#once { clear: left; }