@charset "utf-8";
/*-------dados gerais html-------*/

* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:868px;
}
body { 
	background:#060605; /*-- cor de fundo que vai ficar aparecendo no rodapé  --*/
	font-family:Tahoma, Geneva, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#919191;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}

/*----- txt, links, linhas, titulos -----*/
a {
	color:#fb7506; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	font-size:22px;
	line-height:1em;
	font-weight:normal;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px;
	line-height:1em;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	line-height:1.2em;
	color:#000;
	font-style:italic;
	margin-bottom:14px;
	font-weight:normal;
}
h4 { font-family:"Times New Roman", Times, serif;
     font-size:14px;
}
h6 {
	font-size:1em;
	color:#000;
	font-weight:normal;
}


.link1 { 
	background:url(images/arrow1.gif) no-repeat 100% 7px;
	padding:0 13px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#fb7506;
	font-weight:bold;
}
	

.button { 
	display:inline-block;
	width:104px;
	height:40px;
	text-align:center;
	color:#545454;
	text-decoration:none;
	line-height:30px;
	background:url(images/button.png) no-repeat 0 0;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:17px;
}
.button:hover {
	color:#000;
}

.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.title { 
	margin-bottom:20px;
}

/*===== cabeçalho =====*/
#cabecalho {
	height:303px;
	background:url(imagens/fundo-cabecalho.gif) 0 0 repeat-x #000;
}

/*#cabecalho .logo {
	position:absolute;
	left:;
	top:; 		
	left: 46px;
	top: 201px;
}*/

#cabecalho .logo2 {
	position:absolute;
	width: 100%;
	left:10px;
	top:10px;
	
	
}
/*#cabecalho .slogan {
	position:absolute;
	left:345px;
	top:124px;
	width:380px;
}
	#cabecalho .slogan h2 {
		font-family:"Times New Roman", Times, serif;
		color:#494949;
		font-size:19px;
		line-height:1em;
		font-weight:normal;
		text-align:right;
	}*/
	
	/*--  cabeçalho menu --*/
#cabecalho .menu {
	position:absolute;
	top:262px;
	width: 635px;
	height:40px;
	right:-1px;	
}
 #cabecalho .home, .colchoes, .est_trad, .est_ouro, .est_mundi{
 float:left;
 height:40px;
 margin:1px;
}
 
 #cabecalho .home{
 background-image:url(imagens/menu/iniciov.png);
 width:125px;
 text-align:center;
 } 
 #cabecalho .colchoes{
 background-image:url(imagens/menu/colchoesv.png);
 width:125px;
 } 
 #cabecalho .est_trad{
 background-image:url(imagens/menu/estof_tradv.png);
 width:125px;
 } 
 #cabecalho .est_ouro{
 background-image:url(imagens/menu/estof_ourov.png);
 width:125px;
 } 
 #cabecalho .est_mundi{
 background-image:url(imagens/menu/estof_mundiv.png);
 width:125px;
 } 
	
 #cabecalho .home:hover{
 background-image:url(imagens/menu/iniciop.png);
 width:125px;
 } 
 #cabecalho .colchoes:hover{
 background-image:url(imagens/menu/colchoesp.png);
 width:125px;
 } 
 #cabecalho .est_trad:hover{
 background-image:url(imagens/menu/estof_tradp.png);
 width:125px;
 } 
 #cabecalho .est_ouro:hover{
 background-image:url(imagens/menu/estof_ourop.png);
 width:125px;
 } 
 #cabecalho .est_mundi:hover{
 background-image:url(imagens/menu/estof_mundip.png);
 width:125px;
 } 			
			
/*-- conteudo --*/		
.conteudo {
	width:868px; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
}

#corpo { /*--  content   corpo do conteudo --*/
	width:100%;
	background:#fff;
}
	#corpo .lado { /*-- aside --*/
		float:left;
		width:230px;
		margin-right:13px;
		padding-left:7px;
	}
	#corpo .conteudoPrincipal {
		float:left;
		width:610px;
	}
	
#corpo .dentro { /*-- content inside --*/
padding:59px 0 57px 0;
}
  #corpo .indent {
	padding:17px 34px 29px 43px;
  }
	
	#corpo .secao {
		padding-bottom:15px;
	}
	
	#corpo .lado h2 {
		color:#fff;
		font-style:normal;
		background:url(imagens/titulo-menul-esquerda.gif) no-repeat 0 0; 
		position:relative;
		width:100%;
	}
		#corpo .lado h2 span {
			display:block;
			background:url(imagens/titulo-menul-direito.gif) no-repeat 100% 0;
			height:56px;
			line-height:56px;
			padding:0 0 0 36px;
		}
		#corpo .lado h2 img {
			position:absolute;
			left:-7px;
			top:10px;
		}
		

