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

body {
	font-size: 11px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: lighter;
	background: #fff;
	overflow: visible;
}

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

a:link { text-decoration: none; color: #AAAAAA; }
a:active { text-decoration: none; color: #AAAAAA; }
a:visited { text-decoration: none; color: #AAAAAA; }
a:hover { text-decoration: none; color: #555; /*border-left: 10px solid #00aeef; padding-left: 5px; margin-left: -15px;*/}

#menu a:hover { text-decoration: none; color: #555; border-left: 20px solid #00ee00; padding-left: 5px; margin-left: -25px;}

#menu a { text-decoration: none; color: #999; border-left: 0px; padding-left: 0px; margin-left: 0px;}
#menu a {display: block}

a img { border: none; }

#menu {

    width: 150px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%;
   	color: #6B6B6B;
	background-color: #fff;
	line-height: 15px;
    padding: 0px 0 5px 20px;

	
	
}


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

}

#menu ul li.section-title {color: #555;	 padding: 7px 0 4px 0; width: 143px; letter-spacing: 0px; font-size: 120%;}

#content {
    height: 100%;
    margin: 30px 0 0 190px;
    top: 0;
    line-height: 18px;
    width: 525px;
    color: #555;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 26px; line-height: 28px; font-weight: lighter}
h4 { font-size: 9px; font-family: Helvetica, Arial, sans-serif; font-weight: lighter; line-height: 12px; border-top: 1px dotted #888; border-bottom: 1px dotted #888; padding: 3px 0 3px 0;}

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

#once { clear: left; }
