/* begin Page */

#main, table
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
    margin: 0;
    padding: 0;
}

.postcontent,
.postcontent li,
.postcontent table,
.postcontent a,
.postcontent a:link,
.postcontent a:visited,
.postcontent a.visited,
.postcontent a:hover,
.postcontent a.hovered
{
    font-family: Arial, Helvetica, Sans-Serif;
    text-align: justify;
}

.postcontent p
{
    margin: 1px 0px 3px 7px;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  text-decoration: none;
}

.postcontent a
{
  text-decoration: none;
  color: #4D4C4E;
}

.postcontent a:link
{
  text-decoration: none;
  color: #4D4C4E;
}

.postcontent a:visited, .postcontent a.visited
{
  color: #306482;
}

.postcontent  a:hover, .postcontent a.hover
{
  text-decoration: underline;
  color: #3F84AB;
}

.postcontent h1
{
   color: #4D4C4E;
margin: 21px 0;
   font-size: 18px;    
}

.blockcontent h1
{
margin: 21px 0;
   font-size: 18px; 
}

.postcontent h1 a, .postcontent h1 a:link, .postcontent h1 a:hover, .postcontent h1 a:visited, .blockcontent h1 a, .blockcontent h1 a:link, .blockcontent h1 a:hover, .blockcontent h1 a:visited 
{
   font-size: 18px; 
}

.postcontent h2
{
   color: #3F84AB;
margin: 19px 0;
   font-size: 24px;    
}

.blockcontent h2
{
margin: 19px 0;
   font-size: 24px; 
}

.postcontent h2 a, .postcontent h2 a:link, .postcontent h2 a:hover, .postcontent h2 a:visited, .blockcontent h2 a, .blockcontent h2 a:link, .blockcontent h2 a:hover, .blockcontent h2 a:visited 
{
   font-size: 24px; 
}

.postcontent h3
{
   color: #FFFFFF;
   margin: 0px 0;
   font-size: 14px;
   text-align:right;   
}

.blockcontent h3
{
margin: 19px 0;
   font-size: 19px; 
}

.postcontent h3 a, .postcontent h3 a:link, .postcontent h3 a:hover, .postcontent h3 a:visited, .blockcontent h3 a, .blockcontent h3 a:link, .blockcontent h3 a:hover, .blockcontent h3 a:visited 
{
   font-size: 19px; 
}

.postcontent h4
{
   color: #3F5469;
margin: 20px 0;
   font-size: 16px;    
}

.blockcontent h4
{
margin: 20px 0;
   font-size: 16px; 
}

.postcontent h4 a, .postcontent h4 a:link, .postcontent h4 a:hover, .postcontent h4 a:visited, .blockcontent h4 a, .blockcontent h4 a:link, .blockcontent h4 a:hover, .blockcontent h4 a:visited 
{
   font-size: 16px; 
}

.postcontent h5
{
   color: #3F5469;
margin: 26px 0;
   font-size: 13px;    
}

.blockcontent h5
{
margin: 26px 0;
   font-size: 13px; 
}

.postcontent h5 a, .postcontent h5 a:link, .postcontent h5 a:hover, .postcontent h5 a:visited, .blockcontent h5 a, .blockcontent h5 a:link, .blockcontent h5 a:hover, .blockcontent h5 a:visited 
{
   font-size: 13px; 
}

.postcontent h6
{
   color: #587593;
margin: 35px 0;
   font-size: 11px;    
}

.blockcontent h6
{
margin: 35px 0;
   font-size: 11px; 
}

