@charset "utf-8";

*{
	margin:0;
	padding:0;
}

img{
	border:0;
}

body{
	background-image:url(../imagens/fundo.jpg);
	background-repeat:repeat;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	overflow-x:hidden;
}

.corpo #container{
	width:1000px;
	height:915px;
	background-image:url(../imagens/fundo_container.png);	
	background-position:left;
	background-repeat:no-repeat;	
	padding-left:14px;
	padding-right:16px;
	margin:0 auto;
	text-align:left;
	_width:970px;
	_height:900px;
	_padding:0;
	_background-image:url(../imagens/fundo_container_ie6.jpg);
	_background-position:left top;
}
 
.corpo #container #submenu{
	width:190px;
	height:900px;
	background-image:url(../imagens/fundo_submenu.jpg);
	background-repeat:no-repeat;
	float:left;
}

.corpo #container #submenu #logo{
	width:180px;
	margin-left:5px;
	margin-top:20px;
	height:170px;
	background-image:url(../imagens/logos/logotipo_pequeno.png);
	background-repeat:no-repeat;
}

.corpo #container #principal{
	width:780px;
	height:900px;
	float:right;
	margin-right:30px;
	_margin-right:0;
}

.corpo #container #principal #cabecalho{
	width:780px;
	height:170px;
	margin:0;
	padding:0;
	background-image:url(../imagens/cabecalho/tecidos.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.corpo #container #principal #cabecalho #busca{
	width:230px;
	height:100px;
	padding:10px;
	padding-left:15px;
	margin-top:10px;
	margin-left:520px;
	background-image:url(../imagens/fundo_busca.png);	
	background-repeat:no-repeat;
	position:absolute;
	color:#fff;
	_background-image:none;
	_background-color:#333;
}

.corpo #container #principal #cabecalho #busca #form{
	width:230px;
}

.corpo #container #principal #cabecalho #busca #form img{
	position:absolute;
	cursor:pointer;
	margin-left:5px;
	margin-top:3px;
}

.corpo #container #principal #cabecalho #busca #form select{
	width:150px;
	height:18px;
	margin-top:8px;
	margin-bottom:2px;	
	font-size:12px;
}

.corpo #container #principal #cabecalho #busca #form input{
	width:147px;
	height:18px;
	margin-top:4px;
	margin-bottom:2px;	
	display:inline;
}


.corpo #container #principal #menu{
	width:780px;
}

.corpo #container #principal #conteudo{
	width:760px;
	height:655px;
	padding:10px;
	background-image:url(../imagens/fundo_conteudo.jpg);
	background-repeat:no-repeat;	
}

.corpo #container .propaganda{
	height:30px;
	padding-top:5px;
	float:left;
	vertical-align:text-top;
}

.corpo #container .propaganda a{
	color:#fff;
	text-decoration:none;
	font-size:10px;
}

.corpo #container .propaganda a img{
	border:0;
}

.corpo #container .propaganda span a{
	position:absolute;
	margin-left:150px;
	margin-top:-30px;
	margin-left:50px\9;
	margin-top:0\9;
}

