@charset "utf-8";
/*
Folha de estilo principal do site Rudge Ramos Kendo (www.rrkendo.com.br)
Desenvolvido por: Andr�a Zambrana [c3] Design Interativo
*/
* {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
body {
	background:#00001a;
	color:#006;
	font-size:10px;
	margin:0px;
	padding:0px;
	text-align:center;
	}
.bodyIframe {
	background:none;
	}
.bodyErro {
	background:#fff;
	}
input, select, textarea {
	color:#555; /* caso a fonte de dentro dos inputs seja diferente da cor da fonte padr�o do site */
	text-align:left;
	font-size:10px;
	}
table, tr, td, th {
	border-collapse:collapse;
	font-size:10px;
	border:0px;
	padding:0px;
	text-align:left;
	}
ul, li {
	margin:0px;
	padding:0px;
	list-style:none;
	}
img { /* tira as bordas das imagens q s�o link */
	border:0px;
	}
fieldset {
	border:solid 1px #aaa;
	padding:0 5px 5px 5px;
	margin:0px;
	}
legend {
	color:#006;
	padding:0 5px;
	margin:0px;
	}
label {
	line-height:18px;
	}
a {
	color:#fff;
	text-decoration:underline;
	}
a:link, a:visited, a:active {
	color:#c70000;
	}
a:hover {
	color:#000;
	}
p {
	margin:0 0 1em 0;
	}
h1 {
	font-size:13px;
	height:20px;
	color:#101070;
	background:url(../images/backgrounds/bkLinhaVolume.gif) repeat-x bottom left;
	margin:0 0 7px 0;
	}
h2 {
	font-size:12px;
	margin:0 0 7px 0;
	}
h3 {
	font-size:11px;
	}
h5 {
	text-transform:uppercase;
	background:url(../images/backgrounds/bkLinhaVolume.gif) repeat-x bottom left;
	font-size:13px;
	height:19px;
	margin:0 0 5px 0;
	}
h6 {
	background:url(../images/backgrounds/bkTitleCinza.gif) repeat-x left;
	height:22px;
	line-height:22px;
	border-top:solid 1px #e4e4e4;
	border-bottom:solid 1px #c9c9c9;
	border-left:solid 1px #d9d9d9;
	border-right:solid 1px #d9d9d9;
	font-size:12px;
	color:#000038;
	text-align:left;
	padding:0 0 0 29px;
	position:relative;
	}
h6 img {
	position:absolute;
	top:3px;
	left:3px;
	}
h6 span {
	position:absolute;
	height:22px;
	top:0px;
	right:0px;
	background:url(../images/complementoTitulo.jpg) no-repeat top right;
	width:36px;
	}
/****************************************************************************
								GERAL
****************************************************************************/
.geral {
	width:755px;
	margin:0 auto;
	position:relative;
	text-align:left;
	}
/****************************************************************************
								TOPO
****************************************************************************/
.topo {
	width:100%;
	height:85px;
	position:relative;
	background:url(../images/backgrounds/bkTopo.gif) repeat-x bottom left;
	margin:0 0 1px 0;
	}
.topo .logo {
	position:absolute;
	bottom:1px;
	left:16px;
	}
.topo .titulo {
	position:absolute;
	bottom:1px;
	left:113px;
	}
.topo .kanji {
	position:absolute;
	bottom:0px;
	right:16px;
	}
.topo .frase {
	position:absolute;
	bottom:15px;
	right:58px;
	font-weight:bold;
	text-align:right;
	font-style:italic;
	font-size:11px;
	width:290px;
	height:25px;
	color:#006;
	}
/****************************************************************************
								MENU
****************************************************************************/
.menu {
	width:100%;
	height:23px;
	text-transform:uppercase;
	z-index:500;
	position:relative;
	border-bottom:solid 1px #47476f;
	}
.menu a {
	text-decoration:none;
	}
.linhaMenuL, .linhaMenuR {
	position:absolute;
	top:0px;
	}
.linhaMenuLB, .linhaMenuRB {
	position:absolute;
	bottom:0px;
	}
.linhaMenuL, .linhaMenuLB{
	left:0px;
	}
.linhaMenuR, .linhaMenuRB {
	right:0px;
	}
.menu ul#primary-nav {
	background:url(../images/backgrounds/bkMenu.gif) repeat-x left top;
	height:23px;
	}
