/*
Theme Name: Built
Theme URI: http://www.agenciapro.com.br
Description: Built Eletrodomésticos
Version: 3.0
Author: Agencia Pro
*/

@import url("css/reset.css");
@import url("css/painel.css");
@import url("css/contato.css");


body {
	padding-bottom: 20px;
	font-family: Arial, Helvetica, Sans-serif;
	background: url("img/bg.png");
}
#bg {
	background: url("img/bg2.png") repeat-x;
}
/**/
#wrp {
	width: 960px;
	margin: 0 auto;
	background: url("img/sombra.jpg") no-repeat center 155px;
}
/*header*/
#header {
	height: 89px;
	overflow: hidden;
	padding-top: 25px;
	background: url("img/top.jpg") no-repeat top center;
}
#header h1 a {
	float: left;
	display: block;
	width: 276px;
	height: 67px;
	margin: auto 91px;
	overflow: hidden;
}
#header .fonevendas {
	float: right;
	margin: 15px 95px 0 0;
}
/*Header Login*/
#painel_login {
	color: #fff;
	width: 100%;
	position: absolute;
}
#painel_login #login_topo {
	background: #262626;
}
#painel_login form {
	width: 600px;
	height: 70px;
	display: none;
	margin: 0 auto;
	padding: 10px 0 0 190px;
	background:  url(img/sistema/sys_login_bg.png) no-repeat left top;
}
#painel_login fieldset {
	float: left;
}
#painel_login .textfield {
	clear: both;
	height: 30px;
}
#painel_login .textfield label {
	width: 50px;
	float: left;
	display: block;
	font-size: 14px;
}
#painel_login .textfield p {
	float: left;
	width: 263px;
	height: 26px;
	overflow: hidden;
	background: url(img/sistema/sys_input.png) no-repeat left top;
}
#painel_login .textfield input {
	border: 0;
	color: #fff;
	width: 243px;
	float: left;
	background: transparent;
	padding: 5px 10px 5px 10px;
}
#painel_login button {
	border: 0;
	color: #fff;
	cursor: pointer;
	margin: 15px 0 0 20px;
	background: transparent;
	text-transform: uppercase;
	border-bottom: 2px solid #9f2024;
}
#painel_login .open {
	width: 173px;
	height: 30px;
	margin: 0 auto;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 30px;
	text-align: center;
	background: url(img/sistema/sys_open.png) no-repeat center top;
}
#painel_login .open a {
	color: #aaa;
	text-decoration: none;
}
/*menu*/
#menu {
	width: 815px;
	height: 41px;
	margin: 0 auto;
	overflow: hidden;
}
#menu li {
	display: inline;
}
#menu li a {
	color: #aaa;
	float: left;
	height: 41px;
	display: block;
	padding: 0 18.4px 0 18.4px;
	font-size: 14px;
	line-height: 41px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu li a:hover {
	background: url("img/menuhover.png") center;
}
#menu ul li.selected a {
	background: url("img/menuhover.png") center;
}
/*imagem*/
#flash {
	width: 815px;
	height: 260px;
	margin: 0 auto;
	overflow: hidden;
}

#flash p {
	text-indent: -9999px;
}

/*home*/
#home {
	width: 828px;
	height: 180px;
	margin: 0 auto;
	margin-top: 2px;
	padding-left: 12px;
	background: url("img/home.png") no-repeat top center;
}
/*Home produtos*/
#home .produtos {
	float: left;
	margin-right: 5px;
	text-align: center;
	font-size: 15px;	
}
#home .produtos a {
	color: #333;
	line-height: 35px;
	font-weight: bold;
	width: 268px;
	height: 180px;
	display: block;
	overflow: hidden;
	text-decoration: none;
	background: url("img/produtos.jpg");
}
#home .produtos a:hover {
	color: #900;
	background: url("img/produtos-hover.jpg");
}
#home .produtos img {
	margin: 25px 0 10px 0;
}
/*Home Produtos2*/
#home .produtos2 {
	float: left;
	margin-right: 5px;
	text-align: center;
	font-size: 15px;
}
#home .produtos2 a {
	color: #333;
	line-height: 35px;
	font-weight: bold;
	width: 268px;
	height: 175px;
	display: block;
	overflow: hidden;
	text-decoration: none;
	background: url("img/produtos2.jpg");
}
#home .produtos2 a:hover {
	color: #900;
	background: url("img/produtos2-hover.jpg");
}
#home .produtos2 img {
	margin: 25px 0 10px 0;
}

