html, body {
  background-color: #ffffff;
  background-image: url('/images/bg.jpg');
  background-position: top left;
  background-repeat: repeat-x;
  color: #666666;
  font-family: Tahoma, Verdana, arial, sans-serif;
}
a:link, a:visited {
  outline: none;
  color: #adadad;
  text-decoration: none;
}
a:hover, a:active, a.activo, #footer a:hover, #footer a:active {
  color: #c0c080;
  text-decoration: none;
}
#main {
  position: relative;
  top: 52px;
  border: 1px solid #e1e0e0;
  height: 470px;
  width: 950px;
  background-color: #ffffff;
}
#columns {
  position: relative;
}
#columns .one {
  position: absolute;
  left: 50px;
  top: 20px;
  width: 487px;
  text-align: left;
}
#columns .two {
  position: absolute;
  top: 30px;
  left: 580px;
  width: 7px;
  height: 440px;
  background: #ffffff url('/images/divisao.jpg') no-repeat top left;
}
#columns .three {
  position: absolute;
  right: 31px;
  top: 15px;
  width: 300px; 
}
#menu, #submenu {
  margin: 45px 28px 30px 0;
  text-align: right;
}
#menu li {
  text-align: right;
  margin: 0 0 5px 0;
  padding: 0 0 1px 0;
  background: transparent url('/images/linhamenu_bg.jpg') no-repeat bottom right; 	
}
#submenu h1 {
  font-size: 16px;
  color: #c0c080;
  margin: 0 0 20px 0;
}
#submenu h2 {
  font-size: 15px;
  color: #8f8f8f;
  margin: 10px 0 5px; 
}
#submenu h2 a {
  padding: 0 0 0 20px;
  text-decoration: none; 
}
#submenu h2.down a {
  background: #ffffff url('/images/seta_up.jpg') no-repeat center left;
}
#submenu h2.up a {
  background: #ffffff url('/images/seta_down.jpg') no-repeat center left;
}
#submenu ul {
  margin: 5px 0;	
}
#submenu li {
  margin: 5px 0;
  padding: 0 0 1px 0;
  background: transparent url('/images/linhamenu_bg.jpg') no-repeat bottom right; 
}
#submenu #canada_larga_menu {
  margin-top: 15px;
}
#submenu #canada_larga_menu a {
  padding: 0 0 0 28px;
}
#footer {
  position: relative;
  top: 65px;
  color: #bbbbbb;
  margin-bottom: 10px;
  font-size: 12px;
}
#footer a {
  color: #bbbbbb; 
}
#footer span {
  padding-left: 25px;
}
#footer span.promocao {
  padding-left: 0;	
}
#footer .title {
  font-weight: bold;	
}
.bottom {
  width: 500px;
}
#image_left, #image_right {
	float: left;	
}
p {
  color: #333;
  margin: 0 0 10px 0;
  text-align: justify;
  font-size: 12px;
}
.container {
  width: 950px;
  margin: 0 auto;	
}
.clear {
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}