/* CSS Document */
html, body {
	background: #333 url(../img/img_bg_pagina.gif) repeat left top;
	scrollbar-arrow-color: #f00;
	scrollbar-3dlight-color: #666;
	scrollbar-highlight-color: #666;
	scrollbar-face-color: #000;
	scrollbar-shadow-color: #666;
	scrollbar-darkshadow-color: #666;
	scrollbar-track-color: #333;
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* Nova home */
.clear {
	display: block;
	clear: both;
	height: 1px;
	width: auto;
}
#container {
	background: #000000;
	margin: 0px auto;
	padding: 0px 0px 20px;
	width: 1000px;
}
#container #topo {
	margin: 0px;
	height: 112px;
	width: 970px;
	display: block;
	clear: both;
	padding: 15px;
}
#topo #bx_logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 112px;
	width: 300px;
}
#topo #telefones {
	font: 18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(../img/img_bg_telefones.png) no-repeat right top;
	text-align: left;
	margin: 0px;
	padding: 0px 60px 0px 0px;
	float: right;
	height: 110px;
	width: 140px;
}
.barra {
	background: #DA251C url(../img/img_bg_barrahome.jpg) repeat-x left center;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 10px;
	width: 100%;
}
#container #ani_home {
	position: relative;
}
#ani_home #bx_menu {
	background: url(../img/img_bg_menu_home.png) repeat-y left top;
	margin: 0px;
	padding: 0px;
	height: 440px;
	width: 190px;
	position: absolute;
	z-index: 1000;
}
#bx_menu #menu_home {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	margin: 45px 0px 0px 20px;
	padding: 0px;
	list-style: none;
}
#bx_menu #menu_home li {
	display: block;
	margin-bottom: 25px;
	list-style: none;
}
#bx_menu #menu_home a {
	color: #FFFFFF;
}
#bx_menu #menu_home a:hover {
	color: #DA251C;
	text-decoration: none;
}
#rodape {
	background: url(../img/bg_rodape.png) no-repeat right bottom;
	margin: 0px;
	padding: 15px 20px;
	height: 110px;
	width: 960px;
}
#rodape #bx_copy {
	background: url(../img/img_bg_bxcopy.png) no-repeat left center;
	float: left;
	height: 40px;
	width: 230px;
	padding-left: 15px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
#rodape #bx_slogan {
	font: 18px Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: right;
	float: right;
	width: 600px;
}
#rodape #bx_copy a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* ---*/

h1{
	color: #DA251C;
	margin: 0px 0px 10px;
	padding: 0px;
	font: normal 1.3em Verdana, Arial, Helvetica, sans-serif;
}
h2{
	color: #CCCCCC;
	margin: 0px 0px 10px;
	padding: 0px;
	display: block;
	clear: both;
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
}

h3{
	color: #DA251C;
	margin: 0px 0px 10px 41px;        /* titulo da galeria */
	padding: 0px;
	font: normal 1.3em Arial, Helvetica, sans-serif;
}
#tabela {
	width: 100%;
	height: 100%;
	position: static;
	display: table;

*overflow: hidden; /* hack para o IE6 e IE7 */
*position: relative;
}

#celula {
	vertical-align: middle;
	display: table-cell;
	position: static;

*top: 50%; /* hack para o IE6 e IE7 */
*position: absolute;
}

#conteudo {
	top: -50%;
	width: 500px;
	margin: auto;
	position: relative;
	height: 400px;
	color: #FFFFFF;
}
p {
	font: 100%;
	margin: 0px 0px 8px;
	padding: 0px;
}
a {
	color: #FFC53C;
	text-decoration: none;
}
a:hover {
	color: #D7261C;
}
												/* index */
#index_corpo{
	width: 1000px;
	min-height: 563px;
	margin: auto;
	background: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #333;
	position: relative;
	top: -50%;
}
#index_flash{
	width: 1000px;
	padding-top: 70px;
}
#index_logo{
	width: 278px;
	height: 104px;
	position:absolute;
	left: 25px;
	top: 25px;
	z-index: 100;
}
#index_telefone{
	position:absolute;
	z-index: 100;
	left: 680px;
	top: 47px;
	z-index: 100;
	text-align: right;
	width: 300px;
}
#relevo1{
	width: 1000px;
	height: 14px;
	background: url(../img/img_relevo1.gif) no-repeat; 
}
#relevo2{
	width: 1000px;
	height: 14px;
	background: url(../img/img_relevo2.gif) no-repeat bottom;
	margin:auto;
	clear: both;
}
#index_slogan{
	float: left;
	padding: 5px 0px 0px 25px;
}
#vega a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	color:#666;
	float:right;
	margin: 13px 35px;
}
									/* TEMPLATE */
									
