/* Geral */

html {
		overflow-x:hidden;	
}

* {
	margin:0px;	
	
}

body {
	background:#000;
	letter-spacing:0px;
}

/* ########### */

/* Boxes */

html, body {
	height: 100%;
}

#estrutura {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -500px; /* the bottom margin is the negative value of the footer's height */	

	
}

#footer {
	height: 409px; /* .push must be the same height as .footer */
	margin:-130px 0 0 -180px;
}


#primeira_camada, #camada_fundo {
	width:1100px;
}

#primeira_camada {
	position:absolute;
	z-index:400;
	height:409px;
}

#camada_fundo {
	position:absolute;
	z-index:-10;
	background:url(../imagens/ultima_camada.jpg) no-repeat;	
	height:249px;
	margin-top:12px;
	margin-left:50px;
}

#estrutura {
	width:768px;
	margin:0px auto;
	padding:0px auto;
}

#estrutura #topo {
	height:331px;
	background:url(../imagens/fundo_home.jpg) top left no-repeat;
}

#conteudo {
	background:#fff url(../imagens/fundo_conteudo.gif) repeat-y;
	padding:14px 20px 6px 43px;
	_margin-top:-18px;
}

.borda_conteudo {
	position:relative;
	z-index:-1;
	width:100%;
	height:1px;
	background:url(../imagens/fundo_conteudo_horizontal.gif) top left repeat-x;
}

.borda_conteudo.superior {
	margin-top:4px;
}


/* ########### */


/* Internas */

h1 {
	color:#B23737;
	font:43px "Times New Roman", Times, serif;
	line-height:40px;
}

h2, p, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#box_fotos_home {
	position:relative;
	margin-right:20px;
	float:left;
	width:273px;
	z-index:15;
}

#box_texto_home {
	position:relative;
	width:410px;
	float:left;
}

#box_texto_home h2 {
	color:#000;
	font-weight:bold;
}

#box_texto_home p {
	line-height:15px;
	padding-top:7px;
}

a {
	color:#B23737;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#botao {
	position:absolute;
	width:79px;
	height:79px;
	background:url(../imagens/botao.png) no-repeat;
	margin-left:333px;
	margin-top:-3px;
	z-index:20;
}



.orcamento {
	margin-top:12px;
}

#zipper {
	width:28px;
	height:133px;
	position:absolute;
	background:url(../imagens/ziper.png) no-repeat;
		margin-left:6px;
}

/* ########### */

/* Empresa */

#box_conteudo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	padding-bottom:8px;
}

#box_conteudo h3 {
	color:#B23737;
	font:34px "Times New Roman", Times, serif;
	padding-bottom:18px;
}

/* ########### */

/* Dicas */

.opcoes  {
	margin-left:25px;	
}

.opcoes .imagem_opcoes {
	float:left;
	margin-right:20px;
	margin-bottom:18px;
	width:64px;
	height:66px;
}

.opcoes .texto_opcoes {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	padding:30px 0px 0px 3px;
	height:50px;

}

.opcoes .seta_opcoes {
	float:left;
	padding-top:20px;
	margin-left:10px;
	margin-right:20px;
}

/* ########### */

/* Uniformes */

#box_conteudo .thumbs {
	float:left;
	margin-left:24px;
	margin-bottom:24px;
}

#box_conteudo .thumbs a {
	background:#b2b2b2;
	display:block;
	padding:6px;	
}

#box_conteudo .thumbs a:hover {
	background:#a54141;
	
}

#box_conteudo  p {
	padding-left:10px;	
}


#estrutura #conteudo #bt_slideshow {
	position:absolute;
	z-index:99999;
	width:272px;
	height:341px;
	background:white;
	opacity:0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=0);
	
}

#estrutura #conteudo  #bt_slideshow a {
	display:block;
	width:272px;
	height:341px;

}

#estrutura #conteudo #bt_orcamento {
	position:absolute;
	z-index:900;
	width:411px;
	height:155px;
	margin-top:195px;
	background:white;
	opacity:0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=0);
}

#estrutura #conteudo #bt_orcamento a {
	display:block;	
	width:411px;
	height:155px;
	background:white;


}
/* ########### */
