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

body {
	font-size: 13px;
	line-height: 18px;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
	padding-top: 35px;

	
}

body.section-1 { }
body.section-2 { }
body.section-3 { }
#menu ul li.active a { text-decoration: underline; }
a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; color: #000; }

a img { border: none; }

#menu {
    width: 150px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 35px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	




}

#menu ul {
	list-style: none;
	
padding-top: 8px;
padding-bottom: 8px;
border-bottom: 5px;
	


}

#menu ul li.section-title {
	font-weight: bold;
	margin-top: 14px;}

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

}

.container {
margin-top: 100px    
padding: 5px 5px 5px 5px;

	
}

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

p {
    margin: 10px 0 0 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }

.contact { font-size: 12px; color: #666; line-height: 15px; padding-bottom: 8px; padding-top: 8px;  ; margin-top: 120px;  }

.top { font-weight: bold; }

.text { width: 616px; padding-bottom: 8px;  margin-bottom: 35px; margin-top: 33px;  }

.text a { color: #666; }
.text a:hover { color: #000; }

.text_home { width: 616px; padding-bottom: 8px; padding-left: 2px; margin-bottom: 1px; margin-top: 33px;    }

#home { width: 838px; padding-bottom: 15px;  }
