/**
* 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:#888888;}
a:active { text-decoration: bold; color:#888888; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #cc4422;}

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;
  
}

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

#menu ul li.section-title {
    font-weight:bold; 
    font-size:12px;
    text-transform: lowercase;
    margin-bottom:6px;
    color:#cc4422;
}

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

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

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

#content p { width: 620px; font-size:11px;  margin-bottom: 9px; color: #000000;}
#mytitle {font-size:17px; font-weight:bold;  text-transform:lowercase; color:#cc4422;}
#prenav{font-size:11px; font-weight:normal; color:#cc4422; line-height: 1.1em;}

#mytitle a:link { text-decoration: none; color:#cc2222;}
#mytitle a:active { text-decoration: none; }
#mytitle a:visited { text-decoration: none; color: #cc4422; }
#mytitle a:hover { text-decoration: non; color:#cc2222}
p {
    margin: 0 0 9px 0;
}

h1 { font-size: 13px; }
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; }
