@charset "utf-8";
/* CSS Document */




/* OUTLINE NONE SERVE PARA TIRAR O PONTILHADO QUE FICA EM VOLTA DAS IMAGENS E LINKS AO ARRASTAR*/
*	{ outline:none;}




#acesso {
	width:50px;
	float:right;
}

#acesso a {
	color:#333;
}

body {
	margin:0px;
	padding:0px;
	border:0px;	
	background:url(../img/home_bg.jpg) top no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
}

.interna {
	background:url(../img/interna_bg.jpg) top no-repeat #F6A7AB;
}

h1 {
	margin-top:0px;
}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
		
}

/* menu */
.logo {
	display:none;	
}
.content {
	margin:auto;
	width:1030px;
}
.menu {
	background:url(../img/bg_menu.png) no-repeat;
	height:700px;
	width:195px;
	padding-left:37px;
	padding-top:20px;
	float:left;
}
.menu h1 {
	background: url(../img/jelly_logo.png) no-repeat;
	height:77px;
	width:155px;
}
.menu ul {
	padding-left:16px;
	width:155px;
}
.redesSociais ul {
	width:100px;
}
.menu li {
	list-style:none;
	line-height: 25px;
}
.redesSociais {
	height:60px;
	width:100px
}
.redes {
	float:left;
	margin-right:10px;
	margin-bottom: 10px;
	height:15px;
}
.twitter a {
	width:22px !important;
}
.redes a {
	width:15px;
	height:15px;
	display:block;
}
.twitter {
	background:url(../img/twitter.png) no-repeat;
	width:22px;	
}
.twitter:hover {
	background-position:bottom;
}
.facebook_btn {
	background:url(../img/facebook.png) no-repeat;
	width:15px;	
}
.facebook_btn:hover {
	background-position:bottom;
}
.rss {
	background:url(../img/rss.png) no-repeat;
	width:15px;	
}
.rss:hover {
	background-position:bottom;
}
.polyvore{
	background:url(../img/polyvore.png) no-repeat;
	width:22px;	
}
.polyvore:hover {
	background-position:bottom left;
}
.flickr{
	background:url(../img/flickr.png) no-repeat;
	width:15px;	
}
.flickr:hover {
	background-position:bottom;
}
.youtube{
	background:url(../img/youtube.png) no-repeat;
	width:15px;	
}
.youtube:hover {
	background-position:bottom;
}
#destaque {
	width:155px;
}
.ecomerce {
	background:url(../img/ecomerce.png) no-repeat;
	width:71px;
	margin-left:17px;
	height:28px;
}
li.data {
	font-size:12px;
	line-height:normal;
}
li.post {
	line-height:normal;
	font-size:12px;
	font-weight:bold;
}
.blog {
	background:url(../img/blog.png) no-repeat;
	height:30px;
	width:67px;
}
.verao2011 {
	background:url(../img/verao2011.png) no-repeat;
	height:72px;
	width:144px;
}


/* conteudo */

.conteudo {
	background-color:#FFF;
	width:750px;
	float:right;
	margin-top:40px;
	padding:20px;
	color:#666;
	margin-bottom:15px;
	
}

/* lojas */

.conteudo h2 {
	float:left;
	margin-right:20px;
	margin-top:0;
	
}
.combobox {
	margin-top:5px;
}
.combobox option, .combobox select  {
	font-size:14px;
}
.loja {
	background:url(../img/titulos/lojas.jpg) no-repeat;
	width:70px;
	height:31px;
}
.lojas {
	display:inline-table;
	list-style:none;
	float:left;
	width:355px;
	margin-bottom:10px;
	margin-right:20px;
	padding-bottom:10px;
	border-bottom:1px #ccc solid;
	height:103px;
}
.lojas p {
	font-size:12px;
	margin:0px;
	width:300px;
}
.lojas h3 {
	font-size:16px;
	margin:0px;
	font-weight:normal;
	width:300px;
}
.lojas img {
	float:right;
}


/* Produto */

.conteudo h2 {
	float:left;
	margin-right:20px;
	margin-top:0;
	
}
.combobox {
	margin-top:5px;
}
.combobox option, .combobox select  {
	font-size:14px;
}
.produto {
	background:url(../img/titulos/Produto.jpg) no-repeat;
	width:750px;
	height:31px;
}
#conteudoProdutos {
	width:755px;	
}
#conteudoProduto .fotoProduto {
	float:left;
	margin-right:10px; 
}
#conteudoProduto h3 {
	font-size:14px;
}
#conteudoProduto p {
	font-size:12px;
}
.cores a img {
	border:2px solid #fff;
	height:22px;
	width:22px;
}
.cores a img:hover, .cores a img:active {
	border:2px solid #990033;
}
.thumbs {
	
}
.thumbs a img {
	border:none;
	/*background:#FFFFFF;*/
}
.thumbs a img:hover, .thumbs a img:active {
	border:none;
}