/*.menu ul#primary-nav, .menu ul#primary-nav ul {
	background:#fff; /* IE6 Bug 
	}*/
.menu ul#primary-nav li {
	background:transparent url(../images/backgrounds/bkBotaoMenu.gif) repeat-x top left;
	width:91px;
	float:left;
	position:relative;
	margin:0 1px 0 0;
	text-align:center;
	white-space:nowrap;
	height:23px;
	}
.menu ul#primary-nav li a {
	display:block;
	color:#fff;
	line-height:23px;
	}
/* Fix IE. Hide from IE Mac \*/
* html .menu ul#primary-nav li {float:left; height:1%;}
* html .menu ul#primary-nav li a {height:1%;}
/* End */

.menu ul#primary-nav ul {
	background:#363662;
	border-top:solid 1px #47476f;
	border-right:solid 1px #363662;
	position:absolute;
	display:none;
	left:0px;
	top:23px;
	width:107px;
	}
.menu ul#primary-nav ul li {
	background:none;
	text-align:left;
	width:100%;
	border-bottom:solid 1px #626285;
	border-left:solid 1px #757594;
	}
.menu ul#primary-nav ul ul {
	position:absolute;
	display:none;
	left:165px; /* Set 1px less than menu width */
	top:0px;
	}
.menu ul#primary-nav ul ul ul {
	position:absolute;
	display:none;
	left:55px; /* Set 1px less than menu width */
	top:0px;
	}
.menu ul#primary-nav ul li a {
	padding:0 5px;
	} /* Sub Menu Styles */
.menu ul#primary-nav li:hover ul ul,
.menu ul#primary-nav li:hover ul ul ul,
.menu ul#primary-nav li.over ul ul,
.menu ul#primary-nav li.over ul ul ul {
	display:none;
	} /* Hide sub-menus initially */
.menu ul#primary-nav li:hover ul, 
.menu ul#primary-nav li li:hover ul,
.menu ul#primary-nav li li li:hover ul,
.menu ul#primary-nav li.over ul,
.menu ul#primary-nav li li.over ul,
.menu ul#primary-nav li li li.over ul {
	display:block;
	} /* The magic */
.menu ul#primary-nav .menuparent {
	background:transparent url(../images/SpryMenuBarRight.gif) no-repeat 95% 50%;
	}
.menu ul#primary-nav .menuparent:hover {
	background:transparent url(../images/SpryMenuBarRightHover.gif) no-repeat 95% 50%;
	}
.menu ul#primary-nav li:hover, .menu ul#primary-nav li.over { /*imagem q ser� mostrada enqto passa o mouse pelos submenus */
	background:url(../images/backgrounds/menuHover.jpg) no-repeat 50% 50%;
	}
.menu ul#primary-nav ul li:hover, .menu ul#primary-nav ul li.over {
	background:url(../images/backgrounds/bkBotaoMenuHover.gif) repeat-x top left;
	}
.menu ul#primary-nav ul li:hover a, .menu ul#primary-nav ul li.over a {
	color:#000038;
	}
.menu ul#primary-nav ul li:hover li a, .menu ul#primary-nav ul li.over li a {
	color:#fff;
	background:none;
	}
.menu ul#primary-nav ul li:hover li a:hover, .menu ul#primary-nav ul li.over li a:hover {
	color:#000038;
	background:none;
	}