.postcontent h6 a, .postcontent h6 a:link, .postcontent h6 a:hover, .postcontent h6 a:visited, .blockcontent h6 a, .blockcontent h6 a:link, .blockcontent h6 a:hover, .blockcontent h6 a:visited 
{
   font-size: 11px; 
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

html 
{
    height:100%;
}

#main
{
  display: inline-block;
  position: relative;
  z-index: 0;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
  overflow:visible;
  float: left;
  clear: left;
}

body
{
  padding: 0; 
  margin:0;
  color: #666666;
  height:100%;
  min-height:100%;
  background-color: #003333;
  min-width: 769px;
}

.cleared
{
  display:block;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  height:0;
  overflow:hidden;
}

.reset-box
{
  overflow:hidden;
  display:table; 
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.sheet
{
  position: relative;
  margin: 0 auto;
  min-width: 123px;
  min-height: 123px;
  margin-top: -10px;
  margin-bottom: -30px;
  cursor:auto;
  width: 769px;
}

.sheet-body
{
  position: relative;
  padding: 30px;
    padding-top:30px;
    padding-bottom:30px;
}

.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl, .sheet-tc, .sheet-bc,.sheet-cr, .sheet-cl
{
  position: absolute;
}

.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl
{
  width: 242px;
  height: 242px;
  background-image: url('../images/sheet_s.png');
}

.sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 121px, 121px, auto);
}

.sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 121px, 121px);
}

.sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(121px, 121px, auto, auto);
}

.sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(121px, auto, auto, 121px);
}

.sheet-tc, .sheet-bc
{
  left: 121px;
  right: 121px;
  height: 242px;
  background-image: url('../images/sheet_h.png');
}

.sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 121px, auto);
}

.sheet-bc
{
  bottom: 0;
  clip: rect(121px, auto, auto, auto);
}

.sheet-cr, .sheet-cl
{
  top: 121px;
  bottom: 121px;
  width: 242px;
  background-image: url('../images/sheet_v.png');
}

.sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 121px);
}

.sheet-cl
{
  left: 0;
  clip: rect(auto, 121px, auto, auto);
}

.sheet-cc
{
  position: absolute;
  top: 121px;
  left: 121px;
  right: 121px;
  bottom: 121px;
  background-color: #FEFEFE;
}

#page-background-top-texture, #page-background-middle-texture, #page-background-glare
{
  min-width: 769px;
}

/* end Box, Sheet */

/* begin Header */
div.header
{
    margin: 0 auto;
  position: relative;
  width:100%;
  height: 164px;
  margin-top: 0;
  margin-bottom: 0;
}

div.header-clip
{
  position: absolute;
  width:100%;
  left:0;
  overflow:hidden;
  height:164px;
}

div.header-center
{
	position: relative;
	width: 709px;
	left:50%;
}

