@charset "utf-8";
/* www.consorciorealizar.com.br  */
* { 
	margin:0; 
	padding:0; 
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

body {
	background:#CCCCCC;
}

#container {
	width:1000px;
	margin:0 auto;
	border: 0px #000000;
	display:table;
}
/*__________Topo_*/
#topo{
	height:360px;
	position:relative;
	background:#fff url(../img/bg-topo.gif) repeat-x bottom;
}
#logo{
	width:176px;
	height:85px;
	background:url(../img/logo-tobemaq.png) no-repeat;
	text-indent:-500px;
	overflow:hidden;
	position:absolute;
	top:10px;
	left:10px;
	z-index:5;
	}
	#logo a { 
		display:block;
		width:100%;
		height:100%;
		}
#fotos {
	width:927px;
	height:273px;
	overflow:hidden;
	position:absolute;
	bottom:38px;
	left:36px;
	}
	#mask {
		width:927px;
		height:273px;
		background:url(../img/mask.png) no-repeat top;
		position:absolute;
		z-index:4;
	}
	#slideshow {
		width:927px;
		height:273px;
		position:relative;
		z-index:3;
	}
#menu{
	width:1000px;
	height:38px;
	background:url(../img/bg-menu.jpg) 0 0 repeat-x;
	border:0px solid #006699;
	color:#FFFFFF;
	text-align:center;
	position:absolute;
	bottom:0;
}
	a.menu{
		color:#FFFFFF;
		font:bold 12px Arial, Helvetica, sans-serif;
		text-decoration:none;
		padding:0 20px;
		line-height:38px;
	}
	a.menu:hover { color:#FFFF00; }
	a.sel { color:#fc0;}
	
#indique{
	margin-right:20px;
	margin-top:15px;
	float:right;
	height:30px;
	color:#96090e;
}
	a.indique{
		color:#96090e;
		font:bold 12px Arial, Helvetica, sans-serif;
		text-decoration:none;
		text-transform:uppercase;
		vertical-align:-2px;
	}
	a.indique:hover{color:#034ea2;}

#news{
	float:right;
	margin:10px;
	height:25px;
	font:normal 11px Verdana;
	text-transform:uppercase;
}
	.inp-news{
		background:url(../img/bg-input-news.png) 0 -1px no-repeat;
		color:#8ba8be;
		font:bold 9px Verdana;
		width:195px;
		height:19px;
	}
	.sub-news{
		background:url(../img/bg-submit-news.png) 0 2px no-repeat;
		color:#FFFFFF;
		font:bold 13px Verdana;
		width:27px;
		height:21px;
		cursor:pointer;
	}
/*__________Topo_*/

#conteudo{
	display:table;
	width:1000px;
	padding-bottom:25px;
	background:#FFFFFF;
	padding-top:20px;
}

#rodape{
	position:relative;
	width:1000px;
	height:30px;
	padding-top:5px;
	background:url(../img/bg-rodape.png) 0 0 repeat-x;
	float:left;
}

	#telefone{
		margin-left:52px;
		padding-top:2px;
		height:30px;
		float:left;
		font:bold 16px/30px Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		width:auto;
	}
	
		.tel{
			font-size:14px;
		}
	
	#copyright{
		margin-left:197px;
		padding-top:8px;
		float:left;
		font:normal 11px arial;
		color:#FFFFFF;
	}
	
	.marca-siete{
		display:block;
		background:url(../img/marca-siete.png) no-repeat;
		width:71px;
		height:26px;
		text-indent:-500px;
		overflow:hidden;
		position:absolute;
		top:10px;
		right:10px;
	}