/* Top Elements */
* { margin: 0; padding: 0;}

body {
	background: url(../images/fundo.jpg) repeat;
	font: 11px/1.75em Tahoma,Verdana, arial, sans-serif;
	color: #5C4C42; 
	text-align: center;
	margin: 0 0 0px 0;	
}

/* links */
a, a:visited {	
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #F9E048;
	background: inherit;
	padding-bottom: 0;
}


/* topos */
h1, h2, h3 {
	font-family: 'Tahoma', Trebuchet MS, Sans-serif;
	font-weight: Bold; 	
	color: #000;		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	font: 1.15em Tahoma,Verdana, arial, sans-serif;
	padding: 0px;		
	margin: 0;
	color:#000;
	
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */

/*img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
*/
/*code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  /*	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}*/
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Tahoma', Trebuchet MS, Sans-serif;	
	margin: 10px;
 	padding: 3px 3px 3px 25px;  
  	background: #00632D;
	border-left: 3px solid #236D94;	
	color: #444;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 5px;	
}

td {
	padding-left: 11px;
	padding-right: 11px;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 10px;
	background: #C9C6B7;
	width:93%;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Tahoma, Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Tahoma, Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.botao { 
	font: bold 12px Tahoma, Arial, Sans-serif; 
	height: 24px;
	margin: 8px;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(../images/button.jpg) repeat-x;
	border: 1px solid #dadada;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#geral {
	position: relative;
	width: 1000px;	
	margin: 0px auto;
	text-align: left;
	background-color:#fff;	
	padding:0;
	overflow:hidden;
	min-height:100%;
	margin-top:0px;
	z-index:2;
	margin-bottom: 0px;	
}
#borda_dir{
	background: url(../images/borda_dir.jpg) repeat-y;
	position: relative;
	width: 1030px;	
	margin: 0px auto;
	background-position: right;
	padding:0;
	overflow:hidden;
	margin-top:0px;
	z-index:2;
}
#borda_esq{
	background: url(../images/borda_esq.jpg) repeat-y;
	position: relative;
	width: 1030px;	
	margin: 0px auto;
	background-position: left;
	padding:0;
	overflow:hidden;
	margin-top:0px;
	z-index:2;
}
#content-geral {
	width:1000px;
	float: left;
	position:relative;
	display: inline;
	padding: 0; 	
	margin-top:20px;
	margin-bottom:30px;
}

.outas_paginas{
	margin-top:20px !important;
	margin-bottom:50px;
}


/* topo-photo */
#topo-photo {
	position:relative;
	margin: 0px auto;
	margin-bottom:0px !important;
	height: 261px;
	width: 1000px;
	padding-bottom:0px;
	background: url(../images/header.jpg) no-repeat;
}

#topo-photo h1#logo-text a {
	/*position: absolute;*/
	width:1000px;
	height:261px;
	top: 0px; left: 0px;
}

#topo-photo h1#logo-text a:hover{
	border:none !important;
	text-decoration:none;
}


/* Navigation */
#nav {
	position:relative;
	margin: 0px auto;
	margin-bottom:0px !important;
	height: 37px;
	width: 1000px;
	padding-bottom:0px;
	clear: both;	
	padding: 0;	
}

#Menu {
	float: left;
	list-style: none;
	padding: 0;	
	height: 37px;
	display: inline;
	width: 1000px;
	margin-left:0px;	
	margin-top:0px;
	margin-bottom: 0px;
	background: url(../images/slice_menu.jpg) repeat-x;
}

#nav ul li {
	display: inline;
	margin: 0; padding: 0;
	
}

#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	color: #333;
	font:bold 1.3em Tahoma, Verdana, sans-serif;
	padding: 10px 15px 10px 15px;
}


#nav ul li a:hover, 
#nav ul li a:active {
	color: #fff;
}

#nav ul li a:visited {	
	/*color: #fff !important; */
	/*border-bottom:1px dotted 1px !important;*/
}


