@charset "iso-8859-1";
/* CSS Document */

/*
==============================================================================================
	Folha de estilos - Yoki Galeto's
	
	Versao:		1.0
	Autor:		Ebrothers - Onde idéias se realiazam
	Data:		24-06-2010
	Email:		contato@ebrothers.com.br
	Website:	http://www.ebrothers.com.br
	
	Revisão-1: 24-06-2010
	Alterações: ---  
==============================================================================================
*/

/*
==============================================================================================
*
* CSS RESET
*
==============================================================================================
*/

@import url("cssReset.css");

/*
==============================================================================================
*
* IMPORTANTO OUTRAS FOLHAS DE ESTILOS
*
==============================================================================================
*/

@import url("cssForms.css");
@import url("cssAlerts.css");
@import url("cssColorbox.css");

/*
==============================================================================================
*
* DEFININDO PADRÕES PARA TEXTOS
*
==============================================================================================
*/

/* 
* ============================================
* DEFINIÇÕES GERAIS
* ============================================
*/

a{
	font-family: "Lucida Grande", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.5em;
	cursor: pointer;
	color: #93876E;
}
a:hover{
	text-decoration: underline;
}
p, strong, table, ul li, dl dt, ol li{
	font-family: "Lucida Grande", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.4em;
	color: #93876E;
}
span{
	font-family: "Lucida Grande", sans-serif;
	font-size: 20px;
	color: #4F0F00;
}
strong
{
	font-weight: bold;
}
h2{
	font-family: "Lucida Grande", sans-serif;
	font-size: 30px;
	color: #4F0F00;
}
h3{
	font-family: "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #D41800;
}
h4{
	font-family: "Lucida Grande", sans-serif;
	font-size: 22px;
	color: #FFF;
}
h5{
	font-family: "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #F3801A;
}
h6{
	font-family: "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #93876E;
}

/* 
* ============================================
* CLASSES PARA TEXTOS
* ============================================
*/

a.linkComum{
	color: #FF9933;
	font-weight: bold;
	padding-right: 20px;
	background: url(../img/png_iconeLinksComuns.png) right 3px no-repeat;
}

/*
==============================================================================================
*
* DEFININDO PADRÕES COMUNS A TODAS AS PÁGINAS
*
==============================================================================================
*/

/* 
* ============================================
* ESTILOS GERAIS
* ============================================
*/

#geral{
	width: 940px;
	height: auto;
	margin: 0 auto;
}

/* 
* ============================================
* TOPO, LOGO E MENU
* ============================================
*/

#topo{
	width: 940px;
}

#topo h1,
#topo h1 a{
	width: 330px;
	height: 145px;
}

#topo h1{
	text-indent: -9999px;
	float: left;
	margin-top: 35px;
	overflow: hidden;
	background: url(../img/png_LogoYoki.png) center top no-repeat;
}

#topo h1 a{
	display:block;	
}

#menu{
	width: 570px;
	height: 65px;
	float: right;
	margin-top: 100px;
	padding: 0px 5px;
	background: url(../img/png_bgMenu.png) center center no-repeat;
}
#menu ul#nav li{
	width: 95px;
	height: 65px;
	float: left;
}

#menu ul#nav li a{
	width: 95px;
	height: 60px;
	color: #4F0F00;
	font-size: 16px;
	float: left;
	text-align: center;
	padding-top: 22px;
	margin-top: -5px;
}

#menu ul#nav li#menuCartao a,
#menu ul#nav li#menuPedido a{
	height:78px;
	padding-top: 12px;
}

#menu ul#nav li a:hover{
	text-decoration: none;
	color: #FFF;
	background: url(../img/png_btnMenuHover.png) left top no-repeat;
}

/* ====  SUBMENU ==== */
ul.submenu {
	position: absolute;
	top:160px;
	left:-9000px;
	width: auto;
	margin:0;
	padding-bottom:5px;
	z-index:9999;
	background-color:#fff;
	border:1px solid #afafaf;
	border-bottom-color:#FFA801;
	
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
	behavior: url(PIE.htc);
}

#menu li:hover ul.submenu li:hover, #menu ul#nav li a:hover ul.submenu li a:hover{
	height:39px;
	background:none !important;
}

li:hover ul.submenu li:hover{
	border-top:0;
}

ul.submenu li{
	float:none !important;
	text-align:left !important;
	padding:5px 10px;
	width:auto !important;
	height:auto !important;
}

ul.submenu li a{
	background:none !important;
	padding:5px 0 !important;
	height:auto !important;
	line-height:normal !important;
	width:auto !important;
}

ul.submenu li a:hover{
	text-decoration:underline;
	color:#F90 !important;
}

li:hover ul.submenu, li li:hover ul.submenu, li.over ul.submenu, li li.over ul.submenu{
	left: auto;
	padding-left:-50px !important;
}
/* ==== FIM SUBMENU ==== */

/* 
* ============================================
* ESTILOS DE FORMULÁRIOS
* ============================================
*/

/* 
* ----------------------
* COMUM A TODAS OS FORMULÁRIOS
* ----------------------
*/

form{
	float: left;
	margin-top: 10px;
}



fieldset.reduzida
{
	width: 245px;
	float: left;
}
fieldset.comum
{
	width: 245px;
	float: left;
}


fieldset.reduzida label
{
	width: 245px;
	text-align: left;
}
fieldset.reduzida label select
{
	width: 223px;
}
fieldset.reduzida label input[type="text"], form fieldset.reduzida label input[type="password"]
{
	width: 223px;
}
fieldset.reduzida label textarea
{
	width: 223px;
}
fieldset.reduzida input[type="submit"]
{
	width: 245px;
	height: 39px;
	text-indent: -9999px;
	background-position: center top;
	background-repeat: no-repeat;
	border: none;
	margin-top: 10px;
}
fieldset.reduzida input[type="submit"]:hover
{
	background-position: center bottom;
}



