/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin-top: 0pt;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 0pt;

padding-top: 0pt;

padding-right: 0pt;

padding-bottom: 0pt;

padding-left: 0px;
}

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	line-height: 13px;
	color: #000 ;
	background: #FFF;
}

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

li.active a:link {
     	text-decoration: none;
	color: #C00;
	 }
li.active a:active {
	text-decoration: none;
	color: #C00;
	 }
li.active a:visited {
	text-decoration: none;
	color: #C00;
	 }
li.active a:hover {
	text-decoration: none;
	color: #C00;
	 }

a:link {
	text-decoration: none;
	color: #000;
	 }
a:active {
	text-decoration: none;
	color: #000;
	 }
a:visited {
	text-decoration: none;
	color: #000;
	 }
a:hover {
     text-decoration: none;
	 color: #999;
	 }

a img { border: none; }

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

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

#menu ul li.section-title {
	font-size: 35px;

font-weight: bold;

letter-spacing: -3px;

text-align: left;

text-transform: uppercase;

text-decoration: none;

max-width: px200;

color: #000;

margin-top: 20px;

margin-right: 10pt;

margin-bottom: 0pt;

margin-left: 0pt;

padding-top: 0px;

padding-bottom: 5px;
border-top: 0px solid    #C00;
}

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

.container {
    padding: 75px 0px 25px 50px;
}

#content p { width: 300px; margin-bottom: 9px; margin-left: 0px }

p {
    margin: 0 0 0px 0px;
}

h1 { font-size: 41px; color: #FFF; line-height: 35px;}
h2 { font-size: 25px; line-height: 28px;  }
h3 { font-size: 16px; 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; }