.menu ul#primary-nav ul .menuparent a { /*imagem q ser� mostrada enqto passa o mouse pelos submenus */
	color:#000038;
	background:none;
	}
.menu ul#primary-nav li a:hover {
	color:#fff;
	background:url(../images/backgrounds/menuHover.jpg) no-repeat 50% 50%;
	}
.menu ul#primary-nav ul li a:hover {
	color:#000038;
	background:url(../images/backgrounds/bkBotaoMenuHover.gif) repeat-x top left;
	}
/****************************************************************************
									CORPO
****************************************************************************/
.corpo {
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:5;
	background:#f1f1f1 url(../images/backgrounds/bkCorpo.gif) repeat-x top left;
	}
.corpo2 {
	width:96%;
	margin:0 auto;
	position:relative;
	padding:10px 2%;
	z-index:5;
	background:#f1f1f1 url(../images/backgrounds/bkCorpo.gif) repeat-x top left;
	}
.corpoImg {
	width:96%;
	padding:15px 2%;
	margin:0 auto;
	position:relative;
	z-index:6;
	}
/******* inicio tela principal (home) *******/
.corpoIndex {
	width:100%;
	position:relative;
	z-index:7;
	}
.caixa {
	position:relative;
	float:left;
	width:100%;
	}
.caixa .contCaixa {
	margin:2px 0.5%;
	width:96%;
	height:auto;
	padding:7px 1.5%;
	text-align:justify;
	}
.imgSeiza {
	float:left;
	margin:3px 0 0 0;
	}
.cBox {
	margin:4px 0 0 0;
	width:205px;
	height:386px;
	float:right;
	text-align:center;
	position:relative;
	background:url(../images/bottomCbox.jpg) no-repeat bottom left;
	}
.txtBanner {
	position:absolute;
	top:130px;
	left:12px;
	width:180px;
	text-align:left;
	}
.txtBanner p {
	margin:0 0 4px 0;
	}
.txtBanner a {
	text-decoration:underline;
	line-height:20px;
	}
.informacoes {
	clear:both;
	background:url(../images/backgrounds/bkInformacoes.gif) repeat-x bottom left;
	position:relative;
	}
.informacoes p {
	line-height:1.5em;
	font-size:11px;
	margin:0;
	}
.informacoes div {
	background:url(../images/imgTreino.jpg) no-repeat bottom right;
	width:98%;
	height:86px;
	padding:5px 1% 0 1%;
	top:0px;
	right:0px;
	z-index:300;
	}
.informacoes h5 {
	width:380px;
	margin:0;
	}
/******* fim tela principal (home) *******/
/******* inicio tela historia do kendo *******/
.txtConteudo1 {
	margin:0 0 0 155px;
	text-align:justify;
	width:77.5%;
	}
.txtConteudo1 ul {
	margin:7px 0 7px 30px;
	}
.txtConteudo1 ul li {
	margin:10px 0;
	list-style:square;
	}
.menuLateral {
	float:left;
	width:130px;
	background:#efefef url(../images/backgrounds/bkMenuLateral.gif) repeat-x bottom left;
	padding:5px;
	border:solid 1px #aaa;
	}
.menuLateral a {
	color:#006;
	font-weight:bold;
	display:block;
	text-decoration:none;
	}
.menuLateral a:hover {
	color:#c70000;
	}
.menuLateral ul li {
	background:url(../images/backgrounds/bkLinhaVolume.gif) repeat-x bottom left;
	padding:5px 0px 7px 3px;
	}
.menuLateral2 {
	float:left;
	width:149px;
	height:167px;
	background:#efefef url(../images/backgrounds/bkMenuLateral.gif) repeat-x bottom left;
	padding:3px 10px 0 10px;
	margin:0 10px 0 0;
	border:solid 1px #aaa;
	}
.menuLateral2 a {
	color:#006;
	font-weight:bold;
	display:block;
	text-decoration:none;
	}
.menuLateral2 a:hover {
	color:#c70000;
	}