#navTop{
	float:right;
	margin-top:0px;
}

#navTop ul li{
	display:inline;
}

#navTop ul li a{
	display: inline;
	padding: 0px 5px 0px 5px;
	color:#fff;
	border:0;
}

#navTop ul li a:hover{
	border:0;
	color:#EAD75E;
}



/*Fim do menu*/

#borda1{
	position:relative;
	margin: 0px auto;
	margin-bottom:0px !important;
	height: 3px;
	width: 1000px;
	padding-bottom:0px;
	background: #666;
	margin-top: 0px;	
}
#borda_borda1{
	float:right;
	position:relative;
	margin: 0px auto;
	margin-bottom:0px !important;
	height: 3px;
	width: 20px;
	background: #343434;
	margin-top: 0px;
	margin-left:0px;
	border-right: 5px solid #666;
}

/*Topo2*/

#topo2{
	position:relative;
	margin: 0px auto;
	margin-bottom:0px !important;
	height: 340px;
	width: 1000px;
	background: #870100;
	margin-top: 0px;
	border-bottom: 4px solid #343434;
}
#imagem_topo2{
	position: absolute;
	width:485px;
	height:324px;
	background:url(../images/img_head.jpg) no-repeat left center;
	margin-left:5px;
	margin-top:9px;
	top: 0px; left: 5px;
}

#txt_topo2{
	width:375px;
	float:right;
}
	
#txt_topo2 h1{
	text-align: center;
	font:bold 1.8em Tahoma, Verdana, sans-serif;
	font-style: bold;
	color:#D0B306;
}
#txt_topo2 p{
	text-align: justify;
	font:1.2em Tahoma, Verdana, sans-serif;
	font-style: bold;
	color:#fff;
	margin-left:10px;
	margin-right:10px;
}
#borda_topo2{
	float:right;
	position:relative;
	margin: 0px auto;
	margin-bottom:0px !important;
	height: 340px;
	width: 25px;
	background: #343434;
	margin-top: 0px;
	margin-left:0px;
	border-bottom: 4px solid #343434;
 
 }
 #borda3{
	float:right;
	position:relative;
	margin: 0px auto;
	margin-bottom:0px !important;
	height: 340px;
	width: 5px;
	background: #870100;
	margin-top: 0px;
	margin-left:0px;
	border-bottom: 4px solid #343434;
 
 }
/* SUBHEADER */

#subHeader{
	width:650px;
	background:#E2DDD2;
	border:1px solid #CCC7BC;
	padding:10px;
	margin:60px auto;
}

#c1{
	float:left;
	width:235px;
	border-right:1px dashed #666;
}

#c1 h2{
	font:normal 1.6em Tahoma, Arial, Verdana, Sans-Serif;
	text-transform:uppercase;
}

#c2{
	float:left;
	width:412px;
}

#c2 .esquerda{
	position:absolute;
	margin-left:10px;
	margin-top:13px;
}

#c2 ul{
	float:right;
	width:222px;
	margin-right:-5px;
}

#c2 ul li{
	list-style-image:url(../images/li1.jpg);
}



/* Fim SUBHEADER */


/* Main Column */

#main{
	margin-left:20px;
	float:left;
	text-align:justify;
	color:#000;
	overflow:hidden;
	margin-top:0px;
}

.three-col #main {
	width:580px;
}
.two-col #main {
	width:770px;
}
#main h1 {
	font: bold 1.9em  Tahoma, Verdana, Trebuchet MS, Arial, sans-serif;
	color: #016CFF;
	margin-bottom:20px;
	text-decoration:underline;
}

.three-col #main h1 {
	border:0;
	width:580px;
	text-align:left;
}

#main p{
	/*line-height:22px;*/
	margin:0 !important;
}

#main hr{
	border:0;
	margin:10px 0px 10px 0px;
	border-bottom:1px solid #B4DBFF;
}

