* {
	list-style:none;
	margin:0;
	padding:0;
}
div, img, a{
	behavior:url(iepngfix.htc);
	}
body {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#36393a;
	background:url(images/back_header.gif) repeat-x;
}
#wrap{
	width:955px;
	margin:0 auto;
}
#container{
	margin:32px 0 40px 0;
}

/*LINK*/
a, a:visited{
	color:#454e60;
	text-decoration:underline;
	}
	
a:hover{
	color:#454e60;
	text-decoration:underline;
	}
	
a img{
	border: none;
	}
	
a:focus, a:hover, a:active{
	outline:none;
	}
	
/*HEADER*/
#header{
/*	height:154px;*/
	height:174px;
	background:url(images/detail_header.jpg) no-repeat center bottom;
}
#headerleft{
	width:582px;
	height:28px;
	padding:6px 0 40px 0;
	float:left;
}
#headerright{
	width:120px;
	height:31px;
	padding-top:94px;
	float:right;
}
.tab{
	height:26px;
	float:right;
}
.tab span{
	float:left;
}
.tab_left{
	width:15px;
	height:26px;
	background:url(images/tab_left.png) no-repeat;
}
.tab_right{
	width:15px;
	height:26px;
	background:url(images/tab_right.png) no-repeat;
}
.tab_text{
	font-size:12px;
	font-weight:bold;
	color:#416699;
	padding:5px 0 0 0;
	background:url(images/back_tab.png) repeat-x;
	height:21px;
	display:block;
}	

/*NAV*/
#nav{
	width:955px;
	height:40px;
	line-height:40px;
}
#nav ul {

}

#nav li {
	float:left;
	padding:0 20px 0 0;
	margin-right:20px;
	background:url(images/detail_nav.gif) no-repeat right 15px;
	
}
#nav li a, #nav li a:link, #nav li a:visited {
	color:#fff;
	display:block;
	font-size:15px;
	font-weight:normal;
	text-decoration:none;
}
#nav li a:hover, #nav li a:active {
	color:#000;
	text-decoration:none;
}
#nav li a.nav_active{
	background:url(images/back_nav_active.png) no-repeat center top;
	color:#000;
}

/*CONTENT*/
#content{
	width:550px;
}
#content h1{
	font-size:22px;
	color:#5f799c;
	font-weigth:bold;
	margin:10px 0 20px 0;
}
#content h2{
	font-size:15px;
	font-weigth:bold;
	margin:10px 0 10px 0;
}
#content h2.curriculum{
	font-size:13px;
	font-weigth:bold;
	margin:0 0 15px 0;
	text-transform:uppercase;
}
#content h3{
	font-size:13px;
	font-weigth:bold;
}
#content p{
	margin-bottom:15px;	
}
#content ol li{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #dfe2e3;
}
#content ul.curriculum{
	margin-bottom:20px;
}
#content ul li{
	list-style-type:disc;
	list-style-position:inside;
	margin-bottom:15px;
}
#content ul li.curriculum{
	list-style-type:disc;
	list-style-position:inside;
	margin-bottom:0;
}
a.bt{
	font-size:16px;
	font-weight:bold;
	background:url(images/bt_conheca_equipe.png) no-repeat;
	width:285px;
	height:32px;  
	padding:8px 0 0 15px;
	display:block;
	color:#fff;
}
a.bt:hover{
	color:#fff;	
	text-decoration:none;
}
#breadcrumb{
	border-top:1px solid #dfe2e3;
	border-bottom:1px solid #dfe2e3;
	height:30px;
	line-height:30px;
	margin-bottom:20px;
	font-size:12px;
}
#breadcrumb a{
	font-weight:bold;	
}

/*SIDEBAR*/
#sidebar{
	width:300px;
}
#sidebar p{
	margin-bottom:15px;	
	padding:0 15px;
}
#sidebar h2{
	font-size:18px;
	color:#5f799c;
	font-weigth:bold;
	margin:10px 0 20px 0;
	padding:0 15px;
}

/*IMAGES*/
img.border{
	background:url(images/image_border.png) no-repeat;
	padding:15px 15px 25px 15px;
}
a img.livros{
	border:0px solid #36393a;
}

/*FOOTER*/
#footer{
	color:#fff;
	clear:both;
	background:url(images/back_footer.gif) repeat-x;
}
#footerwrap{
	width:955px;
	margin:0 auto;
	height:30px;
	padding-top:16px;
}
#footerleft{
	width:550px;
	float:left;
}
#footerright{
	width:405px;
	float:right;
	text-align:right;
}

/*CLASSES*/
.align_right{
	text-align:right;	
}
.aling_left{
	text-align:left;
}
.float_right{
	float:right;
}
.float_left{
	float:left;
}

/*CLEARFIX*/
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix{
	display:inline-block;
}
/* Hides from IE-mac \*/* html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}/* End hide from IE-mac */