/* formatação geral das páginas */

body {
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	font: 11px bold verdana, arial;
	color:  #666;
}

textarea {
	font: 11px bold verdana, arial;
	color:  #666;
}

h2 {
	font: 18pt bold verdana, arial;
	color: #F7B516 /*#DA2921*/;
	margin: 0px 0px 5px 50px;
	width: 400px;
	border-bottom: 1px dashed #666;
}

#page {
	width: 661px;
	text-align: left;
}

#topo {
	position: relative;
	width: 100%;
	height: 69px;
	float: left;
	clear: none;
}

#topo #timg {
	position: relative;
	width: 529px;
	float: left;
}

#topo #carrinho {
	position: relative;
	width: 132px;
	top: 40px;
	float: left;
	text-align: center;
	bottom: 50px;
}

#master_img {
	position: relative;
	background-image: url(../img/master_img_bg.jpg);
	width: 505px;
	height: 79px;
	float: left;
	clear: none;
}

#tt_pg {
	position: relative;
	top: 35px;
	left: 15px;
	width: 200px;
}

#conteudo {
	margin-top: 15px;
	position: relative;
	width: 505px;
	float: left;
	clear: none;
}

#rodape {
	position: relative;
	background: url(../img/line_h.gif) repeat-x;
	width: 100%;
	padding-top: 20px;
	float: left;
	text-align: center;
}

.txt_form {
	font: 11px verdana, arial;
	color: #000;
}

.txt1 {
	font: 11px verdana, arial;
	color: #000;
}