.voltar {
	width:75px;
	float:left;
	margin: 20px 0;
}
.ecommerce{
	width:146px;
	float:right;
	margin: 20px 0;
}
.maisblog {
	float:right;
	}
.dicas {
	width:710px;
	background: #d9d9d9;
	padding: 0 20px;
}

.titdicas {
	margin: 0;
	width: 100px;
	float:left;
}

/* corners */

.tl, .tr, .bl, .br {
	height:10px;
	width:10px;
	position:absolute;
	display:block;
}

.tl {
	background:url(../img/cantos.png);
	top:0;
	left:0;
}

.tr {
	background:url(../img/cantos.png);
	top:0;
	right:0;
	margin:-10px;
}

.bl {
	background:url(../img/cantos.png);
	bottom:0;
	left:0;
	margin:-30px;
}

.br {
	background:url(../img/cantos.png);
	bottom:0;
	right:0;
	margin:-20px;
}


/* sobre */

.sobre {
	background:url(../img/titulos/sobre.jpg) no-repeat;
	width:360px;
	height:31px;
}

#texto a {
	color:#000;
	text-decoration:none;
}
#texto a:hover {
	text-decoration: underline;
		
}

#texto {
	width:360px;
	font-size:14px;
	margin: 0 20px 20px 0;
	float:left;
}

#textodir {
	width:360px;
	font-size:14px;
	margin: 0 0 0 0;
	float:left;
}

#imagem {
	width:370px;
	float:left;
}

#linha {
	height:1px;
	width:360px;
	background: #999;
}

#clear {
	clear:both;
	height:1px;
}

.legenda {
	font-size:10px;
	margin: 10px 0 0 5px;
}

#thumbs {
	width:360px;
}

#thumb_seta {
	height:50px;
	padding-top:30px;
	width:19px;
	margin: 95px 8px 95px 0;
	float:left;
}

#thumbs_imagens {
	/*overflow:hidden; */
	float:left;
	width:616px;
	height:260px;
}
#thumbs_imagens_inner {
	width:370px;
	height:85px;
}

#thumb_imagem {
	background: no-repeat top left #fff;
	height:80px;
	float:left;
	margin: 5px 8px 5px 0;
}


#thumb_imagem:hover {
	background-color: #E7E7E7;
}





/* Fale Conosco */

.conteudo_fale_conosco, .conteudoFranquia {
	float:left;
	margin-left:7px;
	margin-bottom:30px;
	font-size:12px;
	
}

.conteudo_fale_conosco {
	width:575px;

}


.fale_conosco {
	background:url(../img/titulos/fale_conosco.jpg) no-repeat;
	width:550px;
	height:31px;
	
}
.conteudo_fale_conosco h3, .conteudoFranquia h3 {
	border-bottom:#e0e0e0 1px solid;
	padding-bottom:5px;
	
}


.conteudoFranquia h3 {
	border-bottom:#e0e0e0 1px solid;
	padding-bottom:5px;
	
}


.conteudo_fale_conosco fieldset, .conteudoFranquia fieldset {
	border:none;
	padding:0;
	
}
.conteudo_fale_conosco fieldset .foto, .conteudoFranquia fieldset .foto {
	width:260px;
	font-size:12px;	
}
.conteudo_fale_conosco .campo-textarea, .conteudoFranquia .campo-textarea {
	height:71px;
	width:260px;
}
.conteudo_fale_conosco .lista-opcoes, .conteudoFranquia .lista-opcoes {
	display: inline-block;
	list-style:none;
}
.conteudo_fale_conosco .campo-texto, .conteudoFranquia .campo-texto {
	width:260px;
}
.conteudo_fale_conosco .campo-medio, .conteudoFranquia .campo-medio {
	width:135px;
}
.conteudo_fale_conosco .campo-curto, .conteudoFranquia .campo-curto {
	width:116px;
}

