body {
  margin: 0;
  padding: 0;
  background: #3399FF;
  font: normal 12px arial, helvetica, verdana, tahoma, sans-serif;
  color: #0D2869;
}

/* div layouts */

#middle {
  position: absolute;
  left: 0px;
  width: 100%;
}

#outside {
  margin-left: -380px;
  position: absolute;
  top: 30px;
  left: 50%;
}

#maincontainer {
  border: 1px solid #000;
  background: #fff;
  width: 770px;
/*  height: 550px; */
  height: 590px;
}

#header {
  width: 764px;
  height: 150px;
  border: 3px solid #fff;
  background: #3399FF url("/images/AQUASOM_test.png") no-repeat;
}

#content {
  position: absolute;
  float: right;
  width: 573px;
/*  height: 309px; */
  height: 349px;
  top: 157px;
  left: 170px; 
  margin: 2px;
  padding: 10px;
  border: 1px solid #3399cc;  
  overflow: auto;
  text-align:justify;
}

#language {
  padding-left: 2px;
/*  width: 130px;
  height: 20px; 
  margin: 0px;
  background: #3399FF;
  border: 0px solid #3399cc;
*/
}

#menu {
  float: left;
  width: 160px;
/*  height: 223px; */
  margin: 2px; 
  border: 1px solid #3399cc;
}

#leftbox {
  position: absolute; 
  width: 142px;
  height: 81px;
  margin: 2px;
/*  top: 385px;*/
  top: 425px;
  left: 1px;
  background: #3399cc;
  color: #FFF;
  text-align: right; 
  padding: 10px;
  padding-top: 2px;
  padding-bottom: 18px;
  _padding-top: 10px;
  _padding-bottom: 6px;
  line-height: 140%;
/*  font-size: 12px; */ 
/*  border: 1px solid #0D2869; */
  border: 1px solid #3399cc;
}

#footer {
  position: absolute;
/*  _position: fixed; */ 
  width: 764px;
  height: 50px;
  bottom: 1px;
/*  _bottom: 40px; */ 
  left: 1px;
  border: 3px solid #ffffff;
}

/* Menu */

#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#menu a {
  display: block;
  width: 150px;
  padding: 8px 0;
  padding-right: 10px;
  text-align: right;
  background: #3399cc;
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
}

#menu a:link {
  color: #C6DDFF;
  text-decoration: none;
}

#menu a:hover {
  background-color: #0339ff;
  color: #C6DDFF;
}

#menu_link a:visited {
  color: #C6DDFF;
  text-decoration: none;
}

#menu li #nobottomborder {
  border-bottom: 0px;
}

/* Conteudos  */

#header p {
/*  font-Family: "Myriad Web"; */ 
  font-size:14px;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 55px;
  _padding-top: 55px;
  padding-left: 90px;
}

#content h1 { 
  border-bottom:2px solid #1646B5; 
  color:#0D2769; 
  font-size:16px; 
  font-weight: bold; 
  line-height:30px; 
  padding:0 10px; 
}

#content h2 { 
  border-bottom: 1px dotted #1646B5; 
  color:#0D2868; 
  font-size:12px; 
  font-weight: bold; 
  line-height:20px; 
  padding:0 10px; 
}

#leftbox p {
  font-size: 10.7px;
  color: #C6DDFF;
}

#leftbox a {
  color: #1647B5;
  text-decoration: none;
}

#leftbox a:hover {
  color: #C6DDFF;
  font-weight: bold;
  text-decoration: none;
}

#content ul {
  list-style:none; 
  margin-left: 10px; 
  padding: 1px;
}

#content ol {
  margin-left: 10px; 
  padding: 1px;
  padding-left: 25px; 
}

#content ul li {
  padding-left: 15px; 
  background: url(images/doubledot.gif) 0 5px no-repeat;
}

blockquote {
   margin: 15px 75px; 
   padding: 7px 10px; 
   border: solid 1px #0D2869;
   background: #C6DEFF;
   color: #0D2869;
}

.begin {
  clear : both;
}

/* colocacao imagens */

.img_left {
  float: left;
  margin: 0 10px 0 0;
  padding: 2px;
  border: 0px solid #1646B5;
}

.img_right {
  float: right;
  margin: 0 0 0 3px;	
  padding: 2px;
  border: 0px solid #1646B5;
}

.img_none {
    float: none;
    margin: 5px 10px 0 10px;
    padding: 2px;
    border: 0px solid #1646B5;
}

.addr {
    margin: 0px 0 0 0;
        border: 0;
        padding: 0;
}
