/* CSS cm3 v2.0 */

img,body,ul,li,h1,h2,h3,h4,h5,h6,form,dl,dd,dt,fieldset,p{margin:0;padding:0;border:0;}
body  {
	background: #ECE9D8;
	/*text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

/* URL / LINKS */
a{color:#CC0000;	text-decoration:none;}
a:hover{color:#333333; text-decoration:underline;}
ul {list-style-image: url(../imagens/ico1.gif)}

/* DIV */
#esq {float:left;}
#dir, .dir {float:right;}

#container {
	position: relative;
	width: 800px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#depoimentos {
	width: 182px;
	background-color: #CC0000;
	background-image: url(../imagens/depoimento_2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #FFFFFF;
	padding: 6px;
	font-weight: bold;
}
#depoimentos h5 {
	color: #FFFFFF;
	font-style: italic;
	text-align: right;
	text-transform: uppercase;
}
#depoimentosTop {
	width: 182px;
	background-color: #CC0000;
	background-image: url(../imagens/depoimento_1.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 6px;
	font-weight: bold;
}
#chat {
	background-color: #FFFFFF;
	padding: 8px;
	border: 1px solid #666666;
	margin: 12px;
}
#descricao p{
	color: #83846F;
	text-align: left;
	font-size: small;
	line-height: 1.5em;
	width: 90%;
	text-transform: lowercase;
}

/* TXT */
p {
	color: #333333;
	padding-left: 8px;
	text-align: left;
}
h4 {
	color: #333333;
	padding-left: 8px;
	text-align: left;
	font-size: 0.87em;
	font-weight: normal;
}
.subtitulo {
	color: #CC0000;
	font-weight: bold;
}
.calendario {
	background-image:url(../imagens/calendario_bg.gif);
	background-repeat: no-repeat;
	background-color: #F7F7F0;
	background-position: top;
	padding-left: 12px;
	text-align: left;
	font-size: 0.87em;
	padding-top: 10px;
}
.red {color: #CC0000;}

/* DIV */
#rodape {
	background-image: url(../imagens/rodp_barra.gif);
	background-repeat: no-repeat;
	height: 41px;
	width: 590px;
	padding-right: 10px;
	padding-left: 164px;
	text-align: right;
	padding-top: 10px;
	font-size: x-small;
}
#rodape .h6 {font-size: small;}

/* BOX e BARRAS */
#titBoxHome1 {
	background-image: url(../imagens/bar_dest1.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 176px;
	font-weight: bold;
	color: #888974;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 11px;
}
#titBoxHome2 {
	background-image: url(../imagens/bar_dest2.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 60px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 9px;
	padding-left: 116px;
}
#titBox3 {
	background-image: url(../imagens/barra_titulo.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 540px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 11px;
	letter-spacing: 0.2em;
	padding-left: 10px;
}
.boxTitulo {
	font-weight: bold;
	text-transform: uppercase;
	color: #83846F;
	font-size: x-small;
}
.barraTitulo {
	font-weight: bold;
	text-transform: uppercase;
	color: #83846F;
	background-image: url(../imagens/boxTit_bg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 195px;
	padding-top: 10px;
	font-size: x-small;
}
.barCod {
	background-image: url(../imagens/bar_cod.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 150px;
	padding: 7px;
}
.carrinho {
	font-size: 0.8em;
	background-image: url(../imagens/carrimho_bg.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 150px;
	padding-left: 44px;
	padding-top: 5px;
}
#barPag {
	background-repeat: no-repeat;
	height: 28px;
	width: 540px;
	font-weight: bold;
	color: #9D9E8B;
	font-size: 12px;
	padding-top: 11px;
	letter-spacing: 0.1em;
	padding-left: 10px;
	background-color: #F5F5F5;
}
.linha {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE9D8;
}

/* MENU */
.menuCategoria, .menuCategoria a:link, .menuCategoria a:active, .menuCategoria a:visited{
	color: #83846F;
	padding-left: 2px;
	text-align: left;
	font-size: x-small;
	line-height: 1.5em;
	text-transform: uppercase;
}
.menuCategoria a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.obs {
	font-size: x-small;
	color: #FF0000;
}