fieldset.comum label
{
	width: 635px;
	float: left;
}
fieldset.comum label select
{
	width: 635px;
}



input[type="submit"].cadastrar
{
	background-image: url(../img/png_btnCadastrar.png);
}
input[type="submit"].enviar
{
	background-image: url(../img/png_btnEnviar.png);
}



/* 
* ============================================
* ESTILOS DO RODAPÉ
* ============================================
*/

#rodape{
	width: 100%;
	height: 220px;
	margin: 0 auto;
	float: left;
	margin-top: 60px;	
	background: url(../img/png_bgRodape.jpg) center top repeat-x;
}
#rodapeBaseMapa{
	width: 940px;
	height: 130px;
	margin: 0px auto;
	padding-top: 45px;
}
#rodape h4{
	float: left;
	margin: 30px 20px 0px 0px;
}
#mapaSite{
	width: 440px;
	height: 90px;
	float: left;
	padding-left: 20px;
	border-left: 2px solid #FFF;
}
#mapaSite ul{
	width: 420px;
	height: 20px;
	float: left;
	margin-bottom: 2px;
}
#mapaSite ul li{
	width: auto;
	height: auto;
	float: left;
	margin-right: 10px;
	color: #FFF;
}
#mapaSite ul li a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
}
#redesSociais{
	width: 180px;
	height: 61px;
	float: right;
	padding: 15px 30px 0px 40px;
	margin-top: -45px;
	margin: -45px -20px 0px 0px;
	background: url(../img/jpg_backgroundRedesSociais%5D.jpg) center top no-repeat;
}
#redesSociais ul li{
	width: 34px;
	height: 48px;
	float: left;
	margin-right: 10px;
}
#redesSociais ul li.redeLimparAlinhamentos{
	margin: 0 !important;
}
#redesSociais a{
	width: 34px;
	height: 48px;
	text-indent: -9999px;
	float: left;
	overflow: hidden; 
	margin-right: 10px;
}
#redesSociais a#twitter
{
	background: url(../img/jpg_iconesRedesSociais.jpg) 0px 0px no-repeat;
}
#redesSociais a#twitter:hover
{
	background: url(../img/jpg_iconesRedesSociais.jpg) 0px -48px no-repeat;
}
#redesSociais a#delicious
{
	background: url(../img/jpg_iconesRedesSociais.jpg) -34px 0px no-repeat;
}
#redesSociais a#delicious:hover
{
	background: url(../img/jpg_iconesRedesSociais.jpg) -34px -48px no-repeat;
}
#redesSociais a#facebook
{
	background: url(../img/jpg_iconesRedesSociais.jpg) -68px 0px no-repeat;
}
#redesSociais a#facebook:hover
{
	background: url(../img/jpg_iconesRedesSociais.jpg) -68px -48px no-repeat;
}
#redesSociais a#orkut
{
	background: url(../img/jpg_iconesRedesSociais.jpg) -102px 0px no-repeat;
}
#redesSociais a#orkut:hover
{
	background: url(../img/jpg_iconesRedesSociais.jpg) -102px -48px no-repeat;
}
#redesSociais p{
	text-align: right;
	float: right;
	margin: 35px -10px 0px 0px;
	color: #FFF;
}
#rodapeBaseCopyright{
	width: 940px;
	height: auto;
	margin: 0px auto;	
}
#rodapeBaseCopyright p.esquerda{
	float: left;
	margin: 15px 0px 0px 0px;	
	color: #FFF;
}
#rodapeBaseCopyright p.direita{
	float: right;
	margin: 15px 0px 0px 0px;
	color: #FFF;
}
#rodapeBaseCopyright a{
	color: #FFF;	
}

/* 
* ============================================
* ESTILOS DE LISTAS
* ============================================
*/

/* 
* ----------------------
* COMUM A TODAS AS LITAS
* ----------------------
*/

ul,dl,ol{
	float: left;
}

/* 
* ----------------------
* LISTA DESORDENADA COM SETAS COMUM
* ----------------------
*/

ul.setasComum{
	margin: 10px 0px 20px;
}
ul.setasComum li{
	width: 265px;
	margin-right: 30px;
	float: left;
	padding-left: 20px;
	background: url(../img/png_setaListas.png) left 0px no-repeat;
}






ul.contornoDestaque{
	margin: 10px 0px 20px;
}
ul.contornoDestaque li{
	width: 265px;
	height: 210px;
	padding: 20px;
	float: left;
	background: url(../img/png_bgInstitucionalParceirosListas.png) left 0px no-repeat;
	margin-bottom: 25px;
}
ul.contornoDestaque li.alinhamento{
	margin-right: 25px;
}
ul.contornoDestaque li img{
	margin-top: 40px;
}





ol#paginacao{
	width:100%;
	height:25px;
	margin: 10px 0px 0px 0px;
	*margin: 20px 0px;
	padding: 5px 0px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	clear:both;
	text-align:right;
}
ol#paginacao li{
	margin-right:3px;
	display:inline;
	color:#93876E;
}
ol#paginacao li a{
	padding:3px 6px;
	display:inline-block;
	color:#93876E;
}

ol#paginacao li.ativo a,
ol#paginacao li a:hover{
	color:#e77817 !important;
}
ol#paginacao li.total_paginas{
	width:110px;
	padding:3px 0 0 5px;
	color:#93876E;
	float:left;
	text-align:left;
}













