/* CSS Document */

body {
	background:#001500 url(imgs/background.jpg);
	background-repeat:repeat-x;
	margin:0px;
	border:0px;
	padding:0px;
	text-align:center;
}

/* ---- tamanho layout -------*/
#estrutura {
	width:1100px;
	margin:auto;
}
/* --- menu ---- */
#estrutura #menu {
	width:980px;
	height:20px;
	margin-right:120px;
	background-color:#000;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFF;
	text-align:right;
	float:left;
}
#menu a:link {
	color: #FFF;
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #FFF;
}
#menu a:hover {
	text-decoration: none;
	color: #B29900;
}
#menu a:active {
	color: #FFF;
	text-decoration: none;
}
/* conteudo */
#estrutura #header {
	width:1100px;
	height:380px;
	margin-top:5px;
	float:left;
}
#estrutura #box-1 {
	width:530px;
	height:170px;
	margin-left:70px;
	text-align:left;
	float:left;
}
#estrutura #box-2 {
	width:500px;
	height:110px;
	margin-top:5px;
	text-align:left;
	float:left;
}
#box-2 #box-promo-1 {
	width:220px;
	height:100px;
	text-align:left;
	float:left;
}
#box-2 #box-promo-2 {
	width:280px;
	height:100px;
	text-align:left;
	float:left;
}
#box-2 #box-atendimento {
	width:500px;
	height:19px;
	text-align:left;
	float:left;
}
/* texto */
.texto-1 {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:600;
	color:#FFF;
	text-align:left;
}
.texto-2 {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:600;
	color:#B29900;
	text-align:left;
}
.texto-3 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:600;
	color:#B29900;
	text-align:left;
}
.texto-4 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:600;
	color:#FFF;
	text-align:left;
}
/*--- assinatura ----*/
#assinatura {
	width:100%;
	height:15px;;
	text-align:left;
	float:left;
}

