﻿/* GLOBAL.CSS */

/* Global */

div#principal {
	margin: 0 auto;
	width: 940px;
	/*background: url(http://leitebrasil.com.br/Imagens/cols.png) repeat-y center;*/
}

div#texto {
	margin: 0 auto;
	width: 800px;
	
}

/* Rodape */

div#rodape {
	width: 100%;
	height: 90px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
}
	div#rodape div.topo {
		background: url(../Imagens/rodape_bg.png) top repeat-x;
		height: 160px;
	}
	
	div#rodape div.centro {
		background: #FFFFF;
		
	}

div#rodape_centro {
	width: 940px;
	margin: 0 auto;
}
	div#rodape ul {
		width: 120px;
		margin-right: 30px;
		float: left;
	}
		div#rodape ul li {margin-bottom: 4px;}
		div#rodape ul li a {text-decoration: none; color: #FFFFFF; }
		div#rodape ul li a:hover {color: #ffde0b; }

	div#rodape a#logo {
		margin: 15px 0 0 -30px;
		float: left;
		display: block;
		width: 152px;
		height: 59px;
		background: transparent url(http://leitebrasil.com.br/Imagens/logo_super-muffato.png);
	}
		div#rodape a#logo:hover { background-position: bottom; }
		div#rodape a#logo p { text-indent: -9999px; }
	
	
		
/* Thumbs */

ul#thumbs li {
	display: inline-block;
	background: transparent url(http://www.leitebrasil.com.br/Imagens/thumb_frame.png) no-repeat;
	width: 255px;
	min-height: 153px;
	margin: 0 -1px 12px -18px;
	position: relative;
}
	ul#thumbs li img {
	position: absolute;
	left: 22px;
	top: 4px;
	}
	
	ul#thumbs li h3 {
		color: #ff5400;
		font-size: 16px;
		z-index: 1;
		text-transform: uppercase;
		text-decoration: none;
		background-color: #fff;
		position: absolute;
		bottom: 10px;
		left: 19px;
		padding: 6px 7px;
		max-width: 205px;		
	}
		ul#thumbs li a h3:hover { color: #bf4000; cursor: pointer; }
		
	ul#thumbs li p {
		margin: 157px 25px 3px 25px;
		font-size: 12px;
		color: #a74e0f;
		font-weight: bold;
	}	
		ul#thumbs li ul { margin-left: 25px; }
		
		ul#thumbs li ul li {
			margin: 0;
			padding: 0;
			margin-right: 5px;
			background: none;
			position: relative;
			width: auto;
			height: auto;
			min-height: auto;
			display: inline;
		}
			ul#thumbs li ul li a {
				color: #663009;
				font-size: 12px;
				text-decoration: none;
				font-weight: bold;
				white-space: nowrap;
				letter-spacing: -1px;
			}
				ul#thumbs li ul li a:hover { color: #401e06; }
	
	

/* Tipografia */

body, input, textarea, texto, { font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 63px; } 



h1, h2, h3, h4, h5, h6 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #a74e0f;
}

h1 { font-size: 63px; text-transform: uppercase; }

p, a { font-family: Calibri,Tahoma, Geneva, sans-serif; }

/* Elementos */

.clear { clear: both; }

div#dots {
	background: transparent url(http://www.leitebrasil.com.br/Imagens/dots_pat.png) repeat-x;
	height: 3px;
	width: 700px;
	margin: 30px 0;
}
	div#dots.baixo { margin-top: 15px; }

