/* ============================================================================================================================= */
/* Reset */

* { margin: 0; padding: 0; }
Img, Fieldset { border: none; }

/* ============================================================================================================================= */
/* Tags gerais */

Html { background: #FFF; }

Body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005D85;
	margin-bottom: 20px;
	background: url(../imagens/body_bg.jpg) 0px 300px repeat-x;
}

A { text-decoration: none; color: #333; }

Input, Select, Textarea { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #333; }

/* ============================================================================================================================= */
/* Topo */

#topo {
	width: 100%;
	height: 300px;
}

/* Acessibilidade */

#topo Ul {
	position: absolute;
	top: -1000px;
}

/* ============================================================================================================================= */
/* Centro */

#centro {
	width: 900px;
	margin: 0 auto;
	text-align: justify;
	background: url(../imagens/conteudo_box.png) right bottom no-repeat;
}

/* ============================================================================================================================= */
/* Menu */

#menu {
	float: left;
	width: 220px;
	padding: 0px 30px 30px 30px;
	margin: 20px 0px;
	line-height: 20px;
	font-size: 12px;
	color: #0089C4;
	background: url(../imagens/menu_bg.png) center 65px no-repeat;
}

/* Títulos */

#menu H1 {
	height: 60px;
	line-height: 40px;
	margin-bottom: 25px;
	font-size: 15px;
	text-align: right;
	text-transform: uppercase;
	color: #005D85;
	background-position: left top;
	background-repeat: no-repeat;
}

#menu H3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #005D85;
}

#menu H4 {
	font-size: 12px;
	color: #005D85;
}

/* Texto */

#menu P { margin: 10px 0px; }
#menu A { color: #005D85;}

/* Títulos das seções */

.institucional #menu H1 { background-image: url(../imagens/icone_institucional.jpg); }
.distribuidores #menu H1 { background-image: url(../imagens/icone_distribuidores.jpg); }
.fornecedores #menu H1 { background-image: url(../imagens/icone_fornecedores.jpg); }
.produtos #menu H1 { background-image: url(../imagens/icone_produtos.jpg); }
.eventos #menu H1 { background-image: url(../imagens/icone_eventos.jpg); }
.contato #menu H1 { background-image: url(../imagens/icone_contato.jpg); }

/* ============================================================================================================================= */
/* Conteudo */ 

#conteudo {
	float: right;
	width: 560px;
	padding: 10px 30px;
	margin: 20px 0px;
	line-height: 20px;
}

/* Textual */

#conteudo Img { float: right; margin: 0px 0px 10px 20px; } 
#conteudo P { margin: 20px 0px; }
#conteudo H2 {
	font-size: 13px;
	color: #005D85;
	text-transform: uppercase;
}

/* ============================================================================================================================= */
/* Seções do site */

/* Home */

.home #centro {
	width: 912px;
	background: none;
}

.home #centro Dl {
	float: left;
	width: 244px;
	min-height: 203px;
	padding: 0px 30px;
	margin-top: 30px;
	line-height: 20px;
	background: url(../imagens/home_box.png) center bottom no-repeat;
}

.home #centro Dl Dt {
	color: #005D85;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	line-height: 70px;
	background-position: left center;
	background-repeat: no-repeat;
}

.home #centro Dl Dt A { color: #005D85; }

.home #centro Dl Dd {
	margin-bottom: 40px;
	padding-bottom: 20px;
}

/* Ícones */

.home #centro .institucional Dt { background-image: url(../imagens/home_icone_institucional.png); }
.home #centro .distribuidores Dt { background-image: url(../imagens/home_icone_distribuidores.png); }
.home #centro .eventos Dt { background-image: url(../imagens/home_icone_eventos.png); }

/* ----------------------------------------------------------------------------------------------------------------------------- */
/* Institucional */

.institucional #menu { font-size: 11px; }

/* ----------------------------------------------------------------------------------------------------------------------------- */
/* Distribuidores */

.distribuidores #menu Ul { margin-left: 15px; }
.distribuidores #menu .logo {
	width: 100%;
	height: 100px;
	margin-bottom: 15px;
	text-align: center;
	background: url(../imagens/menu_img_box.gif) center no-repeat;
}
.distribuidores #menu .logo Img { margin: 10px auto; }
.distribuidores #menu .desc {
	padding-top: 20px;
	background: url(../imagens/menu_efeito.jpg) center top no-repeat;
}


/* ----------------------------------------------------------------------------------------------------------------------------- */
/* Fornecedores */

