/* CSS PADRAO DO SITE 
ESTIOS UNICOS POR PAGINA DEVEM SER CHAMADOS POR ID E ESTILOS REPETIDOS POR CLASS
--------------------------------------------------------------------------------*/

/* GERAL 
--------------------------------------------------------------------------------*/

/* Define todos os estilos gerais das páginas (Nao é reconhecido pelo Mozilla) */
body {
	font-family:arial;
	font-size: 12px;
	color: #000;
	padding: 0px;
	margin: 0px;
	background: url("/Colgate/BR/OC/Products/KidsProducts/PDPContent/Tandy/Images/creme_dental_bg01.jpg") #fff no-repeat center 51px;
	_background: url("/Colgate/BR/OC/Products/KidsProducts/PDPContent/Tandy/Images/creme_dental_bg01.jpg") #fff no-repeat center 55px;

} 

/* Define todos os estilos gerais das divs, tds, selects e inputs */
div, td, select, input, textarea {
	font-family: ;
	font-size: px;
	color: #;
}

/* Controla todas as tags principais */
h1 {
	font-family: ;
	font-size: px;
	color: #;
	margin: 0px;
}

h2 {
	font-family: , ;
	font-size: px;
	color: #;
	margin: 0px;
}
	
form {
	margin: 0px;
	padding: 0px;
}

a, a:hover, a:visited, a:active {
	color: #;
	text-decoration: ;
}

p {
	margin: 0px;
	padding: 0px;
}

/* Criada para centralizar o conteudo no Firefox */
#global {
	width: 100%;
	background: url('/Colgate/BR/OC/Products/KidsProducts/PDPContent/Tandy/Images/creme_dental_bg02.gif') no-repeat center 54px;
	margin: auto;
	text-align: center;
	position: relative;
}
#global_indique {
	width: 100%;
	background: url('/Colgate/BR/OC/Products/KidsProducts/Tandy/IndiqueAmigo/bg_indique.gif') no-repeat center 54px;
	margin: auto;
	text-align: center;
	position: relative;
}

#geral{
	margin: auto;
	text-align: center;
	width: 762px;
	height: 508px;
	padding-top: 54px;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}


/* 	
	O padrao da tag lista deve ser ser margin ou padding igual a zero. 
	caso queira colocar um valor diferente dessa em uma lista crie uma nova class usando o !important para diferenciar 
*/

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li {
	margin: 0px;
	padding: 0px;
}

.none{
	display: none;
}


/* TOPO 
--------------------------------------------------------------------------------*/

#geral #logo{
	margin-top: -53px;
}


/* MENU 
--------------------------------------------------------------------------------*/

#controlaMenu{
	position:relative;
	float:left;
	width: 140px;
}

#controlaMenu #menu{
	position:absolute;
	float:left;
	top:240px;
	left:0px;
}

#controlaMenu #menu ul li{
	float:left;
	margin: 0px;
	padding: 0px;
}


#controlaMenu #menu ul li #jogos{
	margin: 0px 0px 3px 09px;
	padding: 0px;
	background: url('/Colgate/BR/OC/Products/KidsProducts/PDPContent/Tandy/Images/jogos.gif') no-repeat;
	display: block;
	width: 135px;
	height: 33px;
}

#controlaMenu #menu ul li #produtos{
	margin: 0px 0px 4px 20px;
	padding: 0px;
	background: url('/Colgate/BR/OC/Products/KidsProducts/PDPContent/Tandy/Images/produtos.gif') no-repeat;
	display: block;
	width: 135px;
	height: 36px;
}

#controlaMenu #menu ul li #home{
	margin: 0px 10px 3px 0px;
	padding: 0px;
	background: url('/Colgate/BR/OC/Products/KidsProducts/PDPContent/Tandy/Images/home.gif') no-repeat;
	display: block;
	width: 135px;
	height: 37px;
}

.selected{
	border: 1px solid #F00;
}

.clear{
	clear: both;
}

/* CONTEUDO 
--------------------------------------------------------------------------------*/

/* RODAPE 
--------------------------------------------------------------------------------*/
#controlaRodape{
	text-align: center; 
	width: 100%;
}

#limitaRodape{
	width: 380px; 
	margin: auto; 
	position: relative;
}


#rodape {
	position: absolute;
	z-index: 100;
	left: -50px;
	width: 450px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	margin-top:-60px;
	_margin-top:-20px;
	background-color: transparent;
	font-family: arial;
	font-size:10px;
	color: #000;
	text-align: center;
	margin: none;
}

#mensagemRodape{
	color: #fff;
	text-align:center;
}

#rodape ul{
	height: 14px;
	
}

#rodape ul li{
	float: left;	
	text-align:center;
	padding: 0px 10px 0px 10px!important;
	border-right: 1px solid #FFF;
}

#rodape ul .ultimo{
	border-right: none;
}

#rodape ul li a{
	color: #FFF;	
}

/* RODAPE 
--------------------------------------------------------------------------------*/


