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

body {
	font-size: 11px;
	font-family: Helvetica Neue, Arial, Verdana;
	background: #ffffff;
}

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

a:link { text-decoration: none; color:#404040;}
a:active { text-decoration: none; color:#404040; }
a:visited { text-decoration: none; color: #404040; }
a:hover { text-decoration: none; color:#9b9b9b;}

a img { border: none; }



br{line-height:4px;}


#menu {
    width: 185px;
    xoverflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 90%;
	margin-left:20px;
	margin-top:10px;
    background-color:#ffffff;
    border-right: 1px dotted rgb(98, 98, 98);    
}

#menu ul {
	line-height: 1.4em;
    list-style: none;
	margin: 0 0 20px 0;
}

#menu ul li.section-title {
    font-weight:normal; 
    font-size:11px;
    text-transform: lowercase;
    margin-bottom:6px;
    color:#f58f40;
}

#content {
    height: 100%;
    margin: 0 0 0px 215px;
    top: 0;
    padding-left:40px;
    padding-top:10px;
    background-color:#ffffff;
}

.container {
    padding: 0px 5px 5px 5px;
}

#menu ul li.active{
  color:#cccccc; 
  font-weight:bold;
font-size:11px;  
 xbackground-color:#ffe2cb;
 xlist-style: square inside;
}

#content p { width: 500px; font-size:10px;  margin-bottom: 9px; }
#mytitle {font-size:13px; font-weight:bold;  text-transform:lowercase; color:#5d5d5d;}
#prenav{font-size:11px; font-weight:normal; color:#8d8d8d; line-height: 1.1em;}

#mytitle a:link { text-decoration: none; color:#000000;}
#mytitle a:active { text-decoration: none; }
#mytitle a:visited { text-decoration: none; color: #000000; }
#mytitle a:hover { text-decoration: non; color:#ccc}
p {
    margin: 0 0 9px 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; }
