
body {
	margin: 0 auto;
	margin-top: 0;
	background-image: url(fundo.gif);
	text-align: center;
}


#contaner {
	
		width: 960px;
		background-color: white;
		text-align: left;
		margin: 0 auto;
		padding: 0;
}

.top1 {
	width: 960px;
	height: 100px;
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(top.jpg);
	}
	
.boxtop {
	position: relative;
	float: left;
	top: 120px;
	left: 2px;
	width: 960px;
	height: 50px;
	background-color: #666;
}

.boxmarcas2 {
	width: 960px;
	padding-top: 0px;
	padding-bottom: 10px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	vertical-align: middle;
	
}

.boxmarcas2 .marcas {
	width: 140px;
	height: 30px;
	padding: 10px;
	
	
}

.boxlat {
	float: left;
	width: 180px;
	height: 100%;
	background-color: white;

}

.boxesq {
	width: 800px;
	float: right;
}

.boxlat .logo {
	position: relative;
	top: 20px;
	left: 5px;
}

.boxlat .txt {
	position: relative;
	top: 50px;
	left: 20px;
	font-family: trebuchet ms;
	font-size: 13px;
	color: #333;
}

.boxlat .menu {
	position: relative;
	top: 13px;
	left: 15px;
	padding-bottom: 30px;
}

.boxthumb {
	background-color: white;
	width: 650px;
	float: right;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 50px;
}

.boxtipo {
	float: left;
	width: 650px;
	padding-top: 25px;
	
}

.boxtipo .tit {
	width: 620px;
	height: 20px;
	background-color: #ccc;
	vertical-align: middle;
	background-image: url(../img/back2.gif);
	background-repeat: repeat-x;
	background-position: right;	
}

.boxtipo .tit .ponta {
	font-family: trebuchet ms;
	font-size: 15px;
	color: navy;
	text-indent: 20px;
	font-weight: bold;
	background-image: url(../img/left2.gif);
	background-repeat: no-repeat;
	background-position: left;	
}

#thumb {
		float: left;
		width: 100px;
		height: 100px;
		padding: 12px;
		text-align: center;
		padding-bottom: 25px;
	}
#thumb .txt {
		font-family: trebuchet ms;
		font-size: 12px;
		color: #333;
		text-align: center;
		width: 100px;
		line-height: 15px;
	}
	
.boxmarcas {
	float: right;
	width: 150px;
	height: 400px;
	background-color: white;
}

.boxmarcas .marcas {
	width: 148px;
	height: 48px;
	border: 1px solid #111;
	margin-top: 50px;
	
}

#box_menu {
	background-color: #f5f5f5;
	width: 960px;
	height: 20px;
}

#rodape {
		float: left;
		width: 960px;
		height: 40px;
		background-color: white;
	}
	
.clear {
	clear: both;
}