/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size:small;
	background:#174044;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #158898;
	font-weight:bolder;
}
a:active {
	text-decoration: none;
	color: #000;
}

.table_black  { /*tabela area adm*/
	color:#000;
}

/* TOPO da PAGE e DIVS */

#div_top{
	width:990px;
	height:147px;
	z-index:20;
	position:absolute;
	left:50%;
	margin-left:-495px;
	text-align:center;
}
#div_fnd_top{
	background-image:url(../imgs/fnd_topo.png);
	width:100%;
	height:147px;
	z-index:19;
	position:absolute;
}
#div_bg{
	background-image:url(../imgs/bg.png);
	width:100%;
	height:284px;
	position:absolute;
}
#div_menu{
	width:573px;
	height:51px;
	z-index:21;
	position:absolute;
	left:391px;
	top:27px;
}
#div_corpo{
	width:990px;
	top:171px;
	z-index:22;
	position:absolute;
	left:50%;
	margin-left:-495px;
}
#div_coluna{
	width:216px;
	height:96px;
	position:absolute;
	left:75px;
	top: 250px;
}

#div_coluna_video{
	background-image:url(../imgs/coluna_video.png);
	width:216px;
	height:150px;
	position:absolute;
	left:75px;
	top: 347px;
}

#swf_video{
	position:absolute;
	top:10px;
	left:19px;
}

#coluna_fone1{
	background-image:url(../imgs/coluna_telefone.png);
	width:216px;
	height:38px;
	position:absolute;
	left:75px;
	top: 1px;
}

#coluna_fone2{
	background-image:url(../imgs/coluna_telefone.png);
	width:216px;
	height:38px;
	position:absolute;
	left:75px;
	top: 47px;
}

.coluna_fone{
	font-size:21px;
	font-weight:bolder;
	text-align:right;
	margin-top:5px;
	margin-right:6px;
}

#coluna_endereco{
	background-image:url(../imgs/coluna_endereco.png);
	width:216px;
	height:150px;
	position:absolute;
	left:75px;
	top: 93px;
}

#txt_endereco{
	float:right;
	margin-top:5px;
	margin-right:5px;
	width:153px;
	height:108px;
	font-weight:bolder;
}

#div_conteudo{
	float:right;
	width:670px;
	min-height:300px;
	padding-bottom:30px;
	color:#C7C7C7;
}
#div_rodape{
	background:#174044;
	width:100%;
	height:19px;
	bottom:0;
	position:absolute;
	font-size:x-small;
	color:#DAEFD6;
	text-align:center;
}

#img_empresa{
	float:left;
    margin:0 20px 10px 0;	
}

#text_empresa{
	text-align:justify;
}

.center{
	text-align:center;
}

td {
	font-size:small;
	color:#FFF;
}

.imput_error{
	background-color:#FF9B9B;
}

/** SLIDERS **/


#slider1 {
    width: 640px; /* important to be same as image width */
    height: 246px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	text-align:center;
}

#slider1Content {
    width: 640px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 564px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 246px;
}
.right {
	right: -45;
	bottom: 0;
	width: 90px !important;
	height: 246px;
}
ul { list-style-type: none;}
