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

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	background: #ffffff;
	color: #333333;
}

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

li.active a:link {
     text-decoration: none;
	 color: #999999;
	 }
li.active a:active {
     text-decoration: none;
	 background-color: #999999;
	 color: #FFF;
	 }
li.active a:visited {
     text-decoration: none;
	 color: #aaaaaa;
	 background-color: #333333;
	 }
li.active a:hover {
     text-decoration: none;
	 color: #FFF;
	 }

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

a img { border: none; }

#menu {
	width: 250px;
	overflow: none;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	height: 100%;
}

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

#menu ul li.section-title {
	text-decoration: none;
	max-width: 199px;
	color: #333333;
	margin: 0 0 0 0;
	padding-top: 1px;
	border-top: 1px solid #999999;
}

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

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

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

p {
    margin: 0 0 7px 0;
}

h1 { font-size: 11px; line-height: 15px; width: 500px; font-weight:normal; text-align:left;}
h2 { font-size: 18px; line-height: 23px; width: 500px; font-weight:normal; text-align:left;}
h3 { font-size: 18px; line-height: 23px; font-weight:normal; text-align:left;}
h4 { font-size: 11px; line-height: 15px; width: 500px; font-weight:normal; text-align:left;}

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

#once { clear: left; }

#footer { bottom: 25px; position: fixed; }

#footercontact { bottom:25px; position:fixed; left: 275px; }
