/* GERAL */

html, body, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, form, fieldset {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/fundo.gif);
	background-repeat: repeat-x;
}

* html body {
	font-size: x-small;
	f\ont-size: small;
}

acronym {
	border-bottom: 1px dotted #333;
}

h1 { font-size: 120%; }
h2 { font-size: 110%; }
h3 { font-size: 100%; }
h4 { font-size: 100%; }

/*TOPO*/

#head h1 a {
	margin: 0 auto;
	display:block;
	height: 160px;
	width: 730px;
	background: url(../images/topo.gif) top center no-repeat;
	overflow: hidden;
	text-indent: -9999em;
	}

/* MENU */
#menu {
	margin: 0 auto;
	background: url(../images/fundomenu.gif) top center no-repeat;
	top: 161px;
	display:block;
	overflow: hidden;
		}
#menu ul {
	left:108px;
	top:0px;
	height: 54px;
	width: 475px;
	z-index: 11;
	position: relative ;
	}
#menu li {
	display: inline;
	float: left;
	list-style: none;
	}
#menu li a {
	display: block;
	height: 54px;
	float: left;
	text-indent: -9999px;
	}
	
/* MENU EQUIPE */	

#menu li#m_equipe a {
 	background: url(../images/but_equipe.gif) no-repeat left top;
	width:47px;
	}

#menu li#m_equipe a:hover {
 	background: url(../images/but_equipe_on.gif) no-repeat left top;
	width:47px;
	}

/* MENU TREINAMENTOS */	

#menu li#m_treina a {
 	background: url(../images/but_treinamento.gif) no-repeat left top;
	width:82px;
	}

#menu li#m_treina a:hover {
 	background: url(../images/but_treinamento_on.gif) no-repeat left top;
	width:82px;
	}

/* MENU NUTRIÇÂO */	

#menu li#m_nutri a {
 	background: url(../images/but_nutri.gif) no-repeat left top;
	width:58px;
	}

#menu li#m_nutri a:hover {
 	background: url(../images/but_nutri_on.gif) no-repeat left top;
	width:58px;
	}

/* MENU PLANOS */	

#menu li#m_planos a {
 	background: url(../images/but_planos.gif) no-repeat left top;
	width:48px;
	}

#menu li#m_planos a:hover {
 	background: url(../images/but_planos_on.gif) no-repeat left top;
	width:48px;
	}
	
/* MENU OUTROS */	

#menu li#m_outros a {
 	background: url(../images/but_outros.gif) no-repeat left top;
	width:96px;
	}

#menu li#m_outros a:hover {
 	background: url(../images/but_outros_on.gif) no-repeat left top;
	width:96px;
	}	

/* MENU CONDOMÍNIOS */	

#menu li#m_cond a {
 	background: url(../images/but_condo.gif) no-repeat left top;
	width:81px;
	}

#menu li#m_cond a:hover {
 	background: url(../images/but_condo_on.gif) no-repeat left top;
	width:81px;
	}

/* MENU CONTATO */	

#menu li#m_contato a {
 	background: url(../images/but_contato.gif) no-repeat left top;
	width:57px;
	}

#menu li#m_contato a:hover {
 	background: url(../images/but_contato_on.gif) no-repeat left top;
	width:57px;
	}

/* BOTÃO ADM */

#adm a{
	margin: 0 auto;
	background: url(../images/but_adm.gif) top center no-repeat;
	display:block;
	overflow: hidden;
	text-indent: -9999em;
	height:30px;
	}

/* CONTEÚDO */
#miolo {
	margin: 0 auto;
	background:url(../images/fundocont.gif) top center no-repeat;
	width:700px;
	}

#conteudo {
	margin: 0 auto;
	width: 650px;
	}
	
#conteudo h1 {
	font-size:14pt;
	color: #FF6600;
	padding-bottom: 20px;
	}
	
#conteudo h2 {
	font-size:10pt;
	font-weight:bold;
	color: #333333;
	padding-top: 20px;
	}
	
#conteudo p {
	font-size:10pt;
	color: #333333;
	}
	
#conteudo a {
	color: #FF6600;
	text-decoration:none;
	}
	
#conteudo a:hover {
	background-color: #CCCCCC
	}

#conteudo img {
	margin-bottom: 10px;
	margin-top: 10px;
	border-width: 5px;
	border-color:#333333;
	}
	
#conteudo img:hover {
	border-color:#FF6600;
	}
	
/* NOVIDADES */

#news {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 173px;
	float:right;
	height: 100%;
	}
	
#news a{
	color:#333333;
	text-decoration:none;
	}		
	
#news a:hover{
	background-color: #FFCC4E;
	text-decoration:none;
	}	
	
#news h3 {
	width: 173px;
	height:34px;
	display: block;
	background: url(../images/novidades.gif) top center no-repeat;
	text-indent: -9999px;
	}


.paginanovidadesartigoslinha{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 5px;
	border-bottom: 1px solid #dddddd;
	}
.paginanovidadesartigoslinha a{
	font-weight:bold;
	font-size:12px;
	}
	
.paginanovidadesartigoslinha:hover{
	background-color: #eeeeee;
	}	


.novidadesartigoslinha{
	background-color: #CCCCCC;
	border-bottom: 2px solid #FF6600;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 5px;
	}
	
.novidadesartigoslinha:hover{
	background-color: #FFCC4E;
	border-bottom: 2px solid #333333;
	}	
	

.novidadesartigosleiamais{
	background-color: #FF6600;
	border-bottom: 2px solid #FF6600;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding: 5px;
	text-align:right;
	}
	
.novidadesartigosleiamais:hover{
	background-color: #FFCC4E;
	}	
	
/* TEXTO.PHP */

#foto{
	float:left;
	margin: 0px 20px 10px 0px;
	width: auto;
	overflow:hidden;
	}

#fotolegenda{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#333333;
	background-color: #FFCC4E;
	padding: 5px;
	}
	
#galeria a{
	background-color: #FFFFFF
	}
	
#galeria a:hover{
	background-color: #FFFFFF
	}	

#galeria td{
	border: 3px solid #333333;
	padding: 10px;
	}
	
#galeria td:hover{
	border: 3px solid #FF6600;
	}	
	
.forminput{
	background-color: #CCCCCC;
	padding: 5px;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border: 1px solid #333333;
	width:200px;
	}
	
.forminput:hover{
	background-color: #FFCC4E;
	}
	
.textarea{
	background-color:#BBD4F7;
	padding: 5px;
	color: #5F4B4B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	border: 1px solid #5F4B4B;
	width:500px;
	height:200px;
	}
	
.submitbut{
	border:0;
	color: #333333;
	background-color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	width:150px;
	height: 30px;
	padding: 5px;
	}
.submitbut:hover{
	border:2px;
	border-color:#333333;
	}		

.erro{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	background-color:#FFCCCC;
	color:#CC0000;
	border: 3px solid #CC0000;
	width:auto;
	}
	
.aviso{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	background-color: #FFFF99;
	color:#333333;
	border: 3px solid #333333;
	width:auto;
	}
	

.cabecatab{
	background-color: #66CC00;
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	vertical-align: text-bottom;
	}
	
.cellchamp{
	background-color: #CCFF99;
	}	

