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

body {
	font-size: 11px;
	font-family: helvetica, sans-serif;
	background: #fff;
        line-height: 1.2;
}

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

a:link { text-decoration: none; border-bottom: 1px dotted #00eac1; color: #000000; }
a:active { text-decoration: none; #000000; border-bottom: 1px dotted #00eac1;}
a:visited { text-decoration: none; color: #000000; border-bottom: 1px dotted #00eac1; }
a:hover { text-decoration: none; border-bottom: 1px dotted #00eac1; background: #FFFFFF; color: #00beb0;}

a img { border: none; }

#menu {
    width: 180px;
    overflow: auto;
    top: 15px;
    bottom: 15px;
	left: 15px;
    position: fixed;
    height: 95%;
	background-color: #00eac1;
font-family: helvetica, sans-serif;
font-size: 11px;
letter-spacing: 0.6pt;
line-height: 1.4;
padding: 0 0 0 10px;
}

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

#menu ul li.section-title { 
font-family: helvetica, sans-serif;
color: #FFFFFF;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1.4pt;
}

#content {
    height: 100%;
    margin: 10px 0 0 230px;
    top: 0;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 10px; background-color: #FFFF33; color: #000000; }
h3 { font-family: helvetica, sans-serif;
color: #00EAC1;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.6pt;
line-height: 1.4;
}
h4 { font-family: helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1.4pt;
line-height: 1.4;
}

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

#once { clear: left; }
