﻿/*

	1) General selectors - body,h1/h3,a,blockquote,code,p
	2) Structure - container,content,tagline
	3) Left selectors - main,meta,comments
	4) Right selectors - author,links,line,search,themes
	5) Footer - extras
	6) Forms - input,textarea
	7) Accessibility - skip,hr
	8) Hacks - clearfix

*/

/* 1) -=-=-=- General selectors -=-=-=- */

body {
	background: #3b3b3b url(../images/bg_top.gif) repeat-x;
	margin: 0px auto;
	padding: 0;
    font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 68%;
	color: #3f3f3e;
	text-align: center;
	}


* { 
    color: #3f3f3e;
}

dt {
	margin: 0px 0 0 0px;
    padding: 10px 15px 5px 15px;
    border-top: 1px solid #efeeee;
    border-left: 1px solid #efeeee;
}

dt {
    color: #8a8989;
	background-color:#fafafa;
	display:block;
	font-size:105%;
	font-weight:lighter;
	text-decoration:underline;
	font-stretch:wider;
}

dd {
	margin: 0px 0 0 0px;
    padding: 10px 15px 10px 25px;
    border-left: 1px solid #efeeee;
}

dd strong {
    font-size: 10px;
}

h4 {
	font-size: 1.0em;
	margin: 20px 0 -10px 0;
	font-weight:bold;
	}
	
a:link {
	color: #3f3f3e;
	text-decoration:none;
	}
	
a:visited {
	color: #3f3f3e;
	text-decoration:none;

	}
	
a:hover, a:active {
	color: #3f3f3e;
	text-decoration:underline;
	}
	
blockquote {
	border-left: 4px solid #3F3F3F;
	padding: 0 10px;
	margin: 0 0 0 10px;
	font-style: italic;
	}
	
code {
	display: block;
	padding: 10px;
	color: #444E1F;
	background: #F5F8E8;
	font-size: 1.2em;
	border-top: 2px solid #D0EC98;
	}

p {
	line-height: 1.4;
	}
#logo h1 {
    float: left;
	margin: 45px 0 0 25px;
    width: 224px;
    height: 90px;
    text-indent: -9999px;
    background: url(../images/logo.jpg) top left no-repeat;
}

#produtos {
    float: left;
    margin: 18px 0 0 0px;
    width: 216px;
    height: 104px;
    background: url(../images/promo_produtos.jpg) top left no-repeat;
}

#produtos h2 {
    text-indent: -9999px;
}

#produtos a {
    display: block;
    margin: 50px 0 0 30px;
    width: 155px;
    height: 23px;
    overflow: hidden;
    text-indent: -9999px;
    text-decoration: none;
    background: url(../images/btn_produtos.gif) top left no-repeat;
}
#parceiros a {
    display: block;
    margin: 50px 0 0 30px;
    width: 155px;
    height: 23px;
    overflow: hidden;
    text-indent: -9999px;
    text-decoration: none;
    background: url(../images/btn_parceiros.gif) top left no-repeat;
}

#produtos a:hover {
    background: url(../images/btn_produtos.gif) bottom left no-repeat;
}

#parceiros a:hover {
    background: url(../images/btn_parceiros.gif) bottom left no-repeat;
}

#parceiros {
    float: left;
    margin: 18px 0 0 0px;
    width: 216px;
    height: 104px;
    background: url(../images/promo_parceiros.jpg) top left no-repeat;
}

#parceiros h2 {
    text-indent: -9999px;
}


#hdr-institucional {
    margin-bottom: 10px;
    height: 24px;
    background: url(../images/hdr_institucional.gif) top left no-repeat;
    text-indent: -9999px;
}

#hdr-noticias {
    margin: 15px 0 10px 0;
    height: 20px;
    background: url(../images/hdr_noticias.gif) top left no-repeat;
    text-indent: -9999px;
}


	
/* 2)-=-=-=- Structure -=-=-=- */
		
#container {
	width: 733px;
	margin: 0px auto;
	text-align: left;
	}
	
.container_left {
	background: url(../images/container_left.gif) no-repeat;
	}
	
.container_right {
	background: url(../images/container_right.gif) no-repeat top right;
	}
	
.topline {
	background: url(../images/container_top.gif) no-repeat;
	}
	
#content {
	padding-top: 280px;
	margin: 0px 0 0 30px;
	width: 430px;
	}
	
#content_bg {
	background: #fff url(../images/container.gif) repeat-y;
	}
	

	
/* 3)-=-=-=- Left selectors -=-=-=- */	
	
.main li {
	background: url(../images/content_bullet.gif) no-repeat 0 7px;
	padding: 0px 0 0 0px;
	list-style: none;
	}
	
.main ul {
	padding: 0 0 0px 0px;
	margin: 0;
	}
	
/*.main img {
	padding: 3px;
	border: 1px solid #ACE149;
	margin: 3px;
}*/
	
.meta {
	background: #F5F5F5;
	font-size: .9em;
	padding: 2px;
	}
	
