
html {width:100%;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#030303;
	min-width:1080px;
	background:#f3f3f3;
    	margin: 0;
	padding: 0;
}

.main {
	width:1000px; 	
	padding:0;
	margin:0 auto;
	font-size:13px;
	line-height:20px;
}

.wrapper {width:100%; overflow:hidden;}


/**********/
/* Header */
/**********/
.header {width:100%;}

.row-bot {width:100%;background:url(https://est.no.comunidades.net/estilos/html5/row-bot-tail.gif) center top repeat;}
.row-bot-bg {width:100%;padding:10px 0 55px;background:url(https://est.no.comunidades.net/estilos/html5/row-bot-bg.jpg) center top no-repeat;}

#page .row-bot-bg {padding:10px 0 50px;}


/******************/
/* Titulo do Site */
/******************/
#titulo {margin: 20px 0 35px 10px;overflow:hidden;}
#titulo h2 {font-family: Arial,Helvetica;font-weight:normal;font-size:40px;line-height:50px;color:#fff;padding-left:5px;margin:0px;padding:0px;}


/****************/
/* Menu do Topo */
/****************/
.menu-row {width:100%; height:80px; background:url(https://est.no.comunidades.net/estilos/html5/menu-row.gif) center top repeat-x #000;border-bottom:1px solid #2b2b2b;}
#menu {float:right; margin-top:40px;}


/************************/
/* Menu do Topo - cores */
/************************/
#menu a {color: #bbb;}
#menu li:hover > a {color: #ffffff;}
*html #menu li a:hover {color: #ffffff;}


/***********************************/
/* Menu do Topo > Sub-Menu - cores */
/***********************************/
#menu ul{
background: #000;
background: -moz-linear-gradient(#000, #222);
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #222),color-stop(1, #000));
background: -webkit-linear-gradient(#000, #222);
background: -o-linear-gradient(#000, #222);
background: -ms-linear-gradient(#000, #222);
background: linear-gradient(#000, #222);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#222222');
background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#222));
background: -moz-linear-gradient(top,  #000,  #222);
border:1px solid #333;
}
#menu ul a:hover{background: #222;}
#menu ul li{-moz-box-shadow: 0 1px 0 #333;-webkit-box-shadow: 0 1px 0 #333;box-shadow: 0 1px 0 #333;}
#menu ul li:first-child > a:after{border-bottom: 8px solid #333;}
#menu ul ul li:first-child a:after{border-right: 8px solid #333;}
#menu ul li:first-child a:hover:after {border-bottom-color: #333;}
#menu ul ul li:first-child a:hover:after {border-right-color: #333;}


/****************/
/* Menu do Topo */
/****************/
#menu {float:right; padding:0px;}
#menu li{float: left;padding: 0px 0 10px 0;position: relative;line-height: 0; list-style: none;}
#menu a {float: left; height: 20px; padding: 0 0 0 25px; font:16px/20px "Helvetica", Arial, sans-serif; text-decoration: none;text-shadow: 0 2px 0 #000; max-width:160px
; overflow: hidden; white-space: nowrap;}
#menu a {text-align:center;}
#menu li:hover > ul {display: block;}


/***************************/
/* Menu do Topo > Sub-Menu */
/***************************/
#menu ul{list-style: none;margin: 0;padding: 0; display: none;position: absolute;top: 30px;left: 15px;z-index: 99999;}

#menu ul ul{top: 0;left: 150px;}
#menu ul li{float: none;margin: 0;padding: 0;display: bloc;}

#menu ul li:last-child {-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;}
#menu ul a {font:14px "Helvetica", Arial, sans-serif; padding: 8px 15px;height: 10px;height: auto;line-height: 1;display: block;white-space: nowrap;float: none;text-transform: none;text-align:left; max-width:none; text-shadow:none;}

*html #menu ul a{height: 10px;}
*:first-child+html #menu ul a {height: 10px;}

#menu ul li:first-child > a:after{content: '';position: absolute; left:30px;top: -8px;width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;}
#menu ul ul li:first-child a:after{left: -8px;top: 12px;width: 0;height: 0;border-left: 0;border-bottom: 5px solid transparent;border-top: 5px solid transparent;}
#menu ul li:first-child a:hover:after {}
#menu ul ul li:first-child a:hover:after {border-bottom-color: transparent;}
#menu ul li:last-child > a {-moz-border-radius: 0 0 5px 5px;-webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;}
#menu:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */


/********************/
/* Slide de Imagens */
/********************/
.slider-wrapper {width:1000px;height:320px;padding:10px;margin:0 auto;position:relative;overflow:hidden;background: url(https://est.no.comunidades.net/estilos/html5/slider-bg.png) 0 0 no-repeat;}
.slider {width:980px;height:300px;}
.items {display:none;}
.banner {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:1!important;
}


/********/
/* Topo */
/********/
.topo {width:100%;padding:15px 0 15px 0; text-align:center;}
.topo p {text-align:center; padding: 5px 0; color:#333;}


/************/
/* Conteudo */
/************/
.geral {width:100%; padding:25px 0 30px 0;background:#fff;position:relative;z-index:1;}


/**********************/
/* Coluna da Esquerda */
/**********************/
.grid1 {width: 220px;float: left; margin-top:10px;}
.grid1_2 {padding-left:5px;color:#333;}


/****************/
/* Menu Lateral */
/****************/
.graphite .accordion a {color: #36F;}
.graphite .accordion ul a {color: #36F;}
.graphite .accordion a.dcjq-parent {color: #36F;}
.graphite .accordion a.dcjq-parent:hover {color: #000;}
.graphite .accordion a:hover {color: #000;}

ul,li{border:0;outline:none;margin:0;padding:0;}
ul, ul li{list-style: none;}
.graphite {margin-bottom: 30px;}
.graphite .accordion {font: bold 14px "Helvetica", Arial, sans-serif;}
.graphite .accordion, .graphite .accordion li {margin: 0; padding: 0; border: none;}
.graphite .accordion a {padding: 5px 0px 5px 20px;  text-decoration:none; margin-top: 0px; display: block; font-weight:bold; position: relative;}
.graphite .accordion li a {background: url(https://est.no.comunidades.net/estilos/html5/arrow_black_right4.png) no-repeat 0 center;}
.graphite .accordion ul a {padding-left:20px; background:none;}
.graphite .accordion a .dcjq-icon {position: absolute; top: 50%; left: 0px; width: 20px; margin-top: -7px; height: 15px;}
.graphite .accordion a.dcjq-parent.active .dcjq-icon {background: url(https://est.no.comunidades.net/estilos/html5/arrow_black_down4.png) no-repeat 0 center;}
.graphite .accordion a:active{}


/*********************/
/* Coluna da Direita */
/*********************/
.grid2 {width: 740px;float: right;}


/**********/
/* Footer */
/**********/
#footer {width:100%; padding:30px 0;}
.grid3 {margin: 0 auto; color:#333; text-align: center;}
.grid3 p {text-align: center;}


/*********/
/* Geral */
/*********/
a:link, a:visited {color: #36C; text-decoration: none; font-weight: normal;}
a:active, a:hover {color: #000; text-decoration: none;}

p {margin: 0px;padding-bottom: 10px;text-align: justify;}
img {border:0px; -moz-border-radius: 5px;border-radius: 5px;-webkit-border-radius:5px;}
.grid1 img {max-width: 220px; width: expression(this.width > 220 ? 220: true);}
.grid2 img {max-width: 740px; width: expression(this.width > 740 ? 740: true);}

h1 {font-size: 22px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}

.titulo {visibility:hidden;overflow:hidden;line-height:0;padding:0;font-size:0px;}
.warning{color: #CC0000;}

