body
{
	padding-top: 15px;
	background: white url(img/centro-bg.jpg) repeat-x top left;
	text-align: center;	
	width: 100%;
	font-family: Tahoma, Verdana, 'Trebuchet MS', Arial, Sans-Serif;
    font-size:13px;
	}
	
body#nologo
{
	padding-top: 0;
	background: white;
	text-align: left;
}

a{
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
    color:#282828;
    text-decoration:none;
	outline: none;
}

.oculto, form legend, #home .oculto
{
	display: none;
}

.centro
{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#topo, #rodape
{
	clear: both;
}

#topo 
{
	height: 50px;
	border-bottom: solid #FFCC00 1px;
}
#busca
{	
    top: 200px;
    left: 300px;
	width: 450px;
	height: 25px;
	position: absolute;
}
#home2
{	
    top: 250px;
    left: 15px;
	width: 730px;
	height: 25px;
	position: absolute;
}

#dataehora
{	
    top: 78px;
    left: 50px;
	width: 500px;
	height: 25px;
	position: absolute;
	text-align: left;
}
#menuu
{	
    top: 0px;
    left: 165px;
	width: 700px;
	height: 25px;
	position: absolute;
}
#logo
{	
    top: 15px;
    left: 25px;
	width: 700px;
	height: 25px;
	position: absolute;
}


#apresentacao
{
	position: absolute;
	top: 86px;
}

#site
{
	background: transparent url(img/centro-sombra.jpg) no-repeat top center;
	display: table;
	width: 100%;
	min-width: 1000px;
}
#container {
	position: relative;
	width: 1002px;
	margin: 0 auto; 
	padding: 0px;
	text-align: left;
}

#principal
{
	display: table;
	float: right;
	width: 822px;
	*margin-top: 223px;   /* ie hack */
	overflow: hidden;
}

#rodape
{
	width: 100%;
	height: 120px;
	background: #EAECED url(img/rodape-bg.jpg) repeat-x top left;	
}

#rodape p#rodape-logo
{
	margin-top: 6px;
	margin-left: 20px;
	float: left;
	width: 200px;
	height: 37px;
	text-indent: -9999em;
	overflow: hidden;
	background: transparent url(img/rodape-logo.gif) no-repeat top left;
}

#rodape p#rodape-copyright
{
	width: 600px;
	text-align: right;
	float: right;
	color: #858585;
	font-size: 8pt;
	margin-right: 23px;
	margin-top: 20px;
}

#rodape ul
{
	float: right;
	margin-top: 18px;
	margin-right: 20px;
}

#rodape li
{
	list-style: none;
	display: inline;
}

#rodape li a
{
	font-weight: bold;
	display: block;
	float: left;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 8pt;
	margin-right: 8px;
	background: transparent url(img/rodape-list.gif) no-repeat top right;
	padding-right: 10px;
}

#rodape li a:hover
{
	text-decoration: underline;
}

#rodape li a.ult
{
	margin-right: 0;
	background: none;
	padding-right: 0;
}

#home
{
	overflow: hidden;
	width: 730px;
	margin-top: 10px;
	float: left;
}

#home h3, #adicional h3, #home h3#titUltimasTestemunhas
{
	text-indent: -9999em;
	overflow: hidden;
	background: transparent url(img/principal-item-bg.gif) no-repeat top left;
	height: 54px;
	width: 767px;
}

#home h2 span, #adicional h3 span
{
	width: 200px;
	height: 30px;
	margin-left: 10px;
	display: block;
}

#home p#pacoteCompleto
{
	margin-top: 0;
	margin-left: 0;
	padding: 0;
}

#adicional
{
	width: 205px;
	float: left;
	margin-top: 9px;
}

#adicional h2
{
	width: 100%;
	text-indent: -9999em;
	overflow: hidden;
}

#adicional h2
{
	height: 38px;
	background: #EEEFF6 url(img/pacote-cursos.gif) no-repeat top left;
}

#adicional h3 span#titFormasPagamento
{
	background: transparent url(img/adicional-formas-pagamento.gif) no-repeat center left;
}

#adicional h3
{
	height: 36px;
	background: transparent url(img/principal-item-bg.gif) no-repeat top left;
}

#adicional h3.borda
{
	background: transparent url(img/principal-item-bg-borda.gif) no-repeat top left;
}

ul#formasPagamento
{
	border-left: solid #BFC4DD 1px;
	border-right: solid #BFC4DD 1px;
}

#adicional .fimBorda
{
	margin-bottom: 10px;
	height: 13px;
	background: url(img/adicional-borda-fim.gif) no-repeat top center;
}