.meta:hover {
	background: #F7FEDC;
	}
	
.highlight { /* Basic highlight for text */
	background: #F7FEDC;
	}
	
.institucional {
	 padding-left:20px;
 	}
	
.comments {
	font-size: 1.2em;
	padding-bottom: 25px;
	border-bottom: 3px double #eee;
	}
	
.comments a:link, .comments a:visited {
	color: #78A515;
	font-weight: bold;
	text-decoration: none;
	}
	
.comments a:hover, .comments a:active {
	background: #78A515;
	color: #fff;
	text-decoration: none;
	}	
	
.alt {
	background: #EAF8CF !important; 
	border: 1px solid #D5F0A4 !important;
	padding: 10px 10px 0 10px !important;
	}
	
.alt:hover {
	border: 1px solid #ACE149 !important;
	}
	
.commentlist li:hover {
	border: 1px solid #ACE149;
	}
	
.commentlist {
	padding: 0;
	margin: 0;
	}
	
.commentlist li {
	list-style: none;
	padding: 10px 10px 0 10px;
	background: #F6FCEB;
	border: 1px solid #DEF3B6;
	margin: 10px;
	color: #3C452D;
	}
	

p.metadate {
	font-size: .8em;
	margin: 0;
	text-transform: uppercase;
	}
	
p.comment_meta {
	margin: 0 0 10px 10px;
	font-size: .9em;
	}
	
.comment_author a:visited {
	font-weight: bold;
	text-decoration: none;
	}
	
.reply {
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0 0 10px;
	}
	
.warning p { /* Used on the search page (image will appear if no result is found) */
	background: url(../images/warning.gif) no-repeat left;
	height: 160px;
	padding: 20px 0 0 90px;
	font-size: 1.5em;
	margin: 0 0 0 10px;
	}
	
.postinput {
	margin-left: 10px;
	}
	
/* 4)-=-=-=- Right selectors -=-=-=- */	
	
#right {
	margin-top: 280px;
	float: right;
	width: 210px;
	padding: 10px 15px;
	
	/* Box model hack used for IE5.5/5 */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 230px;
	}
	
#author li {
	list-style: none;
	margin: 0;
	padding: 0 5px 20px 0;
	font-size: .9em;
	line-height: 1.4;
	}
	
#author ul {
	padding: 20px 0 0 0;
	margin: 0;
	}
	
#links li {
	list-style: none;
	background: url(../images/links_bullet.gif) no-repeat 0 50%;
	padding: 2px 0 2px 20px;
	}
	
#links ul {
	padding: 20px 10px 5px 10px;
	margin: 0;
	}
	
#links a {
	font-size: .9em;
	text-decoration: none;
	}
	
#links a:link {
	color: #565d4a;
	font-weight: normal;
	}
	
#links a:visited {
	color: #565d4a;
	}
	
#links a:hover, #links a:active {
	background: #dd9404;
	color: #fff;
	}
	
.line {
	border-top: 1px solid #efeeee;
	margin-top: -5px;
	}
	
#search {
	background: url(../images/search.gif) no-repeat;
	height: 56px;
	margin: 0 auto;
	padding-top: 22px;
	}
	
#search h3 {
	font-size: 1.4em;
	margin: 20px 0 -10px 0;
	font-weight: normal;
	}
	
p.searchinfo {
	margin: 2px 0 -8px 2px;
	font-size: .9em;
	color: #999;
	}
	
.searchfield {
	background: #fff;
	border: 1px solid #ACE149;
	color: #7DA721;
	padding: 2px 5px 1px 5px;
	width: 160px;
	}
	
.searchfield:hover {
	border: 1px solid #BFBFBF;
	color: #949494;
	}
	
.submit {
	background: url(../images/search_submit.gif) no-repeat;
	height: 20px;
	width: 52px;
	border: 0;
	margin-left: 2px;
	text-indent: -9999px;
	cursor: pointer;
	}
	
.submit:hover {
	background: url(../images/search_submit.gif) no-repeat 0 -20px;
	height: 20px;
	width: 52px;
	border: 0;
	margin-left: 2px;
	cursor: pointer;
	}
	
.themes {
	font-size: .9em;
	}

	
/* 5)-=-=-=- Footer -=-=-=- */	
	
#footer {
	position:absolute;
	overflow:visible;
	background: url(../images/footer.gif) no-repeat;
	width:686px;
	padding-left:75px;
	padding-right:75px;
	padding-top:25px;
	height: 66px;
	z-index:1000000000;
	}
	
#footer p {
	padding: 17px 0 0 15px;
	text-align:center;
	float: left;
	font-size: .9em;
	color: #777;
	line-height: 1.7;
	}
	
.extras {
	float: right;
	padding: 33px 18px 0 0;
	}
	
.extras a {
	text-decoration: none;
	font-weight: bold;
	}
	
.extras a:link, .extras a:visited {
	background: #ccc;
	color: #fff;
	padding: 5px;
	border: 2px solid #fff;
	}
	