/*Paginas Internas*/
#pages {
	color: #555;
	width: 815px;
	margin-left: 73px;
	background: #fff url("img/pages.png") repeat-x top left;
}
#pages a {
	color: #900;
}
#pages a:hover {
	color: #d00;
}
#pages h2.titulo1 {
	text-transform: uppercase;
	color: #a00;
	padding: 20px 20px 10px 20px;
	font: normal 25px "myriad pro", "trebuchet ms", "helvetica neue", helvetica, arial, sans-serif;
}
#pages h2.titulo1 .modelo {
	color: #000;
	font-size: 20px;
}
#pages h2 {
	padding:0 0 10px 20px;
	font: normal 25px "myriad pro", "trebuchet ms", "helvetica neue", helvetica, arial, sans-serif;
}
#pages h3 {
	margin: 5px 20px 5px 20px;
}
#pages p {
	font-size: 13px;
	line-height: 150%;
	padding: 0 20px 10px 20px;
}
#pages ul {
	font-size: 13px;
	padding: 0 20px 10px 35px;
}
#pages li {
	line-height: 150%;
	list-style-image: url(img/seta.png);
}
#pages li a {
	color: #333;
}
#pages li a:hover {
	color: #900;
}
#pages .floatleft {
	border:4px solid #ddd;
}
#pages .floatright {
	border:4px solid #ddd;
}
/*Tabela Representantes*/
#representantes {
	width:780px;
	margin:10px auto;
}
#pages #representantes p {
	padding:0;
	font-size:12px;
	line-height:120%;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
}
#pages #representantes strong {
	font-size:16px;
}
/*Pagina Contato*/

#pages #localizacao {
	width: 390px;
	height: 342px;
	padding-top: 20px;
	float: left;
	margin-left: 20px;
	border: 1px solid #ccc;
}
/*Clientes*/
#pages .listClients {
	padding:0;
	margin:0 20px;
}
#pages .listClients li {
  float:left;
	width:258px;
	height:200px;
	display:block;
	overflow:hidden;
	text-align:center;
	background: url("img/product-itens.png") no-repeat bottom right;
}
#pages .listClients li img {
	margin:40px 0 0 0;
}

/*Localizacao*/
#pages #map {
	background: url('img/loading.gif') no-repeat center;
	margin: 20px;
	width: 770px;
	height: 300px;
}

/*Voltar*/
#pages .voltar {
	clear: both;
	padding-bottom: 30px;
	background: url("img/sombra2.png") repeat-x bottom;
}
#pages .voltar a {
	color: #444;
	width: 40px;
	display: block;
	padding-left: 17px;
	text-align: center;
	text-decoration: none;
	background: url("img/voltar.png") no-repeat left center;
}
#pages .voltar a:hover {
	color: #990000;
}


