/* Start of CMSMS style sheet 'RenascimentoSA : RenascimentoCSS' */
* {
margin:0;
padding:0;
}


body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

div {
   font-size: 1em;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;              
}

a:hover {
   text-decoration: none;
   color: #385C72;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #006600;
	leftmargin:0;
	topmargin:0;
	marginwidth:0;
	marginheight:0;
	link: #333333;
	vlink: #333333;
	alink: #000000;
       background-image: url(uploads/RenascimentoSA/BG_03.gif);
}

div#pagewrapper {
   border: 1px solid #cccccc;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 80em; /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   background-color: #fff;;
   color: black;
   margin-top:15px;
  z-index:2;
}

div#header {
	height: 85px;
	position: relative;
	top: 0px;
	margin: auto;
	background-image: url(uploads/RenascimentoSA/banner_bg.gif);
	text-align: center;      
}

div#header h1 a {
   background: #385C72 url(uploads/images/logo1.gif) no-repeat 0 12px; 
   display: block; 
   height: 80px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#search {
   float: right;
   width: 27em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; 
   font-size: 90%;         
   margin: 0 1em;             
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }


div#content {
   margin: 1.5em auto 2em 0; 
}

div#main {
   margin-left: 2%; 
   margin-right: 2%; 
}

div#sidebar {
   float: left;  
   width: 26%;   
   display: inline;  
   margin-left: 0;
}

div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  
}

div#footer {
        background-color: #E0DED9;
	height: 26px;
	position:relative;   
        clear:both;      
        color: #333333;

}

div#footer p {
   font-size: 0.8em;
   padding-top: 5px;
   padding-left:10px;
   text-align: left; 
   margin:0;
}

div#footer p a {
   color: #fff; 
}

div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #E7AB0B; 
   font-size: 1.5em; 
   text-align: left; 
   padding-bottom: 1px;
   border-bottom: 1px solid #cccccc; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}

.Title_bg {
        background-color: #006600;
	height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top:3px;
	vertical-align:text-top;
	border-bottom: 1px solid #999999;
	border-left: 5px solid #E6B329;
        margin: 2px;
}
.catalogo {
        background-image: url(uploads/images/catalogo.jpg);
	background-color:#F3F3F3;
	background-position:center;
	background-repeat:no-repeat;
	width:119px;
	height:144px;
	margin: 3px;
}
.catalogo2 {
        background-image: url(uploads/images/catalogo2.jpg);
	background-color:#F3F3F3;
	background-position:center;
	background-repeat:no-repeat;
	width:119px;
	height:144px;
	margin: 3px;
}

.HistoricoCatalogos {
        border-bottom: 1px solid #cccccc;
        padding-bottom: 5px;
        line-height: 2;
}

.Texto {
       	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
/* END LISTS */
/* End of 'RenascimentoSA : RenascimentoCSS' */