.fornecedores #menu Ul { margin: 15px 0px 0px 15px; }
.fornecedores #menu Li { margin-bottom: 10px; color: #0089C4; }
.fornecedores #menu Li A { color: #0089C4; }

/* ----------------------------------------------------------------------------------------------------------------------------- */
/* Produtos */

.contato #menu Ul, .produtos #menu Ul {
	list-style: none;
	width: 240px;
	padding: 0px 20px;
	margin: 0px -30px;
}
.contato #menu Ul Li, .produtos #menu Ul Li {
	height: 41px;
	line-height: 41px;
	font-size: 13px;
	font-weight: bold;
	background: url(../imagens/menu_produto.png) center no-repeat;
}

.produtos #conteudo Ul { margin: 20px; }
.produtos #conteudo Li { padding:0px 0px 6px 10px; font-size:13px; }

/* ----------------------------------------------------------------------------------------------------------------------------- */
/* Eventos */

.eventos #menu Ul { list-style: none; }
.eventos #menu Li { margin-bottom: 10px; }
.eventos #menu Li A { color: #0089C4; }
.eventos #menu B { color: #005D85; }

.eventos #menu .todas {
	float: right;
	font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------------------------------- */
/* Localização */

.contato #conteudo address {
	font-style: normal;
	margin-top: 20px;
}

/* Google maps */

.contato #conteudo #mapa {
	float: right;
	width: 320px;
	height: 200px;
	padding: 1px;
	background-color: #FFF;
	border: 1px solid #A4CEE2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.contato #conteudo #mapa Iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

/* ----------------------------------------------------------------------------------------------------------------------------- */
/* Formulários */

#conteudo Form { float: left; width: 100%; margin: 10px 0px; }

#conteudo Form Fieldset { float: left; width: 48%; margin: 0px 1% 10px 1%; }
#conteudo Form Fieldset.msg { width: 98%; }

#conteudo Form Label {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
}
#conteudo Form Input, #conteudo Form Select, #conteudo Form Textarea {
	width: 100%;
	height: 14px;
	padding: 2px 0px;
	border: 1px solid #C9E4F1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#conteudo Form Textarea { height: 80px; }
#conteudo Form Select { height: 20px; }

/* Enviar */

#conteudo Form A {
	float: right;
	display: block;
	width: 79px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	color: #005D85;
	background: url(../imagens/botao.gif) center no-repeat;
	cursor: pointer;
}
#conteudo Form A:hover { font-weight: bold; }

/* check form */

#conteudo Form Label.erro { background: url(../imagens/formErro.gif) right center no-repeat; }
#conteudo Form Label.ok { background: url(../imagens/formOk.gif) right center no-repeat; }

#conteudo Form Input.erro, #conteudo Form Textarea.erro { border: 1px solid #CC0000; }
#conteudo Form Input.ok, #conteudo Form Textarea.ok { border: 1px solid #61C250; }

/* ============================================================================================================================= */
/* Rodapé */

#rodape {
	clear: both;
	height: 20px;
	line-height: 20px;
	padding: 0px 10px;
	color: #8FB3C3;
}

#rodape * {
	font-size: 11px;
	display: inline;
	font-style: normal;
	font-weight: normal;
}

/* Endereço */

#rodape Address { float: left; }

/* Telefone */

#rodape H4 {
	float: left;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #8FB3C3;
}

/* Copyright */

#rodape H5 {
	float: right;
	margin-right: 5px;
	font-size: 10px;
}

/* Logo CDI */

#rodape A#cdi {
	float: right;
	display: block;
	width: 26px;
	height: 20px;
	background: url(../imagens/cdi.gif) center no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}

/* ============================================================================================================================= */
/* Hacks IE6 */

* Html Body { background-position: 0px 350px; }



/* margin duplo */

* Html #conteudo Form { width: 99%;  }
* Html #conteudo Form Fieldset { display: inline; width: 44%; }

/* Imagem alternativa */

* Html #centro { background-image: url(../imagens/conteudo_box.jpg); }

/* PNG Transparente */

* Html .home #centro Dl {
	background-image: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='interface/imagens/home_box.png');
}
* Html .home #centro Dl.institucional Dt {
	background-image: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='interface/imagens/home_icone_institucional.png');
}
* Html .home #centro Dl.distribuidores Dt {
	background-image: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='interface/imagens/home_icone_distribuidores.png');
}
* Html .home #centro Dl.eventos Dt {
	background-image: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='interface/imagens/home_icone_eventos.png');
}
* Html .contato #menu Ul Li,* Html .produtos #menu Ul Li {
	background-image: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='interface/imagens/menu_produto.png');
}
