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

body {margin-left: 60px;
	font-size: 10px;
	font-family: arial, sans-serif;
	background-color: #181818; color: white;
}

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

a:link { text-decoration: none; color: #AAA; }
a:active { text-decoration: none; color: #AAA; }
a:visited { text-decoration: none; color: #AAA; }
a:hover { text-decoration: none; font-weight: bold; }

a img { border: none; }
a.link {text-decoration: underline; color: #959595; }
a.link:hover {color: #AAA; font-weight: normal; }
a#prev {color: #FFF; }
#menu {
	padding-top: 100px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
	margin-left: 22px;
	
	
}
li.active	{font-weight: bold; border-bottom: 1px solid #606060; }
#menu ul {
	list-style: none; 
	margin: 0 0 22px 0;
}

#menu ul li.section-title {margin: 0px 0px 3px 0px; }
li.section-title {color: #FFF; font-weight: bold; text-transform: capitalize; }
li	{margin-left: 22px; letter-spacing: 1px; line-height: 15px; 
	text-transform: lowercase; display: inline;}

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

.container {
    padding: 5px 0px 5px 0px; background-color: #181818; 
}

#content p {width: 775px; margin: 10px 0px 0px 22px; }

p {
    margin: 0px 0px 9px 0px; font-size: 11px; text-align: justify;
}
div.conta {margin: 0px 0px 0px 22px; padding: 0px; }

h1 {margin: 5px 0px 6px 0px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; font-weight: normal; }
h4 { font-size: 12px; margin: 9px 0px 2px 22px; letter-spacing: 3px; text-transform: uppercase; }
h4.sub {margin: 20px 0px 0px 22px; text-transform: uppercase; }
h4.error{color: #FF0000; text-transform: uppercase; }

#img-container	{ margin: 0px; padding: 0; width: auto; height: 541px; background-color: #181818; padding-left: 22px; }
#img-container p	{ margin: 0px; padding: 0 0 12px 0; }

#once { clear: left; }

input.text,input.button,textarea 
{padding: 4px 3px 2px 3px; border: 1px solid #BBB; color: #505050; font-size: 11px; }
input.text	{margin: 5px 0px 10px 30px; height: 15px; }
input.button {height: 23px; color: #757575; font-size: 11px; padding: 3px 3px 12px 3px;; margin: 2px 0px 0px 50px; border-color: #808080; }
textarea	{margin: 5px 0px 10px 30px; width: 610px; font-family: arial, sans-serif; letter-spacing: 1px; }
select		{width: 180px; font-size: 11px; margin-left: 3px; margin: 3px 0px 10px 30px; border: 1px solid #BBB;
			color: #FFFFFF; }
form		{font-size: 11px; margin-top: 16px; margin-left: 22px; }
