/* elementos */

* {
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:middle;
}

body {
	font:13px Arial, Helvetica, Sans-Seerif;
	background-color:#000;
}

h2, h3, h4, h5, h6 {
	margin:10px 0;
	font-family:"Trebuchet MS", Arial, Georgia;
	color:#333;
	clear:both;
}

h2 {
	text-transform:uppercase;
	color:#4F9D00;
}

h3 {
	color:#FFCC00;
}

hr {
	clear:both;
	margin:10px 0;
}

strong {
	color:#CCCCCC;
}
	
object {
	margin-left:80px;
}

a:link, a:visited, a:hover, a:active {
	color:#FFF;
}

/* classes */

.botoes {
	width:200px;
	display:table;
	float:right;
	color:#FFF;
	margin:20px 50px 0 0;
}

.botoes a img {
	border:none;
}

.botoes a:link, .botoes a:visited, .botoes a:hover, .botoes a:active {
	text-decoration:none;
}

.botoes a:hover {
	text-decoration:underline;
}


.menu-topico {	
	color:#FC0;
	background-color:#3B3C3C;
}

.acabamento, .acabamento-base {
	width:200px;
	height:15px;
}

.quem-somos {
	background:url(../../cursocnpi/imagens/botao-escola.jpg) no-repeat;
}

.cursos {
	background:url(../../cursocnpi/imagens/botao-cursos.jpg) no-repeat;
}

.consultoria {
	background:url(../../cursocnpi/imagens/botao-consultoria.jpg) no-repeat;
}

.clientes {
	background:url(../../cursocnpi/imagens/botao-clientes.jpg) no-repeat;
}

.livraria {
	background:url(../../cursocnpi/imagens/botao-livraria.jpg) no-repeat;
}

.eventos {
	background:url(../../cursocnpi/imagens/botao-eventos.jpg) no-repeat;
}

.sub-menu-cursos {
	text-align:center;
}

.sub-menu-cursos li {
	margin:10px 0;
	display:inline;
}

.vagas {
	color:#F00;
	font-size:20px;
}

.docentes img {
		float:left;
		margin:6px;
		border:1px solid #000;
}

.sem-foto {
	clear:both;
}

.cursos-home {
	width:252px;
	height:204px;	
	float:left;
	margin:5px;
	background:url(../../cursocnpi/imagens/fundo-cursos.jpg) no-repeat;	
}

.cursos-home h2 {
	font-size:15px;
	color:#4F9D00;
	margin-left:5px;
}

.cursos-home p {
	width:249px;
	height:206px;
	padding:3px;
}

.calendario {
	width:252px;
	height:204px;	
	float:left;
	margin:5px;
	background:url(../../cursocnpi/imagens/fundo-calendario.jpg) no-repeat;	
}

.calendario h2 {
	font-size:15px;
	color:#4F9D00;
	margin-left:5px;
}

.calendario p {
	width:252px;
	height:204px;	
	float:left;
	padding:27px 0 0 10px;	
}

.apresentacao {
	width:527px;
	height:203px;
	margin:0 auto;
	background:url(../../cursocnpi/imagens/fundo-texto.jpg) no-repeat;	
}

.apresentacao p {
	width:517px;
	padding:4px;
}

.direita {
	float:right;
	color:FFF;	
}

.strong-home {
	color:#4F9D00;
}

.datas {
	color:#7194CC;	
	font-weight:bold;
}

.foto-escola {
	text-align:center;
}

/* ids */

#principal {
	width:1000px;
	display:table;
	margin:0 auto;
	background:#000;
	margin-top:8px;	
}

#principal h1 a {
	width:371px;
	height:104px;
	text-indent:-5000px;
	overflow:hidden;
	display:block;
	background:url(../imagens/logo-trader.gif);
	float:left;
	margin:10px 0 15px 45px;	
}

#pesquisa {
	width:238px;
	height:115px;
	float:right;	
	margin:10px 50px 0 0;	
	font-size:11px;
	color:#FFF;	
}

#pesquisa form {
	padding:5px;
}

#menu-horizontal, #menu-vertical {
	color:#FFF;
}

/* menu horizontal */

#menu-horizontal {
	width:100%;
	height:37px;
	margin:25px 0 0 3px;
	clear:both;
}

#menu-horizontal ul li {
	display:inline;	
}

#menu-horizontal li a {
	display:block;
	width:164px;
	height:37px;
	float:left;	
	text-align:center;
	padding-top:7px;
}

#menu-horizontal ul li a:link, #menu-horizontal ul li a:visited, #menu-horizontal ul li a:active {
	text-decoration:none;
	color:#FFF;
}

#menu-horizontal ul li a:hover {
	text-decoration:underline;	
}

/* menu vertical */

#menu-vertical {
	float:left;
	margin:10px 0 0 5px;
}

#menu-vertical {
	width:200px;
	display:table;
	background-color:#7194CC;
}

#menu-vertical ul li {
	text-transform:uppercase;
	font-size:11px;
	text-align:center;
}

#menu-vertical ul li a {
	display:block;
	height:30px;
	border-bottom:1px solid #000;
}

#menu-vertical ul li a.depoimento {	
	height:130px;
	padding-top:10px;
}

#menu-vertical ul li a.depoimento1 {	
	height:185px;
	padding-top:10px;
}

#menu-vertical ul li a:link, #menu-vertical ul li a:visited, #menu-vertical ul li a:active {
	text-decoration:none;
	color:#FFF;
}

