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

body {
	font-size: 12px;
	font-family: Arial, Verdana, Trebuchet MS, sans-serif;
	font-weight: lighter;
	background: #fff;
}

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

a:link { text-decoration: none; color: #B01414; font-weight: lighter; }
a:active { text-decoration: underline; color: #B01414; font-weight: lighter; }
a:visited { text-decoration: none; color: #B01414; font-weight: lighter; }
a:hover { text-decoration: underline; }

a img { border: none; }


#menu {
    width: 230px;
    overflow: auto;
    top: 5px;
    bottom: 0;
	left: 7px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title { 
line-height: 13pt;
color:  #575757;
font-size: 11px;
font-weight: lighter;
text-transform: uppercase;
letter-spacing: 0.35ex;
}

#content {
    height: 100%;
    margin: 51px 10px 10px 285px;
}

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

#content p { width: 680px; margin-bottom: 9px;
color: #575757;
font-size: 9pt;
font-style: none;
font-weight: lighter;
}

p {
    margin: 0 0 9px 0;
color: #858585;
font-size: 10pt;
}

h1 { 
font-family: Arial, Trebuchet MS, sans-serif;
font-size: 15px;
font-style: italic;
font-weight: bold;
color: #B01414;
 }

h2 {
font-family: Arial, Verdana, Trebuchet MS, sans-serif;
color:  #575757;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.35ex;
width: 680px;
margin-top: 0px;
margin-bottom: 0px;
font-weight: lighter;
}

h3 { font-size: 16px; }
h4 { font-size: 12px; }



#img-container	{ margin:0px; padding: 18px 0px 5px 0px; }
#img-container p	{ width: 500px; margin:0px; padding: 0 0 12px 0px; }

#once { clear: left; }
