@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #666666;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 10px;	
}

em {
	font-style: italic;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-image: url(images/wrapper-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

.wrapper {
	width: 1003px;
	margin: 0 auto;
	padding: 0 3px;
}

.header {
	height: 179px;
	overflow: hidden;
}

.header .logo {
	
	float: left;
	background-image: url(images/logo.gif);
	width: 263px;
	height: 117px;
	background-repeat: no-repeat;
}

.header .contacts {
	float: right;
	padding: 18px 15px 0 0;
	width: 300px;
	text-align: right;
	vertical-align: middle;
	color: #333333;
	font-size: 20px;
}

.header .contacts span {
	color: #666666;	
}

.header .contacts img {
	vertical-align: middle;
}

.header .navigation {
	clear: both;
	padding: 0 50px 0 25px;
}

.header .navigation li {
	float: left;
	height: 31px;
	line-height: 31px;
	padding-top: 16px;
	background-image: url(images/nav-separator.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.header .navigation li.first {
	background: none;	
}

.header .navigation li a {
	display: block;
	padding: 0 17px;
	line-height: 31px;
	height: 31px;
	font-family: "myriad Pro";
	font-size: 16px;
	color: #d4d1d1;
	font-weight: normal;
}

.header .navigation li a:hover, .header .navigation li.selected a {
	text-decoration: underline;	
}

.header .navigation form {
	float: right;
	width: 195px;
	padding-top: 18px;
}

.header .navigation form input {
	float: left;
	border: none;
	background: none;
	background-image: url(images/input-text-bg.gif);
	background-repeat: no-repeat;
	width: 140px;
	padding-left: 19px;
	padding-right: 10px;
	height: 21px;
	padding-top: 6px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a4a4a4;
}

.header .navigation form input.submit {
	padding: 0;
	margin: 0;
	background-image: url(images/input-submit-bg.gif);
	width: 25px;
	height: 27px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.main {
	clear: both;
	padding: 10px 0;
}

.footer {
	clear: both;
	font-size: 11px;
	color: #959595;
	line-height: 16px;
	background-image: url(images/footer-bg.gif);
	height: 65px;
	background-repeat: no-repeat;
	margin: 0 -3px;
	padding: 27px 30px 0 30px;
}

.footer .rss {
	float: right;
	margin-top: -11px;
	position: relative;
}

.flash {
	margin-bottom: 15px;	
}

.content {
	float: left;
	width: 696px;
}

.content .bct{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:10px;
padding-left:20px;
width:600px;
height:10px;
}

.sidebar {
	float: right;
	width: 301px;
}

.sidebar .block {
	background-image: url(images/block-sidebar-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 5px;
	padding: 0 20px 15px 20px;
	overflow: hidden;
	text-align:justify;
	line-height:20px;
}

.sidebar .block h2 {
	background-image: url(images/block-sidebar-h2-bg.gif);
	width: 281px;
	margin: 0 -20px 10px -20px;
	position: relative;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
}

.sidebar .block .block-content {
	background-image: url(images/block-sidebar-top-bg.gif);
	background-repeat: no-repeat;
	padding: 15px 20px 0 20px;
	margin: 0 -20px 0 -20px;
	position: relative;
	overflow: hidden;
	text-align:justify;
	line-height:20px;
}

.sidebar .blockclean {
	background: none;
	margin: 20px 0 5px 0;
}

span.image {
	position: relative;
	width: 103px;
	height: 46px;
	padding: 4px 0 0 4px;
	margin-right: 10px;
}

.sidebar span.image img {
	width: 120px;
	height: 75px;
}

.sidebar span.image {
	width: 120px;
	height: 75px;
}

.leftaligned {
	float: left;	
}

.rightaligned {
	float: right;	
}

.image .bordered {
	position: absolute;
	left: 0;
	top: 0;
	width: 111px;
	height: 54px;
	float: left;
	background-image: url(images/img-border-small.gif);
}

.sidebar .image .bordered {
	width: 128px;
	height: 83px;
	background-image: url(images/img-border.gif);
}

.author {
	display: block;
	font-weight: bold;
	color: #666666;
	padding-top: 7px;
}

.main ul li {
	display: block;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	line-height: 15px;
	background-position: 0 7px;
	padding: 5px 0 5px 17px;
}

.centered {
	vertical-align: middle;
	text-align: center;
}

.centered a {
	margin: 0 10px;
}

.centered img {
	vertical-align: middle;	
}

.newsletter {
	overflow: hidden;	
}

.newsletter input {
	background-color: #f5f5f5;
	width: 181px;
	height: 14px;
	line-height: 14px;
	padding: 4px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	border: 1px solid #eeeeee;
	margin-right: 1px;
	float: left;
}

.newsletter input.submit {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	background-image: url(images/input-submit-newsletter.gif);
	width: 59px;
	cursor: pointer;
	height: 24px;
}

.content .block {
	background-image: url(images/block-big-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 10px;
}

.content .block .block-content {
	background-image: url(images/block-big-top-bg.gif);
	background-repeat: no-repeat;
	padding: 5px 25px 20px 25px;
	overflow: hidden;
	text-align:justify;
	line-height:22px;
}

.content .leftaligned {
	margin-right: 15px;	
}

.content .rightaligned {
	margin-left: 15px;	
}

.tabs {
	background-image: url(images/tabs-bg.gif);
	background-repeat: repeat-x;
	height: 40px;
	overflow: hidden;
	position: relative;
	margin-bottom: -6px;
}

.right-half .tabs {
	height: 34px;
	margin-bottom: -6px;
}

.tabs ul li {
	float: left;
	background: none;
	padding: 0;
	margin: 0;
}

.tabs .cases-tab {
	background-image: url(images/cases-bg.gif);
	width: 131px;
	height: 40px;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 34px;
	float: left;
	font-size: 17px;
	color: #666666;
	letter-spacing: -0.08em;
}

.tabs .cases-tab:hover, .tabs .cases-tab.selected {
	background-image: url(images/cases-hover-bg.gif);
	text-decoration: none;
	color: #0099cc;
}

.tabs .depoimentos-tab {
	background-image: url(images/depoimentos-bg.gif);
	width: 184px;
	height: 40px;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 34px;
	float: left;
	font-size: 17px;
	color: #666666;
	letter-spacing: -0.08em;
}

.tabs .depoimentos-tab:hover, .tabs .depoimentos-tab.selected {
	background-image: url(images/depoimentos-hover-bg.gif);
	text-decoration: none;
	color: #0099cc;
}

.tabs .blog-tab {
	background-image: url(images/blog-bg.gif);
	width: 113px;
	height: 34px;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 28px;
	float: left;
	font-size: 17px;
	color: #666666;
	letter-spacing: -0.08em;
}

.tabs .blog-tab:hover, .tabs .blog-tab.selected {
	background-image: url(images/blog-hover-bg.gif);
	text-decoration: none;
	color: #0099cc;
}

.tabs .novidades-tab {
	background-image: url(images/novidades-bg.gif);
	width: 126px;
	height: 34px;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 28px;
	float: left;
	font-size: 17px;
	color: #666666;
	letter-spacing: -0.08em;
}

.tabs .novidades-tab:hover, .tabs .novidades-tab.selected {
	background-image: url(images/novidades-hover-bg.gif);
	text-decoration: none;
	color: #0099cc;
}

.tabbed .tab {
	display: none;
	padding-top: 10px;
}

.tabbed h1 {
	font-size: 19px;
	color: #6eb22b;
	letter-spacing: -0.06em;
	line-height: 30px;
}

.left-half {
	float: left;
	width: 449px;
}

.right-half {
	float: right;
	width: 239px;
}

.right-half .block {
	background-image: url(images/block-right-half-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.right-half .block .block-content {
	background-image: url(images/block-right-half-top-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 15px 10px 10px 10px;
}

.left-half .block {
	background-image: url(images/block-left-half-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.left-half .block .block-content {
	background-image: url(images/block-left-half-top-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 15px;
}

.preview {
	overflow: hidden;
	margin-bottom: 15px;
	clear: both;
}

.preview .image {
	margin-top: 3px;
	float: left;
	margin-right: 20px;
	background-image: url(images/img-border-small.gif);
	width: 103px;
	height: 46px;
	padding: 4px;
}

.preview .image img {
	width: 103px;
	height: 46px;	
}

.content h2, .content h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #0099cc;
	letter-spacing: -0.06em;
}

ul.list li {
	background: none;
	padding: 0 0 22px 0;
}

.inner-top {
	margin: 0 -4px;
	margin-bottom: 15px;
	width: 1011px;
}

.inner {
	background-image: url(images/block-inner-bg.gif);
	width: 695px;
}

.inner .block {
	background-image: url(images/block-inner-top-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.inner .block .block-content {
	background-image: url(images/block-inner-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 20px;
}

.inner img.leftaligned, .inner img.rightaligned {
	background-image: url(images/inner-page-shadow.gif);
	padding: 6px;
	width: 155px;
	height: 100px;
}

.inner h1 {
	font-size: 24px;
	letter-spacing: -0.03em;
	color: #0099cc;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	line-height: 26px;
	padding-left: 0;
}

.inner h2 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.comments {
	padding-top: 40px;	
}

.comments label {
	display: block;
	padding-top: 4px;
}

.red {
	color:#CC0000;
}
