/*------------------------------------------------------------------------------------
      (C)2008 (X)HTML and CSS by Samuel Viani Bastos | www.samuelviani.com
------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------
  GENERAL
------------------------------------------------------------------------------------*/   
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;	
}
html {
	overflow: -moz-scrollbars-vertical; /* for show vertical scrollbar */
	*overflow-x: hidden; /* for remove horizontal scrollbar in IE*/
}	
body {
	font: 70% Arial, Helvetica, sans-serif;
	text-align: center; /* Align for IE */
	background: url(../images/backgrounds/body-index.png) center top no-repeat;	
}
sup {
	font-size: 90%;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
hr {
	height: 1px;
	color: #b2b2b2;
	background: #b2b2b2;
	margin: 30px 0 30px 0;
	_margin: 15px 0 25px 0;	
}
img {background: url(../images/backgrounds/loading.gif) center center no-repeat;}
#container {
	width: 990px;
	margin: 0 auto;
}

/*------------------------------------------------------------------------------------
  CONTENT-NOFLASH
------------------------------------------------------------------------------------*/   
#content-noflash {
	height: 0;
	margin-left: -999999px;
	overflow: hidden;
}

/*------------------------------------------------------------------------------------
  CONTENT-FLASH
------------------------------------------------------------------------------------*/   
#content-flash {
	width: 990px;
	height: 676px;
	float: left;
	margin-top: -1px;
}
.plugin {
	color: #000;
	background: #FFF;
	margin-top: 25%;
	padding: 20px;
	border: 1px solid #333;
}
.plugin a {color: #000;}	 
.plugin a:hover {color: #ba8a38;}	

/*------------------------------------------------------------------------------------
  BACKGROUND-2
------------------------------------------------------------------------------------*/   
#background-2 {
	width: 100%;
	min-height: 250px;
	_height: 250px;
	float: left;
	background: url(../images/backgrounds/background-2.jpg) center top repeat;	
}

/*------------------------------------------------------------------------------------
  FOOTER
------------------------------------------------------------------------------------*/   
#footer {
	width: 970px;
	float: left;
	margin-left: 20px;
	_margin-left: 10px;	
}
#footer p {
	font-size: 90%;
	color: #414141;
	text-align: left;
}
#footer a {color: #414141;}	
#footer a:hover {color: #ba8a38;}