/*-- bloco menu lateral ---*/

.bloco{ /*-- caixa do menu lateral --*/
	border:1px solid #cbc9c9;
	position:relative;
	padding:22px 27px 20px 27px;
	min-height:434px;
	height:auto !important;
	height:434px;
}
	.bloco ins {
		display:block;
		position:absolute;
		width:9px;
		height:9px;
		overflow:hidden;
	}
	.bloco .ecm {
		left:-1px;
		top:100%;
		margin-top:-8px;
		background:url(imagens/canto-esquerdo-caixa-menu.gif) no-repeat 0 0;
	}
	.bloco .dcm {
		left:100%;
		margin-left:-8px;
		top:100%;
		margin-top:-8px;
		background:url(imagens/canto-direito-caixa-menu.gif) no-repeat 0 0;
	}
	
	
	.menul li {
	background:url(imagens/bull-1.gif) no-repeat 0 6px;
	padding:0 0 12px 22px;
	font-size:14px;
	position:relative;
}
	.menul li a {
		color:#222;
		text-decoration:none;
	}
	.menul li a:hover {text-decoration:underline;}
	
	
/*===== rodape =====*/
#rodape {
  height:203px;
  background:url(imagens/fundo-rodape.gif) 0 0 repeat-x #000;
}

#rodape .dentro {
	padding:22px 0 32px 7px;
	
}
	#rodape .contato {
		font-size:13px;
		line-height:19px;
		color:#687004;
		float:left;
	}
		#rodape .contato a {
			color:#687004;
		}
	
	
	.rodape-box {
		background:url(images/rodape-esquerdo.gif) no-repeat 0 0 #060605;  /*-- as duas imagens foram tirada pq deichei o fundo todo preto  --*/
		float:right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#697546;
	}
		.rodape-box .travessao {
			background:url(images/rodape-direito.gif) no-repeat 100% 0;
			height:23px;
			line-height:23px;
			padding:0 18px 0 8px;
			float:left;
		}
			.rodape-box a {
				color:#697546;
				text-decoration:none;
			}
			.rodape-box a:hover {
				text-decoration:underline;
			}
			
			
			
			
			
			.box {
	background:url(imagens/box-bg.gif) 0 0 repeat-x #f9bb1c;
	width:100%;
	color:#503620;
	font-size:14px;
	line-height:18px;
}
	.box .left-top-corner {
		background:url(imagens/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(imagens/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(imagens/left-bot-corner.gif) no-repeat left bottom;
		}
	.box .right-bot-corner {
		background:url(imagens/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inner { 
		padding:27px 34px 29px 43px;
	}
		.box h3 {
			font-family:"Times New Roman", Times, serif;
			font-size:34px;
			line-height:1.2em;
			color:#fff;
			font-style:italic;
			text-shadow:1px 1px 4px #c96409;
			margin-bottom:14px;
			font-weight:bold;
		}
		.box h5 {
			color:#fff;
			font-size:16px;
			font-weight:normal;
			margin-bottom:7px;
		}
		.box p {
			margin-bottom:18px;
		}


.box1 {
	background:#ededed;
	width:100%;
}
	.box1 .left-top-corner {
		background:url(imagens/left-top-corner2.gif) no-repeat left top;
	}
	.box1 .right-top-corner {
		background:url(imagens/right-top-corner2.gif) no-repeat right top;
	}
	.box1 .left-bot-corner {
		background:url(imagens/left-bot-corner2.gif) no-repeat left bottom;
		}
	.box1 .right-bot-corner {
		background:url(imagens/right-bot-corner2.gif) no-repeat right bottom;
		}
	.box1 .inner { 
		padding:27px 34px 29px 43px;
	}
		.box1 h3 {
			font-family:"Times New Roman", Times, serif;
			font-size:24px;
			line-height:1.2em;
			color:#000;
			font-style:italic;
			margin-bottom:14px;
			font-weight:normal;
			position:relative;
			padding:10px 0 0 43px;
		}
			.box1 h3 img {
				position:absolute;
				left:-11px;
				top:0;
			}

