body {
    background-color:#f5f5f5;
	font-family:Verdana;
	font-size:10px;
	margin:0;
	padding:0;
}
td.barra {
	padding: 0 30px 0 40px;
	background-image:url(images/fundo-barra.gif);
	height:43px;
	color:#fffdfe;
	font-family:Verdana;
	font-size:10px;
}
td.cont{
	color:#5b5b5b;
	font-family:verdana;
	font-size:13px;
	background-color:#ececec;
	border: #e2e2e2 1px dashed;
	padding: 10px 10px 10px 10px;
}
td.top-cont {
	background:url(images/top-cont.gif) center top no-repeat;
	width:650px;
	height:26px;
	color:#878787;
	font-weight:bold;
	text-align:center;
	line-height:26px;
}
td.banner {
	background-color: #f5f5f5;
	height:160px;
}

td.footer {
	background: #e1e1e1 url(images/fundo-footer.gif) center top repeat-x;
	height:160px;
}
* {
	font-family:Verdana;
	font-size:11px;
    margin: 0;
    padding: 0;
}
#produtos {
	width: 666px;
	margin: 0;
	padding: 0;
}
#prod li {
	background-color:#ececec;
	border: #e2e2e2 1px dashed;
	display: inline; /* bug ie 6*/
    float: left;
    width: 150px;
	text-align:center;	
	margin: 7px;
	height:236px;
}
a:link,a:visited,a:active {
	color:#fba706;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#fba706;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}

#dropmenudiv{
position:absolute;
font-family: verdana, sans-serif;
font-size: 10px;
line-height:19px;
z-index:100;
text-align: left;
margin: 5px 0 0 0;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 13px;
}

#dropmenudiv a:link,
#dropmenudiv a:active,
#dropmenudiv a:visited {
background-color: #d75a00;
font-family: verdana, sans-serif;
font-size: 11px;
color:#FFF;
font-weight:normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ec7723;
font-weight:normal;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 20px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 23px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 20px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 20px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
	padding-left:20px;
	background:url(images/ok.png) left no-repeat;
}
.buttons a.positive:hover, button.positive:hover{
    background:#E6EFC2 url(images/ok.png) left no-repeat;
    border:1px solid #C6D880;
	padding-left:20px;
    color:#529214;
}
.buttons a.positive:active{
    background:#529214 url(images/ok.png) left no-repeat;
	padding-left:20px;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
	background:url(images/cancel.png) left no-repeat;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4 url(images/cancel.png) left no-repeat;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background:#d12f19 url(images/cancel.png) left no-repeat;
    border:1px solid #d12f19;
    color:#fff;
}
#contato {
	border-right: 1px #CCCCCC dashed;
	width:390px;
	float:left;
	margin-top:6px;
}
#localiza {
	margin-top:6px;
	margin-left:5px;
	width:270px;
	float:left;
}
a.dcontexto{
  position:relative; 
  padding:0;
  font:10px;
  color:#333333;
  cursor:help; 
  z-index:24;
  }
a.dcontexto:hover{
  z-index:25; 
  }
a.dcontexto span{display: none}
a.dcontexto:hover span{ 
  display:block;
  position:absolute;
  width:230px; 
  text-align:left;
  left:50px;
  top: -140px;
  font: 11px arial, verdana, helvetica, sans-serif; 
  padding:5px 10px;
  border:1px solid #999;
  background:#fdfcf9; 
  color:#000;
  }
.titulo{
  font-size:13px;
  padding-bottom:3px;
  color:#ee9d01;
  font-weight:bold;
 }
