/*

Estilos CSS Principais - Frontend
Autor: Guilherme Müller
http://guilhermemuller.com.br
contato@guilhermemuller.com.br

*/

/*
-- Estilos Reset
*/

/* always force a scrollbar in non-IE */
html { overflow-y: scroll; }
* { margin: 0; padding: 0; }
ul { list-style-type: none; }
a img {	border: 0;}
#ie6 { display: none; }

/*
-- Tipografia e Cores
*/

body {
	font-size: 16px;
}

a:link {
	color: #0090AF;
}

a:visited {
	color: #0fabcd;
}

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

a:focus {
	color: #666;
	outline: thin dotted;
	text-decoration: none;
}

a.active {
	color: #000;
}

body, input, textarea, select, button {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
}

body {
	background: #FFF;
}

h2 {
	font-size: 18px;
	color: #0090AF;
	margin-bottom: 0.2em;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	color: #0090AF;
	margin-bottom: 0.2em;
	font-weight: normal;
}

p {
	font-size: 11px;
	color: #808080;
	margin-bottom: 1.3em;
	line-height: 1.3em;
}

ol {
	margin-left: 25px;
}

/*
-- Estrutura
*/

#site {
	width: 913px;
	height: 542px;
	position: relative;
	margin: 0 auto;
	background: #FFF url(../../imagens/estrutura/fundo_site.png);
}

#logo, #menu, #conteudo {
	position: absolute;
}

#logo {
	width: 238px;
	height: 126px;
	background: #000;
	top: 0;
	left: 0;
}

#logo a, #logo img {
	display: block;
}

#logo a {
	padding-top: 44px;
	padding-left: 24px;
}

#musica {
	position: absolute;
	bottom: 10px;
	right: 45px;
}

#menu {
	top: 126px;
	left: 0;
	background: url(../../imagens/estrutura/fundo_menu.png) no-repeat;
	width: 293px;
	height: 416px;
	z-index: 90;
}

#menu ul {
	position: absolute;
	top: 140px;
	left: 83px;
}

#menu li {
	
}

#menu a {
	display: block;
	color: #0090af;
	background: url(../../imagens/estrutura/fundo_botoes_menu.png) no-repeat 0 -19px;
	text-decoration: none;
	padding-left: 50px;
	margin-bottom: 3px;
	font-size: 16px;
}

#menu a:hover, #menu a.ativo {
	background-position: 0 5px;
	color: #0e6d81;
}

#busca {
	position: absolute;
	top: 205px;
	left: 30px;
	z-index: 100;
	width: 300px;
}

#busca input {
	border: 1px solid #808080;
	font-size: 12px;
	padding: 2px;
	width: 120px;
	float: left;
	margin-right: 5px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

#busca button {
	float: left;
	margin: 0;
	clear: none;
}

#conteudo {
	top: 0;
	left: 238px;
	height: 542px;
	background: #000;
	z-index: 10;
	width: 675px;
}

#container {
	background: #FFF;
	width: 675px;
	height: 379px;
	z-index: 20;
}

#tl {
	z-index: 50;
	position: absolute;
	top: 0;
	left: 0;
	width: 31px;
	height: 33px;
	background: url(../../imagens/estrutura/curva_tl.png) no-repeat;
}

#br {
	z-index: 50;
	position: absolute;
	bottom: 163px;
	right: 0;
	width: 37px;
	height: 27px;
	background: url(../../imagens/estrutura/curva_br.png) no-repeat;
}

#i {
	position: absolute;
	bottom: 16px;
	right: 22px;
	display: block;
	z-index: 20;
}

#rodape {
	text-align: right;
	width: 913px;
	margin: 10px auto;
	font-size: 11px;
}

#extra {
	width: 913px;
	margin: 0 auto;
	position: relative;
}

#copyright {
	font-size: 10px;
	text-align: center;
	color: #999;
	margin-top: 20px;
	display: block;
}

#credito {
	font-size: 9px;
	color: #999;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

#credito img {
	vertical-align: top;
}

#credito a {
	color: #999;
	text-decoration: none;
}

#credito a:hover {
	text-decoration: underline;
}

/*
-- Estilos Específicos de Seção
*/

/* home */

#bd-home #slideshow {
	position: absolute;
	top: 44px;
	z-index: 20;
}

#slideshow img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#bd-home #tl {
	background: url(../../imagens/estrutura/curva_home_top.png) no-repeat;
	width: 675px;
	height: 36px;
	top: 44px;
	left: 0;
}

#bd-home #br {
	background: url(../../imagens/estrutura/curva_home_br.png) no-repeat;
	width: 39px;
	height: 19px;
	bottom: 105px;
	right: 0;
}

#bd-home #i {
	display: none;
}

/* quem somos */

#texto-container {
	position: absolute;
	left: 200px;
	top: 54px;
}

#bd-quem_somos #texto-container {
	height: 300px;
	width: 400px;
	overflow: auto;
}

#bd-quem_somos p {
	color: #000;
	font-size: 14px;
}

/* locação */

#produtos {
	overflow: hidden;
	width: 676px;
	background: #808080;
}

#lista-categorias {
	position: absolute;
	top: 415px;
	left: 55px;
	width: 580px;
	color: #0090AF;
	text-align: justify;
}

#lista-categorias a {
	font-size: 16px;
	text-decoration: none;
	text-transform: lowercase;
	display: inline-block;
}

