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

body {
	font-size: 12px;
	font-family: 'Helvetica', Verdana, sans-serif;
	background: #fff;
	color: #5f5548;
	line-height: 14px;
	letter-spacing: 1px;
}
p{
	margin-bottom: 9px;
	line-height: 18px;
	line-height: 18px;
}
upp{ text-transform: uppercase; }
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { color: #5f5548; text-decoration: none; }
a:active { color: #5f5548; text-decoration: none; }
a:visited { color: #5f5548; text-decoration: none; }
a:hover {  color: #dfa14c; text-decoration: none; }

a img { border: none; }

#menu {
    width: 300px;
    /*overflow: auto;*/
    top: 0;
    bottom: 14px;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	text-transform: uppercase;
}

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

#menu ul li.section-title { margin: 0 0 5px 0; }

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

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

#content p { width: 550px; margin-bottom: 9px; line-height: 18px; font-size: 12px;}




#content p a:link { color: #dfa14c; text-decoration: none; }
#content p a:active { color: #dfa14c; text-decoration: none; }
#content p a:visited { color: #5f5548; text-decoration: none; }
#content p a:hover {  color: #dfa14c; text-decoration: none; }

p {
    margin: 0 0 10px 0;
}

h1 { font-size: 12px; font-weight: normal; margin: 0 0px 18px 0px; color: #5f5548; letter-spacing: 1px; width: 550px;}
h2 { font-size: 14px; line-height: 1.2em; color: #5f5548; margin: 0 0 1em 0; width: 550px;}
h3 { font-size: 16px; width: 550px;}
h4 { font-size: 12px; width: 550px;}

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

#once { clear: left; }
#menu .container p #titulo{display: block; position: relative; z-index: 999; margin: -40px 0 0 0 }/*0px 0px 30px 0px*/
#menu .container { margin-top: 30px; font-size:  10px; line-height: 1.2em;}

