/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:url(../images/fundo_linhas.jpg) repeat;
}
h2{
	font-size:1em;
	color:#2D3091;
}
h3{
	font-size:1em;
	color:#2D3091;
}
p{
	color:#2D3091;
}
/*----------------------------------------TOPO-----------------------------------------------*/
#topo{
	background:url(../images/superior.gif) no-repeat center;
	width:100%;
	height:308px;
}
#topo h1{
	text-indent:-20000px;
}
#interno{
	width:770px;
	height:268px;
	margin:0 auto;
	margin-top:-318px;
}
#menu{
	display:block;
	width:260px;
	margin-left:510px;
	position:relative;
	top:20px;
	border-right:#999999;
}
#menu ul{
	list-style:none;
}
#menu li{
	float:left;
	display:block;
	color:#FFFFFF;
}
#menu ul li a{
	text-decoration:none;
	color:#FFFFFF;
	padding:10px;
}
#menu ul li a:hover{
	text-decoration:underline;
}
#menu ul li.barra{
	background:none;
}
#bemvindo{
	display:block;
	width:450px;
	text-align:right;
	float:right;
	margin-right:25px;
	margin-top:180px;
}
#bemvindo h2{
	font-size:1.3em;
}
#bemvindo p{
	color:#2D3091;
}
h2.azul{
	color:#FFFFFF;
	font-weight:bold;
	position:relative;
	top:250px;
	margin-left:20px;
}
/*---------------------------------------------------FUNDO CONTEUDO-----------------------------------------*/
#conteudo{
	width:770px;
	height:100%;
	background:#FFFFFF center;
	margin:0 auto;
	margin-top:10px;
}
/*----------------------------------------------MENU MARCAS--------------------------------------------*/
#marcas{
	display:table;
	width:790px;
}
#marcas ul{
	list-style:none;
	margin-left:15px;
	margin-top:5px;
}
#marcas li{
	float:left;
	text-indent:-20000px;
}
#marcas ul li a{
	text-decoration:none;
	display:block;
	width:148px;
	height:83px;
}
#marcas li a.chair{
	background:url(../images/marcas_chair.jpg) no-repeat center;
}
#marcas li a.chair:hover{
	background:url(../images/marcas_chair_sombra.jpg) no-repeat center;
}
#marcas li a.reateam{
	background:url(../images/marcas_reateam.jpg) no-repeat center;
}
#marcas li a.reateam:hover{
	background:url(../images/marcas_reateam_sombra.jpg) no-repeat center;
}
#marcas li a.federal{
	background:url(../images/marcas_federal.jpg) no-repeat center;
}
#marcas li a.federal:hover{
	background:url(../images/marcas_federal_sombra.jpg) no-repeat center;
}
#marcas li a.garaventa{
	background:url(../images/marcas_garaventa.jpg) no-repeat center;
}
#marcas li a.garaventa:hover{
	background:url(../images/marcas_garaventa_sombra.jpg) no-repeat center;
}
#marcas li a.transit{
	background:url(../images/marcas_transit.jpg) no-repeat center;
}
#marcas li a.transit:hover{
	background:url(../images/marcas_transit_sombra.jpg) no-repeat center;
}
p.linha{
	background:url(../images/barra_azul.jpg) no-repeat center;
	margin:0 auto;
}
/*-----------------------------------------------------MENU LATERAL-----------------------------------*/
#institucional{
	float:left;
	margin-top:10px;
	display:block;
	width:160px;
	border-right:1px solid #999999;
}
#institucional h2{
	font-size:1.3em;
	margin-left:25px;
}
#institucional ul{
	margin-top:10px;
	list-style:none;
}
#institucional ul li{
	display:block;
	height:30px;
	margin-left:25px;
}
#institucional ul a{
	text-decoration:none;
	color:#5D5D5D;
}
#institucional ul a:hover{
	font-weight:bold;
}
#institucional a.alegria{
	display:block;
}
#institucional a.audio{
	display:block;
	margin-top:10px;
}
/*----------------------------------------------RODAPE---------------------------------------------*/
#rodape{
	clear:both;
	float:none;
	text-align:center;
	padding-top:50px;
	padding-bottom:10px;
}
#rodape address{
	color:#2D3091;
	font-style:normal;
}