html, body {
	margin: 0px;
	}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../imagens/background.gif) repeat top left;
	font-size:12px;
}
#container {
	width: 980px;
/*	height:auto;*/
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
	background-color:#fff;
}


/* -- ================== CONFIGURAÇÕES DO CABEÇALHO  ================== */
#header {
	width: 980px;
	height: 135px;
	margin: 0 auto;
	overflow: hidden;
}
#header #info{
	width: 980px;
	height: 85px;
	background: url(../imagens/header_bkg.jpg) no-repeat top left;
}
#header #info h1{
	font-size:22px;
	font-weight:200;
	letter-spacing:-1px;
	color:#0980C0;
	padding: 55px 0px 0px 110px;
	margin:0px;
}
#header #info #login{
	width:260px;
	height:70px;
	margin: 10px 10px 0px 0px;
	float:right;
}
#header #info #login #titulo{
	width:260px;
	height:15px;
	float:left;
}
#header #info #login #titulo h2{
	width:260px;
	height:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:200;
	color:#fff;
	margin:0px;
}
#header #info #login #campos{
	width:250px;
	float:left;
	padding:10px 5px 0px 0px;
}
#header #info #login #campos .logpass{
	width:90px;
	background-color:#f2f2f2; 
	font: 10px arial, sans-serif;
	color:#808080;
	border: 1px solid #808080;
	padding:5px;
}
#header #info #login #lembrar{
	width:185px;
	height:15px;
	float:left;
	padding: 3px 0px 0px 0px;
}
#header #info #login #lembrar h2{
	width:260px;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:200;
	color:#fff;
	margin:0px;
}
#header #info #login #lembrar h2 a{
	color:#fff;
	text-decoration:none;
}
#header #info #login #lembrar h2 a:hover{
	color:#fff;
	text-decoration:underline;
}

#header #menu{
	width: 980px;
	height: 41px;
	background-color:#8C1126;
}
#navcontainer ul {	
	margin:0px;
	padding-left: 110px;
	margin-left: 0px;
	background-color: #8C1126;
	color: White;
	float: left;
	font-family: arial, helvetica, sans-serif;
	border-right: 1px solid #fff;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	width:85px;
	padding: 12px 1em;
	height:17px;
	background-color: #8C1126;
	color: White;
	text-decoration: none;
	float: left;
	border-left: 1px solid #fff;
	text-align:center;
}

#navcontainer ul li a:hover
{
	background-color: #6C0D1E;
	color: #fff;
}
#header #logo{
	position:absolute;
	width: 95px;
	height: 133px;
	float:left;
	margin-left:7px;
}


/* -- ================== CONFIGURAÇÕES DO CONTEÚDO  ================== */
#content_interno {
	position:relative;
	width: 980px;
	height: auto;
	min-height:567px;
	margin: 0 auto;
	background: url(../imagens/content_background_interno.gif) repeat-x top left;
}
#content_interno_left {
	position:relative;
	width: 620px;
	height: auto;
	min-height:547px;
	float:left;
	padding:10px;
	clear:both;
}
#content_interno h1{
	font-family: georgia, serif;
	font-size: 33px;
	font-weight:100;
	color:#8E1026;
	line-height: 30px;
	letter-spacing: -1.8pt;
	margin:0px;
	padding:10px 0px 10px 0px; 
}
#content_interno h2{
	font-family: georgia, serif;
	font-size: 18px;
	font-weight:100;
	color:#666;
	line-height: 30px;
	letter-spacing: -1.0pt;
	margin:0px;
	padding:00px 0px 20px 0px; 
}
#content_interno h3{
	font-family: georgia, serif;
	font-size: 25px;
	font-weight:100;
	color:#1F346B;
	line-height: 30px;
	letter-spacing: -1px;
	margin:0px;
	padding:10px 0px 0px 0px; 
}
#content_interno p{
	text-align:left;
	font-size:13px;
	color:#4D4D4D;
}
#content_interno a{
	color:#1F346B;
	text-decoration:none;
}
#content_interno a:hover{
	color:#8CC63F;
	text-decoration:none;
}
#content_interno .cadastrebut{
	position:relative;
	width:620px;
	height:40px;
	text-align:right;
	background: url(../imagens/background_cadastrebut.gif) top left;
	margin: 0px 0px 20px 0px;
}

/* -- ================== CONFIGURAÇÕES DO CURSO  ================== */
#content_interno .curso {
	width: 600px;
	background: url(../imagens/background_curso.gif) repeat-x top left;
	padding:10px;
	float:left;
}
#content_interno .curso .foto{
	float:left;
	margin: 0px 10px 10px 0px;
}
#content_interno .curso .fotoferas{
	float:left;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 10px 0px;
}
#content_interno .curso .info{
	width:415px;
	float:left;
}
#content_interno .curso .galeria{
	width:600px;
	float:left;
}
#content_interno .curso .galeria ul{
	list-style:none;
	margin:0;
	padding:0;
}
#content_interno .curso .galeria li{
	display:block;
	width:47px;
	height:47px;
	float:left;
	margin:0px 7px 20px 0px;
}
#content_interno .curso .info .texto1{
	font-family: georgia, serif;
	font-size:12px;
	color:#999;
}
#content_interno .curso .info .texto1 a{
	color:#666;
}
#content_interno .curso .info .texto1 a:hover{
	color:#999;
}


