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

body {
	font-size: 11px;
	font-family: Helvetica, sans-serif;
	background: #fff;
-webkit-text-size-adjust: none;
}

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: 0px 0px 0px 0px; }

#menu {
    width: 158px;
    overflow: auto;
    top: 31px;
    bottom: 0;
	left: 43px;
right: 0px;
    position: fixed;
    height: 500px;
	background-color: #FFFFFF;
    z-index: 9999;
}

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

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

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

#content { 
    height: 100%;
    width: 645px;
    margin: 51px 0px 45px 424px;
    top: 0;
position: static;
}

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

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

p {
    margin: 0 0 130px 0;
}

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

h3 {  font-size: 11px;
	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: 11px;
	font-family: Helvetica, sans-serif;
	background: #fff;
        line-height: 100%;
background-color: transparent;
padding-bottom: 85px;
font-weight: 600;
letter-spacing: 0px; }

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

h7 { font-size: 11px;
	font-family: Helvetica, sans-serif;
	background: #fff;
        text-indent: 0px;
        padding-bottom: 270px;
}

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

#img-container p   {
width: 600px;
margin-bottom: 0px;
padding-top: 0px;
padding-right: 0;
padding-bottom: 0px;
margin-bottom: 45px;
padding-left: 0px;
font-family: Helvetica, sans-serif;
font-size: 0px;
font-weight: 0;
}

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

#once { clear: left; }