#lista-categorias a.ativo {
	color: #FFF;
}

.produto {
	display: block;
	float: left;
	background: #000;
	width: 169px;
	height: 127px;
	overflow: hidden;
}

.produto a {
	width: 169px;
	height: 127px;
	background: #FFF;
	display: block;
	overflow: hidden;
	text-align: center;
}

.produto img {
	
}

#fotoprin {
	text-align: center;
}

h2#titulo-produto {
	font-size: 16px;
	text-align: center;
	padding: 5px;
	color: #000;
	font-weight: normal;
}

#opcoes-orcamento {
	position: absolute;
	top: 385px;
	left: 200px;
}

#opcoes-orcamento label {
	color: #FFF;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	padding: 2px 0;
}

#opcoes-orcamento input {
	background: #000;
	border: 1px solid #FFF;
	color: #FFF;
	padding: 1px;
}

button.incluir-orcamento {
	display: inline-block;
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../../imagens/estrutura/carrinho.png) no-repeat left center;
	padding-left: 25px;
	border: 0;
	margin-left: 20px;
	cursor: pointer;
}

#opcoes-produtos {
	position: absolute;
	top: 350px;
	left: 205px;
}

.mais-fotos, .prod-voltar {
	font-size: 11px;
	text-decoration: none;
	margin-right: 20px;
	color: #000;
	background: url(../../imagens/estrutura/fechar.png) no-repeat left center;
	vertical-align: middle;
	padding-left: 15px;
}

.esconde {
	display: none;
}

/* eventos */
#eventos {
	
}

#bd-eventos #thumbs {
	position: relative;
	top: 40px;
	left: 55px;
	width: 580px;
	height: 78px;
	overflow: hidden;
}

#bd-eventos #thumbs a {
	display: block;
	float: left;
}

#bd-eventos #thumbs a img {
	display: block;
}

#bd-eventos #thumbs .items {
	position: absolute;
}

.flecha {
	display: block;
	background: url(../../imagens/estrutura/setas_produtos.png) no-repeat;
	width: 19px;
	height: 18px;
	overflow: hidden;
	text-indent: -9000px;
	position: absolute;
}

.prev {
	top: 390px;
	left: 55px;
}

.next {
	top: 390px;
	right: 40px;
	background-position: -27px 0;
}

/* orcamento */

#bd-orcamento #texto-container {
	height: 300px;
	width: 520px;
	overflow: auto;
	left: 100px;
}

.tblpedido {
	width: 100%;
}

.tblpedido th {
	font-size: 12px;
	color: #666;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
}

.tblpedido td {
	border-bottom: 1px dotted #CCC;
}

.tblpedido .tdprod {
	font-size: 14px;
}

.tdprod a {
	text-decoration: none;
}

.tdfoto .img {
	width: 140px;
	height: 70px;
	overflow: hidden;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
	margin: 3px;
}

.tdfoto .img img {
	height: 70px;
}

/* contato */

#bd-contato #texto-container {
	height: 300px;
	width: 400px;
	overflow: auto;
}

#contatos {
	background: url(../../imagens/estrutura/fundo_contato.png) no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 669px;
	height: 164px;
	z-index: 100;
}

#contatos p {
	color: #FFF;
	position: absolute;
}

#cont-endereco {
	font-size: 13px;
	top: 35px;
	left: 160px;
}

#cont-telefone {
	font-size: 30px;
	top: 70px;
	left: 150px;
}

#cont-telefone span {
	font-size: 18px;
}

#cont-cidade {
	font-size: 16px;
	top: 110px;
	left: 286px;
	text-transform: uppercase;
}

/*
-- Classes Complementares
*/

.interno {
	
}

.clear {
	clear: both;
}

.f-esq {
	float: left;
}

.f-dir {
	float: right;
}

.a-centro {
	text-align: center;
}

.a-esq {
	text-align: left;
}

.a-dir {
	text-align: right;
}

div.linha {
	border-top: 1px solid #CCCCCC;
	font-size: 1px;
	height: 1px;
	display: block;
	margin: 10px 0;
	clear: both;
}

div.linha hr {
	display: none;
}

/*
-- Formulários
*/

fieldset {
	border: 0;
}

form {
	
}

label {
	display: block;
	margin-bottom: 2px;
	font-size: 14px;
	color: #0090af;
	float: left;
	text-align: right;
	width: 70px;
	clear: left;
	margin-right: 2px;
}

label span {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

input, select, textarea {
	
}

.input {
	display: block;
	margin-bottom: 2px;
	border: 0;
	border-bottom: 1px solid #0090af;
	font-size: 12px;
	width: 300px;
	float: left;
	color: #0090af;
}

textarea.input {
	background: url(../../imagens/estrutura/fundo_textarea.png);
	border-bottom: 0;
	line-height: 22px;
}

.input:focus {
	background: #d7f8ff;
}

input.input, textarea.input {
	padding: 2px;
}

.submit {
	margin-top: 10px;
	display: block;
	cursor: pointer;
	margin-bottom: 12px;
	border: 0;
	background: none;
	clear: both;
	background: url(../../imagens/estrutura/fundo_bt_enviar.png) no-repeat left center;
	padding-left: 15px;
	color: #0090af;
}

.submit:hover {
	
}

p.aviso {
	padding: 4px;
	background-color: #FFCC00;
	font-size: 12px;
	color: #000;
}