/* FORMATA GERAL */
body{
	margin:0; 
	padding:0;
	font: 11px/1.3em Verdana, Arial, Helvetica, sans-serif;
	background:url(../img/fundo_home.gif) repeat-y;
	overflow:no;
	/*overflow:auto;
	overflow-y:auto;
	overflow: -moz-scrollbars-vertical;*/
	
}

img{margin:0;padding:0;border:none;display:block;}

object{margin:0;padding:0;}


/*LIMPA FLOATS*/
br.clear{
	font-size:.1em;
	height:.1em;
	line-height:.1em;
	clear:both;
	display:none;
}

/*segura todas as divs*/
#geral{
	width:995px;
	margin:0;
	padding:0;
	
}

/*segura institucional, principal, destaque1 e destaque2*/

#conteudo{
	float:left;
	width:778px;
	height:600px;
}

/*area com logo e menu lateral esquerda*/
#institucional{
	float:left;
	width:119px;
	height:358px;
	background-color:#DDD;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

/*image-replacement*/
#institucional h1{
	margin:10px auto;
	padding:0;
	background: url(../img/logo_schulz.gif) no-repeat 0 0;
	width:80px;
	height: 117px;

}

#institucional span{
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;

 }
 
#menuInst{
	float: left;
	padding: 2px;
	margin: 25px;
	width: 80px;
 }
 
#menuInst ul{
 	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
 }
 
 
#menuInst li{
 margin:0;
 padding:5px 0;	
}

#menuInst li.selected{
 background:#FFF;	
}

 
#menuInst li a{
	display:block;
	color:#036;
	margin:0;
	padding:0;
	text-decoration:none;	
}

#menuInst li a:hover{
	text-decoration:underline;	
}
 

/*area do menu e swf*/
#principal{
	float:left;
	margin:0;
	padding:0;
	width:658px;
	height:359px;
	border-bottom:1px solid #FFF;
}

/*navegacao principal*/

#menu img{
		border:0px;
	}
#menu{
	margin:0;
	padding:0;
	width:658px;
	height:40px;
	background-color:#069;
	position:relative;
	top:-2px;
}

#menu ul{
 	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
}

#menu li{
 	float:left;
	margin:0;
	padding:0;
	height:40px;
	width:131px;
	text-align:center;
}

/*#menu li.width2{width:132px;}*/

#menu a.width2{width:132px;padding-right:5px;}
 
#menu li a{
	display:block;
	height:20px;
	color:#FFF;
	padding:20px 0 0 0;
	font-weight: bold;
	text-decoration:none;
	white-space:nowrap;
}


#menu li a:hover{
	color:#C63;
	background-color:#DDD;
	height:20px;
}

/*area para destaques do site*/
#destaque1{
	float:left;
	width:388px;
	height:240px;
	border-right:1px solid #FFF;
	background-image:url(../img/px_azul.gif);
}

#destaque1 h2{
	margin:0;
	padding:0;
	background: url(../img/tit_dest_grupo_schulz.gif) no-repeat 0 0;
	width:388px;
	height: 30px;
	border-bottom: 1px solid #FFF;
}


/* Espanhol*/

#destaque1 h2.esp{
	margin:0;
	padding:0;
	background: url(../img/tit_dest_grupo_schulz_esp.gif) no-repeat 0 0;
	width:388px;
	height: 30px;
	border-bottom: 1px solid #FFF;
}

/* Espanhol*/

/* Ingles*/

#destaque1 h2.ing{
	margin:0;
	padding:0;
	background: url(../img/tit_dest_schulz_group.gif) no-repeat 0 0;
	width:388px;
	height: 30px;
	border-bottom: 1px solid #FFF;
}

/* Ingles*/

#destaque1 h2 span{display:none;}

#destaque1 p{
	margin:0;
	padding:10px;
	color:#FFF;
	font-size:13px;
}


#destaque2{
	float:left;
	width:385px;
	height:240px;
	background-image: url(../img/px_azul2.gif);
}

#destaque2 h2{
	margin:0;
	padding:0;
	background: url(../img/tit_dest_schulz_no_mundo.gif) no-repeat 0 0;
	width:385px;
	height: 30px;
	border-bottom: 1px solid #FFF;
}


/* Espanhol*/

#destaque2 h2.esp{
	margin:0;
	padding:0;
	background: url(../img/tit_dest_schulz_en_el_mundo.gif) no-repeat 0 0;
	width:389px;
	height: 30px;
	border-bottom: 1px solid #FFF;
}

/* Espanhol*/

/* Ingles*/

#destaque2 h2.ing{
	margin:0;
	padding:0;
	background: url(../img/tit_dest_schulz_in_the_world.gif) no-repeat 0 0;
	width:389px;
	height: 30px;
	border-bottom: 1px solid #FFF;
}

/* Ingles*/

#destaque2 h2 span{display:none;}
 


/*segura ares de newsletter, noticias e area restrita*/
#info{
	float:left;
	width:216px;
	height:600px;
	margin:0;
	background-color:#DDD;
}

#info p a.sair{
	color:#036;
	font-weight:bold;	
}

#info p a:hover.sair{
	color:#069;
	font-weight:bold;	
}

#info img.titulo{border-bottom:1px solid #036;margin-top:10px;}

#info form{margin:5px 0 10px 0;}

#info input{border:1px solid #069;height:16px;font-size:10px;}

#info input.button {
	float:right;
	margin-right:10px;
	height:21px;
	border:1px solid #CCC;;
	background:#DDD;
	font-weight:bold;
	font-size:11px;
	color:#036;
	cursor:pointer;
}

#info table{
	width:216px;
	border-collapse:collapse;
}

#info th{
	color:#036;
	font-size:11px;
	font-weight:normal;
	width:50px;
	padding:3px 0 3px 6px;
	margin:0;
	text-align:left;
}

#info td{
	width:154px;
	padding:3px;
	margin:0;
	text-align:left;
}


/*lista menu noticias*/
#info ul{
	width: 200px;
	padding:0;
	margin:10px 0 10px 5px;
	font-size: 10px;
	line-height: 13px;
	list-style: none;
}

#info ul li{
	margin:8px 0;
	padding: 0 0 0 10px;
	height: auto;
	background:#DDD url(../img/setinha.gif) no-repeat 0 3px;
}

#info ul li.separador{
	margin:0 0 0 10px;
	padding: 0;
	height: 8px;
	background:none;
}


#info ul li span{
	float:left;
	margin:-5px 0 0 0;
	padding: 0;
	width:170px;
	height: 8px;
	background:none;
	border-bottom: 1px solid #C63;
}

#info ul li span.video{
	float:left;
	margin:-5px 0 0 0;
	padding: 0;
	width:80px;
	height: 8px;
	background:none;
	border-bottom: 1px solid #C63;
}

#info ul li span.videoLink{
	float:left;
	margin: 0;
	padding: 0;
	width:auto;
	height: auto;
	background:none;
	border-bottom:none;
	font-weight:bold;
}




#info ul li a{
	color:#C63;
	font-size:10px;
	padding:0 0 0 3px;
	margin:0;
	text-decoration:none;

}

#info ul li a:hover{text-decoration:underline;}


/* pseudo-classes */

.aleft{text-align:left;}

.aright{text-align:right;}

.left{float:left;}

.right{float:right;}