#menu-vertical ul li a:hover {
	background-color:#333;
	color:#FC0;
}

#menu-vertical .menu-topico {
	text-transform:none;
	font-size:12px;
}

/* conteudo */

#conteudo {
	width:770px;
	display:table;
	margin:0 auto
	padding:5px;
	color:#FFF;
	background-color:#FFF;
	line-height:1.5em;785
}

#conteudo p {
	font-size:13px;
	margin:10px 0;
}

#conteudo img {
	border:1px solid #000;
}

#conteudo ul li a img {
	border:none;
}

.sem-decoracao {
	border:none;
}

#conteudo .subir {
	float:right;
	font-size:11px;
}

#conteudo a:link, #conteudo a:visited, #conteudo a:hover, #conteudo a:active, #outros-servicos a:link, #outros-servicos a:visited, #outros-servicos a:hover, #outros-servicos a:active  {
	color:#F90;
} 

#outros-servicos {
	width:230px;
	display:table;
	float:left;
	margin-top:10px;
}

#consultoria {
	width:223px;
	height:203px;
	background:url(../../cursocnpi/imagens/fundo-consultoria.jpg) no-repeat;
}

#consultoria p {
	width:200px;
	height:168px;
	padding-top:35px;
	font-size:12px;
}

#consultoria p img {
	float:left;
	margin:5px;
}

#clube {
	width:223px;
	height:203px;
	background:url(../../cursocnpi/imagens/fundo-ficus.jpg) no-repeat;	
}

#clube p {
	width:93px;
	padding-top:60px;
	float:right;
}

#clube a:link, #clube a:visited, #clube a:hover, #clube a:active {
	color:#000;
}

#live {	
	width:223px;
	height:203px;
	background:url(../../cursocnpi/imagens/fundo-live.jpg) no-repeat;	
}

#live p {
	width:221px;
	padding-top:50px;
	text-align:center;
}

#live a:link, #live a:visited, #live a:hover, #live a:active {
	color:#FFF;
}


#midia {
	width:223px;
	height:203px;
	background:url(../../cursocnpi/imagens/fundo-midia.jpg) no-repeat;	
}

#midia ul {
	width:221px;
	padding-top:40px;
	text-align:center;
}

#midia a:link,  #midia a:visited, #midia a:hover, #midia a:active {
	color:#FFF;
}


#apoioadores {
	clear:both;
	color:#FFF;
}

#rodape {
	width:780px;
	height:70px;
	background-color:#000;
	color:#FFF;
	text-align:center;
	margin:10px auto;
	clear:both;
}

/* especificas das páginas */

#home #conteudo {
	width:780px;
	background-color:#000;
	clear:both;
	margin:0 auto;
}

.cursosp {
	width:235px;
	display:table;
	padding-left:12px;
}

/* declarações para formulários */

fieldset, input, textarea {
  border:1px solid #CCC;
}

fieldset {
  padding:10px;
}

label {
  display:block;
  float:left;
  width:100px;
}

input, textarea {
  margin-bottom:10px;  
}

legend {
	display:none;
}



/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */



/*--------------------------------------------------

  REQUIRED to hide the non-active tab content.

  But do not hide them in the print stylesheet!

  --------------------------------------------------*/

.tabberlive .tabbertabhide {

 display:none;

}



/*--------------------------------------------------

  .tabber = before the tabber interface is set up

  .tabberlive = after the tabber interface is set up

  --------------------------------------------------*/

.tabber {

}

.tabberlive {

 margin-top:1em;

}



/*--------------------------------------------------

  ul.tabbernav = the tab navigation list

  li.tabberactive = the active tab

  --------------------------------------------------*/

ul.tabbernav

{

 margin:0;

 padding: 3px 0;

 border-bottom: 1px solid #778;

 font: bold 12px Arial, sans-serif;

}



ul.tabbernav li

{

 list-style: none;

 margin: 0;

 display: inline;

}



ul.tabbernav li a

{

 padding: 3px 0.5em;

 margin-left: 3px;

 border: 1px solid #778;

 border-bottom: none;

 background: #666666;

 text-decoration: none;

}



ul.tabbernav li a:link { color: #448; }

ul.tabbernav li a:visited { color: #667; }



ul.tabbernav li a:hover

{

 color: #000;

 background: #AAE;

 border-color: #227;

}



ul.tabbernav li.tabberactive a

{

 background-color: #ffffff;

 border-bottom: 1px solid #fff;

}



ul.tabbernav li.tabberactive a:hover

{

 color: #666666;

 background: #AAE;

 border-bottom: 1px solid white;

}



/*--------------------------------------------------

  .tabbertab = the tab content

  Add style only after the tabber interface is set up (.tabberlive)

  --------------------------------------------------*/

.tabberlive .tabbertab {

 padding:5px;

 border:1px solid #aaa;

 border-top:0;



 /* If you don't want the tab size changing whenever a tab is changed

    you can set a fixed height */



 /* height:200px; */



 /* If you set a fix height set overflow to auto and you will get a

    scrollbar when necessary */



 /* overflow:auto; */

}







/* Example of using an ID to set different styles for the tabs on the page */

.tabberlive#tab1 {

}

.tabberlive#tab2 {

}

.tabberlive#tab2 .tabbertab {

 height:200px;

 overflow:auto;

}
