/*Credits: Rogério Alan */
/*URL: http://www.toratora.com.br */
*{
	margin:0;
	padding:0;
	border:0;
}
body{
	background:#000;
	font:12px verdana;
	color:#fff;
}
.clear{
	clear:both;
}
#wrapper{
	width:1000px;
	margin:0 auto;
	/*background:#ffffff;*/
}
#header{
	width:1000px;
	height:82px;
	background-image:none;
	background:url(img/Imagem1.png);
}
.logo{
	width:249px;
	height:82px;
	float:left;
}
.logo h2{
	display:none;
}
.email{
	width:371px;
	height:31px;
	float:right;
	margin:0 0px 0 0;
	color:#717171;
	
}
.menu{
	position:relative;
	padding:0 0 0 0px;
	margin:0 auto 0 auto;
	height:43px;
	list-style:none;
	width:1000px;
	background:#000;
	line-height:42px;
	background:url(img/barra.png) no-repeat;
}
.menu li{
	float:left;
	list-style:none;
	margin:0 13px;
}
.menu li a{
	float:left;
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 32px;
	height:52px;
	width:70px;
	cursor:pointer;	
}
.menu li a b{
	float:left;
	display:block;
	padding:0 34px 0 42px;
	width:70px;
}
.menu li.current a{
	color:#ffffff;
	background-position:center;
	
}
.menu li.current a b{
	color:#ffffff;
	background:url(img/BotaoVermelho.png) no-repeat;
	background-position:center;
	height:52px;
	width:90px;
	line-height:32px;
}
.menu li a:hover{
	color:#ffffff;
	background-position:center;
	line-height:34px;	
}
.menu li a:hover b{
	color:#ffffff;
	background:url(img/BotaoVermelho.png) no-repeat;
	background-position:center;
	height:52px;
	width:90px;
}
#banner{
	width:900px;
}
#container{
	background:#ffffff;
	width:1000px;
	font:12px verdana;
	color:#717171;
}
.left{
	width:580px;
	float:left;
	padding:0 0 0px 0px;
}
.left h2{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	margin:8px 0 5px 0;
}
.left p{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:normal;
	margin:10px 0;
}
.divider{
	background:url(img/divider.gif) no-repeat center center;
	width:5px;
	height:252px;
	float:left;
}
.right{
	width:310px;
	float:right;
}
.right h2{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	margin:10px 0 10px 10px;
}
.right p{
	
	margin:5px 10px 0px 5px;
}
#footer{
	width:1000px;
	height:40px;
	font-size:11px;
	font-family:Verdana;
	color:#717171;
}
#footer a{
	font-size:11px;
	font-family:Verdana;
	color:#717171;	
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer ul{
	list-style:none;
	margin:6px auto;
	text-align:center;	
}
#footer li{
	display:inline;
	list-style:none;
	font-size:11px;
	font-family:Verdana;
	color:#717171;	
}
#footer li a{
	font-size:11px;
	font-family:Verdana;
	color:#717171;
	text-decoration:none;
	padding:0 10px;
}
#footer li a:hover{
	text-decoration:underline;
}
#footer p{
	font-size:11px;
	font-family:Verdana;
	color:#717171;
	text-align:center;
	margin:5px 0 0 0;	
}

/***** Menu Formatting *****/
#memu2 { 
	display: block;
    text-align: center;
    font-size: 120%;
    text-decoration: none;
}

#menu2 ul { 
	width: 1000px; /*If your links text is bigger you will have to adjust this value*/
    height: 34px;
	margin: 0 auto;
	padding: 0;
	line-height: 34px; /*same as height. This will center your text verticaly*/
	text-decoration: none;
    background: url(images/menu_bg.jpg) repeat-x left top;
}

/*------------------------------------------------------------------*/
#menu2 ul li ul{ 
	left: 1;
top: 0;
width: 140px;
border-top: 83px solid transparent;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
#menu2 ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
#menu2 ul li ul li a{
width: 140px; /*width of sub menu levels*/
font-weight: normal;
padding: 0px 5px;
background: url(images/menu_bg.jpg) repeat-x left top;
border-width: 0 1px 1px 1px;
}
#menu2 ul li ul li a:hover{
background: transparent url(images/menu_over.jpg) repeat-x center top;
}
#menu2 .arrowdiv{
position: absolute;
right: 0;
}



/*------------------------------------------------------------------*/
/*Left Corner*/
#menu2 ul li.left {
	display: block;
	float: left;
	clear: left;
	width: 60px;
	height: 34px;
    background: url(images/menu_l.jpg) no-repeat left top;
}

/*Right Corner*/
#menu2 ul li.right {
	display: block;
	float: right;
	clear: right;
	width: 60px;
	height: 34px;
    background: url(images/menu_r.jpg) no-repeat right top;
}

#menu2 ul li { 
	width: auto;
	display: inline;
	float: left;
	list-style: none;
	text-align: center;
	text-decoration: none;
}
			
#menu2 ul li a { 
	display: block;
	text-decoration: none;
	text-transform: inherit;
	padding: 0 40px;
	color: #CCCCCC;
}

#menu2 ul li em {
	display: block;
	float: left;
	width: 2px;
	height: 34px;
    background: url(images/menu_sep.jpg) no-repeat left top;
}

/*last separator*/
/*This will add a separator after your last link*/
#menu2 ul li.sep {
	width: 2px;
    background: url(images/menu_sep.jpg) no-repeat left top;
}
		  
#menu2 ul li a:hover, #menu ul li a.active { 
	background: transparent url(images/menu_over.jpg) repeat-x center top;
	text-decoration: none;
	Color: white;
}

#menu2 ul li a.active {
	font-weight: bold;
	cursor: default;
}
#wrapper #img_fundo4 strong {
	font-family: Segoe, "Segoe UI", arial, verdana, sans-serif;
	font-size: 16px;
	color: #000;
}
#wrapper #img_fundo5 strong {
	font-family: Segoe, "Segoe UI", arial, verdana, sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #FFF;
}
#wrapper #img_fundo6 p strong {
	font-family: Segoe, "Segoe UI", arial, verdana, sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #FFF;
}
#wrapper #img_fundo7 p strong {
	font-family: Segoe, "Segoe UI", arial, verdana, sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #FFF;
}
#wrapper #img_fundo8 p strong {
	font-family: Segoe, "Segoe UI", arial, verdana, sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #FFF;
}
#wrapper #img_fundo9 p strong {
	font-family: Segoe, "Segoe UI", arial, verdana, sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #FFF;
}
#wrapper #img_fundo3 p strong {
	font-family: Segoe, "Segoe UI", arial, verdana, sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #FFF;
}
#wrapper #img_fundo6 strong {
	font-family: Segoe, "Segoe UI", arial, verdana, sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #FFF;
}
#wrapper #img_fundo2 p strong {
	font-size: 16px;
	font-family: Segoe, "Segoe UI", arial, verdana, sans-serif;
}
#wrapper #img_fundo p strong {
	font-family: Segoe, "Segoe UI", arial, verdana, sans-serif;
	font-size: 16px;
}
#wrapper #img_fundo10 p strong {
	font-family: Segoe, "Segoe UI", arial, verdana, sans-serif;
	font-size: 16px;
}