/* Sidebar */

#bg{
	width: 190px;
}
#sidebar {
	float:left;
	
}	

#sidebar h1{
	margin-top:-5px;
}

/* sidemenu */
ul.sidemenu {
	margin-left:-20px;
	width:190px;
	text-align: left;
	text-decoration: none;
	list-style:none;
}


ul.sidemenu li {
	clear:both;
	background:url(../images/icone_menu.jpg) no-repeat;
	background-position:right;
	padding:5px 0px 5px 0px;
	width:190px;
	border-bottom: 1px solid #B5D5FF;
}
ul.sidemenu li a{
	background:none;
	width:145px;
	font:bold 1.2em Tahoma, Arial, Verdana, Sans-Serif;
	margin-left: 20px !important;
}

ul.submenu{
}

ul.submenu li {
}

ul.sidemenu span img{
	margin:10px 0 5px 0;
	clear:both;
	background: none !important;
	margin-left:10px;
	padding: 0px !important;
	max-width:180px;
	overflow:hidden;
}

ul.meio{
	padding:0 0 0 0px;
	margin:0 0 0 5px;
}
ul.meio li{
	list-style:none;
	margin:0 0 5px 0;
	padding:0 0 0 0;
}

* html body ul.sidemenu li {
	height: 1%;
}

ul.sidemenu li a:hover {
	color: #6DB5FF;
}

ul.submenu li a:hover {
	color: #6DB5FF;
}

ul.submenu li a:visited{
	/*text-decoration:underline;
	color:#9F2786;*/
}
/* right column */
#rightcolumn {
	position:relative;
	float: right;
	width:190px;
	margin-right:10px!important;
}
#rightcolumn h1, #sidebar h1 {
	margin-left:10px;
	color:#016CFF;
	text-decoration:underline;
	width:170px;
	float:left;
	margin-bottom:5px;
	text-align: left !important;
	/*background:red;*/
	font:bold 1.6em Tahoma, Arial, Verdana, Sans-Serif !important;
}

#rightcolumn ul{
	clear:both;
	padding:0;
	width:190px !important;
	text-align: left;
	text-decoration: none;
	list-style:none;
	width:190px;
}

#rightcolumn ul li{
	margin-left:-10px;
	margin-right:20px;
	clear:both;
	padding:5px 0px 5px 0px;
	width:190px;
	border-bottom: 1px solid #B5D5FF;	
}
#rightcolumn ul li a{
	margin-left:10px;
	width:165px;
	font:bold 1.2em Tahoma, Arial, Verdana, Sans-Serif;
	margin-right: 0px !important;
}
#rightcolumn img{
	margin-left:10px;
	max-width:170px;
	margin-top:5px;
}

/* sidemenu2 */
/*ul.sidemenu2 {
	margin-right:0px;
	width:190px;
	text-align: left;
	text-decoration: none;
	list-style:none;
}


ul.sidemenu2 li {
	margin-right:0px;
	background:red;
	clear:both;
	padding:5px 0px 5px 0px;
	width:190px;
	border-bottom: 1px solid #B5D5FF;
}
ul.sidemenu2 li a{
	background:none;
	width:165px;
	font:bold 1.2em Tahoma, Arial, Verdana, Sans-Serif;
	margin-right: 0px !important;
}
*/
ul.sidemenu2 li img{
	background: none !important;
   	border: none !important;
	padding: 0px !important;
	margin-right:0px;
}

* html body ul.sidemenu2 li {
	height: 1%;
}

ul.sidemenu2 li a:hover {
	color: #6DB5FF;
}
/* footer-geral */
#footer-geral {
	position:relative;
	width: 1000px;
	height: 30px;
	margin:0 auto;
	background:#BBDDFF;
	margin-top: -5px;
	
}
#footer_geral2{
	width:600px;
	height:30px;
	float:left;
	color:#016CFF;
	clear:both;
	text-align: left;
	text-transform: lowercase;
	margin-bottom:-10px;
}
#footer-geral2 ul li{
	float:left;
	display:inline;
	margin-left: -10px;
	padding: 0px 30px 0px 0px;
}

