.container{
	margin-left: auto;
	margin-right: auto;
	width: 740px;
}

/* http://sonspring.com/journal/clearing-floats */
.clear{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after{
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix{
	display: inline-block;
}

* html .clearfix{
	height: 1%;
}

.clearfix{
	display: block;
}

/*************************************************************************/
/** TOPO *****************************************************************/
/*************************************************************************/
div#topo{
	position: relative;
	width: 100%;
	height: 143px;
	overflow: hidden;
	background-image: url(../imagens/listas_topo.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

#topo div#listas_direita{
	position: absolute;
	width: 2000px;
	height: 143px;
	top: 0;
	left: 740px;
	background-image: url(../imagens/listas_direita.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

/*************************************************************************/
/** CORPO ****************************************************************/
/*************************************************************************/
div#corpo{
	position: relative;
	margin-bottom: 30px;
	background-color: #FFF;
	border-left: 1px solid #FDE1E4;
	border-right: 1px solid #FDE1E4;
	border-bottom: 1px solid #FDE1E4;
	min-height: 310px;
	/* IE Hack */
	height:auto !important;
	height:310px;
}

#corpo div{
	position: relative;
}

#corpo img{
	position: relative;
	float: left;
	clear: none;
}

#coluna_esquerda,
#coluna_direita{
	display: inline;
	float: left;
}

#coluna_esquerda{
	width: 190px;
	margin: 10px 0 10px 10px;
}

#coluna_direita{
	width: 485px;
	margin: 25px 0 0 30px;
}

img#download_catalogo{
	float: left;
	margin: 15px 0 15px 10px;
}

#coluna_esquerda h1,
#coluna_esquerda p{
	font-size: 12px;
	margin: 0 0 5px 15px;
}

/*************************************************************************/
/** MENU *****************************************************************/
/*************************************************************************/
dl#menu{
	float: left;
	padding: 0;
	margin: 0;
}

#menu dd{
	display: block;
	width: 175px;
	height: 24px;
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 24px;
	background-image: url(../imagens/bg_menu_item.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#menu a,
#menu a:link,
#menu a:hover,
#menu a:visited,
#menu a:active{
	display: block;
	color: #5E84AE;
	text-decoration: none;
}

/*************************************************************************/
/** RODAPE ***************************************************************/
/*************************************************************************/
#corpo div#rodape{
	clear: both;
	
	height: 30px;
	margin: 0 10px 10px 10px;
	background-color: #FDE1E4;
}

#rodape span#copy{
	position: relative;
	float: left;
	margin: 0 0 0 15px;
	line-height: 30px;
	font-size: 11px;
}

#rodape img#bizview{
	float: right;
	margin: 0 15px 0 0;
}

/*************************************************************************/
/** OUTROS ***************************************************************/
/*************************************************************************/
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#5E84AE;
	padding:5px;
	display:none;
	color:#fff;
}