.conteudo_fale_conosco .campo-curto, .conteudo_fale_conosco .campo-medio, .conteudo_fale_conosco .campo-texto, .conteudo_fale_conosco .campo-textarea,
.foto, .conteudoFranquia .campo-curto, .conteudoFranquia .campo-medio, .conteudoFranquia .campo-texto, .conteudoFranquia .campo-textarea, .conteudofranquia fieldset .foto 

{border:1px solid #E0E0E0;}


.navegacao{
	float: right;
	margin-right: 20px 1px 0 0;
	/*width:750px;*/
}
.navegacao ul {
	padding:0px;
	margin-top:90px;
	font-weight:bold;
}
.navegacao ul li {
	list-style:none;
	margin-bottom:15px;
	padding:15px 10px;
	width:130px;
	color:#666;
	background:#FFF;
}
.navegacao ul li a {
	width:130px;
	color:#666;
}
.navegacao ul .ativo {
	background: url(../img/bg_faleconosco.png);
	
}
#area-interesse, #informacoes-pessoais, #contatoTrabalhe, #formacao, #experiencias, #informacoes-complementares, #contato {
	float:left;
	/*width:275px;*/
	margin-right:20px;	
}
#informacoes-pessoais, #experiencias, #informacoes-complementares {
	margin-right:0;	
}
#area-interesse .primeiraColuna, #formacao .primeiraColuna {
	width:120px;
	float:left;
}
#area-interesse .segundaColuna, #formacao .primeiraColuna {
	width:130px;
	float:left;
}
#formacao .primeiraColuna ul, #formacao .primeiraColuna ul {
	padding:0px;
}
.enviar {
	float: right;
	margin-right:10px;
}
.twiter_label, .orkut_label, .facebook_label {
	border:1px solid #E0E0E0;
	width:135px;
}
.off {
	display:none;
}
.on {
	display:block;
}
.icon-add {
	background:url(../img/btn_mais.jpg) no-repeat;
	padding-top:2px;
	padding-bottom:2px;
}
.icon-add a {
	color:#666;
	padding-left:22px;
}
.clear {
	clear:both;
}
.conteudoFaq a {
	background-color:#FFCCCC;
	color:#666;
}
#contato fieldset {
	width:570px;	
}
#contato fieldset p {
	float:left;
	margin-right:10px;
	width:270px;
}
#contato fieldset .label-medio {
	margin-right:19px;
	width:135px;
}
#contato fieldset .label-curto {
	width:116px;
}
#contato fieldset .label-sexo {
	width:155px;
}
#contato fieldset .mensagem {
	width:553px;
	height:150px;
}
#contato fieldset p .campo-texto-mensagem {
	width:553px;
	height:125px;
	border:#e0e0e0 solid 1px; 
}





/* Franquias */

.conteudoFranquia {
	width:575px;
}

.titFranquias {
	background:url(../img/titulos/franquias.jpg) no-repeat;
	width:100%;
	height:31px;
}


/*.franquias p {
	font-size:12px;
	margin-top:0px;
}
.franquias a {
	background-color:#ffcccc;
	text-decoration:none;
	color:#666;	
}
p.data {
	margin-bottom:-4px;
}
*/

#formulario {
	display:none;
}

.area1	{
	margin-top:20px;
	width:575px;
	float:left;
	margin-bottom:20px;
}

.fotosFranquia	{
	width:200px;
}

.textoFranquia	{
	width:355px;
	margin-left:20px;
	
}

.textoFranquia,.fotosFranquia {
	float:left;
}


.foto1, .foto2 {
	width:200px;
	height:150px;
	background-color:#CCC;

}

.foto2{
	margin-top:20px;

}


.area2	{
	width:575px;
	float:left;
	padding-bottom:20px;
}


.boxFranquia1,.boxFranquia2, .boxFranquia3,.boxFranquia4{
	float:left;
	width:277px;
	/*height:250px;*/
}


.boxFranquia1, .boxFranquia2{
	margin-right:20px;
}

.boxFranquia1, .boxFranquia3{
	margin-bottom:20px;
}


.titboxFranquia	a {
	height:25px;
	width:139px;
	display:block;
	text-align:center;
	padding-top:5px;
	font-size:15px;
	background-color:#9CCC55;
	text-decoration:none;
}


.txtBox	{
	margin-top:10px;
	line-height:20px;
}


/* Trabalhe Conosco */


.trabalhe_conosco {
	background:url(../img/titulos/trabalhe_conosco.jpg) no-repeat;
	width:550px;
	height:31px;
	
}

#contato fieldset .label-cep {
	margin-right:19px;
	width:135px;
	float:none;
}

