/* CSS Document */
*{ margin:0; padding:0; list-style:none; text-decoration:none; border:none; }
body{ background:url(images/bg.jpg) top center no-repeat; font-size:12px; font-family:Arial, Helvetica, sans-serif; }
#article{ width:960px; height:600px; margin:0 auto; position:relative; }
header{ position:absolute; width:960px; bottom:14px; height:36px; background:url(images/bg_menu.png); left:0; z-index:600; }
header h1{ position:relative; top:-92px; float:left; margin-left:25px; }
header nav ul{ margin-top:5px; }
header nav ul li{ float:left; margin-left:30px;}
header nav ul li a{ z-index:1000; display:inline; }
#banner{ float:left; margin-top:20px; }
#bg-empresa{ float:left; margin-top:20px; background:url(images/bg_empresa.jpg) no-repeat; width:960px; height:580px; position:relative; }
#bg-colecao{ float:left; margin-top:20px; width:960px; height:580px; position:relative; background:url(images/bg_colecao.jpg) no-repeat; }
#bg-lojas{ float:left; margin-top:20px; background:url(images/bg_lojas.jpg) no-repeat; width:960px; height:580px; position:relative; }
#bg-revendedores{ float:left; margin-top:20px; background:url(images/bg_revendedores.jpg) no-repeat; width:960px; height:580px; position:relative; }
#bg-contato{ float:left; margin-top:20px; background:url(images/bg_contato.jpg) no-repeat; width:960px; height:580px; position:relative; }
#bg-empresa h2 {
    position: absolute;
    right: 218px;
    top: 90px;
}
#bg-empresa p{ position:absolute; right:80px; top:165px; width:320px; line-height:13px; }

#bg-lojas h2{ position:absolute; right:308px; top:95px; }
#bg-lojas ul{ position:absolute; right:80px; top:165px; width:320px; line-height:13px; }
.lugar{ width:80px; height:58px; float:left; border-right:1px solid #FFF; }
.end{ width:195px; margin:0 0 55px 10px; display:block; float:left; line-height:18px; }

#bg-contato h2{ position:absolute; right:268px; top:85px; }
#bg-contato p{ position:absolute; right:80px; top:130px; width:320px; line-height:13px; color:#FFF; }
#bg-contato fieldset{ position:absolute; right:80px; top:160px; width:320px; line-height:13px; color:#FFF; }
#bg-contato fieldset input{ width:305px; height:20px; background:url(images/bg_campos_contato.png) no-repeat; margin-bottom:10px; color:#000; font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:5px; }
#bg-contato fieldset textarea{ width:305px; height:65px; background:url(images/bg_campos_contato.png); margin-bottom:15px; color:#000; font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:5px; }
#bg-contato fieldset form #btn_envia{ width:91px; height:31px; background:url(images/btn_enviar.png) no-repeat; float:right; margin-right:5px; }