.menuLateral2 ul li {
	background:url(../images/backgrounds/bkLinhaVolume.gif) repeat-x bottom left;
	padding:5px 0px 7px 3px;
	}
ol li {
	list-style:inherit;
	margin:0 0 10px 0;
	}
ol {
	margin:0 0 7px 0;
	}
.tabelaPadrao1 {
	width:100%;
	margin:10px 0;
	}
.tabelaPadrao1 td, .tabelaPadrao1 th {
	height:20px;
	border:solid 1px #aaa;
	padding:0 4px;
	line-height:17px;
	}
.tabelaPadrao1 th {
	background:url(../images/backgrounds/bkTitleCinza.gif) repeat-x left;
	}
.tabelaPadrao1 caption {
	font-weight:bold;
	font-size:11px;
	text-align:left;
	}
.foto {
	border:solid 1px #ccc;
	padding:5px;
	margin:5px auto 10px auto;
	background:#fff;
	text-align:center;
	}
.foto img {
	margin:0 0 5px 0;
	}
/******* fim tela historia do kendo *******/
/******* inicio tela de contato *******/
.tabelaFormulario td {
	padding:2px;
	}
.afastar {
	margin:0 15px 0 0;
	float:left;
	}
.mensagem {
	position:absolute;
	top:20px;
	right:10px;
	border:solid 1px #aaa;
	width:215px;
	background:url(../images/backgrounds/bkCinza68.gif) repeat-x left;
	padding:10px;
	color:#666;
	font-weight:bold;
	}
.informacoes2 {
	position:absolute;
	top:80px;
	right:10px;
	border:solid 1px #aaa;
	width:215px;
	padding:10px;
	line-height:15px;
	}
.popFecha {
	display:none;
	visibility:hidden;
	}
.popAbre {
	position:absolute;
	top:20px;
	left:22%;
	z-index:500;
	background:#fff;
	padding:25px 5px 5px 5px; 
	border:solid 1px #aaa;
	}
.popAbre h1 {
	width:80%;
	position:absolute;
	top:5px;
	left:5px;
	background:none;
	}
.popAbre .ico {
	position:absolute;
	top:3px;
	right:3px;
	}
/******* fim tela de contato *******/
/******* inicio tela mensagem enviada *******/
.mensagemOk {
	width:600px;
	background:url(../images/destaqueMensagem.jpg) no-repeat bottom left;
	height:90px;
	position:relative;
	}
.divFundo {
	background:url(../images/backgrounds/bkMensagem.gif) repeat-x bottom left;
	height:64px;
	width:470px;
	position:absolute;
	top:16px;
	left:80px;
	border-top:solid 1px #c1c1c3;
	}
.divFundo p {
	padding:6px 10px;
	line-height:15px;
	position:absolute;
	left:-20px;
	top:1px;
	}
.divFundo .borda {
	position:absolute;
	top:0px;
	right:0px;
	}
/******* fim tela mensagem enviada *******/
/******* inicio tela campeonato 2002 *******/
.resultado legend {
	font-size:13px;
	font-weight:bold;
	margin:0 0 5px 0;
	color:#c00;
	background:url(../images/icons/down.gif) no-repeat 98% 50%;
	padding:0 20px 0 5px;
	}
.resultado {
	background:#f8f8f8;
	margin:0 0 10px 0;
	cursor:pointer;
	}
.resultado h3 {
	margin:0 0 5px 0;
	}
.resultado ul {
	margin:5px 10px 5px 20px;
	}
.resultado a {
	text-decoration:none;
	}
.resultado li {
	line-height:18px;
	list-style:square;
	}
.quadro540 {
	width:540px;
	float:right;
	}
/******* fim tela campeonato 2002 *******/
/****************************************************************************
									RODAPE
****************************************************************************/
.rodape {
	clear:both;
	width:98%;
	font-size:9px;
	text-align:center;
	height:45px;
	line-height:32px;
	position:relative;
	border-top:solid 1px #4d4d5f;
	padding:5px 1%;
	}
