body {
	margin: 20px 0;
	padding: 0;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
	background: #faa25a url(../images/fundo_body.gif) repeat-x;
}
h1, h2, h3 {
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #A33000;
}
h2 {
	letter-spacing: -1px;
	font-size: 14px;
}
h3 {
	font-size: 12px;
	margin: 0;
}
p, ul, ol, blockquote {
	margin-top: 0;
}
a {
	text-decoration: none;
	color: #A33000;
}
a:hover {
	text-decoration: underline;
}
li {
	color: #A33000;
}

img.float {
	float: left;
	margin: 5px 15px 10px 0;
	border: 5px solid #A33000;
}
/* Header */

#header {
	width: 808px;
	height: 110px;
	margin: 0 auto;
	padding: 10px;
	background:  #f67810 url(../images/barra_superior.jpg) no-repeat 35px 15px;
}
#header * {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}
#header h1 {
	padding: 128px 0 0 18px;
	font-weight: bold;
}
#header h2 {
	padding: 128px 0 0 0;
}
/* Content */

#content {
	width: 808px;
	margin: 0 auto;
	background: #FFFFFF url(../images/fundo_rep2.jpg);
	border: 10px solid #f7740a;
	border-top: none;
}
#colOne {
	float: left;
	width: 142px;
}
#colTwo {
	float: left;
	width: 620px;
	padding: 20px 10px;
}
#colThree {
	float: left;
	width: 180px;
	padding: 20px 10px;
}
#colThree ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}
/* Footer */

#footer {
	padding: 10px;
	text-align: center;
	font-size: smaller;
}
#footer * {
	color: #D6947A;
}
#assinatura {
	text-align: center;
	margin-top: 5px;
	vertical-align: middle;
	height: 25px;
	letter-spacing: 1px;
}
#assinatura a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #CCC;
	text-decoration: none;
}
#assinatura a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #ffc0cb;
}
.assinatura_txt_vermelho {
	color: #ffc0cb
}
.cinza_claro {
	color: #CCCCCC;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
#rod_cli {
	background-color: #f7740a;
	width: 828px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 3px 0 3px 0;
	color: #fff;
}
.tab_prod {
	width: 550px;
}
.tab_prod img {
	border: 1px solid #000;
}
.tab_prod td {
	vertical-align: top;
}
.btn_form_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.titulo1 {
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #A33000;
	letter-spacing: -1px;
	font-size: 14px;
}