/* CSS Document */

ul
{
	list-style: disc;
	padding: 30px;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #000000;
}

a{
	font-family: Arial, Helvetica, sans-serif;
}

li
{
	margin-top: 25px;
	margin-bottom: 25px;
}

/* Id's */
#caixa_texto
{
	width: 758px;
	height: 322px;
	background:url(../imagens/caixa_texto.jpg);
}

#frame_esq
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	float: left;
	width: 330px;
	height: 322px;
}

#frame_dir
{
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	width: 428px;
	height: 322px;
}

#frame_centro
{
	float: left;
	margin-left: 129px;
	margin-top: 36px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 200;
	text-align: justify;
	width: 500px;
	height: 250px;
}

#frame_precos
{
	float: inherit;
	margin-top: 10px;
	margin-left: 14px;
	width: 400px;
	height: 250px;	
}

#img_gal
{
	text-align: center;
	width: 300px;
	height: 225px;
	margin-top: 30px;
	margin-left: 5px;
}

/* Classes */

.text_st1
{
	font-size: 10px;
}

.text_links
{
	font-size: 10px;
	text-decoration:underline;
}

.text_title
{
	font-size:14px;
}

.text_precos
{
	font-size: 10px;
	font-weight: 100;
}

.text_precos2
{
	font-size: 9px;
	font-weight: 100;
}

.text_contactos
{
	font-size: 14px;
	font-weight: 100;

}