.copyright {
	position:absolute;
	left:8px;
	top:7px;
	}
.endereco {
	position:absolute;
	top:8px;
	right:8px;
	}
.raMidia {
	position:absolute;
	left:8px;
	top:25px;
	}
.c3 {
	position:absolute;
	top:25px;
	right:6px;
	}
/****************************************************************************
					CLASSES PARA A P�GINA DE ERRO
****************************************************************************/
.caixaErro {
	background:url(../images/backgrounds/bkErro.gif) repeat-x bottom left;
	height:200px;
	width:490px;
	margin:10px auto;
	position:relative;
	}
.caixaErro .bordaEsq {
	position:absolute;
	top:0px;
	left:0px;
	}
.caixaErro .bordaDir {
	position:absolute;
	top:0px;
	right:0px;
	}
.caixaErro .logoErro {
	position:absolute;
	top:32px;
	left:36px;
	}
.caixaErro .kenshi {
	position:absolute;
	top:15px;
	right:36px;
	}
.caixaErro .conteudoErro {
	width:88%;
	margin:0 auto;
	position:relative;
	top:120px;
	}
.caixaErro h1 {
	background:none;
	font-size:16px;
	color:#555;
	}
.caixaErro .conteudoErro p {
	text-align:center;
	color:#666;
	margin:15px 0 0 0;
	}
/****************************************************************************
					CLASSES PARA AS GALERIAS DE IMAGENS
****************************************************************************/
.imgShow {
	position:absolute;
	visibility:hidden;
	display:none;
	left:0px;
	top:-1000px;
	width:1px;
	height:1px;
	background:#fff;
	color:#000;
	z-index:5000;
	}
.thumbImg {
	padding:10px;
	width:150px;
	height:150px;
	line-height:150px;
	border:solid 1px #ccc;
	background:url(../images/backgrounds/bkThumb.gif);
	margin:0 9px 10px 0;
	float:left;
	text-align:center;
	cursor:pointer;
	}
#texto {
	background:#fff;
	padding:5px 0 7px 0;
	width:100%;
	position:relative;
	top:-2px;
	}
/****************************************************************************
	CLASSES PARA OBJETOS VARIOS GERAIS (ou seja s�o usados em todo o site)
****************************************************************************/
.txtBold {
	font-weight:bold;
	}
.alLeft {
	float:left;
	}
.alRight {
	float:right;
	}
.txtAlCenter, .txtAlCenter td {
	text-align:center;
	}
.txtAlRight, .txtAlRight td {
	text-align:right;
	}
.inputTxt {
	background:url(../images/backgrounds/inputTxt.gif) no-repeat top left;
	padding:2px;
	line-height:14px;
	height:14px;
	border:solid 1px #aaa;
	}
html>body .inputTxt {
	padding:3px 2px;
	line-height:12px;
	height:12px;
	}
.txtArea {
	background:url(../images/backgrounds/textArea.gif) no-repeat top left;
	border:solid 1px #aaa;
	padding:2px 0 2px 2px;
	line-height:14px;
	}
.botao {
	background:url(../images/backgrounds/bkBotao.gif) repeat-x left;
	color:#fff;
	border:0px;
	padding:2px 4px;
	height:23px;
	font-weight:bold;
	text-align:center;
	}
.f10bv {
	font-weight:bold;
	font-size:10px;
	color:#c70000;
	}
.f11bv {
	font-weight:bold;
	font-size:11px;
	color:#c70000;
	}
.f12b {
	font-size:12px;
	font-weight:bold;
	}
.aparece {
	display:block;
	visibility:visible;
	}
.some {
	display:none;
	visibility:hidden;
	}
.vazia {
	clear:both;
	width:1px;
	height:1px;
	line-height:1px;
	}