/* zera o css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td, input, textarea { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    outline: 0; 
    font-weight : normal; 
    font-style: normal; 
    font-family : "Trebuchet MS", Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif; 
    font-size: 12px;
}/**/
/* fim */
html { height:100%; }

BODY {
    font-size : 12px;
    font-family : "Trebuchet MS", Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
    margin : 0 0 0 0;
    color: #707070;
    background-color : #FFFFFF;
    height:100%; 
}

div{
/*    border : 1px solid Blue;
    border-bottom : 1px solid Blue;/**/
}

/* estrutura */

.centro{
	width: 984px;
	margin: auto;
	padding-left: 20px;
}

.logo{
	background-image : url(../img/bg_logo.gif);
	height: 150px; 
}

.idiomas{
	float: right;
	margin-top: 5px;
}

#menu{
	background-image: url(../img/bg_menu.gif);
	height: 60px;
}

#menu a{
	font-size: 14px;
	font-weight: bold;
	position: relative;
	float: left;
	text-align : center;
	top: 15px;
	padding: 6px;
	margin-right : 10px;
	color: #707070;
	text-decoration: none;
}

#menu a:hover{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	background-color : #E6E5E5;
	position: relative;
	float: left;
	text-align : center;
	top: 15px;
	padding: 6px;
	margin-right : 10px;
}

.sep3px{
	background-color: #FFFFFF;
	height: 3px;
	font-size: 1px;	
}

.banner{
	height: 278px;
}

.flash{
	background-image : url(../img/bg_flash.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 355px;
	width: 100%;
	position: absolute;
	top: 136px;
}

.sepcinza{
	background-color: #EEEEEE;
	height: 10px;
	
}

.conteudo{
	margin-top: 15px;
	margin-bottom: 30px;
	margin-right: 330px;
}

.direita{
	margin-top: 15px;	
	float: right;
	width: 275px;
	padding-right: 28px;
}

.listra{
	width: 13px;
	float: left;
}

.produtos{
	margin-left: 40px;
}

.logo_inf{
	float: right;
}

.rodape{
	height: 180px;
	background-image: url(../img/bg_rodape.jpg);
}

.endereco{
	padding-top: 30px;
}

.imgesq{
	float: left;
	margin-right: 10px;
}

.clear{
	clear: both;
}

img{
	border: 0px;
}

a.boxprod{
	background-color: #EFEFEF;
	padding-top: 4px;
	width: 230px;
	text-align: center;
	display: block;
	text-decoration: none;
	
}

a.boxprod1{
	background-color: #EFEFEF;
	padding-top: 4px;
	width: 230px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
}

a.boxprod:hover{
	background-color: #DADADA;
}

.imgprod{
	border: 2px solid #FFFFFF;
}

.listaProd{
	float: left;
	width: 230px;
	margin-right: 30px;
	margin-bottom: 30px;
}

/* --------------- TÍTULOS E TEXTOS --------------- */

h1{ /*Títulos de área*/
	font-size: 22px; 
}

.h2{ /*Títulos de área*/
	font-size: 22px;
	color: #C2C1C1;
}

h3{ /*Título rodapé*/
	font-size: 18px;
	color: #FFFFFF;	
}

h4{ /*Texto branco rodapé*/
	font-size: 12px;
	color: #FFFFFF;
}

h5{ /*Texto assinatura*/
	font-size: 10px;
	color: #FFFFFF;
}

h6{ /*Subtitulos*/
	font-size: 14px;
	font-weight: bold;
}

.red{
	color: #FF0000;
}

/* --------------- LINKS --------------- */

a{
	font-weight: bold;
	text-decoration: underline;
	color: #707070
}

a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #707070
}

a.brancorod{
	font-size: 10px;
	color: #FFFFFF;
}

a.brancolink{
	font-size: 12px;
	color: #FFFFFF;
}


/* --------------- INPUTS --------------- */

.text {
	background-color : #EFEFEF;
	color: #707070;
	height: 18px;
	width: 240px;
	font-size: 11px;
	border : 2px solid;
	border-color : #DADADA;
	padding : 2px;
	clear : right;
}

textarea{
	height:1000px;
	background-color : #EFEFEF;
	color: #707070;
	height: 80px;
	width: 240px;
	font-size: 11px;
	border : 2px solid;
	border-color : #DADADA;
	padding : 2px;
}