/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #fff;
	}
	
/* layout */
#conteudo {
	float: right;
	width: 70%;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	}
	
#coluna {
	float: left;
	width: 30%;
	}

#rodape {
	clear: both;
	background: url(img/rodape.gif) repeat-x top left;
	}
	
#rodape p {
	margin: 0;
	padding: 5px;
	font-size: 85%;
	color:#fff;
	text-align: center;
	}
	
#rodape a{
	color: #fff;
	}
	
#rodape a:visited {
	color: #fff;
	}
	
#tudo {
	min-width: 600px;
		max-width: 1400px;
		background: url(img/tudo.gif) repeat-y 30% 0;
		}
		
#topo {
	background-image: url(img/fundo_topo.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 150px;
	}

#topo h1 {
	margin: 0;
	padding: 50px;
	padding-left: 50px;
	font-family: Georgia, serif;
	font-size: 300%;
	color: #fff;
	}

#destaque {
	margin: 0;
	padding: 5px 5px 5px;
	font-size: 120%;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #ccc;
	background: #0033CC url(img/oferta.gif) repeat-x top left;
	height: 20px;
	}

#conteudo .gap {
	padding: 25px;
	background: url(img/conteudo.jpg) repeat-x top left;
	}

#coluna .gap, #coluna-2 .gap {
	padding: 15px;
	}

#conteudo h2 {
	font-family: Georgia, serif;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 180%;
	color: #ed1c24;
	font-weight: normal;
	}

#google1 {
	float: left;
	width: 300px;
	height: 250px;
	}

.quadro {
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: #fff url(img/aresta_baixo.gif) no-repeat bottom right;
	}  

.quadro h3 {
	margin: 0;
	padding: 12px;
	font-family: Georgia, serif;
	font-size: 150%;
	font-weight: normal;
	color: #ed1c24;
	background: url(img/aresta_cima.gif) no-repeat top left;
	}
	
.quadro p, .quadro ul {
	margin: 0;
	padding: 0 12px;
	}

.quadro ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(img/seta.gif) no-repeat 0 1px;
	}

a:link {
	color: #f7941d;
	}
	
a:visited {
	color: #ed1c24;
	}
	

	





















/* IE fixes */
#conteudo, #coluna {
	height: 1%;
	}
	
/* Hides from IE/Mac \*/
*html #rodape {
	height: 1%;
	}

/* End hide from IE/Mac */

/* IE fixes */
#content, #sidebar {
	height: 1%;
	}
	
.feature {
	display: inline-table;
	}
	
/* Hides from IE/Mac \*/
	*html .feature {
		height: 1%;
		}

.feature {
	display: block;
	}
	
#footer {
	height: 1%;
	}
/* End hide from IE/Mac */