/* CSS Document */
*{
padding:0;
margin:0;
}
a{
color:#ff71a7;
text-decoration:none;
}
a:hover{
color:#ffa4c7;
text-decoration:overline;
}
body{
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:18px;
color:#666666;
letter-spacing:-1px;
background:url(img/background_body.jpg);
}
.content{
width:980px;
margin:0 auto;
}

/* PARTE DO WHO IS */
.content #whois{
background:url(img/dual_line.jpg) bottom repeat-x;
margin-top:45px;
}
.content #whois #titulo-whois img{
margin-bottom:35px;
}
.content #whois #titulo-whois h1{
display:none;
}
.content #whois #titulo-whois p{
display:block;
background:url(img/dual_line.jpg) top repeat-x;
padding:30px 0;
font-size:24px;
line-height:35px;
}

/* PARTE DO WORK */

#work{
}
#work #shadow-top{
background:url(img/bg_shadow_top.jpg) bottom repeat-x;
height:64px;
}
#work #work-bg{
background:url(img/gradient_work.jpg) top repeat-x;
height:680px;
}
#work #work-bg #work-content{
width:980px;
margin:0 auto;
}
#work #work-bg #work-content .img-work{
margin:35px 0;
}
#work #work-bg #work-content h1{
display:none;
}
#work #work-bg #work-content ul{
list-style:none;
}
#work #work-bg #work-content ul li{
display:block;
margin:6px 10px 0 0;
*margin:6px 4px 0 0;
float:left;
}
#work #work-bg #work-content .ultima{
margin-right:0;
}
#work #shadow-bottom{
background: url(img/bg_shadow_bottom.jpg) top repeat-x;
height:76px;
}

#work-bg ul img{
opacity:0.4;
filter: alpha(opacity=40);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
opacity:0.4;
}
#work-bg ul img:hover{
opacity:1.0;
filter: alpha(opacity=100);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 	PARTE DO BASEMENT */

.content #basement{
}
.content #basement h1{
display:none;
}
.content #basement h1{
display:none;
}
.content #basement #basement-lists{
background:url(img/dual_line.jpg) top repeat-x;
margin-top:33px;
height:200px;
}
.content #basement #basement-lists ul{
list-style:none;
float:left;
display:block;
margin:33px 0;
line-height:25px;
width:325px;
}
.content #basement #basement-lists ul li{
font-size: 16px;
}
.content #basement #basement-lists ul h2{
color:#ffffff;
font-weight:bold;
margin-bottom:17px;
}


.content #footer{
clear:both;
background:url(img/dual_line.jpg) top repeat-x;
padding-top:45px;
}
.content #footer img{
float:right;
margin-bottom:45px;
}


#dhtmltooltip{
position: absolute;
border: 1px solid #666;
padding: 5px 9px 5px 7px;
background:url(img/background_body.jpg);
font-size:12px;
letter-spacing: 0;
margin:-48px -60px -40px 49px;
color:#ccc;
visibility: hidden;
overflow:auto;
z-index:100;
}