/* CSS ESTRUTURAL */

body {
	background-color: #000000;
	margin: 25px;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 62.5%;
}

a:link {color: #666666; text-decoration:none;}
a:visited {color: #666666; text-decoration:none;}
a:hover {color: #0099ff;}
a:active {color: #666666; text-decoration:none;}


p {
	line-height: 18px;
	font-size: 1.1em;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

#hack_float {
	padding-top: 1px;
	clear: both;
	padding-bottom: -1px;
}

#main {
	width:700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../img/bg_main.jpg);
}

#tcol_left {
	float: left;
	width: 200px;
	margin-bottom: -1px;
}


/* CSS DO MENU */
	
	#servicos {
		margin: 0px;
		padding: 0px;
		list-style-image: none;
		list-style-type: none;
	}
	
	
	#servicos a {
		color: #FFFFFF;
		font-size: 1.3em;
	}	
	
	.pop {
		display: none;
	}
	
	#servicos li {
		clear: both;
		padding: 10px;
		background-image: url(../img/bg_alt_menu.jpg);
		background-repeat: repeat-y;
		background-position: center top;
	}

	#upload {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}

#tcol_right {
	float: right;
	width: 500px;
	margin-bottom: -1px;
	background-image: url(../img/acabamento_col_dir.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#infos {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

/* CSS DO RODAPE */

#bottom_content {
	background-color: #111111;
	border: 1px solid #202020;
	background-image: url(../img/bg_rodape.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#bcol_left {
	float: left;
	width: 349px;
	padding-bottom: -1px;
}

	#endereco {
	color: #CCCCCC;
	font-size: 1.1em;
	line-height: 16px;
	letter-spacing: 0.035em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #202020;
	margin: 15px 15px 0px 15px;
	padding: 0px 0px 5px 0px;

	}
	
	#copy {
	color: #CCCCCC;
	font-size: 1.1em;
	letter-spacing: 0.035em;
	line-height: 16px;
	margin: 0px 15px 15px 15px;
	padding: 5px 0px 0px 0px;
	}

#bcol_right {
	float: right;
	width: 349px;
	padding-bottom: -1px;
}

	#mapa {
	color: #CCCCCC;
	font-size: 1.1em;
	line-height: 16px;
	letter-spacing: 0.035em;
	margin: 15px 15px 0px 15px;
	padding: 0px 0px 5px 0px;

	}