﻿body {
	margin: 0px;
	height: 100%;
	width: 100%;
	background-image: url(body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #872727;
	color: #81693c;
	font-family: Verdana;
	font-size: 8pt;	
}
#dventrada {
	width: 100%; 
	height: 136px; 
	text-align: center; 
	/*margin-top: 359px;*/
	background-image: url(entrada_bg.jpg);
	background-repeat: repeat-x;
}
#logo {
	background-image: url(entrada.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 136px;
}
#lang {
	padding-top: 104px;
	color: #81693c;
	font-size: 11pt;
	font-family: Times New Roman;
}
#lang a {
	text-decoration: none;
	color: #81693c;
}
#lang a:hover {
	text-decoration: none;
	color: #a3823b;
}
#container {
	position: absolute; left:50%; width:879px; margin-left: -439px; 
}
.contenttop {
	height: 50px;
	background-color: #f0e4c7;
	vertical-align: top;
}
.content {
	height: 440px;
	background-color: #f0e4c7;
	background-image: url(content_bg.jpg);
	background-repeat: repeat-x;	
	background-position: bottom;
	vertical-align: top;
	padding: 8px 30px 18px 35px;
}
.shadelf {
	background-image: url(shade_lf.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 10px;
}
.shadert {
	background-image: url(shade_rt.png);
	background-repeat: repeat-y;
	width: 10px;
}
.headertop {
	background-image: url(header_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 42px;
}
.header {
	height: 126px;
	width: 859px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;	
}
p { margin: 0px; }
p, td {
	color: #81693c;
	font-family: Verdana;
	font-size: 8pt;
}
a {
	color: #6b0d09;
	text-decoration: none;
}
a:hover, a:active {
	color: #6b0d09;
	text-decoration: underline;
}
h1 {
	font-size: 14pt;
	color: #af3030;
	font-family: Times New Roman;
	font-weight: normal;
}
.title1 {
	font-size: 14pt;
	color: #af3030;
	font-family: Times New Roman;
}
.title2 {
	font-size: 12pt;
	color: #af3030;
	font-family: Times New Roman;
	font-weight: bold;
}
#menu {
	width: 100%;
	padding-top: 75px;
	text-align: center;
}
#menu a {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
	color: #f0e4c8;
}
.menu2 {
	height: 26px;
	background-image: url(menu_bg.jpg);
	background-repeat: no-repeat;	
	text-align: center;
}
.menu2 a {
	text-decoration: none;
}
.menu2 a:hover {
	text-decoration: underline;
	color: #f0e4c8;
}
#star { vertical-align:middle;  }
.ctl { background-color: #d0bb8e; color: #81693c; font-size: 8pt; border: solid 1px #c5ad7e;}

/* Caixas sombreadas */
.box1cr1 { width: 8px; background-image: url(box1_cr1.png); background-repeat: no-repeat; height: 8px; }
.box1cr2 { width: 8px; background-image: url(box1_cr2.png); background-repeat: no-repeat; height: 8px; }
.box1cr3 { width: 8px; background-image: url(box1_cr3.png); background-repeat: no-repeat; height: 21px; }
.box1cr4 { width: 8px; background-image: url(box1_cr4.png); background-repeat: no-repeat; height: 21px; }
.box1tp { height: 8px; background-image: url(box1_tp.png); background-repeat: repeat-x; }
.box1lf { width: 8px; background-image: url(box1_lf.png); background-repeat: repeat-y;}
.box1rt { width: 8px; background-image: url(box1_rt.png); background-repeat: repeat-y; }
.box1bt { height: 21px; background-image: url(box1_bt.png); background-repeat: repeat-x; text-align: right; padding-right: 5px;}
.box1bg { background: #f0e4c7 url(box1_bg.png) repeat-x bottom; padding: 8px; }

.thumb {
	background-image: url(thumb.png);
	background-repeat: no-repeat;
	width: 66px;
	height: 44px;
	padding: 5px;
}
.thumb2 {
	background-image: url(thumb2.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 80px;
	padding: 13px;
}

/* tabela precos */
.tbprecos{
	width: 100%;
	border: 1px solid #8D2626;
}
.coltit {
	border: 1px solid #8D2626;
	border-collapse: collapse;
	text-align: center; 
}
.colprecos {
	border: 1px solid #8D2626;
	border-collapse: collapse;
	text-align: center; 
	padding-top: 10px;
	padding-bottom: 10px;
}
.hrprecos {
	border: 1px solid #8D2626;
	border-collapse: collapse;
	background-color: #EBDAB2;
	text-align: center;	
	font-weight: bold;
}
.destaque {
	width: 100%;
	color: #952c2c;
	font-family: Times New Roman;
	font-style: italic;
	font-size: 10pt;
	text-align: right;
	font-weight: bold;
}