* {
	font-size: 10pt;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #630;
}
body {
	background-image: url(../images/padrao/body-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#contencao {
	background-image: url(../images/padrao/contencao-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#topo {
	margin: auto;
	height: 219px;
	width: 667px;
	background-image: url(../images/padrao/topo-bg-trans.png);
	background-repeat: no-repeat;
	position: relative;
	padding: 71px 0 0 323px;
}
#topo h1 a {
	display: block;
	height: 160px;
	width: 160px;
	left: 78px;
	top: 6px;
	text-indent: -9000px;
	position: absolute;
}
#atalhos {
	position: absolute;
	top: 0px;
	right: 78px;
}
#atalhos li {
	display: inline;
	line-height: 2.6em;
	color: #804000;
}
#atalhos a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 90%;
	color: #9C5625;
}
#atalhos a:hover {
	color: #C90;
}
#apre {
	height: 190px;
	width: 548px;
}
#menu  {
	display: none;
}
#menu-flash {
	background-image: url(../images/padrao/menu-flash-bg-trans.png);
	background-repeat: no-repeat;
	height: 116px;
	width: 990px;
	margin: auto;
	text-align: center;
}

#subcontencao {
	margin: 0 auto;
	width: 780px;
	background-image: url(../images/padrao/subcontencao-bg.jpg);
	background-repeat: repeat-y;
}

#principal {
	background-repeat: no-repeat;
	background-position: left top;
	width: 650px;
	padding: 40px 50px 10px 80px;
	background-image: url(../images/padrao/principal-bg.jpg);
}
#conteudo {
	width: 416px;
	float: left;
}
#conteudo h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 2.4em;
	clear: both;
	text-decoration: none;
}


#conteudo h2 a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 2.4em;
	clear: both;
	text-decoration: none;
}
#conteudo h2 a:hover {
	color: #630;
}

#conteudo a:hover {
	color: #960;
	text-decoration: none;
}

#col-dir {
	width: 190px;
	float: right;
}
#col-dir #delivery {
	background-image: url(../images/padrao/col-dir-bg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#col-dir address   {
	background-image: url(../images/padrao/col-dir-bg.jpg);
	background-repeat: repeat-y;
}
#col-dir address p {
	font-style: normal;
	line-height: 1.4em;
	font-family: "Arial Narrow", Arial;
	font-weight: bold;
}

#col-dir strong {
	line-height: 2.4em;
	background-image: url(../images/padrao/col-dir-bg-topo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 2.4em;
	width: 170px;
	font-size: 120%;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	color: #960;
	padding-left: 20px;
}
#col-dir span {
	font-size: 140%;
	font-weight: bold;
	padding-left: 20px;
}

#col-dir p {
	padding: 0 15px 5px 20px;
}
#col-dir address img {
	border: 0px none #FFF;
	padding-left: 20px;
}

#rodape {
	margin: auto;
	width: 750px;
	line-height: 38px;
	background-image: url(../images/padrao/rodape-bg.jpg);
	height: 38px;
	padding: 0 20px 0 20px;
}
#rodape p {
	color: #300;
	float: left;
	font-family: "Arial Narrow", Arial;
	font-weight: bold;
}
#rodape a {
	float: right;
	display: block;
	width: 65px;
	height: 15px;
	background: url(../images/padrao/triares.gif) no-repeat left top;
	text-indent: -9000px;
	margin-top: 12px;
}
#rodape a:hover {
	background-position: left bottom;
}

.clear {
	clear: both;
}

.esquerda {
	float: left;
	margin-right: 10px;
}
