/* PADRÕES */
html, body {
	font: bold 13px "Trebuchet MS", Helvetica, Arial;
	color: #000000;
}

body {
	text-align: center;
	margin: 0px;
	background: #FFFFFF url(images/topo_bg.jpg) repeat-x top;
}

a {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #4e4e4e;
	text-decoration: underline;
}

a img {
	border: 0px solid #ffffff;
}
a:hover img {
	border: 0px solid #ffffff;
}

a .imagem {
	border: 1px solid #FFFFFF;
}
a:hover .imagem {
	border: 1px solid #FFFFFF;
}

hr {
	color: #EEEEEE;
	height: 1px;
}

h1, .titulo {
	font-size: 28px;
	color: #040203;
	margin-bottom: 7px;
	margin-top: 0px;
}

h2, .subtitulo {
	font-size: 20px;
	color: #040203;
	margin-bottom: 5px;
}

form {
	margin: 0px;
}

p {
	margin-top: 0px;
}

.mini {
	font-size: 10px;
}


/* DIVISÕES ESPECIAIS */
#site {
	width: 1000px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}

.topo {
	height: 145px;
	overflow: hidden;
	z-index: 0;
	background: #FFFFFF url(images/topo_bg.jpg);
}

.topo_menu {
	height: 306px;
	z-index: 0;
}

.topo_menu .dna {
	height: 267px;
	/*background: #ffffff url(images/topo_dna.jpg) no-repeat top center;*/
}

.topo_menu .menu {
	height: 39px;
	background: #ffffff url(images/menu_bg.jpg) repeat-x;
}

.main {
	z-index: 0;
}

.painel {
	height: 544px;
	/*background: #FFFFFF url(images/painel_home.jpg) no-repeat bottom center;*/
}

.galeria {
	width: 1000px;
}



/* GALERIA */
.coluna1 {
	width: 260px;
	background: #a7a9a9 url(images/galeria1_bg.jpg) repeat-x top;
}

.coluna2 {
	width: 370px;
	background: #bcbec0 url(images/galeria2_bg.jpg) repeat-x top;
}

.coluna3 {
	width: 370px;
	background: #a7a9a9 url(images/galeria3_bg.jpg) repeat-x top;
}



/* CONTEUDO DA PAGINA */
.pag_div {
	padding-left: 80px;
	padding-right: 120px;
	padding-top: 20px;
}

.pag_img {
	margin-right: 20px;
}

.btnPagebreak {
	cursor: pointer;
}



/* PAGINACAO */
.paginacao {
	padding: 0px 5px;
	color: #2a79a1;
}



/* RODAPE */
.rodape {
	clear: both;
	height: 53px;
	background: url(images/rodape_bg.jpg);
}


/* BOTOES */
.qualidade {
	border: 0px solid #FF0000;
	width: 130px;
	height: 130px;
	top: 381px;
	left: 48px;
	position: relative;
	cursor: pointer;
}



/* COTACAO */
.cotacao_item {
	float: left;
	text-align: center;
	width: 55px;
	display: block;
	margin-bottom: 15px;
}

.cotacao_valor {
	border: 1px solid #aaaaaa;
	background: #f4f4f4 url(images/input_login_bg.png) repeat-x bottom;
	color: #000000;
	font-size: 11px;
	height: 19px;
	width: 50px;
	display: block;
	text-align: center;
	line-height: 18px;
}



/* GALERIA */
.box_galeria {
	padding-top: 15px;
}

.lightbox img {
	border: 1px solid #78B4B5;
}
.lightbox img:hover {
	border: 1px solid #346F97;
}

.legenda {
	padding-top: 5px;
	width: 160px;
	height: 95px;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	overflow: hidden;
}



/* TABELA */
.tab_form td {
	background: url(images/form_bg.jpg);
	height: 40px;
	padding: 0px 15px;
}

.tab_rel td {
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
}

.rel_titulo {
	color: #006db2;
}



/* BOXES */
.box_rolagem {
	height: 350px;
	overflow: hidden;
	z-index: 3;
}

.seta {
	cursor: pointer;
}


/* FORMULÁRIOS */
.input {
	border: 1px solid #ffffff;
	background: #FFFFFF;
	font: normal 14px Verdana;
	color: #008053;
}

.input_login {
	border: 1px solid #c9cbcc;
	background: #f4f4f4 url(images/input_login_bg.png) repeat-x bottom;
	font-family: "Trebuchet MS", Helvetica, Arial;
	color: #000000;
	height: 19px;
	width: 120px;
}

.input_inv {
	border: 1px solid #e1e1e1;
	background: transparent;
	font-family: "Trebuchet MS", Helvetica, Arial;
	color: #000000;
}

label {
	font: normal 15px arial;
}

.botao {
	color: #ffffff;
	font-weight: bold;
	background: #84C72C;
	border: 1px solid #47A23C;
}



