﻿.areaDestaque
{
	width:263px;
	float:left;
	background-color:#fff;
	margin-right:62px;
	margin-top:42px;
}

	.areaDestaque img
	{
		border:1px solid #e5e5e5;
		background-color:#ccc;
		width:261px;
		height:244px;
	}
	
	.areaDestaque h1
	{
		color:#de1d24;
		font-weight:bold;
		margin-top:18px;
	}

.areaCategoria
{
	width:302px;
	float:left;
	background-color:#f2f2f2;
	margin-right:5px;
	margin-top:65px;
}

	.areaCategoria h1
	{
		display:block;
		background-color:#DCDBDA;
		font-size:16px;
		padding:6px 10px 6px 10px;
		background-image:url('../img/setaVermelha.gif');
		background-repeat:no-repeat;
		background-position:0 -1px;
		padding-left:20px;
	}
	
	.listaCategoria
	{
		margin:18px 0 18px 25px;
	}
		.listaCategoria li
		{
			list-style-type:none;
			margin-top:15px;
		}
		
		.listaCategoria li a
		{
			text-decoration:none;
			color:#de1d24;
		}
		
		.listaCategoria li a:hover
		{
			text-decoration:none;
			color:#7b7b7b;
		}
	
	/*Mostrar Imagem*/
	.areaGaleriaImagens
	{
	}
	
		.listaAreaGaleriaImagens
		{
			list-style-type:none;
		}
		
		.listaAreaGaleriaImagens li
		{
			list-style-type:none;
			float:left;
		}
		
			.listaAreaGaleriaImagens li img
			{
				border:1px solid #e5e5e5;
				width:196px;
				height:143px;
				margin-right:18px;
				margin-top:23px;
			}
			
			
			
	.colunaEsquerda
	{
		width:655px;
		float:left;
		margin-top:42px;
	}
	
		.colunaEsquerda h1
		{
			color:#7b7b7b;
			font-weight:bold;
			margin-top:18px;
			background-image:url('../img/setaVermelha3.gif');
			background-repeat:no-repeat;
			padding-left:20px;
		}
	
	.colunaDireita
	{
		width:241px;
		float:left;
		margin-top:42px;
		margin-left:15px;
	}
		.areaMenuMoto{
			margin:0;
		}
		
			.listaMenuMoto{
	list-style-type:none;
	margin-bottom:20px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	color: #de1d24;
			}
		
			.listaMenuMoto li{
				background-color:#dcdbda;
				padding:5px 5px 5px 20px;
				margin-bottom:1px;
				width:215px;
				font-size:16px;
				background-image:url('../img/setaVermelha.gif');
				background-repeat:no-repeat;
			}
			
				.listaNivel1
				{
					list-style-type:none;
					display:none;
				}
				
					.listaNivel1 li
					{
						list-style-type:none;
						background-image:none;
						padding:2px 5px 2px 20px;
						background-color:#f2f2f2;
						font-size:12px;
					}
					
					.listaNivel1 li a span
					{
						color:#de1d24;
					}

