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

body {
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color:#000; }
a:active { text-decoration: none; color: #000; background-color: #fff; }
a:visited { text-decoration: none; color: #000; }
a:hover {  text-decoration: noneh; color: #000; background-color: #fff; }

#menu ul:link { text-decoration: none; color:#000; font-weight: 400}
#menu ul:active { text-decoration: none; color: #fff; background-color: #fff; }
#menu ul:visited { text-decoration: none; color: #000; }
#menu ul:hover {  text-decoration: none; color: #000; background-color: #fff;}

a img { border: none; }

#menu {
    width: 184px;
    overflow: auto;
    top: 29px;
    bottom: 0;
	left: 23px;
right: 10px;
    position: fixed;
    height: 500px;
	background-color: #transparent;
    z-index: 9999;
}

#menu ul {
	list-style: none;
	margin: 20 0 1px 0;
padding-left:1px;
padding-bottom: 14px;
font-weight: 400;
}

#menu ul li.section-title { font-size: 12px; font-weight: 600; letter-spacing: 0px; color: #000000; margin-left:0px;}

#menu li.active a{ color: #000; background-color: #fff;}

#content { 
    height: 100%;
    width: 815px;
    margin: 43px 0px 0px 240px;
    top: 0;
position: fixed;
}

.container {
    padding: 0px 0px -17px 20px;
}

#content p { width: 400px; margin-bottom: 0px; margin-top: 0px; margin-right: 0px;}

p {
    margin: 0 0 11px 0;
}

h1 { font-size: 12px; font-weight: 600; letter-spacing: 0px; color: #000000; margin-left:0px;}
h2 { font-size: 12px; padding-top:3px;}

h3 {  font-size: 12px;
	font-family: Helvetica, sans-serif;
	background: #fff;
        line-height: 100%;
background-color: transparent;
padding-top: 9px;
padding-bottom: 1px;
font-weight: 400;
letter-spacing: 0px; }

h4 {  font-size: 12px;
	font-family: Helvetica, sans-serif;
	background: #fff;
        line-height: 100%;
background-color: transparent;
padding-bottom: 6px;
font-weight: 600;
letter-spacing: 0px; }

h5 { font-size: 24px;
	font-family: Helvetica, sans-serif;
	background: #fff;
        line-height: 100%;
background-color: transparent;
padding-bottom: 11px;
font-weight: 600;
letter-spacing: 0px;
}
h6 { font-size: 12px;
	font-family: Helvetica, sans-serif;
	background: #000;
        line-height: 80%;
        width:34px;
       padding:5px;
color:#fff;
font-weight: 500;
background-color: transparent;
}

h7 { font-size: 12px;
	font-family: Helvetica, sans-serif;
	background: #fff;
        text-indent: 200px;
}

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

#img-container p   {
width: 750px;
margin-top: -2px;
padding-top: 0px;
padding-right: 0;
padding-bottom: 12px;
padding-left: 0px;
font-family: Helvetica, sans-serif;
font-size: 14px;
font-weight: 400;
}

#TB_caption {
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-top: -8px;
    text-align: center;
}

#once { clear: left; }