/*
--------------
PALETA DE CORES
--------------

#000    - Titulos principais / texto icones principais
#6b6b6b - Links / textos
#cf191a - Mouse over links / destaques
#ff7621 - Telefone Central de Vendas
#474646 - Fontes botoes
#f63 - Laranja para destaque

*/


body{
	background: #fff url(../images/trigal-com-tarja-preta-superior.jpg) no-repeat center top;
}

h2{
	margin-bottom: .7em;
}

p{
	margin-bottom: 1em;
}

blockquote, q {
	quotes: " " ' ';
}

div#header div#header-region{
	background-color: #000;
}

div#footer{
	margin: 0em auto 0;
	border-bottom: 35px solid #000;
	max-width: 1024px;
}

div#body{
	min-height: 500px;
	background-color: #fff;
}

#content ol, #content ul, #content dl {
	padding-left: 2em;
	margin: 1.3em 0;
}

#content li {
	margin-top: .5em;
	list-style: disc outside none;
}

div#sidebar-left{
	background: #fff url(../../images/logo-magc.png) no-repeat center bottom;
	padding-bottom: 200px;
}

div#sidebar-left ul.navigation{
	border-top: solid 8px #d8a905;
	background-color: #fff;
}

div#sidebar-left ul.navigation li span,
div#sidebar-left ul.navigation li a{
	display: block;
	height: 15px;
	padding: 4px 1.2em;
	background: #fff url(../images/bg-degrade-alpha.png) repeat-x top left;
	border-top: solid 3px #c6c5c5;
}

div#sidebar-left ul.navigation li ul{
	border-top: solid 1px #f2f1f1;
	border-bottom: solid 1px #cccbcb;
}

div#sidebar-left ul.navigation li ul li a{
	padding-left: 2em;
	background-image: none;
	border-top: none;
	height: 1em;
}

div#sidebar-left ul.navigation li ul li a.active,
div#sidebar-left ul.navigation li ul li a:hover{
	background-color: #d8a905;
}

div#content{
	background: #FFF url(../images/topo-conteudo.gif) repeat-x;
	padding: 10px 0;
	margin: auto;
}

.node ,.block{
	margin: 15px;
}

div.banner{
	padding: 5px;
}

/* ------- GERAL ------- */
.right { float: right; }
.left { float: left; }
p.right, p.left { float: none; }