/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}

body
{
	font-size: 12px;
	background-image: url("/images/fundo.gif");
	background-repeat: repeat-x;

}

.clear
{
	clear: both;
	font-size: 12;
	height: auto;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #161616;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5
{
	color: #636130;
	padding-top: 10px;
	padding-bottom: 8px;
	font-weight: normal;
	width: 405px;
}

h1
{
	padding-top: 30px;
	font-size: 20px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
	padding-bottom: 4px;
}

h4
{
	font-size: 15px;
}

h5
{
	font-size: 14px;
	padding-bottom: 4px;
}

h6
{
	font-size: 10px;
	padding-bottom: 4px;
}

p
{
	color: #161616;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.3;
	width: 670px;
}


#suaDiv{
width:200px;
height:auto;
border:10px;
}
#suaDiv img{float: left;}

#suaDiv1{
width:650px;
height:auto;
border:3px;
}
#suaDiv img{float: left;}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 717px;
	margin: 0 auto;
}

#main-logo
{
	width: 717px;
	height: 108px;
}
#main-logo img {
float:left;
}

#main-logo span {
float:left;
font-size:25px;
color:#fff;
padding:29px 0 0 15px;
}

#banner
{
	width: 717px;
	height: 350px;
	margin: 0;
	border-bottom: 5px solid #000;
}

#navigation
{
	width: 717px;
	height: 28px;
	border-bottom: 3px solid #fff;
	background: #FF9900 url(../images/nav-arrow.gif) left no-repeat;
}

#main-content
{
	width: 689px;
	padding-left: 28px;
	background: url(../images/content-bg.gif) repeat-y;
}

#main-image
{
	width: 680px;
	padding-left: 0px;
	margin-left: 0px;

}

#main-content-bot
{
	width: 717px;
	height: 15px;
	font-size: 0;
	background: url(../images/content-bg-bot.gif) no-repeat;
	margin-bottom: 0px;
}

#footer
{
	width: 715px;
	margin: 0 auto;
	text-align:center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#content-xtra-bg
{
	background: url(../images/content-bg-company.jpg) bottom right no-repeat;
}

#main-content-bot
{
	width: 717px;
	height: 15px;
	font-size: 0;
	margin-bottom: 20px;
}

#main-xtra-bot
{
	width: 717px;
	height: 15px;
	font-size: 0;
	background: url(../images/content-bot-company.jpg) no-repeat;
	margin-bottom: 20px;
}

#latest-news
{
	float: right;
	width: 189px;
	padding-right: 30px;
	border-left: 2px solid #fff;
	margin-top: 20px;
	padding-left: 26px;
}

#noticias
{
	
	width: 189px;
	padding-right: 30px;
	border-left: 2px solid #fff;
	margin-top: 20px;
	padding-left: 26px;
	background: url(../images/latest-news-arrow.gif) left no-repeat;
}



#latest-news1
{
	float: right;
	width: 140px;
	padding-right: 8px;
	border-left: 2px solid #fff;
	margin-top: 20px;
	padding-left: 13px;
}




#cabecalho
{
	width: 717px;
	margin-top: 3px;
	}



/*************************************************** Latest News Styles ***************************************************/

#latest-news h3
{
	text-decoration: underline;
	padding: 0 0 24px 0;
	width: 165px;
}

#latest-news h6
{
	font-weight: bold;
	color: #7f7c43;
	padding-bottom: 0;
}

#latest-news p
{
	font-size: 12px;
	width: 165px;
	padding-bottom: 8px;
}

#latest-news a
{
	font-size: 9px;
	font-weight: lighter;
	background: url(../images/latest-news-arrow.gif) left no-repeat;
	padding-left: 10px;
	padding-right: 4px;
	float: left;
}








#latest-news .news-item
{
	border-bottom: 1px solid #c8c58d;
	width: 184px;
	padding-bottom: 16px;
	margin-bottom: 14px;
}

#latest-news .news-item-last
{
	width: 184px;
	padding-bottom: 16px;
}

/*************************************************** Main Content Styles ***************************************************/

#main-content img.white-border
{
	border: 2px solid #fff;
	margin-right: 18px;
}

#main-content img.white-border1
{
	border: 0px solid #fff;
	margin-left: 5px;
}


#main-content ul
{
	padding-left: 20px;
}

#main-content ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #161616;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	background: url(../images/list-arrow.gif) left no-repeat;
	list-style: none;
}


/*************************************************** Navigation Styles ***************************************************/

#navigation ul
{
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0;
	margin-left: 20px;
	margin-top: 1px;
	display: inline;
}




#navigation ul li
{
	display: inline;
	float: left;
	font-weight: bold;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-left: 14px;
	padding-right: 16px;
	background: url(../images/nav-divide.gif) center right no-repeat;
}

#navigation ul li.last-item, #navigation ul li.last-item a
{
	background: none;
}

#navigation ul li a:active,
#navigation ul li a:hover
{
	color: #996600;
}

#home #navigation ul li a#home-link, #news #navigation ul li a#news-link, #company #navigation ul li a#company-link, #products #navigation ul li a#products-link, #contact #navigation ul li a#contact-link
{
	color: #996600;
}




.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}



