@import url(menuv.css); /*menu vertical*/
@import url(mesh.css); /*mesh*/
@import url(where-to-buy.css); /*where to buy*/
@import url(contact-us.css); /*where to buy*/
@import url(produtos.css); /*produtos*/


body{
margin:0;
padding:0;
line-height: 1.5em;
background:#606060;
}

b{font-size: 110%;}
em{color: red;}
h1 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF;}
p, li {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; text-align:justify;}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background:#EAEEE0;
border:1px solid #000000;
}

#topsection{
background: #EAEEE0;
height: 201px; /*Height of top section*/
margin-bottom:1px;
padding-top:5px;
}

#topsection h1{
margin: 0;
padding-top: 15px;
background:url(../imagens/header.png) no-repeat left top;
text-indent:-5000em;
overflow:hidden;
width:800px;
height:201px;
}

#topsection h1 a{ display:block; height:201px; width:350px;}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

.titlepags { margin:0; color:#000000; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:18px;}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
}

#topmenu {width:200px; height:120px; background: #60BC3C url(../imagens/top_menu.png) no-repeat left top;}
#topmenu h1 { margin:0; padding:0; padding-left:20px; padding-top:45px;}
#topmenu h1 a:link, #topmenu h1 a:visited {color:#FFFFFF;} 
#topmenu h1 a:hover {text-decoration:underline;} 
#menu {width:200px; height:350px; margin-top:15px; margin-bottom:5px;background: #60BC3C url(../imagens/footer_menu.png) no-repeat left bottom;}


#footer{
clear: left;
width: 800px;
height:20px;
background:#0082BA url(../imagens/footer.png) repeat-y left top;
color: #FFF;
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

#footer a{
color: #FFFF80;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;

}

.img-small {text-align:center;}

.ol li {
margin-bottom:10px;
}



/*Imagem com Legenda no Dashboard*/
div.figura {
  float:none;
  width:387px;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
  left:50%;
  text-align:center;
  background:#FFFFFF;
}
div.figura p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

.figura p a:link img, .figura p a:visited img{
border:none;
}

/**/