﻿@charset "utf-8";
/* CSS Document */
* { border: 0;
	font-family: Arial, Helvetica, sans-serif;
 }
p {
	margin-bottom: 5px;
 }	
body {
	/** Background **/
	background-image: url(../imagens/fundo.jpg);
	background-attachment: scroll;
	background-position: bottom;
	background-repeat: repeat-y;
	background-color: #9C231B;
	
	/** Text **/
	color: #666666;
	font-size: 9pt;
	text-align: left;
 }
 form {
 	width: auto;
	margin: 0;
	padding: 0;
	height: auto;
 }
 
 #geral {
 	width: 775px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
 }
 
 /** Topo **/
 #topo {
 	background-image: url(../imagens/topo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 100px;
	height: 55px;
 }
 	/** Menu **/
	#menu {
		/** Background **/
		background-image: url(../imagens/fundo_menu.jpg);
		background-position: bottom;
		background-repeat: repeat-x;
		
		/** Position **/
		position: absolute;
		height: 30px;
		width: 769px;
		margin: 0;
		padding: 0;
		padding-bottom: 25px;
		padding-left: 10px;
	}
		#menu li {
			/** Text **/
			color: #FFFFFF;
			font-size: 9pt;
			text-transform: uppercase;
			
			/** Tag **/
			float: left;
			list-style: none;
			margin-top: 15px;
			padding: 10px 0 10px 0;
			border-right: 1px #FFFFFF solid;
		}
			#menu li a {
				padding: 10px 15px 10px 15px;
				color: #FFFFFF;
				text-decoration: none;
				background-color: #c4261d;
			}
			#menu li a:hover {
				background-color: #FFFFFF;
				color: #C6251D;
			}
		#menu li.ultimo {
			border: 0;
		}
		
		#menu #ligue {
			/** Background **/
			background-image: url(../imagens/fundo_ligue.jpg);
			background-position: right bottom;
			background-repeat: no-repeat;
			
			/** Position **/
			height: 45px;
			width: 218px;
			float: right;
			margin-top: -15px;
			padding: 25px 0 0 50px;
			border: 0;
			
			/** Text **/
			font-size: 15pt;
		}
	/** Fim do menu **/
 /** Fim do topo **/
 
 /** Conteudo **/
 #conteudo {
 	margin-bottom: 10px;
 }
 	/** Abertura **/
	#abertura {
		width: 500px;
		height: 200px;
		float: left;
		
		background-color:#999999;
	}
	/** Fim da abertura **/
	
	/** Boas vindas **/
	#boas_vindas {
		width: 240px;
		height: 200px;
		padding-left: 10px;
		padding-top: 10px;
		float: left;
	}
		#boas_vindas h2, #boas_vindas h3 {
			text-transform: uppercase;
		}
		#boas_vindas h3 {
			font-size: 10pt;
		}
		#boas_vindas span.obrigado {
			float:right;
			color: #666;
		}
		
		/** Lista **/
		#boas_vindas dl {
			color: #666;
		}
		#boas_vindas dt {
			margin-left: 3px;
		}
		#boas_vindas dd {
			margin-left: 10px;
			padding-top: 4px;
		}
		/** Fim da lista **/
	/** Fim das boas vindas **/
	
	/** Conteudo_central **/
	#conteudo_central img {
		margin-right: 5px;
		float: left;
	}
	#conteudo_central h3 {
		float: left;
	}
		#conteudo_central h3 a {
			text-decoration: none;
			color: #666666;
		}
			#conteudo_central h3 a:hover {
				color: #9E231C;
			}
	#conteudo_central div {
		width: 375px;
		padding: 5px;
		float: left;
	}
		/** Centro esquerda **/
		#conteudo_central .centro_esquerda {
			margin-left: 20px;
			width: 455px;
			float: left;
		}
			#conteudo_central .centro_esquerda div#conteudo_produtos {
				width: 230px;
				padding: 0;
				margin: 0;
			}
				#conteudo_central .centro_esquerda div#conteudo_produtos div {
					padding: 15px 0 0 25px;
				}
					#conteudo_central .centro_esquerda div#conteudo_produtos div a {
						text-decoration: none;
						color: #666;
					}
					#conteudo_central .centro_esquerda div#conteudo_produtos div a.selecionado {
						color: #9E231C;
						font-weight: bold;
					}
					#conteudo_central .centro_esquerda div#conteudo_produtos div a:hover {
						color: #9E231C;
					}
			#conteudo_central .centro_esquerda div#box_scroll {
				width: 200px;
				border: 1px #9C231B solid;
				margin-top: 30px;
				margin-left: 5px;
			}
				#conteudo_central .centro_esquerda div#box_scroll .conteudo {
					width: 195px;
					height: 190px;
					float: left;
					overflow: auto;
					font-size: 8pt;
					text-transform: uppercase;
					margin: 3px;
					padding: 0;
				}
				#conteudo_central .centro_esquerda div#box_scroll ul {
					margin: 0;
					margin-bottom: 15px;
					padding: 0;
				}
					#conteudo_central .centro_esquerda div#box_scroll li.titulo {
						padding-top: 5px;
						border-top: 1px solid #DEDEDE;
						margin-bottom: 5px;
						font-weight: bold;
					}
					#conteudo_central .centro_esquerda div#box_scroll li.titulo#materiais {
						margin-top: 0;
						padding-top: 5px;
						border-top: 0;
						margin-bottom: 5px;
						font-weight: bold;
					}
		/** Fim do centro esquerda **/
		/** Centro direita **/
		#conteudo_central .centro_direita {
			width: 240px;
			padding-right: 25px;
			float: right;
			clear: none;
			color: #666;
		}
			.centro_direita ul {
				padding-left: 15px;
			}
			.centro_direita a {
				color: #333;
				text-decoration: none;
			}
			.centro_direita a:hover {
				color: #FF0000;
			}
			 .centro_direita h2, .centro_direita h3 {
				border-left: 2px #C73631 solid;
			 }
			 #conteudo_central .centro_esquerda p, #conteudo_central .centro_direita p {
			 	clear: both;
			 }
		/** Fim do centro direita **/
			/** Centro - Cadastros **/
			#conteudo_central .centro_esquerda.cadastro {
				width: 390px;
			}
				#conteudo_central .cadastro label {
					float: left;
					clear: left;
					width: 120px;
				}
				#conteudo_central .cadastro input, #conteudo_central .cadastro textarea {
					border: 1px #000000 solid;
					margin: 3px;
					padding: 2px;
					width: 230px;
					overflow: auto;
					float: left;
					font-size: 8pt;
					height: 15px;
					font-family: Arial, Helvetica, sans-serif;
				}
				#conteudo_central .cadastro textarea {
					height: 105px;
					width: 310px;
				}
				#conteudo_central .cadastro input.botao {
					border: 0;
					background-color: #FFFFFF;
					display: inline;
					width: auto;
					background-image: url(../imagens/pointer.gif);
					background-position: left;
					background-repeat: no-repeat;
					padding: 0 0 0 15px;
					margin-left: 10px;
					float: right;
				}
			#conteudo_central .centro_direita.cadastro {
				width: 320px;
			}
			/** Fim do centro - Cadastros **/
			/** Centro - Localização **/
			#conteudo_central .centro_esquerda.localizacao {
				width: 350px;
			}
			/** Fim do centro - Localização **/
			/** Centro - Contato **/
			#conteudo_central .centro_esquerda.contato {
				width: 300px;
				clear: left;
			}
			#conteudo_central .centro_esquerda.contato fieldset {
				width: 300px;
				clear: left;
			}
				#conteudo_central .centro_esquerda.contato input, #conteudo_central .centro_esquerda.contato textarea {
					border: 1px #000000 solid;
					margin: 3px;
					padding: 3px;
					width: 295px;
					overflow: auto;
					display: block;
					font-size: 9pt;
				}
				#conteudo_central .centro_esquerda.contato textarea {
					height: 80px;
				}
				#conteudo_central .centro_esquerda.contato input.botao {
					border: 0;
					background-color: #FFFFFF;
					display: inline;
					width: auto;
					background-image: url(../imagens/pointer.gif);
					background-position: left;
					background-repeat: no-repeat;
					padding: 0 0 0 15px;
					margin-left: 10px;
					float: right;
				}
			#conteudo_central .centro_direita.contato {
				width: 350px;
			}
			/** Fim do centro - contato **/
	/** Fim do conteudo central **/
 /** Fim do conteudo **/
 
 /** Rodapé **/
 	/** Menu **/
	 #rodape #menu_inferior {
		/** Background **/
		background-image: url(../imagens/fundo_menu_rodape.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
		background-color: #DEDEDE;
		border-top: 5px #848484 solid;
		
		/** Position **/
		float: left;
		clear: both;
		height: 39px;
		width: 525px;
		margin: 0;
		padding: 0;
		padding-left: 10px;
	 }
		#menu_inferior li {
			/** Text **/
			color: #848484;
			font-size: 8pt;
			text-transform: uppercase;
			
			/** Tag **/
			float: left;
			list-style: none;
			padding-top: 10px;
			padding-bottom: 10px;
			border-right: 1px #848484 solid;
		}
			#menu_inferior li a {
				padding: 10px 15px 10px 15px;
				color: #848484;
				text-decoration: none;
				background-color: #DEDEDE;
			}
			#menu_inferior li a:hover {
				background-color: #FFFFFF;
				color: #848484;
			}
		#menu_inferior li.ultimo {
			border: 0;
		}
	/** Fim do menu **/
	
	/** Copyright **/
	#copyright {
		/** Text **/
		color: #A4A4A4;
		text-align: right;
		font-size: 8pt;
		
		/** Position **/
		float: left;
		clear: left;
		margin-top: 2px;
		margin-bottom: 3px;
		width: 525px;
	}
	/** Fim do copyright **/
	
	/** Televendas **/
	#televendas {
		float: right;
		clear: none;
		margin-top: -45px;
		margin-right: 20px;
	}
	/** Fim das televendas **/
 /** Fim do rodapé **/
 
 /** Tags **/
 h2, h3 {
	border-left: 2px #9C231B solid;
	margin: 0;
	padding: 0;
	padding-left: 5px;
 }
 h2 {
	font-size: 14pt;
 }
 	h2 h3 {
		border: 0;
		padding: 0;
	 }
 h3 {
	font-size: 11pt;
 }
 
/** Carregando **/
.centro {
	width: 200px;
	margin-left: 308px;
	margin-right: auto; 
	margin-top: 125px;
	margin-bottom: 125px;
}
#carregando {
	width: 100px;
	margin-top: 105px;
	margin-bottom: 105px;
}
	#conteudo_central #carregando img {
		float: left;
		clear: none;
		padding-right: 10px;
	}
	#conteudo_central #carregando div {
		float: left;
		clear: none;
		width: auto;
		padding-top: 22px;
	}