#footer-geral2 ul li a {
	font: bold 1.0em Tahoma, Arial, Verdana, Sans-Serif;	
	clear:both;
	position:relative;
	top:5px;
	text-decoration: none;
	color: #016CFF;
}
#footer-geral2 a:hover {
	color: #Fff;
}

#footer-geral2 h2 {
	color: #016CFF;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	font: bold 1.0em Tahoma, Arial, Verdana, Sans-Serif;
	color:#016CFF;
	clear: both;	
	margin: 0 auto; 
	width: 200px;
	text-align: right;
	float: right;
	margin-top:-10px;
	margin-right:100px;
}

#footer ul{
	color:#016CFF;
}

#footer ul li{
	display:inline;
	color:#016CFF;
}

#footer span a{
	color: #016CFF;
}

#img_footer{
	clear: both;	
	margin: 0 auto; 
	float:right !important;
	margin-top: -17px;
	margin-right:20px;
	width: 70px;
	height:22px;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.erro{
	background:#FFDFDF;
	border:1px solid red;
}


.next, .prev{
	cursor:pointer;
}

#bts{
	margin:12px 25px 0 25px;
}

#bts img{
	float:left; 
	margin-right:5px;	
}

.semFundo{
	background:none !important;
	border:0 !important;
	list-style:none !important;
}

.semFundo li{
	background:none;
	padding:0;
	list-style:none !important;
	text-align:center;
	margin-left:0px !important;
}


#news{
	width:420px;
	margin-left:-8px;
}


#news li{
	display:block;
	list-style:none;
	border-bottom:1px solid #999;
	border-left:1px solid #ccc;
	border-right:1px solid #666;
	margin-bottom:8px;
}

#news li h4{
	background:#D05221;
	color:#fff;
	padding:5px;
}

#news li span.data{
	float:right;
	margin-top:-25px;
	margin-right:5px;
	color:#fff;
	font-style:italic;
}

#comentario{
	display:none;
	margin-top:10px;
}

.opc_post{
	float:right;
	margin-right:15px;
	margin-top:-10px;
}

.opc_post li{
	display:inline;
	list-style:none;
	margin-right:10px;
}

.comentarios{
	display:none;
	
}

.comment{
	margin-top:8px;
	padding:5px;
	background:none;
	border:none;
}

.comment hr{
	border-bottom:1px solid #ccc !important;  
}

.cor1{
	background:#EFEDE0;
	border:1px solid #C5C2B1;
}

.cor2{
	background:#FFFFBF;
	border:1px solid #FEFF7F;
}

.datahora{
	color:#870100;
	font: bold 1.1em Georgia, Times New Roman, Serif;	
}

.produto{
	padding:8px;
}

.produto .pImg{
	/*border:4px solid red;*/
	width:180px;
	text-align:center;
	float:left;
}

.produtos{
	margin:0 0 0 0;
}

.produtos li{
	list-style:none;
	padding:5px;
	margin:6px 4px;
	float:left;
	width:186px;
	height:260px;
	overflow:hidden;
	text-align:center;
}

.produtos li h3{
	font: bold 1.2em Georgia, Times New Roman, Serif;
}

#selos{
	width:570px;
	margin:0 auto;
}

.lupa{
	position:absolute;
	left:170px;
	margin-top:130px;
	background:url(../images/search.gif) no-repeat;
	width:16px;
	height:16px;
}

.nome_produto{
	font:bold 1.4em Georgia, Times New Roman, Serif;
	color:#870100;
}

.navegacao{
	display:inline;
	
}

.navegacao a{
	color:#999;
	/*float:left;
	margin-top:10px;
	margin-right:8px;*/
}