/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* { margin: 0; padding: 0 0 0 0; border-style: none; border-width: 0; }

body   { color: #000; font-size: 11px; font-family: helvetica, verdana, tahoma, georgia; font-weight: normal; line-height: 15px; background-repeat: no-repeat; background-attachment: fixed; letter-spacing: 0    ; margin-right: 25px; margin-left: 0; padding-left: 20px; }

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

a:link  { color: black; font-family: helvetica, verdana, tahoma, georgia; font-weight: normal; text-decoration: none; }
a:active  { color: black; font-weight: normal; text-decoration: none; }
a:visited  { color: black; font-weight: normal; text-decoration: none; }
a:hover  { color: white; font-weight: normal; background-color: black; background-position: 100% 0; text-decoration: none; cursor: default; display: inline; }

a img { border-style: none; outline-style: none; cursor: default; }

#menu { font-size: 11px; font-family: helvetica, verdana, tahoma, georgia; line-height: 13px; background-repeat: no-repeat; background-attachment: fixed; position: fixed; width: 175px; overflow: auto; top: 32px; bottom: 15px; left: 0; right: 0; height: 100%; float: none; margin: 0; padding-top: 0; padding-right: 25px; padding-left: 25px; border-style: none; border-width: 0; }

#menu ul { color: #000; font-size: 11px; font-family: helvetica, verdana, tahoma, georgia; font-weight: bold; line-height: 15px; margin: 0; padding-top: 12px; list-style: none; }

#menu ul li.section-title {  }

#content { color: black; font-size: 11px; line-height: 15px; background-repeat: no-repeat; background-attachment: fixed; height: 100%; margin: 28px 0 0 220px; top: 0; left: 0; width: 700px; padding-top: 0; padding-right: 25px; border-style: none; outline-style: none; }

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

#content p { color: black; font-size: 11px; font-family: helvetica, verdana, tahoma, georgia; font-weight: normal; line-height: 15px; background-repeat: no-repeat; background-attachment: fixed; height: 100%; margin-bottom: 14px; padding-top: 3px; border-style: none; outline-style: none; }

p { margin: 0 0 9px; }

h1 { color: #000; font-size: 68px; font-family: "Helvetica Neue", Helvetica, arial, Sans-Serif; font-weight: bold; font-weight: bold; line-height: 68px; padding-left: 5px; }
h2 { color: #000; font-size: 14px; font-weight: normal; font-weight: normal; margin-top: 5px; padding-left: 5px; }
h3 { font-size: 9px; font-weight: bold; line-height: 5px; padding-bottom: 14px; }
h4 { padding-top: 3px; padding-left: 5px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 605px; margin: 10px 0 0; padding: 0; }

#once { clear: left; }
