@charset "iso-8859-1";
*{
margin:0;
padding:0;

}
td { padding:5px !important; }
body { 
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#daffa8;
	color:#666;
}
input,textarea,select {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
A:link  { color:black;TEXT-DECORATION: underline;}
A:visited { color:black;TEXT-DECORATION: underline;}
A:hover { color:black;TEXT-DECORATION:underline;}
img { border:0px; }

/*  PARTE DE CIMA */
#Superior {
	background-image:url(imagens/bg_superior_verde.png);
	background-repeat:repeat-x;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:120px;
}

#Superior img {
	float:left;
	margin:14px 0px 0px 80px;
	height:100px;
	width:200px;
}
#Superior p {
	position:absolute;
	float:left;
	margin: 36px 0px 0px 400px;
}
#Superior p a {
	padding: 2px 15px 5px 15px;
	text-decoration:none;
}
#Superior p a:hover {
	padding: 2px 15px 6px 15px;
	text-decoration:none;
	background-color:#2f9500;
	border-top: 3px solid #1a3315;
	border-bottom:none;
	color:#FFF;
}
#Busca {
	position:absolute;
	float:left;
	margin: 70px 0px 0px 400px;
}
#Busca img {
	width:57px;
	height:33px;
	position:absolute;
	left: 266px;
	top: -14px;
	cursor:	pointer;
	border:0px;
}
#sistema {
	width:346px;
	height:33px;
	text-align:center;
	font-family:"Trebuchet MS",Verdana;
	font-size:20px;
	color: #625e5f;
	background-color:#FFF;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border: 1px;
}

div.autocomplete{
	border-radius: 5px;
	position:absolute;
	width:350px;
	background-color:#FEFEFE;
	border:1px solid #7C7C7C;;
	font-family:"Trebuchet MS",Verdana;
	font-size:16px;
	color: #625e5f;
	z-index:9999;
}
div.autocomplete ul{
	padding-left:0;
	margin:0;
	list-style:none;
	z-index:9999;
}
div.autocomplete ul li{
	padding:1px 10px;
	cursor:pointer;
	z-index:9999;
}
div.autocomplete ul li.sel{

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f9500', endColorstr='#a7ff2e'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#2f9500), to(#a7ff2e)); /* webkit browsers */
	background: -moz-linear-gradient(top,  #2f9500,  #a7ff2e); 

	background-color:#B4D5FE;
	color:#FFFFFF;
	z-index:9999;
	border-radius: 5px; 
}
#MudaCor {
	height:10px;
	width:46px;
	position: absolute;
	margin: 100px 0px 0px 940px;
	background-color:#FFF;
	padding:2px;
}
#MudaCor a {
	text-decoration:none;
}
.Vermelho {
	margin:0px 0px 0px 0px ;
	position:absolute;
	width:10px;
	height:10px; 
	background-color:#9a1516;
}
.Preto {
	margin:0px 0px 0px 12px ;
	position:absolute;
	width:10px;
	height:10px; 
	background-color:#000000;
}
.Verde {
	margin:0px 0px 0px 24px ;
	position:absolute;
	width:10px;
	height:10px; 
	background-color:#2b9a15;
}
.Laranja {
	margin:0px 0px 0px 36px ;
	position:absolute;
	width:10px;
	height:10px; 
	background-color:#ffad00;
}

#Barra {
	background-image:url(imagens/barra_verde.jpg);
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:5px;
}

/*  ^ PARTE DE CIMA */


/*  PARTE DO MEIO */
h1 {
	color:#1a3315;
	padding-bottom:10px;
}
h2 {
	margin: 15px 0px 0px 0px;
	font-size:14px;
	color:#1a3315;
	padding-bottom:10px;
}
h3 {
	font-size:14px;
	color:#009;
	padding-bottom:10px;
}
#Conteudo {
	background-color:#FFFFFF;
	padding: 5px;
	width:990px;
	margin-left:auto;
	margin-right:auto;
}

#LateralEsquerda {
	margin: 0px 0px 0px 30px;
	width:400px;
	height:240px;
	position:absolute;
}

#Newsletter {
	text-align:center;
}

#Centro {
	float:left;
	margin-left:500px;
	width:260px;
	font-family:Arial, Helvetica, sans-serif;
}


#LateralDireita {
	float:right;
	padding:5px;
	width:200px;
}
#LateralDireita p {
	margin: 0px 0px 3px 0px;
}
#LateralDireita a {
	text-decoration:none;
}
#LateralDireita a:hover {
	text-decoration:underline;
}
#BarraCompartilhar {
	padding:10px;
	clear:both;
}
#ConteudoInternas {
	padding: 10px;
	width:730px;
	float:left;
}
#ConteudoInternas p {
	margin: 10px;
}


dl {
	border-bottom: dotted 1px;
	margin:0 0 1em;
	overflow:auto;
	width:100%;
	background-color:#fff;
	font-size:15px;
	font-weight:bold;
}
dt {
	float:left;
}
dd {
	float:right;
}

#BotaoComprarPagar {
	width:260px;
	margin:auto;
	text-align:center;
	background: #2f9500; /* para browsers sem suporte a CSS 3 */
	color:#FFFFFF;
	border: 1px solid #2f9500;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#LoginParaPagamento {
	background-color:#CCC;
	padding:10px;
	width:300px;
	margin: 80px auto;
	clear:both;
	visibility:hidden;
}

/*  ^PARTE DO MEIO */

/*  RODAPÉ */
#Inferior {
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border: 1px solid #2f9500;
	background-color:#2f9500;
	color:#FFFFFF;
	padding: 5px;
	width:988px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;

	background: #2f9500; /* para browsers sem suporte a CSS 3 */
	 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f9500', endColorstr='#a7ff2e'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#2f9500), to(#a7ff2e)); /* webkit browsers */
	background: -moz-linear-gradient(top,  #2f9500,  #a7ff2e); 

}
#Inferior a {
	color:#FFFFFF;
	text-decoration:none;
}
#Inferior a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
/*  ^RODAPÉ */


/* Easy Slider */
	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:400px;
		height:250px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-35px;
		top:71px;
		}	
	#nextBtn{ 
		left:405px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(imagens/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(imagens/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */

