* {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

/*----------------------------------------------------------------------
 HEADER
----------------------------------------------------------------------*/
#content_inner {
	width: 900px;
	position: relative;
	height: 235px;
	text-align: center;
}

.slides1_wrap {
	position: relative;
	padding: 0 0 0 0;
	width: 900px;
}

#slides1 {
	overflow: hidden;
	height: 235px;
	margin-left: 100px;
}

#slides1 li {
	list-style: none;
	width: 800px;
}

#slides1 li img {
	float: left;
}

#slides1 .content {
	float: left;
	width: 350px;
	padding-left: 15px;
}

#slides1 li p {
	font-family: "LucidaGrande","bitstreamverasans","trebuchetms",sans-serif,verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}

#slides1 h3 {
	font-family: "LucidaGrande","bitstreamverasans","trebuchetms",sans-serif,verdana;
	font-size: 19px;
	color: #362B6F;
	text-decoration: none;
	font-weight: normal;
	padding-bottom: 16px;
}

.slides1_wrap .prev {
	position: absolute;
	left: -6px;
	top: 80px;
	outline: 0;
}

.slides1_wrap .next {
	position: absolute;
	right: 0px;
	top: 80px;
	outline: 0;
}

.slides1_wrap a:active {
	top: 80px;
}

.bx_pager {
	margin-left: 430px;
	bottom: 23px;
	position: absolute;
}

.bx_pager a {
	float: left;
	background: url(../Imagens/bg_pager_hover.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 9px;
	text-align: center;
	line-height: 20px;
	margin-right: 5px;
}

.bx_pager a:hover, .bx_pager a.active {
	float: left;
	background: url(../Imagens/bg_pager_active.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	margin-right: 5px;
}

.auto_controls {
	position: absolute;
	bottom: 23px;
	left: 630px;
}

.auto_controls a {
	font-family: "LucidaGrande","bitstreamverasans","trebuchetms",sans-serif,verdana;
	font-size: 13px;
	color: #2A2A2A;
	text-decoration: none;
	outline: 0;
	padding: 2px;
}

.auto_controls a:hover {
	font-family: "LucidaGrande","bitstreamverasans","trebuchetms",sans-serif,verdana;
	font-size: 13px;
	color: #362B6F;
	text-decoration: none;
	outline: 0;
	padding: 2px;
}

#content #notes li, #content #changes li {
	font-size: 12px;
	color: #8f8f8f;
	margin-left: 43px;
	padding-bottom: 6px;
}

#content #notes li a {
	color: #e41996;
}

#idc-container a {
	color: #e41996;	
}

#idc-container h3 {
	color: #666;
}



