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

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

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

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

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #ffffff;
}

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

#menu ul li.section-title { text-decoration: none; font-weight: bolder; max-width: 190px; color: #333333; margin: 10px 0 0 0; padding-top: 3px; border-top: 0px solid #EEEEEE; }

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

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

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

p {
    margin: 0 0 10px 0;
}

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

#img-container	{

margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;

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

#once { clear: left; }
#footer { bottom: 25px; position: fixed; }
#footercontact { bottom:50px; position:fixed; left: 25px; }

#s1 { float: left; }