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

body {
    font-size: 10px;
    font-family: Verdana, sans-serif;
    background-color: #eee;
    background-image: url(imagens/fundo.png);
    background-attachment:fixed;
}

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

a:link { text-decoration: none; color: #666; size: 8px;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666666;}
a:hover { text-decoration: underline; background-color:#FFFFFF; color: #0066CC;}

a img {
    border: none;
    text-decoration: none;
}

#item{
	width: 900px;
	height:855px;
	margin-left: 50px;
	margin-top: 0px;
	background-image:url(imagens/item.png);
	background-repeat: no-repeat;
	background-position:left;
	background-attachment:fixed;
}

#menu {
    width: 215px;
    overflow: auto;
    top: 100px;
    bottom: 0;
    left: 20px;
    padding-right: 15px;
    position: fixed;
    height: 100%;
    background-image: url(imagens/back.png);
    text-align:right;
}

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

#menu ul li.section-title {cursor: pointer; }

#content {
	 height: auto;
   	 margin: 0 0 0 215px;
   	 top: 0;
}

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

#accordion {
    text-decoration: none;
    color: #666;
    size: 8px;
}

#content p {
    width: 400px;
    margin-bottom: 9px;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }