@charset "iso-8859-2";

body {
		margin: 0px;
		background-image: url(../imagens/fundo_total.gif);
		background-repeat: repeat-x;
		background-color: #464646;
		font-family: "Trebuchet MS", Tahoma, "Arial Narrow";
}

p {
		margin: 0px;
}

#tudo {
		width: 760px;
		left: 50%;
		margin-left: -380px;
		position: absolute;
}

#topo {
		width: 760px;
		height: 167px;
		float: left;
		background-image: url(../imagens/topo.jpg);
		font-size: 11px;
		color: #fc0;
		font-weight: bold;
		text-align: right;
		line-height: 25px;
}

#menu {
		width: 760px;
		line-height: 40px;
		float: left;
		background-image: url(../imagens/fundo_menu.gif);
		background-repeat: repeat-x;
}

		#menu a:link, #menu a:active, #menu a:visited {
				color: #CCCCCC;
				font-weight: bold;
				text-decoration: none;
				font-size: 14px;
				margin-left: 10px;
		}
		
		#menu a:hover {
				color: #FFCC00;
		}
		
				#menu #busca {
						width: 760px;
						margin: 0px;
						color: #CCCCCC;
				}
				
				#menu #formbusca {
						float: right;
						margin-right: 5px;
				}
				
				
		
#conteudo {
		width: 760px;
		float: left;
}

		#esquerda {
				width: 275px;
				float: left;
		}
		
				#dest01 {
						width: 275px;
						height: 235px;
						float: left;
						background-color: #FFFFFF;
						margin-top: 5px;
				}
				
				#dest02 {
						width: 275px;
						height: 240px;
						float: left;
						background-color: #FFFFFF;
						margin-top: 5px;
				}
				
		#centro {
				width: 180px;
				float: left;
				margin-left: 5px;
		}
		
				#produtos {
						width: 180px;
						height: 480px;
						background-color: #FFFFFF;
						margin-top: 5px;
						float: left;
				}
		
		#direita {
				width: 295px;
				float: left;
				margin-left: 5px;
		}
		
				#video {
						width: 295px;
						height: 235px;
						background-color: #FFFFFF;
						margin-top: 5px;
						float: left;
				}
				
				#trabalhamos {
						width: 295px;
						height: 240px;
						background-color: #FFFFFF;
						margin-top: 5px;
						float: left;
				}
		
		#Principal {
				background-color:#666;
		}
		
		#Principal p, #Principal ul {
				line-height: 30px;
				margin: 15px;
				color: #FFF;
				text-align: justify;
				font-size: 16px;
		}
		
		#Principal h1 {
				color: #FC0;
				margin: 0px 15px 15px 15px;
				font-size: 24px;
				text-transform: uppercase;
		}
		
		#Principal h2 {
				color: #FC0;
				margin: 0px 15px 15px 15px;
				font-size: 20px;
		}
		
		#Principal a:link, #Principal a:active, #Principal a:visited {
				color: #fc0;
				text-decoration: none;
				line-height: 10px;
				font-weight: bold;
		}
		
		#Principal a:hover {
				color: #000;
		}

		.PrdCat {
				color: #fc0 !important;
				line-height: 10px !important;
				font-weight: bold;
		}
		
		#Principal .Campos{
				background-color: #999;
				border: none;
				width: 240px;
				line-height: 30px;
				color:#FFF;
				font-weight: bold;
				font-size: 18px;
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}
		
		#Principal .Bt{
				background-color: #444;
				border: none;
				width: 150px;
				line-height: 30px;
				color:#FFF;
				font-weight: bold;
				font-size: 16px;
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}		
		
		#Principal .Labels {
				color: #fff;
				font-weight: bold;
		}
		
#rodape {
		margin-top: 5px;
		width: 760px;
		height: 100px;
		float: left;
		background-image: url(../imagens/fundo_rodape.gif);
		background-repeat: repeat-x;
		font-size:12px;
		text-align: right;
}

		#rodape p {
				margin-right: 5px;
		}

		

/*###############   CLASSES   ################*/

.TituloDest {
		background-color: #FFCC00;
		color: #000000;
		font-size: 12px;
		line-height: 20px;
}

