
html {
  height: 100%;
}

* {margin:0;padding:0;} 

body{
	margin: 0;
	padding:0;
	width:100%;
  	height: 100%;
}

ul, li{
	list-style-type: none;
	margin-bottom:2px;
}

img{
	border:0;
	}

label{
	width:100px;
	display:block;
	margin-top:3px;
	margin-bottom:3px;
	/*float:left;*/
}

a{
	font-family:Arial;
	font-size:11px;
	color:black;
	text-decoration:none;
}

input{
	font-family:Arial;
	font-size:11px;
	border:1px solid #cccccc;
}

textarea{
	font-family:Arial;
	font-size:11px;
}
	


#wrap {height: 100%;width:100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 20px;width:100%;}

#footer {
	position: relative;
	margin-top: -20px;
	height: 20px;
	clear:both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {display: block;}

#logo{
	float:left;
	padding-top:40px;
}

#content{
	width:1000px;
  	height: auto;
  	position:relative;
  	/*left:50%;
  	margin-left:-432px;
	float:left;*/
	margin:auto;
	margin-bottom:20px;
}


.linha{
	left:0;
	position:absolute;
	margin-top:300px;
	z-index:-1;
	height:104px;
	width:100%;
	background:url(../linha_fundo.png) repeat-x;
}

#selo_fundo{
	position:absolute;
	z-index:1000;
	background:transparent;
	width:130px;
	height:20px;
	left:50%;
	margin-left:-65px;
}

#shadow_box{
	position:absolute;
	right:-80;
	z-index:6000;
	width:410px;
	height:200px;
	background:#4F4F4F;
	*background:5f5f5f;
	opacity:0.9;
	filter:alpha(opacity=90);
	display:none;
}


#slider {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.scroll {
  height: 130px;
  width:900px;
  margin-top:0px;
  overflow: hidden;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  overflow:hidden;
}

.scrollContainer{
  z-index:5000;
  position:relative;	
}

.scrollContainer a{
	font-size:12px;
	font-family:Arial;
	text-decoration:underline;
}
.scrollContainer div.panel {
  height: 130px;
  width:900px;
  z-index:5000;
}

.link_caixa{
	font-family: Arial;
	font-size:11px;		
}
.link_caixa:hover{
	font-family: Arial;
	font-size:11px;	
	color: #5EC7D1;	
}
.link_caixa_selected{
	font-family: Arial;
	font-size:11px;	
	color: #5EC7D1;	
}

.link_som{
	font-family: Arial;
	font-size:11px;	
	color: #000000;
	cursor:pointer;
}
.link_som_selected{
	font-family: Arial;
	font-size:11px;	
	color: #DE248F;
	cursor:pointer;
}

.som{
	font-family: Arial;
	font-size:11px;		
}