#content_interno .curso .info .texto2{
	font-family: georgia, serif;
	font-size:12px;
	color:#1F346B;
}


#content_interno .curso .info .texto3{
	font-family: georgia, serif;
	font-size:12px;
	color:#8E1026;
	text-align:right;
	float:right;
	clear:left;
}
#content_interno .curso .info .texto3 a{
	color:#8E1026;
}
#content_interno .curso .info .texto3 a:hover{
	color:#6C0;
}
#content_interno .curso h3{
	font-family: georgia, serif;
	font-size: 25px;
	font-weight:100;
	color:#1F346B;
	line-height: 30px;
	letter-spacing: -1px;
	margin:0px;
	padding:0px; 
}
#content_interno .curso .cadastrebut{
	position:relative;
	width:600px;
	height:40px;
	text-align:right;
	background: url(../imagens/background_cadastrebut.gif) top left;
	margin: 0px 0px 20px 0px;
}




#content_interno_right {
	position:relative;
	width: 320px;
	height: auto;
	min-height:547px;
	float:left;
	background: url(../imagens/content_background_interno_right.gif) repeat-x top left;
	padding:60px 10px 0px 10px ;
}
#content_interno_right h1{
	font-family: georgia, serif;
	font-size: 25px;
	font-weight:100;
	color:#8E1026;
	line-height: 30px;
	letter-spacing: -1px;
	margin:0px;
	padding:10px 0px 0px 0px; 
}
#content_interno_right #video{
	width: 302px;
	height: 221px;
	padding: 7px;
	margin: 20px 0px 20px 0px;
	background-color:#333;
}
#content_interno_right #galeria{
	width: 314px;
	margin: 10px 0px 20px 0px;
	float:left;
}

#content_interno_right #galeria ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
/*#content_interno_right #galeria ul img{
	border:5px solid;
	border-color:#FFF;
}*/
#content_interno_right #galeria li{
	display:block;
	width:78px;
	height:78px;
	float:left;
	padding:0px 0px 0px 0px;
	text-align:center;
}


#content_interno_right #depoimentos{
	width: 314px;
	margin: 0px 0px 20px 0px;
}
#content_interno_right #depoimentos hr{
	background:url(../imagens/pixhr.gif) bottom left repeat-x; 
	clear:both; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:0em; 
	margin-bottom:0em; 
	padding-top:0.0em; 
	padding-bottom:0.0em; 
	text-align: center! important; 
	width:100%; 
} 
#content_interno_right #depoimentos p{
	font-family: georgia, serif;
	font-size: 12px;
	color:#999;
}
#content_interno_right #depoimentos .assinatura{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#1F346B;
}

/* -- ================== CONFIGURAÇÕES DO RODAPÉ  ================== */
#footer {
	width: 980px;
	height: 207px;
	margin: 0 auto;
	margin-top:5px;
	overflow: hidden;
	clear:both;
	background: url(../imagens/footer_background.gif) repeat-x top left;
}
#footer .box1{
	width: 215px;
	height: 167px;
	float:left;
	background: url(../imagens/footer_background_box1.gif) no-repeat center right;
	padding: 20px 15px 20px 15px;
}
#footer .box2{
	width: 215px;
	height: 167px;
	float:left;
	background: url(../imagens/footer_background_box2.gif) no-repeat center right;
	padding: 20px 15px 20px 15px;
}
#footer .box3{
	width: 215px;
	height: 167px;
	float:left;
	background: url(../imagens/footer_background_box3.gif) no-repeat center right;
	padding: 20px 15px 20px 15px;
}
#footer .box4{
	width: 215px;
	height: 167px;
	float:left;
	background: url(../imagens/footer_background_box4.gif) no-repeat center right;
	padding: 20px 15px 20px 15px;
}
#footer h1{
	font-family: georgia, serif;
	font-size: 20px;
	font-weight:100;
	color:#1F346B;
	line-height: 30px;
	letter-spacing: -1pt;
	margin:0px 0px 10px 0px;
}
#footer ul{
	list-style:none;
	margin:0;
	padding:0;
}
#footer li{
	display:block;
	width:47px;
	height:47px;
	float:left;
	margin:0px 6px 25px 0px;
}
#footer p{
	font-family: georgia, serif;
	font-size:12px;
	color:#999;
	margin:0;
}
#footer p a{
	color:#333;
	text-decoration:none;
}
#footer p a:hover{
	color:#1F346B;
	text-decoration:underline;
}


/* -- ================== CONFIGURAÇÕES DA CAIXA DE CRÉDITOS  ================== */

#creditos {
	width: 980px;
	height: 20px;
	margin: 0 auto;
	margin-top:10px;
	overflow: hidden;
	text-align:center;
}
#creditos .texto{
	font-family: georgia, serif;
	font-size:12px;
	color:#B3B3B3;
}

/* -- ================== CONFIGURAÇÕES DOS UI TABS  ================== */

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.0em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #333;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	margin: 0 0px 0px 0;
	border: 0px solid #ddd;
	padding: 2px 0px 0px 0px;
}
