/* CSS Document */
/* criado por: razz.com+web+design */
/* site: Task */

* {
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f2f2f2;
}
.centralizer {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	position:relative;
}

/* -- top -- */

.top {
	height: 90px; 
	border-bottom: 1px solid #FFF;
	background: #FFF url(../images/bg_top.gif) repeat-x bottom left;
	clear: both
}
.topleft {
	padding: 10px 0 0 30px;
	float: left;
}
.topright {
	padding: 59px 30px 0 0;
	float: right;
}
.topright ul {
    margin: 0;
    padding: 0;
	list-style: none;
}
.topright ul li {
    display: inline;
    margin: 0;
    padding: 0;
}
.topright ul li a:link, .topright ul li a:visited, .topright ul li a:active  {
    float: left;
    font-size: 12px;
    color: #006435;
	height: 31px;
	display: block;
    padding: 0 30px;
	line-height: 31px;
    text-decoration: none;
	border-left: 1px solid #FFF;
}
.topright ul li a:hover {
	background: url(../images/bg_menu.gif) repeat-x bottom left;
	color: #FFF;
}
.topright ul li a.rightborder {
	border-right: 1px solid #FFF;
}

/* -- breadcrumb, search, accessibility -- */

.bsa {
	height: 29px;
	border-bottom: 1px solid #FFF;
	background: url(../images/bg_bsa.gif) repeat-x top left;
	clear: both;
	font-size: 10px;
	color: #8a8a8a;
}
.bsa .breadcrumb {
	margin: 0;
	padding: 8px 0 0 30px;
	float: left
}
.bsa .textbusca {
	margin: 0;
	padding: 8px 8px 0 0;
	float: right
}
.bsa .localizar {
	margin: 0;
	padding: 6px 30px 0 0;
	float: right;
}
.bsa .fieldtext {
	padding: 5px 8px 0 0;
	float: right;
}
.bsa .fieldtext input {
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #e9e9e9;
	font-size: 11px;
	color: #808080;
	letter-spacing: 1px; 
	width: 150px; 
	margin: 0; 
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bsa .fieldselect {
	padding: 6px 8px 0 0;
	float: right;
}
.bsa .fieldselect select {
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #e9e9e9;
	font-size: 11px;
	color: #808080; 
	margin: 0; 
	padding: 0; 
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bsa a:link, .bsa a:active, .bsa a:visited {
	color: #8a8a8a;
	text-decoration: none;
}
.bsa a:hover {
	color: #006435;
	text-decoration: underline;
} 

/* -- content -- */

.content {
	margin: 0;
	padding: 0;
	background: #FFF url(../images/bg_content.gif) repeat-x top left;
	clear: both
}
.carrossel {
	height: 312px; 
	clear: both;
	position:relative;
}
.projects {
	background: #FFF url(../images/bg_spacer.gif) no-repeat top center; 
	padding: 35px 0 25px; 
}
.projects ul {
	list-style: none; 
	margin: 0; 
	padding: 0 8px;
}
.projects ul li {
	float: left; 
	width: 181px; 
	background: url(../images/bg_thumb.png) no-repeat top left;
}
.projects ul li.paddingright {
	padding-right: 14px;
}
.projects ul li h1, .right ul.projectslist li h1 {
	height: 70px; 
	padding: 5px
}
.projects ul li h2, .right ul.projectslist li h2 {
	font-size: 12px; 
	color: #006435; 
	margin: 6px 8px 0; 
	line-height: 16px; 
	font-weight: normal
}
.projects ul li h3, .right ul.projectslist li h3 {
	font-size: 10px; 
	color: #666; 
	margin: 4px 8px 0; 
	line-height: 14px; 
	font-weight: normal
}
.projects ul li a:hover, .right ul.projectslist li a:hover {
	border: 5px solid #eee;
	display: block;
	height: 60px !important;
	width: 161px !important;
	padding: 0;
	margin: 0;
  text-decoration: none !important;
}
a.thumb:hover {
	border: none !important;
}
.projects ul li a:link, .projects ul li a:active, .projects ul li a:visited, .right ul.projectslist li a:link, .right ul.projectslist li a:active, .right ul.projectslist li a:visited {
	height: 70px;
	width: 171px;
	display: block
}
.holder {
	padding: 26px 30px;
	margin: 0
}

/* -- Left -- */

.left {
	width: 222px;
	float: left;
}
.left h1 {
	font-size: 14px; 
	color: #006435; 
	font-weight: normal;
	padding: 0 0 10px 10px;
}
.left ul {
	list-style: none;
}
.left ul li a:link, .left ul li a:active, .left ul li a:visited {
	border-top: 1px solid #dcdcdc;
	color: #808080;
	font-size: 11px;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	padding: 0 15px;
	display: block
}
.left ul li a:hover {
	background-color: #006435;
	color: #FFF;
}
.left address, .left p.mapa {
	font-size: 11px; 
	line-height: 20px; 
	padding: 0 15px; 
	color: #808080
}

/* -- Right -- */

.right {
	width: 630px;
	float: right;
}
.right h1.title {
	font-size: 16px; 
	color: #006435; 
	font-weight: normal;
	padding: 0 0 20px 0;
}
.right h2.institucional {
	font-size: 14px; 
	color: #006435; 
	font-weight: normal;
	padding: 0 35px 20px 50px;
}
.right p.institucional {
	color: #006435; 
	font-size: 12px; 
	padding: 0 35px 13px 50px; 
	line-height: 22px;
	text-align: justify
}
.right p.depoimento {
	color: #333; 
	font-size: 11px; 
	padding: 0 35px 10px 50px; 
	line-height: 18px;
	text-align: justify
}
.right select {
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #e9e9e9;
	font-size: 10px;
	color: #808080; 
	margin: 0 0 0 10px; 
	padding: 2px; 
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul.projectslist {
	list-style: none;
	clear: both;
	margin: 0;
	padding: 0;
}
ul.projectslist li {
	float: left;
	width: 181px;
	background: url(../images/bg_thumb.png) no-repeat top left;
}
ul.projectslist li.clearblock {
	float: none !important;
	height: 12px;
	clear: both;
	display: block;
	background: none !important;
	width: 629px !important;
	padding: 0;
	margin: 0;
}
ul.projectslist li.paddingright2 {
	padding-right: 43px;
}
.paginacao {
	font-size: 10px;
	color: #adadad;
	clear: both;
	display: block
}
.projectpic {
	float: left; 
	width: 600px; 
	height: 450px; 
	background: url(../images/bg_projectpic.gif) no-repeat top left; 
	padding: 6px;
	position: relative;
	overflow: hidden;
}
.projectinfo {
	float: right; 
	width: 272px;
}
.projectinfo h1 {
	font-size: 14px; 
	font-weight: normal; 
	line-height: 22px; 
	color: #006435; 
	padding: 0 0 10px 0;
}
.projectinfo h2 {
	font-size: 11px; 
	color: #333; 
	font-weight: normal; 
	padding: 0 0 10px 0	
}
.projectinfo p {
	color: #006435; 
	font-size: 12px; 
	padding: 0 0 13px 0; 
	line-height: 20px
}
.projectinfo div.infopics {
	text-align: right; 
	padding: 10px 0 18px 0; 
	font-size: 11px; 
	color: #8A8A8A;
}
.icon_info {
	display:block;
	width:28px;
	height:50px;
	background-image: url('../images/info_cinza.png');
	background-repeat: no-repeat;
	margin-right:10px;
}
.icon_info:hover, .icon_info_active {
	background-image: url('../images/info_verde.png');
}
.icon_foto {
	display:block;
	width:28px;
	height:50px;
	background-image: url('../images/foto_cinza.png');
	background-repeat: no-repeat;
}
.icon_foto:hover, .icon_foto_active {
	background-image: url('../images/foto_verde.png');
}
.projectinfo div.infopics a:link, .projectinfo div.infopics a:active, .projectinfo div.infopics a:visited {
	color: #006435;
	text-decoration: none;
}
.projectinfo div.infopics a:hover {
	color: #006435;
	text-decoration: underline
}
.projectinfo ul {
	list-style: none; 
	clear: both; 
	display: block
}
.projectinfo ul li {
	float: left;
	padding: 6px;
	height: 50px; 
	width: 50px; 
	background: url(../images/bg_small_pic.gif) no-repeat top left;
}
.projectinfo ul li.spaceright {
	padding: 6px 14px 6px 6px !important;
	margin-bottom: 8px;
}
.projectinfo ul li a:link, .projectinfo ul li a:active, .projectinfo ul li a:visited {
	height: 50px;
	width: 50px;
	display: block
}
/*
.projectinfo ul li a:hover {
	border: 5px solid #e5e5e5;
	display: block;
	height: 40px !important;
	width: 40px !important;
	padding: 0;
	margin: 0;
}
*/
div.forbots {
	padding: 9px 0 0 0; 
	width: 110px	
}
a.botprevious:link, a.botprevious:active, a.botprevious:visited {
	height: 26px; 
	line-height: 26px; 
	color: #006435; 
	font-size: 10px; 
	padding: 0 8px 0 32px; 
	background: url(../images/bot_previous.gif) no-repeat top left; 
	display: block	
}
a.botnext:link, a.botnext:active, a.botnext:visited {
	height: 26px; 
	line-height: 26px; 
	color: #006435; 
	font-size: 10px; 
	padding: 0 32px 0 8px; 
	background: url(../images/bot_next.gif) no-repeat top right; 
	display: block; 
	text-align: right
}
a.botprevious:hover, a.botnext:hover {
	display: block;
	color: #808080;
	text-decoration: underline;
}

/* -- bottom -- */

.bottom {
	margin: 0;
	padding: 28px 0;
	clear: both;
	background: #f2f2f2 url(../images/bg_spacer_bottom.gif) no-repeat top center;
}
.bottom ul {
	list-style: none;	
}
.bottom ul li h1 {
	font-size: 11px; 
	color: #006435; 
	font-weight: normal; 
	padding: 0 0 8px 0
}
.bottom ul li ul {
	list-style: none; 
	font-size: 10px; 
	color: #808080; 
	line-height: 18px;
	padding-top: 2px
}
.bottom ul li input {
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #e9e9e9;
	font-size: 11px;
	color: #808080;
	letter-spacing: 1px;
	width: 136px; 
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bottom ul li label, .bottom ul li span, .bottom ul li p {
	font-size: 10px; 
	color: #808080; 
	line-height: 18px
}
.bottom ul li ul li a:link, .bottom ul li ul li a:active, .bottom ul li ul li a:visited {
	color: #808080;
	text-decoration: none;
}
.bottom ul li ul li a:hover {
	color: #006435;
	text-decoration: underline;
} 

/* general tags */

img {
	border: none;
}
.clear {
	clear: both
}
.block {
	display: block;
}
.spacer {
	height: 8px;
}
.to-left {
	float: left
}
.to-right {
	float: right;
}
.height {
	height: 1px;
}
.aligncenter {
	text-align: center !important;
}
.alignright {
	text-align: right !important;
}
.fonttwelve {
	font-size: 12px
}
.fontten {
	font-size: 10px
}
.textgreen {
	color: #006435
}
hr {
	border: 0;
	border-bottom: 1px solid #CCC;
	margin: 0 35px 20px 50px;
	height: 1px
}

/* links */

a.grayttogreen:link, a.grayttogreen:active, a.grayttogreen:visited {
	color: #808080;
	text-decoration: none
}
a.grayttogreen:hover {
	color: #006435;
	text-decoration: underline;
}
a:link, a:active, a:visited {
	color: #006435;
	text-decoration: none
}
a:hover {
	color: #006435;
	text-decoration: underline;
}

/* Forms */

.contato {
	border-color:#BBBBBB #E5E5E5 #EFEFEF #E9E9E9; 
	border-style: solid; 
	border-width: 1px; 
	color:#808080;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	letter-spacing: 1px; 
	padding: 2px; 
	width: 500px;	
}
.botenviar {
	border: 1px solid #CCC; 
	color: #FFF;
	background-color: #006435;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	letter-spacing: 1px; 
	padding: 2px 10px; 
}

/* Hotsite */

a.bt_hotsite{
	width:210px;
	height:29px;
	background:url(../images/bt_hotsite.png) 0 0 no-repeat;
	display:block;
	color:#305E2F;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	position:absolute;
	top:0;
	right:12px;
	padding:16px 0 0 35px;
}