#internas_corpo{
	width: 1000px;
	margin: 5px auto;
	background: #FFFFFF url(../img/bg_menu.gif) repeat-y left top;
	position: relative;
	color: #333333;
}
#relevo3{
	width: 1000px;
	height: 40px;
	background: url(../img/img_relevo3.gif) no-repeat; 
}
#curvas_1{
	width: 1000px;
	height: 82px;
	background: #FFFFFF url(../img/img_curvas1.gif) no-repeat bottom;
	position: relative;
	margin: 0px;
	padding-top: 7px;
}
#logo{
	width: 169px;
	height: 70px;
	background: url(../img/img_logo2.jpg) no-repeat;
	position: absolute;
	left: 25px;
	top: -28px;
}
#contato{
	width: 200px;
	height: 42px;
	font-size: 0.9em;
	text-align:right;
	position: absolute;
	left: 780px;
	top: -19px;
}
#menu{
	float: left;
	color: #666666;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	display: block;
}
#menu ul{
	list-style: none;
	margin: 0px;
	padding-left: 0px;
}
#menu li{
	text-align: left;
	padding: 9px 0px 4px 10px;
}
#menu a{
	color: #FFFFFF;
	text-decoration: none;
}
#menu li a:hover{
	color: #DA251C;
	text-decoration: none;
}
#menu_galeria{
	width: 151px;
	height: 687px;
	background: #f0f0f0;
	float: left;
	font-weight:bold;
}#menu_galeria ul{
	list-style: none;
	margin: 0px;
	padding-left: 0px;
}
#menu_galeria li{
	text-align: left;
	padding: 9px 0px 4px 10px;
}
#menu_galeria a{
	color: #000;
	text-decoration: none;
}
#menu_galeria li a:hover{
	color: #999;
	text-decoration: underline;
}
#conteudo_internas{
	width: 810px;
	float: right;
	margin-top: 9px;
	position: relative;
}
#curvas_2{
	width: 1000px;
	height: 39px;
	background: url(../img/img_curvas2.gif) no-repeat;
	float: left;
}
#vega_2{
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	color: #FFF;
}
#vega_2 a{
	color: #fff;
}
									/* INDEX 2 */
#container #grid_int {
	display: block;
	width: 100%;
}
#grid_int .col_1 {
	background: url(../img/img_bg_menu_home.png) repeat-y left top;
	width: 190px;
	padding-top: 10px;
}
#grid_int .col_2 {
	padding: 20px 8px 10px;
	position: relative;
}

.index_2_box {
	width: 392px;
	padding: 30px 10px;
}
.index_2_titulo {
	width: 189px;
	height: 22px;
	padding: 3px 0px 0px 10px;
	color: #FFF;
	background: url(../img/img_index2_titulo.gif) no-repeat;
	position: absolute;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
}
.index_2_img {
	width: 392px;
	padding-top: 22px;
}
.saiba_mais a {
	width: 75px;
	height: 21px;
	background:url(../img/img_saiba.gif) no-repeat;
	font-size: 0.9em;
	font-weight:bolder;
	color: #FFF;
	float:right;
	text-align:center;
	padding-top: 3px;
}
#login {
	width: 151px;
	margin-top: 45px;
	margin-left: 20px;
}
.login_red{
	color: #DA251C;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
}
.login_black{
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight:normal;
}
.tabela {
	width: 100%;
	padding: 5px;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align:left;
}
.tabela td {
	padding: 0px;
}
											/* classes */
.imagens_direita{
	border: 1px solid #333333;
	float: right;
	padding: 1px;
	margin: 0px 10px 10px;
}
.centralizado{
	text-align: center;
	font-size: 0.9em;
	font-style:italic;
	margin-top: 80px;
}
.bx_videoclip {
	display: block;
	margin: 0px 20px 20px 0px;
	padding: 0px;
	float: left;
	border: 1px solid #262626;
}
.txt_destaque1 {
	font-size: 1.2em;
}
.bx_depoimento {
	font-family: "Courier New", Courier, monospace;
	color: #E1E1E1;
	margin: 5px 10px 25px 0px;
	padding: 10px;
	display: block;
	border-top: 1px dashed #666666;
	border-right: 1px dashed #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px dashed #666666;
}
.lktopo {
	text-align: right;
	padding-right: 10px;
	cursor: pointer;
}
#telefones #bx_redes {
	padding-top: 20px;
	width: 100%;
}
#telefones #bx_redes .over {
	margin-right: 10px;
}
#rodape #player {
	float: left;
	height: 28px;
	width: 160px;
	clear: left;
	margin-top: 20px;
}

