@charset "utf-8";
/* CSS Document */

body {
	text-decoration:none;
	font-family:Helvetica;
	font-size:11px;
}
a {
	text-decoration:none;
}
.small_header{
	width:235px;
	height:21px;
	background-image:url(../public_html/images/small_header.gif);
	background-repeat:no-repeat;
	padding-bottom:10px;
}
.big_header{
	width:695px;
	height:21px;
	background-image:url(../public_html/images/big_header.gif);
	background-repeat:no-repeat;
	padding-bottom:10px;
}
.full_header{
	width:950px;
	height:21px;
	background-image:url(../public_html/images/giant_header.gif);
	background-repeat:no-repeat;
	/*padding-bottom:5px;*/
}
.hr1 {
	border:0;
	color: #719704;
	background-color: #719704;
	height:1px;
	margin-top:3px;
	margin-bottom:3px;
}
.hr2 {
	border:0;
	color: #e5e5e5;
	background-color: #e5e5e5;
	height:1px;
}
.hr3 {
	background-image:url(../public_html/images/line.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:4px;
}
.submenu_bt{
	height:20px;
	background-color:#DCDCDC;
	cursor:pointer;
	vertical-align:top;
}
.submenu_bt:hover{
	background-color:#F4F4F4;
}
.submenu_bt a{
	display:inline-block;
	width:100%;
	color:#66a100;
	font-weight:600;
	text-decoration:none;
		
	position:relative;
	top:4px;
}
.submenu_bt a img{
	border:0;
}
.title1 {
	font-size:180%;
	color:#66a100;
}
.title2 {
	font-weight:bold;
	color:#364c01;
}
.title3 {
	font-weight:600;
	font-size:120%;
	color:#ffffff;
}
.title4 {
	font-weight:bold;
	font-size:110%;
	color:#3f7100;
}
.title5 {
	font-weight:bold;
	font-size:160%;
	color:#666666;
}
.title6 {
	font-weight:600;
	font-size:120%;
	color:#9acd04;
}
.text1 {
	color:#3f7100;
}
.text2 {
	color:#669900;
}
.text3 {
	text-decoration:none;
	color:#333333;
	font-size:12px
}
.text4 {
	text-decoration:none;
	font-weight:bold;
	color:#99cc00;
}
.text5 {	
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}
.text6 {
	text-decoration:none;
	font-weight:600;
	color:#66a100;
}
.index_green {
	font-weight:bold;
	color:#999900;
}
.product_header, #search_header {
	margin-bottom:8px;
}
#search_body{
	background-color:#ccff00;
	padding:20px;
}
.product_body{
	background-color:#f4f4f4;
	padding:10px;
	margin-bottom:25px;
}
#username_tf, #password_tf {
	width:90px;
	font-size:90%;
}
.search_category{
	color:#3f7100;
	width:225px;
}
table tr td {
	padding:0px;
	margin:0px;
}
#banner_services{
	width:234px;
	height:81px;
	background-image:url(../public_html/images/banner-servicos.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 10px 0px;
	cursor:pointer;
}
#banner_newsletter{
	width:234px;
	height:114px;
	background-image:url(../public_html/images/newsletter.jpg);
	background-repeat:no-repeat;
}
#banner_newsletter #email{
	width:150px;
	position:relative;
	top:80px;
	left:10px;
	font-family:Helvetica, sans-serif;
	font-size:10px;
}
#banner_newsletter #submit{
	background-color: transparent;
	border: 0px;
	padding: 0px;
	/*padding-left: 3000px;*/
	overflow: hidden;
	
	background-image: url(../public_html/images/bt-ok-newsletter.gif);
	background-position: center center;
	background-repeat: no-repeat; 
	width: 25px;
	height: 18px;
	max-width: 80px;
	max-height: 23px;
	position:relative;
	top:80px;
	left:12px;
	
	cursor:pointer;
}


#banner_carta{
	width:234px;
	height:81px;
	background-image:url(../public_html/images/banner-carta.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 10px 0px;
	cursor:pointer;
}


#banner_video {
	text-align:center;
	margin-top: 10px;
}


#banner_video img {
	border:0;
}

#banner_flexar {
	text-align:center;
	margin-top: 10px;
}




#register_button{
	background-color: transparent;
	border: 0px;
	padding: 0px;
	/*padding-left: 3000px;*/ 
	overflow: hidden;
	
	background-image:url(../public_html/images/bts_registar_formulario.jpg);
	background-position: center center;
	background-repeat: no-repeat; 
	width: 83px;
	height: 17px;
	
	position:relative;
	left:15px;
	
	cursor:pointer;
}
#update_button{
	background-color: transparent;
	border: 0px;
	padding: 0px;
	/*padding-left: 3000px;*/ 
	overflow: hidden;
	
	background-image:url(../public_html/images/bts_gravar_formulario.jpg);
	background-position: center center;
	background-repeat: no-repeat; 
	width: 72px;
	height: 17px;
	
	position:relative;
	left:15px;
	
	cursor:pointer;
}
