/* CSS Document - copyright flavia dalla pellegrina - Playdesign Studio */

html{
height: 100%;
border: 0;
padding: 0;
margin: 0;
}

body{
height: 100%;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, "Trebuchet MS";
font-size: 11px;
color: #666;
background: url(../images/bg.jpg) top left repeat-y;
background-color: #fff;
background-attachment:fixed;
}

a:link{
text-decoration: none;
color: #666;
}
a:visited{
text-decoration: none;
color: #666;
}
a:hover{
text-decoration: none;
color: #ff0099;
}

.magenta{
color: #ff0099;
}

.grey1{
color: #333333;
line-height: 14px;
}

.green{
color: #99cc33;
font-size: 18px;
line-height: 18px;
}

.magenta_little{
	color: #ff0099;
	font-weight: bold;
	line-height: 14px;
}

.green_little{
	color: #99cc33;
	font-weight: bold;
	line-height: 14px;
}

#navbar{
width: 90px;
height: 100%;
position: absolute;
background-color:trasparent;
z-index: 5;
overflow: hidden;
}
#voce-1 {
	position: absolute;
	width: 20px;
	top: -2px;
	margin-left: 0px;
}
#voce-2 {
	position: absolute;
	width: 20px;
	top: -2px;
	margin-left: 20px;
}
#voce-3 {
	position: absolute;
	width: 20px;
	top: -2px;
	margin-left: 40px;
}
#voce-last {
	position: absolute;
	width: 30px;
	top: -2px;
	margin-left: 40px;
}


#container {
	position: absolute;
	width: 850px;
	top: 0;
	height: 620px;
	background-color: transparent;
	background: url(../images/bg-container.jpg) top left no-repeat;
}

#content {
	position: absolute;
	width: 735px;
	margin: 75px 0 0 90px;
	height: 520px;
	background-color: ;
}


#second_navbar {
width: 100%;
height: 20px;
position: relative;
margin: 0px 0 0 -35px;
}
#second_navbar ul,li{
display: inline;
}
#second_navbar a:link{
text-decoration: none;
color: #666;
}
#second_navbar a:visited{
text-decoration: none;
color: #666;
}
#second_navbar a:hover{
text-decoration: none;
color: #ff0099;
}

#table {
width: 500px;
height: 500px;
position: relative;
float: left;
}

#text {
width: 210px;
height: 430px;
position: relative;
margin: 60px 5px 5px 0px;
padding-right: 10px;
font-size: 10px;
text-align: right;
overflow: auto;
}

#text-contact {
width: 210px;
height: auto;
padding-top: 10px;
position: relative;
margin: 170px 0px 5px 500px;
font-size: 11px;
text-align: right;
line-height: 10px;
}

#download {
width: 210px;
height: 20px;
position: relative;
margin: 20px 5px 5px 510px;
padding-right: 10px;
font-size: 10px;
text-align: right;
}
