/* CSS Document */

/* Begin Geral */
body {
	margin: 0 0 0 0;
	padding: 0;
}

#corpo {
	width:1000px;
	background:#FFFFFF;
	margin: 0px auto;
	padding: 0;	
	font-family: Calibri, Geneva, Tahoma;
}
/* End Geral */

/* Begin header*/
#header {
	width:1000px;
	height:276px;
	background-color: #111111;
}

#headerimg {
	width:1000px;
	height:216px;
}
/* End header*/

/* Begin menu*/
#menu {
	width:1000px;
	height:60px;
	background: url(http://www.orebrasil.com.br/wp-content/themes/danielle/images/text_top.gif);
}
#menu ul {
	margin: 0 0 0 100px;;
	padding: 0;
	list-style-type: none;
}
#menu ul a {
	font-size: 12px;
	display: block;
	width: 99px;
	height: 17px;
	line-height: 14px;
	color: white;
	text-decoration: none;		
	text-align:center;	
}
#menu ul a:hover {
	background: url(http://www.orebrasil.com.br/wp-content/themes/danielle/images/aba.gif) no-repeat left center;
	color: black;
}
#menu li {
	float: left;
}
/* End menu*/

/* Begin Main Content*/
#content {
	padding: 0 100px 50px 100px;
	margin: 0 0 0 0;
	float: left;
}
#releases {	
	width: 480px;
	background: url(images/middle.gif) repeat-y;		
	margin-bottom: 20px;		
}
#releases  h4{
	background: url(images/top.gif) no-repeat left top;
	padding-top: 20px;
}
#releases  .last {
	background: url(images/bottom.gif) no-repeat left bottom;
	padding-bottom: 20px;
}
#releases h4, #releases .last {
	padding-left: 20px;
	padding-right: 20px;
}
#bncImagem {
	
	width: 480px;
	background: url(images/middle.gif) repeat-y;
}
#bncImagem  h4{
	background: url(images/top.gif) no-repeat left top;
	padding-top: 20px;
}
#bncImagem  .last {
	background: url(images/bottom.gif) no-repeat left bottom;
	padding-bottom: 20px;
}
#bncImagem h4, #bncImagem .last {
	padding-left: 20px;
	padding-right: 20px;
}
#bncImagem  ul, #bncImagem  li{
	list-style-type: none;
}
#contato {	
	margin-left: 500px;	
	width: 300px;
	background: url(images/middleContato.gif) repeat-y;
}
#contato h4 {
	background: url(images/topContato.gif) no-repeat left top;
	padding-top: 20px;
}
#contato .last {
	background: url(images/bottomContato.gif) no-repeat left bottom;
	padding-bottom: 20px;
}
#contato h4, #contato .last {
	padding-left: 20px;
	padding-right: 20px;
}
/* End Main Content*/

/* Begin link */
a {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration:underline;
	color: #4C9EF9;
}
/* Begin link */

/* Begin footer*/
#footer {
	clear:both;
	background: url(http://www.orebrasil.com.br/wp-content/themes/danielle/images/bottom.jpg) no-repeat left center;
	height: 130px;	
}
#footer p {
	margin: 0 40px 0 50px;
	padding: 20px 0;
	text-align: justify;
	color:#FFF;
	font-size: 11px;
}
/* End footer*/

/*Begin Accordion */
dl { 
	width: 400px;
}
dl, dd { 
	margin: 0; 
}
dt { 
	background: transparent; 
	font-size: 16px; 
	padding: 5px;
	margin: 2px; 
}
dt a { 
	color: #0066CC;
	text-decoration: none;
}
dt a:hover {
	text-decoration:underline;
	color: #4C9EF9;
}
dd a { 
	color: #000; 
}
dd a:hover { 
	color: #000; 
}
dd ul { 
	list-style: none; 
	padding: 0 0 0 20px; 
	margin: 0;
}
/*Emd Accordion */