.extras a:hover, .extras a:active {
	background: #DEEEA4;
	color: #7AB90C;
	padding: 5px;
	border: 2px solid #C9E979;
	}
	
.extras li {
	display: inline;
	}
	
.extras ul {
	padding: 0 0 10px 0;
	margin: 0;
	}
	
/* 6)-=-=-=- Forms -=-=-=- */
	
input {
	border: 1px solid #BFBFBF;
	color: #949494;
	background: #fff;
	padding: 2px 5px 1px 5px;
	font-size: 1em;
	}
	
input:hover {
	background: #fff;
	border: 1px solid #ACE149;
	color: #7DA721;
	font-size: 1em;
	}
	
textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 1.1em;
	border: 1px solid #BFBFBF;
	color: #949494;
	padding: 2px 5px 1px 5px;
	width: 450px;
	}
	
textarea:hover {
	background: #fff;
	border: 1px solid #ACE149;
	color: #7DA721;
	}
	
/* 7)-=-=-=- Accessibility -=-=-=- */
	
#skip {
	display: none;
	}
	
hr { /* Simple style when CSS not in use */
	display: none;
	}
	
/* 8)-=-=-=- Hacks -=-=-=- */
	
.clearfix:after { /* float hack used to float content correctly */
    content: "."; 
   	display: block; 
   	height: 0; 
   	clear: both; 
    visibility: hidden;
	}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */	


#hdr-institucional {
    background: url(../images/hdr_institucional.gif) top left no-repeat;
    text-indent: -9999px;
}

#hdr-noticias {
    margin: 15px 0 10px 0;
    height: 20px;
    background: url(../images/hdr_noticias.gif) top left no-repeat;
    text-indent: -9999px;
}


/* Casos */
	
#topcasos {
	position: absolute;
	background-color:#ffd300;
	margin-top:13px;
	margin-right:5px;
	margin-left:7px;
	width:720px;
	height:157px;
	}
	
#casos {
	position: absolute;
	margin-top:170px;
	margin-left:7px;
	margin-right:5px;
	width:720px;
	}
	

#entrevistas a {
    display: block;
    width: 216px;
    height: 121px;
    overflow: hidden;
    text-indent: -9999px;
    text-decoration: none;
    background: url(../images/btn_entrevista_home.jpg) top left no-repeat;
}

#entrevistas a:hover {
    background: url(../images/btn_entrevista_home.jpg) bottom left no-repeat;
}

#entrevistas div {
    padding: 6px 12px 20px 16px;
    color: #3f3f3e;
}

.depoimentos h3 {
    height: 12px;
    text-indent: -9999px;
    background: url(../images/hdr_depoimentos.gif) top left no-repeat;
}

.depoimentos div {
    padding: 12px 12px 20px 16px;
    color: #3f3f3e;
}

.depoimentos div span {
    color: #3f3f3e;
}

.depoimentos em {
    display: block;
    padding-top: 7px;
    color: #3f3f3e;
    font-style:  italic;
}

ul.depoimentos2 li div em {
    display: block;
    padding: 7px 0 10px 0;
}

#photo-top {
    float: left;
    margin-top: 10px;
}

#value-statement {
    float: left;
    width: 333px;
    margin-top: 10px;
}

#value-padding {
    height: 160px;
    margin-left: 70px;
	position: relative;
	width:260px;
	
}

#centered p {
    width: 260px;
    color: #3E3E3E;
	padding-top:25px;
}

/************************/

#right-column {
    float: right;
    width: 244px;
    margin-top: 4px;  
}

#right-padding {
    padding-left: 17px;    
}

#streaming a {
    display: block;
    width: 216px;
    height: 121px;
    overflow: hidden;
    text-indent: -9999px;
    text-decoration: none;
    background: url(../images/btn_casos_home.jpg) top left no-repeat;
}

#streaming a:hover {
    background: url(../images/btn_casos_home.jpg) bottom left no-repeat;
}

#streaming div {
    padding: 6px 0px 0px 0px;
    color: #000;
 	font-size:85%;
}

#streaming-video a {
    display: block;
    width: 216px;
    height: 121px;
    overflow: hidden;
    text-indent: -9999px;
    text-decoration: none;
    background: url(../images/btn_entrevista_home.jpg) top left no-repeat;
}

#streaming-video a:hover {
    background: url(../images/btn_entrevista_home.jpg) bottom left no-repeat;
}

#streaming-video div {
    padding: 6px 12px 10px 16px;
    color: #000;
 	font-size:85%;
}

#testimonials h3 {
    text-indent: -9999px;
    background: url(/images/hdr_testimonials.gif) top left no-repeat;
}

#testimonials div {
    padding: 10px 12px 20px 16px;
	color: #E0E0E0;
	font-size:60%;
	text-decoration:none;
}

#testimonials div span {
    color: #E0E0E0;
	font-size:60%;
	text-decoration:none;
}

#testimonials em {
    display: block;
    padding-top: 7px;
    color: #E0E0E0;
    font-style: normal;
}


/******/

