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

body {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 14px;
	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: #CCCCCC;
	 }
li.active a:visited {
     text-decoration: none;
	 color: #aaaaaa;
	 background-color: #333333;
	 }
li.active a:hover {
     text-decoration: none;
	 color: #CCCCCC;
	 }

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

a img { border: none; }

#menu {
    width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    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: 250px; margin-bottom: 9px; }

p {
    margin: 0 0 7px 0;
}

h1 { font-size: 41px; color: #CCCCCC; line-height: 35px;}
h2 { font-size: 25px; line-height: 28px;  }
h3 { font-size: 11px; line-height: 14px; }
h4 { font-size: 11px; font-weight: normal; line-height: 14px;}

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