/* MAIN CSS */
body {
    background-color: #333333;
	font-family: Arial;
	font-size: 12px;
	color: #999999;
}


#body img {
	border:1px solid #F55F12;
}

a {
	color:#F55F12;
}

a:hover {
	color:#999999;
}

#container {
	width : 960px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
}

/* Navegacao

"voce esta aqui" : Arial, 10px, #FFFFFF e #999999

Linguas:Arial, 10px, #FFFFFF e #999999, caixa alta

"pesquise aqui": Arial, 10px, #999999

Caixa da pesquisa: border- #525252, 216x20px

*/

#navbar {
	height: 30px;
	font-family: Arial;
	font-size: 10px;
	color: #999999;
}

#navbar td{
	font-family: Arial;
	font-size: 10px;
	color: #999999;
}

#navbar #home{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}

#navbar a,
#navbar a:hover,
#navbar a:visited
{
	font-family: Arial;
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}

#currentLang {
	color: #FFFFFF;
}

#navbar #pesquisa {
	font-family: Arial;
	font-size: 10px;
	color: #999999;
	border: 1px solid #525252;
	width: 216px;
	height: 14px;
	background-color: #333333;
	margin: 0;
	padding:4;
	background-image: url(/img/layout/bullet.png);
	background-repeat: no-repeat;
	background-position: 200px 5px;
}

/* Header */

	#inner_header {
		height: 359px;
		width: 960px;
		position: relative;
		z-index: 1;
	}

	#bg {
		height: 359px;
		width: 960px;
		position: absolute;
		top:0;
		z-index: -2;
	}

	div#menu {
		border: 0px solid red;
		height: 85px; /* 125px - padding */
		width: 920px; /* 960 - padding */
		background-image: url(/img/layout/transp_img.png);
		background-repeat: repeat-x;
		top:0;
		z-index: 3;
		padding: 20px;
	}

	#menu ul {
		list-style: none;
		padding: 0;
	}

/*
Rodapé
barra: 960x35px, #414141
menus: Arial, 11px, #999999
copyright:Arial, 10px, #666666 e #999999
*/

#body {
	width:100%;
	padding:20px 0 20px 0;
}

#footer{
	width: 100%;
}

#footer #links {
	background-color: #414141;
	padding: 10px;
}

#footer #links a,
#footer #links a:visited
{
	font-family: Arial;
	font-size: 11px;
	color: #999999;
}

#footer #links .sep{
	color: #333333;
	margin: 0 10px 0 10px;
}

#footer #copyright {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	padding: 20px;
}

#footer #copyright .cliente{
	color: #999999;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/********** MENU TOPO **************/

.img_ambiente {
	position:relative;
	z-index:0;
	width:100%;
	height:358px;
	border-bottom:1px solid #F55F12;
}

.menu_topo{
	top:0;
	width:100%;
	height:125px;
	position:absolute;
	z-index:2;
	background:url('/temas/casapeixoto/img/transp_img.png') repeat-x top left;
}

#menus {
	position:absolute;
	z-index:3;
	top:25px;
	left:375px;
	height:49px;
	
}

#menus ul {
	margin:0;
	padding:0;
	list-style-type:none;	
}

#menus ul li{
	float:left;
	height:49px;
	background:url('/temas/casapeixoto/img/separador_menu.png') no-repeat top left;
	padding-top:37px;
	position:relative;
}

#menus ul li a{
	color:#fff;
	font-family:arial;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 35px 0px 10px;	
}

#menus ul li a:hover{
	color:#F66013;
}

#menus ul li ul{
	left:0;
	display:none;
	position:absolute;
	float:none;
	background-image:url('/temas/casapeixoto/img/submenu.png');
	top:75px;
}

#menus ul li ul li{
	height:25px;
	padding:5px 0 0 5px;
	float:none;
	background:none;
	width:155px;
}

#menus ul li ul li a{
	width:100%;
}

.ideias {
	position:absolute;
	z-index:3;
	right:0;
	bottom:40px;
}

/********** DESTAQUES E NOTÍCIAS **************/

.destaques{
	float:left;
	width:744px;
}
.dest{
	float:left;
	width:372px;
}
.dest div img {
	border-bottom:1px solid #F66111;
}
.desTitulo{
	width:342px;
	padding:20px 0 20px 0;
}
.desTitulo a {
	font-family:arial;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
}
.noticiasHome{
	width:100%;
	border-left:1px solid #525252;
	border-right:1px solid #525252;
	border-top:1px solid #525252;
}
.noticiasHome div{
	padding:20px;
}
.noticiasHome div div{
	width:100%;
	padding:0;
	font-family:arial;
}
.noticiasHome div div span{
	font-size:10px;
	color:#fff;
}
.noticiasHome div div a{
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
.titulo{
	font-family:Arial;
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
}
