﻿/* HOME */

body { background: #ffde0b url(http://leitebrasil.com.br/Imagens/home_bg.jpg) top center no-repeat; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {cursor: pointer; color: #990000}
a:hover {color: #FF0000}

h2 {
	width: 100%; height: auto;
	margin: 10px 0 15px 0;
	text-align: center;
	float: left;
}

/* Topo */

div#topo { height: 800px; }
div#topo div#banner {
	width: 940px;
	height: 800px;
	
	
}

/* Conteudo */

div#conteudo {
	width: 940px;
	margin: 0 auto;
	margin-bottom: 50px;
}
	div#col_esq {
		width: 220px;
		margin-top: -29px;
		float: left;
	}		
		div#col_esq ul#thumbs { position: relative; padding-bottom: 20px; }		
		div#col_esq ul#thumbs li { margin-bottom: 0px; }
		
		div#col_esq a#mais {
			margin-right: 7px;
			height: 13px;
			display: block;
			position: absolute;
			right: 0;
			bottom: 5px;
		}
			div#col_esq a#mais p { display: none; }
			
			div#col_esq a#mais.dicas {
				background: url(../Imagens/dicas.png) no-repeat;
				width: 47px;	
			}
			
			div#col_esq a#mais.downloads {
				background: url(../Imagens/downloads.png) no-repeat;
				width: 82px;	
			}
				div#col_esq a#mais:hover { background-position: bottom; }		

	

	div#col_dir {
		width: 220px;
		float: left;
		margin-top: 25px;
		position: relative;
	}
		div#col_dir div.delivery { margin-left: -19px; }

