
#art-main
{
   position: relative;
   z-index: 0;
   width: 100%;
   min-height: 100%;
   left: 0;
   top: 0;
   cursor:default;
   overflow:hidden;
}

#art-page-background-glare-wrapper {
   position: fixed;
   width:100%;
}

#art-page-background-glare
{
   position: relative;
   top: -13px;
   max-width:833px;
   min-width: 300px;
   height:253px;
   margin: 0 auto;
   background-image: url('../img_novovisual/azul.jpg');
   background-repeat: repeat;
   background-position: center top;
}

body
{
   padding: 0;
   margin:0;
   min-width: 900px;
   color: #0F1419;
   background-color: #FFFFFF;
   background-image: url(../img_novovisual/fundo_verdeagua.jpg);
   background-attachment: fixed;
   background-repeat: repeat-x;
   background-position: center;
}

.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;
}

/* Start Box */
.art-box, .art-box-body {
   margin:0 auto;
   position:relative;
}
.art-box:before, .art-box:after, .art-box-body:before, .art-box-body:after {
   position:absolute;
   top:0;
   bottom:0;
   content:' ';
   background-repeat: no-repeat;
   line-height:0;
}
.art-box:before,.art-box-body:before{
   left:0;
}
.art-box:after,.art-box-body:after{
   right:0;
}
.art-box:before {
   overflow:hidden;
   background-position: bottom left;
   direction: ltr;
   z-index:-3;
}
.art-box:after {
   background-position: bottom right;
   z-index:-3;
}
.art-box-body:before, .art-box-body:after {
   background-repeat:repeat-y;
}
.art-box-body:before {
   background-position: top left;
   z-index:-3;
}
.art-box-body:after {
   background-position: top right;
   z-index:-3;
}

.art-box .art-box:before, .art-box .art-box:after, .art-box-body .art-box-body:before, .art-box-body .art-box-body:after {
   z-index:-2;
}
.art-box .art-box .art-box:before, .art-box .art-box .art-box:after, .art-box-body .art-box-body .art-box-body:before, .art-box-body .art-box-body .art-box-body:after {
   z-index:-1;
}
/* End Box */

/* Start Bar */
.art-bar {
   position:relative;
}
.art-bar:before, .art-bar:after {
   position:absolute;
   top:0;
   bottom:0;
   content:' ';
   background-repeat:repeat;
   z-index:-1;
}
.art-bar:before {
   left:0;
   background-position: top left;
}
.art-bar:after {
   right:0;
   background-position: top right;
}
/* End Bar */

li h1, .art-postcontent li h1, .art-blockcontent-body li h1 
{
   margin:1px;
} 
li h2, .art-postcontent li h2, .art-blockcontent-body li h2 
{
   margin:1px;
} 
li h3, .art-postcontent li h3, .art-blockcontent-body li h3 
{
   margin:1px;
} 
li h4, .art-postcontent li h4, .art-blockcontent-body li h4 
{
   margin:1px;
} 
li h5, .art-postcontent li h5, .art-blockcontent-body li h5 
{
   margin:1px;
} 
li h6, .art-postcontent li h6, .art-blockcontent-body li h6 
{
   margin:1px;
} 
li p, .art-postcontent li p, .art-blockcontent-body li p 
{
   margin:1px;
}

/* end Page */

/* begin Box, Sheet */
.art-sheet
{
   max-width:876px;
   margin-top: 0px;
   margin-bottom: 0px;
   cursor:auto;
   width: 900px;
}
.art-sheet-body 
{
   padding:4px;
   min-width:78px;
   min-height:78px;
   padding-top:0;
   padding-bottom:0px;
}
.art-sheet:before, .art-sheet:after 
{
   content: url('../img_novovisual/visual-acima.png');
   font-size: 0;
   background-image: url('../img_novovisual/visual-abaixo.png');
}
.art-sheet:after{
   clip:rect(auto, auto, auto, 857px);
}
.art-sheet:before,.art-sheet-body:before{
   right:43px;
}
.art-sheet-body:after{
   width: 43px;
   top:33px;
   bottom:33px;
   background-image:url('../img_novovisual/visual-lateral.png');
}
.art-sheet-body:before{
   top:33px;
   bottom:33px;
   background-image:url('../img_novovisual/visual-lateral.png');
}






/* begin PostQuote */
blockquote,
blockquote a, .art-postcontent blockquote a, .art-blockcontent blockquote a, .art-footer blockquote a,
blockquote a:link, .art-postcontent blockquote a:link, .art-blockcontent blockquote a:link, .art-footer blockquote a:link,
blockquote a:visited, .art-postcontent blockquote a:visited, .art-blockcontent blockquote a:visited, .art-footer blockquote a:visited,
blockquote a:hover, .art-postcontent blockquote a:hover, .art-blockcontent blockquote a:hover, .art-footer blockquote a:hover
{
   color: #1E0A01;
   font-style: italic;
   font-weight: normal;
   text-align: left;
   text-decoration: none;
}

/* Override native 'p' margins*/
blockquote p,
.art-postcontent blockquote p,
.art-blockcontent blockquote p,
.art-footer blockquote p
{
   margin: 0;
   margin: 0px 0;
}

blockquote
{
   margin: 0px;
   padding: 0px;
   margin-left: 0px;
   padding-left: 0px;
   padding-right: 0px;
   background-position: center;   
   /* makes block not to align behind the image if they are in the same line */
  overflow: auto;
   clear:both;
}

