/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	line-height: 15px;
	background: #FFFFFF;
	color: #000000;
	margin-top: 28px;
}

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;
	color: #999999;
	 }
li.active a:visited {
	text-decoration: none;
	color: #999999;
	 }
li.active a:hover {
	text-decoration: none;
	color: #999999;
	 }

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

a img { border: none; }

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

#menu ul {
	list-style: none;
	text-align: right;
	max-width: 180px;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	font-size: 30px;
	font-weight: bold;
	letter-spacing:-3px;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	max-width: 180px;
	color: #000000;
	margin: 0 0 0 0;
	padding-top: 1px;
	padding-bottom: 5px;
}

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

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

#content p { width: 300px; 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; }