ul#formasPagamento li
{
	background: transparent url(img/adicional-formas-item.gif) no-repeat top left;
	padding-left: 15px;
	font-size: 8pt;
	color: #666666;
	margin-left: 10px;
	padding-bottom: 7px;
	margin-right: 10px;
	height: 18px;
}

ul#formasPagamento li.margem
{
	background-position: center left;
	padding-top: 13px;
}

ul#formasPagamento li span
{
	height: 18px;
	display: block;
}

ul#formasPagamento li span#frmBoleto
{
	background: url(img/adicional-formas-boleto.gif) no-repeat center right;
}

ul#formasPagamento li span#frmCartao
{
	background: url(img/adicional-formas-cartao.gif) no-repeat center right;
}

ul#formasPagamento li span#frmDebito
{
	background: url(img/adicional-formas-debito.gif) no-repeat center right;
}



/* Based partially on Matthew Carroll's keyboard accessible flavor of Suckerfish 
 * Dropdowns by Patrick Griffiths and Dan Webb. 
 * http://carroll.org.uk/sandbox/suckerfish/bones2.html
 */

/* ----[ LINKS ]----*/

/* all menu links */
#nav a, #subMenusContainer a{
	text-decoration:none;
	display:block;
	padding:10px 20px;
	background-color:#ffffff ;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a{
	margin:0;
	float:left;	
}

/* Just sub menu links */
#subMenusContainer a, #nav li li a{
	text-align:left;
}

/* All menu links on hover or focus */
#nav a:hover, #nav a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus, #nav a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused{
	background-color:#F6C739 ;
	color:#FFF;
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#nav a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused,
#nav li a:hover,
#nav li a:focus{
	background-color:#bfc3dc ;
	color:#000000;
}

/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn{ 
	background: url(../img/arrow_right.gif) right center no-repeat;  
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{ 
	background: url(../img/arrow_right_over.gif) right center no-repeat;  
}

/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn{	
	 background: url(../img/arrow_down.gif) right center no-repeat; 
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused{	
	background: url(../img/arrow_down_over.gif) right center no-repeat; 
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
}


/* All ULs and OLs */
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {	
	/*border around submenu goes here*/	 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background:#fff;	
	border:1px solid #e4e6e4;
	left:0;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
}

#subMenusContainer li{
	list-style: none;
}

/* main menu ul or ol elment */
#nav{
	display:block;
	position: absolute;
	list-style:none;
	margin:0 0 0 0;
	z-index:5;
	top:15px;
	left: 0px;
	width: 810px;
	text-align: center;
	display:block;
}

#subMenusContainer{	display:block; 	position:absolute;	top:0;	left:0;	width:100%;	height:0;	overflow:visible;	z-index:1000000000; }


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li{	float:none; }

#nav li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#nav li ul ul { margin: -1em 0 0 -1000em; }
#nav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul{	margin-left: 0; }
#nav li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#nav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#nav li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#nav li:hover a:focus{ margin-left: 0; }
#nav li li:hover a:focus + ul { margin-left: 10em; }





.drillmenu{ /* main DIV container of menu */
border: 1px solid #bfc4dd;
width: 203px; /*width of menu*/
height: 190px; /*Height of DIV for those with JavaScript disabled*/
overflow-y: scroll; /*Scrollable DIV for those with JavaScript disabled*/
background: #ffffff; /*background of menu.*/

}


.drillmenu ul{ /*menu ULs*/
font: normal 12px  Tahoma, Verdana, 'Trebuchet MS', Arial, Sans-Serif;
margin: 0;
padding: 0;
list-style-type: none;
background: #ffffff; /*background of menu*/
}

.drillmenu li a{ /*menu links*/
display: block;
color: #000000;
text-decoration: none;
padding: 6px;

}

* html .drillmenu li{ /*IE6 CSS hack*/
display: inline-block;
}

.drillmenu li a:hover{
background-color: #bfc3dc;
color: #000000;
font-weight:bold;
}

li.backcontroltitle{ /*style of top level menu title*/
background: #ecedf2;
color: #000000;
padding: 6px;
}

li.backcontrol{ /*style of back button control that gets added to the top of each sub UL*/
background: #ecedf2;
color: #000000;
padding: 4px;
cursor: hand;
cursor: pointer;
}

#drillcrumb{ /*custom, user defined DIV that contains breadcrumb trail*/
margin-bottom: 5px;
font: bold 13px Verdana;
}

#drillcrumb a{ /*custom element*/
color: darkred;
}
