@charset "utf-8";
/* 
Site: Moinho Santa Lúcia
Desenvolvimento: Iativa Soluções Tecnológicas
CSS: Paulo de Alencar
 */

* {
padding:0px;
margin:0px;
list-style:none;
text-decoration:none;
font-family:"Trebuchet MS", "Century Gothic";
}

body {
	background:#aed8f1 url(../imagens/bgPaisagem.jpg) repeat-x top center;
}
#geral {
    margin:0 auto;
}
#topo {
    margin:0 auto;
	width:980px;
	height:110px;
}
#topo .logoMoinho {
	width:264px;
	height:101px;
	float:left;
}
#topo .newsLetter {
    font-family:"Trebuchet MS", "Century Gothic";
	float:right;
	margin-right:10px;
	margin-top:20px;
	font-size:15px;
    color:#7d3f00;
}
#topo .newsLetter a {
    color:#7D3F00;
	font-weight:bold;
}
#topo .newsLetter li {
	display:inline;
}
#topo .newsLetter li#sac {
    background:url(../imagens/sac.png) right no-repeat;
	width:30px;
	padding:5px 30px 5px 0px;
	font-size:12px;
	font-weight:bold;
}
#topo .newsLetter li#webmail {
    background:url(../imagens/iconWebmail.gif) right no-repeat;
	width:30px;
	padding:5px 30px 5px 0px;
	margin-right:20px;
	font-size:12px;
	font-weight:bold;
}
#topo .menuTopo {
    float:right;
	color:#7D3F00;
	font-size:15px;
	font-weight:bold;
	margin-top:20px;
} 
#topo .menuTopo a {
    color:#784702;
}
#topo .menuTopo a:hover {
    color:#CB6500;
}
#topo .menuTopo li {
    margin-right:30px;
	display:inline;
}
#header {
	border-bottom:solid #fff 1px;
	height:110px;
}
#masterContainer {
	margin:0 auto;
	width:980px;
	height:100%;
	margin-top:30px;
    font-family:"Trebuchet MS", "Century Gothic";
	font-size:13px;
    line-height:20px;
	color:#000;
}
#conteudoMeioEsquerda {
	float:left;
    width:440px;
	height:465px;
	text-align:left;
}
#conteudoMeioDireita {
	background:url(../imagens/bgConteudoDireita.gif) no-repeat;
	width:515px;
	height:365px;
	margin-top:100px;
	margin-left:20px;
	float:left;
	vertical-align:bottom;

}
#conteudoMeioDireita a {
	color:#000;
}
#conteudoMeioDireita .destaques {
	width:124px;
	height:83px;
	margin-top:70px;
	margin-right:10px;
	float:right;
}
#conteudoMeioDireita .noticiasDicas {
	width:150px;
	float:right;
	margin-top:185px;
	margin-right:-55px;

}
#conteudoMeioDireita .noticiasDicas .vejaMais a {
	color:#FF8330;
}
#baseFooter {
	background:#cc6604;
	width:100%;
	height:30px;
	margin:auto;
	clear:both;
	bottom:0px;
}
#footerInformacoes {
	width:950px;
	margin:0 auto;
}
#baseFooter .enderecoMoinho {
	font-size:12px;
	color:#FFFFFF;
	height:22px;
	padding-top:5px;
	padding-left:30px;
	text-align:left;
}
#baseFooter .logoIativa {
	width:45px;
	height:22px;
	margin-right:40px;
	*margin-right:80px;
	float:right;
}

