@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#666666;
	background:#a6cfb8 url(img/bg.jpg) repeat-x;
}

.tb_delimita{
	background:#b6ddc7;
	border:#75ab8d 1px solid;
}

.tb_principal{
	background:url(img/fundo.gif) repeat-x #44916c;
}

.txt_destaque{
	color:#333333;
	font-size:14px;
	font-weight:bold;
}
.campos_formulario {
font-family: "Trebuchet MS";
font-size: 11px;
color: dimgray;
border:#666666 1px solid;
}
.titulo_campos {
font-family: "Trebuchet MS";
font-size: 11px;
color: dimgray;
}

.campo_alerta
{
font-family: "Trebuchet MS";
font-size: 11px;
border: 1px solid black;
}
.texto_pagina
{
font-family: "Trebuchet MS";
font-size: 11px;
color: dimgray;
}

.tabela_formulario
{
width: 200;
}

.titulo_campos
{
font-family:"Trebuchet MS";
font-size: 11px;
color: dimgray;
}

.campos_formulario
{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: 0xFFFFFF;
	border: 1px #e1e1e1 solid;
}

.campos
{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: 0xFFFFFF;
	border: 1px #e1e1e1;
	width:350;
}

.outros_campos
{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: 0xFFFFFF;
	border: 1px #e1e1e1;
	width:150;
}


.botao_enviar
{
font-family: "Trebuchet MS";
font-size: 11px;
color: white;
background-color:#97946b;
border:0px;
cursor:hand;
}

a:link, a:visited{
	color:#CC6600;
}
a:hover{
	color:#999900;
}

.titulo{
	font-size:16px;
	color:#009900;
	font-weight:bold;
}

.txt_laranja{
	color:#CC6600;
}

/* Easy Slider ////////////////////////////////// */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:607px;
		height:240px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:8px 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 1px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		font-size:18px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		/*border:1px solid #ccc;
		background:#DAF3F8;*/
		color:#45936C;
		padding:0 10px;
		text-decoration:none;
		font-weight:bold;
		}
	ol#controls li.current a{
		background:#37B98B;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{
		outline:none;
		}	
	#content{
		width: 607px;
		height: 240px;
		margin-top:10px;
		padding-bottom:5px;
		border-top:solid 2px #eeeeee;
		border-bottom:1px solid #eeeeee;
		}
	.nome_produto{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:24px;
		color: #333333;
		}
		.nome_produto a{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:24px;
		color: #333333;
		}
/* // Easy Slider */
