/* CSS Document */
@import url("exibeproduto.css");
@import url("topicos.css");
@import url("menu.css");
@import url("class.css");
@import url("rodape.css");
@import url("tabela_cores.css");

/* acesso as sessões */
@import url("home.css");
@import url("empresa.css");
@import url("produtos.css");
@import url("assentos.css");
@import url("tampas.css");
@import url("contato.css");

/*
LARGURA DE 770PX PARA ENCAIXAR O CONTAINER 
*/



body {
	margin: 0 0 0 0;
	width: auto;
	height: 100%;
	background-color: #ffffff;
	font: normal 10px verdana;
	color: #333333;
	scrollbar-shadow-color: #ffffff;
	scrollbar-face-color: #cccccc;
	scrollbar-3d-light-color: #cccccc;
	scrollbar-highlight-color: #ffffff;
	scrollbar-dark-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	text-aling: center;
}


p {
	line-height: 1.2em;
	margin: 4px;
}
table {
	font: normal 10px verdana;	
	text-align: center;
	width: auto;
	border: 0;
	background-color: transparent;
}

td, tr{
	font: normal 10px verdana;	
}

/* LINS */

a:link { 
	text-decoration: none; 
	color: #6699ff; 
}	
a:visited { 
	text-decoration: none; 
	color: #3366ff;
	}
a:hover { 
	text-decoration: underline; 
	color: #6699cc;
	}

a:active {
	text-decoration: none;
	color: #6699ff;
}

/* CONTAINER */

#container{
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
	width: 770px;
	height: auto;
	font: normal 10px verdana;
	color: #333333;
	background-color: transparent;
	float: left;
}

/* TOPO */

#index_topo1{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 770px;
	height: 30px;
	background-image: url(../imagens/1_topo1.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
}

#index_topo2{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 770px;
	height: 140px;
	background-image: url(../imagens/1_topo2.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
}

#index_topo3{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 770px;
	height: 54px;
	background-image: url(../imagens/1_topo3.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
}

/* BLOCO CENTRAL */

#index_blococentral{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 770px;
	height: auto;
	float: left;
	display: block;
}

/* MENU LATERAL */

#index_menucontainer{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 225px;
	height: 593px;
	min-height: 593px;
	background-image: url(../imagens/1_menu_backgroundimg.jpg);
	background-repeat: repeat-y;
	background-color: transparent; 
	float: left;
}

#index_menucategorias{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 225px;
	height: 34px;
	background-image: url(../imagens/1_menu_categorias.jpg); 
	background-repeat: repeat;
	background-color: transparent; 
	float: left;
}

#index_menulinhacategoria{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 225px;
	height: 19px;
	background-image: url(../imagens/1_menu_linhacategoria.jpg);
	background-repeat: repeat;
	background-color: transparent; 
	float: left;
}

#index_menubranco{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 210px;
	height: auto;
	float: left;
	background-color: #ffffff;
}


/* CONTEÚDO */

#index_conteudocontainer{
	margin: 0  0 0;
	padding: 0 0 0 0;
	width: 545px;
	height: 593px;
	min-height: 593px;
	background-color: transparent;
	background-image: url(../imagens/1_conteudo_background.jpg);
	background-repeat: repeat-y;
	float: right;
	display: table;
}

#index_conteudotopicos{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 545px;
	height: 34px;
	background-color: transparent;
	background-image: url(../imagens/1_conteudo_topicos.jpg);
	background-repeat: repeat-y;
	float: right;
}

#index_conteudolinhatopo{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 545px;
	height: 19px;
	background-color: transparent;
	background-image: url(../imagens/1_conteudo_linhatopo.jpg); 
	background-repeat: repeat-y;
	float: right;
}

#index_conteudo{
	text-align: justify;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 520px;
	height: auto;
	background-image: url(../imagens/1_backgroundcolor.jpg);
	background-repeat: repeat;
	background-color: transparent;
	padding: 0 0 0 0;
	float: left;
}

/* LINK  index_conteudo */
#index_conteudo a:link{ 
	text-decoration: none; 
	color: #6699ff; 
}	
#index_conteudo a:visited{ 
	text-decoration: none; 
	color: #6699ff;
}
#index_conteudo a:hover{ 
	text-decoration: underline; 
	color: #6699ff;
}
#index_conteudo a:active{
	text-decoration: none;
	color: #6699ff;
}


#index_rodape{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 770px;
	height: 73px;
	background-image: url(../imagens/1_rodape.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	clear: both;
	float: left;
}


#index_rodape a:link{ 
	text-decoration: none; 
	color: #ffffff; 
}	
#index_rodape a:visited{ 
	text-decoration: underline; 
	color: #ffffff;
}
#index_rodape a:hover{ 
	text-decoration: none; 
	color: #ffffff;
}
#index_rodape a:active{
	text-decoration: none;
	color: #ffffff;
}


/* VARIADOS */

#conteudo_linha{
	display: table;
	float: left;
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
	width: 520px;
	height: 6px;
	background-image: url(../imagens/1_conteudo_linhaseparacao.jpg);
	background-repeat: no-repeat;
}