@CHARSET "ISO-8859-1";

@font-face {
	font-family: 'GothamNights';
	/*
	src: url('../fonts/bluehigc-webfont.eot');
	src: url('../fonts/bluehigc-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bluehigc-webfont.woff') format('woff'), url('../fonts/bluehigc-webfont.ttf') format('truetype'), url('../fonts/bluehigc-webfont.svg#BlueHighwayCondensedRegular') format('svg');
	*/
	src: url('../fonts/Gotham-Nights.TTF');
	src: url('../fonts/Gotham-Nights.TTF') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* IMAGEM */

img {border:0px; border-color:#000000; behavior: url("/public/iepngfix/iepngfix.htc");}

body {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	background-color: #B0B4B4;
	background: url("../images/bg/large_leather_black.jpg") repeat;
}

*:TABLE {
	empty-cells: show !important;
}

*:LINK, a {
	text-decoration: none;
	color: #ffffff;
}

*:LINK:VISITED, a:VISITED {
	color: #ffffff !important;
	
	text-decoration: none !important;
}

*:LINK:hover, a:hover {
	color: #DADBDC !important;
}
#div-logo,
#div-content
{
	margin: 0;
	padding: 0;
	
	position: absolute;
}

#div-logo
{
    left: 50%;
    top: 40%;

	width: 836px;
	height: 388px;
	
	margin: -194px 0 0 -418px;
	
	background: url("../images/arcosis.png") center center no-repeat;
	
	text-indent: -10000em;
	overflow: hidden;
	
	z-index: 10;
}

#div-content
{
	top: 55%;
    left: 50%;
    
	width: 750px;
	
	margin: 0 0 0 -375px;
	
	z-index: 20;
}

#table-home-inner
{
	border-spacing: 20px;
	margin: 0;
	padding: 0;
}
.table-tr-title td
{
	font-family: GothamNights;
	
	font-size: 35px;
	
	text-transform: uppercase;
	padding: 0 0 0 18px;
	margin: 0;
}

.table-tr-body td div
{
	background: url("../images/ponto-transparente.png");
	margin: 0 10px;
	padding: 2px 8px;
	
	min-height:130px;
	height:auto !important;
	height:130px;
	
	font-size: 13px;
}

span.span-fone
{
	font-size: 16px;
}
#div-copyright
{
	position: absolute;
	
	left: 50%;
	top: 92%;
	
	width: 836px;
	margin-left: -418px;
	
	text-align: right;
	
	text-transform: lowercase;
	font-weight: bold;
	
	background: url("../images/line.png") top center no-repeat;
	
	padding: 15px 0 0 0;
}
#div-light
{
	position: absolute;
	
	left: 50%;
	top: 0%;
	
	width: 836px;
	height: 240px;
	
	margin: 0 0 0 -418px;
	
	background: url("../images/light.png") center center no-repeat;
	
	text-indent: -10000em;
	overflow: hidden;
	
	z-index: 15;
}