@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body { line-height:1; font:normal 12px Arial, Helvetica, sans-serif; font-size:12px; color:#333; }
ol, ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
:focus { outline:0; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table {
	border-collapse:collapse;
	border-spacing:0;
}
a { font-family:Arial, Helvetica, Gadget, sans-serif; }
/*
 * LAYOUT
 --------------------------------------------------*/
div#headerWrapp {
	background:url(../images/layout/bg-header.jpg) no-repeat center 0 scroll;
	width:100%;
	clear:both;
}
div#header {
	width:770px;
	margin:0 auto;
	height:342px;
	clear:both;
	position:relative;
}
div#header a {
	width:770px;
	top:0;
	position:absolute;
	height:202px;
}
div#contentWrapp {
	background:url(../images/layout/bg-repeat.jpg) repeat-x 0 0 scroll;
	width:100%;
	clear:both;
}
div#container {
	width:770px;
	margin:0 auto;
	min-height:300px;
	clear:both;
}
div#sideNavigation {
	width:192px;
	float:left;
	display:block;
	min-height:235px;
	margin-left:2px;
	background:url(../images/layout/bg-navigation.jpg) no-repeat 0 0 scroll;
	display:inline;
}
div#content {
	width:551px;
	padding-right:25px;
	padding-bottom:25px;
	padding-top:10px;
	display:inline;
	float:left;
	background:url(../images/layout/bg-content-repeat.jpg) repeat-x 0 0 scroll;
	position:relative;
}
div#footerWrapp {
	background:url(../images/layout/bg-footerwrapp.jpg) repeat-x 0 0 scroll;
	width:100%;
	clear:both;
}
div#footer {
	width:452px;
	margin:0 auto;
	height:82px;
	clear:both;
	background:url(../images/layout/footer-bg.jpg) no-repeat 0 0 scroll;
}
div#footer ul {
	float:left;
	margin:10px 0 10px 10px;
	width:100%;
}
div#footer li { float:left; }
div#footer p {
	color:#FFF;
	padding:10px;
	text-align:center;
}
div#footer a {
	font-size:13px;
	color:#FFF;
	text-decoration:none;
	background:none;
	padding:6px;
}
div#footer a:hover { color:#0088CC; }
/*
 *
 * HELPERS
 -----------------------------------------*/
img.right, img.left { }
img.right { float:right; }
img.left { float:left; }
img.center {
	float:none;
	text-align:center;
	margin:0 auto;
}
span.center {
	width:100%;
	clear:both;
	text-align:center;
	float:left;
	padding-bottom:20px;
}

/*
 * NAVIGATION
 -----------------------------------------*/
ul.nav {
	float:left;
	width:192px;
	display:block;
	height:250px;
	padding-top:7px;
}
ul.nav li {
	width:100%;
	height:31px;
	float:left;
}
ul.nav a {
	text-indent:-9999px;
	float:left;
	height:31px;
	width:100%;
}
ul.nav a:hover, ul.nav a.active { background-position:bottom; }
a.apresentacao { background:url(../images/layout/menu_apresentacao.jpg) no-repeat 0 0 scroll; }
a.fersucro { background:url(../images/layout/menu_fersucro.jpg) no-repeat 0 0 scroll; }
a.cases { background:url(../images/layout/menu_cases.jpg) no-repeat 0 0 scroll; }
a.entrevistas { background:url(../images/layout/menu_entrevista.jpg) no-repeat 0 0 scroll; }
a.noticias { background:url(../images/layout/menu_noticias.jpg) no-repeat 0 0 scroll; }
a.produtos { background:url(../images/layout/menu_produtos.jpg) no-repeat 0 0 scroll; }
a.usina { background:url(../images/layout/menu_usina.jpg) no-repeat 0 0 scroll; }

/*
 * FORMATAO
 -----------------------------------------*/
h1, h2, h3 {
	background:url(../images/layout/htitulo.gif) no-repeat 0 0 scroll;
	width:490px;
	height:61px;
	line-height:1em;
	padding-left:40px;
	font-size:24px;
	color:#898989;
	font-family:Arial, Helvetica, Sans-serif;
	letter-spacing:-1px;
	border-bottom:1px solid #005ea6;
	font-weight:lighter;
	margin-bottom:20px;
}
h2, h3 {
	font-size:22px;
	height:auto;
	padding-bottom:10px;
}
h3.clear {
	background:none;
}
h2 a {
	text-decoration:none;
	color:#0066cc;
	font-size:18px;
	line-height:normal;
}
h2 a:hover { text-decoration:underline; }
p {
	font-family:Arial, Verdana, Tahoma;
	font-size:12px;
	color:#333;
	line-height:1.5em;
	margin-bottom:20px;
	/*text-indent:2.5em;*/
	text-align:left;
}
