/* CSS Document */
@import url("menu.css");
@import url("rodape.css");
@import url("class.css");
@import url("capa.css");

@import url("empresa.css");
@import url("brinquedos.css");
@import url("servicos.css");
@import url("orcamento.css");
@import url("monitores.css");
@import url("contato.css");


body {
	margin: 0 0 0 0;
	width: auto;
	height: 100%;
	background-color: #ffffcc;
	font: normal 10px verdana;
	color: #000000;
	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 {
	text-align: center;
	width: auto;
	border: 0;
}

/* LINS */

a:link { 
	text-decoration: none; 
	color: #336600; 
}	
a:visited { 
	text-decoration: none; 
	color: #669900;
	}
a:hover { 
	text-decoration: underline; 
	color: #99cc66;
	}

a:active {
	text-decoration: none;
	color: #99cc66;
}

/* CONTAINER */

#container{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 740px;
	height: auto;
	font: normal 10px verdana;
	color: #003300;
	background-color: transparent;
	padding: 0 0 0 0;
	display: block;
}


/* TOPO */

#index_topo{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: inherit;
	height: auto;
}

#index_topo_img01{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 740px;	height: 72px;
	background-image: url(../imagens/topo_01.jpg);
	background-repeat: no-repeat;
}

#index_topo_img02{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 740px;	height: 72px;
	background-image: url(../imagens/topo_02.jpg);
	background-repeat: no-repeat;
}

#index_topo_img03{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 740px;	height: 72px;
	background-image: url(../imagens/topo_03.jpg);
	background-repeat: no-repeat;
}

#index_topo_img04{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 740px;	height: 72px;
	background-image: url(../imagens/topo_04.jpg);
	background-repeat: no-repeat;
}

/* CONTEÚDO */

#index_conteudo{
	margin: 2px 10px 2px 10px;
	width: 740px;
	height: auto;
	min-height: 200px;
}