/*Pagina Produtos*/
#pages #produtos {
	width: 630px;
	margin:10px auto;
}
#pages #produtos img {
	display: inline;
	margin: 50px 0 0 0;
}
#pages #produtos a {
	float: left;
	width: 298px;
	height: 230px;
	color: #444;
	display: block;
	text-align: center;
	margin: 0 30px 10px 0;
	text-decoration: none;
	background: url("img/fundo-produtos.jpg");
}
#pages #produtos a:hover {
	color: #900;
}
#pages #produtos a.last {
	margin-right:0;
	overflow:hidden;
	display:inline;
}
#produtos a strong {
	display: block;
	padding: 10px 0 15px 0;
	font: normal 20px "myriad pro", "trebuchet ms", "helvetica neue", helvetica, arial, sans-serif;
}
#pages #produtosImagens {
	float: right;
	width: 260px;
	margin:0 20px 0 0;
}
#pages #produtosImagens img {
	margin-bottom: 20px;
}
/*Lista da produtos*/
#pages #listaProdutos {
	padding:0;
	margin:20px;
}
#listaProdutos li {
	display:inline;
}
#listaProdutos li a {
	float:left;
	width:193px;
	height:120px;
	display:block;
	text-align:center;
	margin-bottom:10px;
	text-decoration:none;

}
#pages .proProductItens {
	padding:0;
	margin:20px;
}
#pages .proProductItens li {
	display:inline;
}
#pages .proProductItens li a {
	float:left;
	width:258px;
	height:175px;
	display:block;
	padding:10px 0;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	background: url("img/product-itens.png") no-repeat top right;
}
#pages .proProductItens li img {
	margin-top:20px;
}
#pages .proProductItens li a strong {
	display:block;
	padding:5px 20px;
	font-weight:normal;
}
/**/
#pages .proProductItens .novo {
	width:258px;
	height:175px;
	cursor:pointer;
	overflow:hidden;
	position:absolute;
	margin-left:-66px;
	text-indent:-9999px;
	background:url("img/novo.png") no-repeat top right;
}
/*Paginas Produtos*/
#pages #imageProduto {
	clear: right;
	float: right;
	width: 330px;
	height: 335px;
	padding: 20px 0;
	display: inline;
	text-align: center;
	background: url("img/imagemproduto.png") no-repeat top left;
}
/*Lista Assistencia Tecnica*/
#accordion {
  width:792px;
	margin:0 auto;
}
#pages #accordion h3 {
	color:#777;
	margin:0;
	width:792px;
	height:52px;
	cursor:pointer;
	font-size:16px;
	text-indent:20px;
	line-height:48px;
	font-weight:normal;
	background: url("img/assistencia1.png") left top;
}
#pages #accordion h3.selected {
	color:#fff;
	cursor: auto;
	background: url("img/assistencia2.png") left top;
}
#pages #accordion ul {
	padding:0;
}
#pages #accordion ul li {
	display:inline;
}
#pages #accordion li p {
	padding:0 10px 10px 10px;
	margin: 0 10px 10px 10px;
	border-bottom:1px solid #ccc;
}
#pages #accordion li p.last {
	border-bottom:none;
}
#pages #accordion li p strong {
	color: #A10427;
	line-height: 20px;
}
/**/
#pages .manual a {
	display: block;
	width: 109px;
	height: 33px;
	overflow: hidden;
	text-indent: -999px;
	background: url("img/manual.png") top left;
}
#pages .manual a:hover {
	background-position: left bottom;
}
/*Galeria de imagens*/
#pages .galeria {
	margin: 0 0 20px 20px;
}
#pages .galeria a {
	float: left;
	width: 170px;
	height: 128px;
	display: block;
	overflow: hidden;
	margin: 0 15px 15px 0;
	border: 5px solid #fff;
}
#pages .galeria a:hover {
	border: 5px solid #900;
}
/*Comuns*/
.floatleft {
	float: left;
	margin: 0 10px 0 0;
}
.floatright {
	float: right;
	margin:0 10px 0 0;
}
/*Footer*/
#footer {
	clear: both;
	width: 831px;
	height: 118px;
	margin: 0 64px;
	overflow: hidden;
	background: url("img/footer.png") no-repeat center top;
}
#footer .contato {
	float: left;
	width: 200px;
	height: 105px;
	display: inline;
	text-align: center;
}
#footer .contato a {
	color: #333;
	padding: 2px 0 0 8px;
	width: 200px;
	height: 102px;
	display: block;
	font-weight: bold;
	line-height: 105px;
	text-decoration: none;
	text-transform: uppercase;
}
#footer .contato a:hover, #footer .address a:hover {
	color: #900;
}
#footer .address {
  float: left;
  display: inline;
  width: 620px;
  color: #666;
  text-align: center;
  padding: 27px 0 0 0; 
	font-size: 12px;
	font-style: normal;
	margin: 20px 0 0 0;
}


/*Dev*/
#dev {
	width: 815px;
	padding: 10px 0;
	margin: 0 auto;
	text-align: right;
}
#dev a {
	color: #aaa;
	padding: 0 5px;
	font-size: 13px;
	text-decoration: none;
}
#dev a:hover {
	color: #000;
}

.banner {
  width: 540px;
  height: 160px;
  position: absolute;
  margin-left: -270px;
  left: 50%;
  top: 200px;
  overflow:hidden;
}

.banner .float {
  float: right;
}