div.header-jpeg
{
  position: absolute;
  top: 0;
  left:-50%;
  width: 709px;
  height: 164px;
  background-image: url('../images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
/* end Header */

/* begin Flash */
#flash-area
{
  position: absolute;
  top: 0;
  left: 0;
  width: 709px;
  height: 164px;
  overflow: hidden;
}

#flash-container
{
  height: 164px;
  top: 0; 
  position: absolute;
  width: 709px; 
    left: 50%;
  margin-left:-354px;
  }

#flash-container div.flash-alt
{
    position: relative;
    width: 110px;
    height: 30px;
    margin: 0 auto;
    top: 0;
}

/* end Flash */

/* begin Logo */
div.logo
{
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  margin-left: 0;
}



#headline, #slogan 
{
    display: block;
    min-width: 150px;
    text-align: left;
}
/* end Logo */

/* begin Layout */
.content-layout
{
  display: table;
  position:relative;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
  width:100%;
  margin-top:0;
  margin-bottom:0;
}
.layout-cell, .content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none;
  margin:0;
  padding:0;
}

.content-layout .content-layout{margin:0;}
.content-layout .layout-cell, .content-layout .layout-cell .content-layout .layout-cell{display: table-cell;}
.layout-cell .layout-cell{display: block;}
.content-layout-row {display: table-row;}
.layout-glare{position:relative;}/* end Layout */

/* begin Box, Block */
.block
{
  position: relative;
  min-width: 1px;
  min-height: 1px;
  margin: 10px;
}

.block-body
{
  position: relative;
  padding: 0;
}

div.block img
{
/* WARNING do NOT collapse this to 'border' - inheritance! */
    border-color: #B2C2D1;
  border-style: solid;
  margin: 0;
}

/* end Box, Block */

/* begin BlockHeader */
.blockheader
{
  margin-bottom: 0;
  position: relative;
  height: 26px;
}

.blockheader h3.t
{
  position: relative;
  height: 26px;
  color: #6987A5;
  font-size: 14px;
  margin:0;
  padding: 0 10px 0 5px;
  white-space: nowrap;
  line-height: 26px;
}

.blockheader h3.t a,
.blockheader h3.t a:link,
.blockheader h3.t a:visited, 
.blockheader h3.t a:hover
{
  color: #6987A5;
  font-size: 14px;
}

/* end BlockHeader */

/* begin Box, BlockContent */
.blockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.blockcontent-body
{
  position: relative;
  padding: 5px;
  color: #304050;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

.blockcontent-body table,
.blockcontent-body li, 
.blockcontent-body a,
.blockcontent-body a:link,
.blockcontent-body a:visited,
.blockcontent-body a:hover
{
  color: #304050;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

.blockcontent-body p
{
  margin: 6px 0;
}

.blockcontent-body a, .blockcontent-body a:link
{
  color: #306482;
  text-decoration: underline;
}

.blockcontent-body a:visited, .blockcontent-body a.visited
{
  color: #7994AF; 
  text-decoration: none;
}

.blockcontent-body a:hover, .blockcontent-body a.hover
{
  color: #3F84AB;
  text-decoration: none;
}

.blockcontent-body ul li
{
  line-height: 125%;    
  color: #3F5469;
  padding: 0 0 0 12px;
  background-image: url('../images/blockcontentbullets.png');
  background-repeat: no-repeat;
}/* end Box, BlockContent */

/* begin Button */
.button-wrapper a.button,
.button-wrapper a.button:link,
.button-wrapper input.button,
.button-wrapper button.button
{
  text-decoration: none;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  position:relative;
  top:0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #FEFEFE !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 32px;
  height: 32px;
  margin: 0 !important;
  padding: 0 16px !important;
  overflow: visible;
  cursor: pointer;
}

.button img, .button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 32px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea
{
  vertical-align: middle;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
}

.block select 
{
    width:96%;
}

.button-wrapper.hover .button, .button-wrapper.hover a.button:link, .button:hover
{
  color: #FEFEFE !important;
  text-decoration: none !important;
}

.button-wrapper.active .button, .button-wrapper.active a.button:link
{
  color: #FEFEFE !important;
}

.button-wrapper .button-l, .button-wrapper .button-r
{
  display: block;
  position: absolute;
  height: 106px;
  margin: 0;
  padding: 0;
  background-image: url('../images/button.png');
}

.button-wrapper .button-l
{
  left: 0;
  right: 9px;
}

.button-wrapper .button-r
{
  width: 407px;
  right: 0;
  clip: rect(auto, auto, auto, 398px);
}

.button-wrapper.hover .button-l, .button-wrapper.hover .button-r
{
  top: -37px;
}

.button-wrapper.active .button-l, .button-wrapper.active .button-r
{
  top: -74px;
}

.button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.post
{
  position: relative;
  min-width: 1px;
  min-height: 1px;
  margin: 0;
}

.post-body
{
  position: relative;
  padding: 10px;
}

a img
{
  border: 0;
}

.article img, img.article, .block img, .footer img
{
  border: solid 0 #B2C2D1;
  margin: 1px;
}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.article table, table.article
{
  border-collapse: collapse;
  margin: 1px;
}

.article th, .article td
{
  padding: 2px;
  border: solid 0 #8099B3;
  vertical-align: top;
  text-align: left;
}

.article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
h2.postheader
{
  color: #4D4C4E;
  margin: 5px 0;
  font-size: 18px;
}

h2.postheader a, 
h2.postheader a:link, 
h2.postheader a:visited,
h2.postheader a.visited,
h2.postheader a:hover,
h2.postheader a.hovered
{
  font-size: 18px;
}

h2.postheader a, h2.postheader a:link
{
  text-align: left;
  text-decoration: none;
  color: #295670;
}

h2.postheader a:visited, h2.postheader a.visited
{
  color: #607F9F;
}

h2.postheader a:hover,  h2.postheader a.hovered
{
  color: #3F84AB;
}

/* end PostHeaderIcon */

/* begin PostBullets */
.post ol, .post ul
{
  margin: 1em 0 1em 2em;
  padding: 0;
}

.post li
{
  font-size: 13px;
  color: #4D4C4E;
  padding: 0 0 0 26px;
}

.post li ol, .post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.post ol>li
{
  background: none;
  padding-left: 0;
  /* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.post ul>li
{
  background-image: url('../images/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 26px;
  /* makes "ul li" not to align behind the image if they are in the same line */
  overflow-x: visible;
  overflow-y: hidden;
}

/* end PostBullets */

/* begin PostQuote */
.postcontent blockquote,
.postcontent blockquote a,
.postcontent blockquote a:link,
.postcontent blockquote a:visited,
.postcontent blockquote a:hover
{
  color: #1E0A01;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

.postcontent blockquote p
{
   margin: 2px 0 2px 15px;
}

.postcontent blockquote
{
   border: solid 0 #FC9764;
  margin: 10px 10px 10px 50px;
  padding: 0 0 0 24px;
  background-color: #D6DEE6;
  background-image: url('../images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;
  /* makes blockquote not to align behind the image if they are in the same line */
  overflow: auto;
  clear:both;
}

/* end PostQuote */

/* begin Footer */
.footer
{
  position: relative;
  margin-top:0;
  margin-bottom:0;
  width: 100%;
}

.footer-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../images/footer_t.png');
  background-position: left bottom;
}

.footer-body
{
    position:relative;
    padding: 20px;
}

.footer-text p
{
  padding:0;
  margin:0;
  text-align: left;
}

.footer-text,
.footer-text a,
.footer-text a:link,
.footer-text a:visited,
.footer-text a:hover,
.footer-text td, 
.footer-text th,
.footer-text caption
{
    color: #FEFEFE;
    font-size: 16px;
}

.footer-text
{
  padding-left: 0;
  padding-right: 10px;
  text-align: left;
}

.footer-text a,
.footer-text a:link
{
  color: #1C394A;
  text-decoration: none;
}

.footer-text a:visited
{
  color: #263340;
}

.footer-text a:hover
{
  color: #D2E4EE;
  text-decoration: underline;
}

div.footer img
{
/* WARNING do NOT collapse this to 'border' - inheritance! */
    border-color: #B2C2D1;
  border-style: solid;
  margin: 0;
}/* end Footer */

/* begin PageFooter */
.page-footer, 
.page-footer a,
.page-footer a:link,
.page-footer a:visited,
.page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #A6C9DE;
}

.page-footer
{
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #9CB0C4;
}
/* end PageFooter */
#produtos {
	width:650px;
	margin:0px auto;
}
#produtos h3 {
	color:#006633;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0px;
}
#produtos h3 a{
	color:#006633;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0px auto 4px 5px;
	text-decoration:none;
}
#produtos h3 a:hover {
	color:#033;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0px auto 4px 5px;
	text-decoration:none;
}

#produtos p {
	color:#727376;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:5px auto auto 5px;
	text-align:justify;
}

#produtos p a {
	color:#727376;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:5px auto auto 5px;
	text-align:justify;
	text-decoration:none;
}
#produtos p a:hover{
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:5px auto auto 5px;
	text-align:justify;
	text-decoration:none;
}

#produtos h2 a {
	color:#727376;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:5px auto auto 5px;
	text-align:right;
	text-decoration:none;
}

#produtos h2 a:hover {
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:5px auto auto 5px;
	text-align:right;
	text-decoration:none;
}

.search{
float: left;
font-family: Century Gothic !important; /* Fonte do campo de texto*/
}
.searchbar{
height: 20px; /*Altura da caixa*/
width: 190px; /*largura da caixa*/
border-radius:15px;
background:#fff;
text-align:center;
color:#093 !important; /*cor do texto*/
font: 12px Century Gothic !important; /*fonte do texto*/
}
.searchbut{
background: url('../images/search.png');
width:30px; /*Largura do botão*/
height:30px; /*altura do botão*/
border: 0;
padding:7px;
}
/* begin LayoutCell, content */

/* end LayoutCell, content */


