@charset "utf-8";
/* Artimidia Digital e Interativa */
@import url("reset.css");

body {
background:url(../imagens/bg.jpg) top repeat-x;
}

#geral {
width:900px;
min-height:500px;
height:auto;
height:500px;
margin:0 auto;
}

h1#logo a {
width:264px;
height:69px;
display:block;
margin:50px auto 0;
background:url(../imagens/logo-artimidia.png) center no-repeat;
text-indent:-9999em;
}

h2#descricao {
display:block;
margin-top:20px;
font:20px Arial, Helvetica, sans-serif;
text-transform:uppercase;
text-align:center;
color:#9f9f9f;
}

h3#hello {
width:390px;
height:137px;
display:block;
margin:95px auto 0;
background:url(../imagens/hello.png) center no-repeat;
text-indent:-9999em;
}

p#mudancas {
margin-top:30px;
margin-right:160px;
font:35px "Times New Roman", Times, serif;
text-align:center;
color:#444;
}

p#mudancas span {
padding-left:220px;
display:block;
}

#clientes {
display:block;
margin:100px auto 0;
border-right:1px solid #999;
border-left:1px solid #999;
}

.slideshow img {
padding:0 20px;
}

p#rodape {
padding:10px 0 10px 130px;
margin-top:30px;
font-size:11px;
}


/*****
slide
*****/
#bt-contato, #panel-close {
width:55px;
height:255px;
display:block;
float:left;
position:absolute;
top:50%; left:0;
margin-top:-128px;
text-indent:-9999em;
background:url(../imagens/contato.gif) left no-repeat;
}

#panel-close {
background:url(../imagens/fechar-painel.gif) left no-repeat;
}

#panel {
position:absolute;
top:0;
right:0;
z-index:99999;
display:block;
background:#000000;
width:480px;
height:100%;
}