* {
	margin: 0; 
	padding: 0; 
	border: 0; 
}

/* ÁREAS FIXAS */

html, body {
	height: 100%; 
	font-size: 100%;
	font-family: Arial, Sans-serif;
}

.container {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-image: url('../img/bg.png')
}

.scroller {
	overflow-y: scroll; 
	position: relative;
	height: 100%;
}

#main{
	width: 1200px; 
	margin: 30px auto 60px;
	overflow: hidden;
}

#main-header{
	width: 1200px; 
	margin: 0 auto;
	overflow: hidden;
}


header{
	position: fixed;
	width: 100%;
	background-color: #fff;
	padding: 15px 0 10px;
	top: 0;
	text-align: center;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	z-index: 1;
}

header h1{
	width: 100%;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 2.6em;
	color:#ed1c24;
}

header h1:before {
  content: "";
  width: 60px;
  height:60px;
  margin-left: -70px;
  position: absolute;
  background-image: url('../img/help.png');
}

header span{
	color: #8c8c91;
	font-style: italic;
	float:left;
	width: 100%;
}

.header-atendimento{
	color: #8c8c91;
	font-style: italic;
	float:left;
	width: 100%;
	position: absolute;
	right: 30px;
	top:15px;
	font-size: 0.9em;
	text-align: right;
	padding-top: 44px;
	width: 300px;
	background-image: url('../img/bioslab_karyon.png');
	background-position: right 0;
	background-repeat: no-repeat;
	text-decoration: none;
}

.btn-menu{
	position: absolute;
	left: 30px;
	top:25px;
	background-color:#D9534F;
	font-size: 1.4em;
	padding: 10px 30px 4px 60px;
	background-position: 24px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: -webkit-inline-box;
	background-image: url('../img/icones.png');
	background-repeat: no-repeat;
}
.btn-menu:hover{
	background-color:#c83232;
}

.btn-anterior, .btn-proximo{
	background-color: #a0a0a5; 	
	padding: 7px 15px 3px;
	margin: 0 10px;
}

.btn-anterior{background-position: left -45px; padding-left: 40px;}
.btn-proximo{background-position: right -85px; padding-right: 40px;}


/* FRAMEWORK */

article{
	width: 610px;
	float: left;
	padding: 40px;
	background-color: #fff; 
	-webkit-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.4);
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.4);
}

article h1{
	float: left;
	width:100%;
	font-size: 2em;
	font-weight: normal;
	margin-bottom:30px;
	color: #606060;
	font-weight: bold;
}

article h2{
	float: left;
	width:100%;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom:20px;
	color:#ed1c24;
}

article h3 {
	font-size: 1em;
	font-weight: normal;
	color:#ed1c24;
}

article p{	
	float: left;
	width: 100%;
	font-size: 1em;
	font-weight: normal;
	margin-bottom:20px;
	color: #323237;
	text-indent: 30px;
	text-align: justify;
}

article p span, article li span{font-weight: bold}

article ul, article ol{
	float: left;
	width:87%;
	font-weight: normal;
	color: #323237;
	font-size: 0.9em;
	margin: 0 5% 20px 8%;
}

article ul li, article ol li{ margin-bottom: 10px;}

article h3{
	float: left;
	width: 100%;
	font-size: 1em;
	font-weight: normal;
	color:#ed1c24;
	text-indent: 0;
	margin-bottom:12px;
}

article a{color: #ed1c24;}

article .box-atencao, article .box-importante{
	width: 90%;
	float: left;
	padding: 20px 5% 0;
	margin-bottom: 20px;
}

article .box-atencao p, article .box-importante p{font-size: 0.9em;}
article .box-importante h3, article .box-atencao h3{
	font-weight: bold;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

article .box-importante{background-color: #ffe6e6;border-left: 3px solid #D9534F;}
article .box-importante h3{color: #D9534F;}
article .box-atencao{background-color: #fff2dc;border-left: 3px solid #F0AD4E;}
article .box-atencao h3{color: #F0AD4E;}

aside{
	width: 430px;
	float: left;
	padding: 40px;
	background-color: #f5f5f5;
	-webkit-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
	-webkit-box-shadow:inset 2px 0 2px 0 rgba(0,0,0,0.3);
	box-shadow:inset 2px 0 2px 0 rgba(0,0,0,0.3);
}

aside a, aside img{
	width: 430px; 
	height: auto; 
	float: left
}

aside span{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	font-size: 0.8em;
	font-style: italic;
	color: #323237;
}