@CHARSET "UTF-8";

* {
	padding: 0;
	margin: 0;
}

a {
	color: #00a;	
}

body {
	background: #FFFFFF;
	text-align: center;
	background: url('imgs/bg1.png') repeat-x;
	background-color: #8abae2;
}

#desktop {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #333;
	font-size: 12px;
	
	font-size-adjust: none;
	background: url(imgs/bg_drago.png) no-repeat right 232px;
	background-color: #fff;
}

#content {
	padding: 0 20px 20px 20px;
	line-height: 18px;
}

#footer p {
	margin: 0;
}

hr {
	clear: both;
	border: 0;
	visibility: hidden;
}

#footer {
	border-top: 1px solid #eeeeee;
	font-size: 10px;
	text-align: center;
	padding: 20px;
	color: #fff;
	background: url('imgs/footer.png') repeat-x;
	background-color: #aaa;
	clear: both;
}

#extra {
	float: right;
}

#main {
	float: left;
	width: 400px;
}

#header {
	background: url('imgs/header4.jpg') no-repeat;
	height: 200px;
	margin: 0;
	text-indent: -10000px;
}

.header4 #header {
	background: url('imgs/header4.jpg') no-repeat;	
}

.header5 #header {
	background: url('imgs/header5.jpg') no-repeat;	
}

.header6 #header {
	background: url('imgs/header6.jpg') no-repeat;	
}

#header a {
	display: none;
	background: url('imgs/logo3.png') no-repeat center bottom;
	text-indent: -100000px;
	width: 280px;
	height: 95px;
}

#menu ul {
	padding: 0;
	background: url('imgs/menu.png');
	height: 34px;
}

#menu li {
	float: left;
	list-style: none;
}

#menu a {
	display: block;
	padding: 0 15px;
	text-decoration: none;
	border-right: 1px solid #f5c0a2;
	line-height: 30px;
	color: #336;
	font-weight: bold;
}

#menu a:hover {
	background: url('imgs/menu2.png');
	color: #224;
}

h2 {
	color: #f58002;
	margin: 30px 0 20px 0;
	font-size: 24px;
}

h3 {
	color: #003867;
	margin: 20px 0 10px 0;
	font-size: 20px;
}

h4 {
	margin: 10px 0 5px 0;
	font-size: 16px;
}	


p {
	margin: 10px 0;
}

ul {
	padding: 0 20px;
	margin-bottom: 10px;	
}

input, textarea {
	padding: 2px;
}

form dt {
	display: block;
	width: 150px;
	text-align: right;
	float: left;
	clear: left;
	padding: 10px;
	line-height: 25px;
	margin-top: 0;
	font-weight: bold;	
}

form dd {
	padding: 10px 0;
}

.pullquote {
	float: right;
	width:10em;
	margin:0.25em 0.75em 0.25em 0;
	padding:0.5em;
	border:5px solid #1B486F;
	border-width:5px 0;
	text-align:left;
	color:#333;
	font:italic 1.4em/1.3 Georgia;
}

dt {
	margin-top: 20px;
	font-weight: bold;
}

dd {
	padding-left: 30px;	
}

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


/* ARTIGOS */
#artigos h3 a {
	font-size: 14px;
	color: #003867;
	text-decoration: none;
}

#artigos h3 a:hover {
	color: #f73;
}

#artigos .ler {
	border-top: 1px dotted #aaa;
	padding-top: 5px;
}

#artigos div {
	position: relative;
	border: 1px solid #77a;
	padding: 0 20px;
	margin: 10px;
}

#artigos {
	float: left;
	width: 480px;
}

#extra {
	padding-top: 10px;
	float: right;
	width: 230px;	
}

#cases div {
	clear: both;
}

#cases .text {
	width: 340px;
	float: left;
	margin: 0 10px;
}

#cases hr {
	visibility: hidden;
	clear: both;
	margin: 30px 0;	
	display: block;
}


#cases .image {
	margin: 0;
}

#cases .block0 .image {
	float: left;
}

#cases .block1 .image {
	float: right;
}

#cases block0 .text {
	margin-left: 360px;
}

h3 small, h2 small {
	display: block;
	font-size: 11px;
	color: #5f5f5f;
	font-weight: normal;	
}


/* downloads */
#downloadsTable {
	border-collapse: collapse;
}

#downloadsTable th {
	padding: 3px 10px;
	background: #777;
	color: #fff;
} 

#downloadsTable td {
	padding: 20px 10px;
}

#downloadsTable .line0 {
	background: #fff;
}

#downloadsTable .line1 {
	background: #f8f8f8;
}

#downloadsTable a {
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

#downloadsTable tbody td {
	border-bottom: 1px solid #eee;
}

#downloadsTable .type, #downloadsTable .pubDate {
	width: 100px;
}

#downloadsTable a {
	padding: 0px 0 0px 20px;
	background: url(/public/imgs/download.png) no-repeat left top;	
}

#downloadsTable .pdf a, #downloadsTable .excel a, #downloadsTable .word a {
	background: url(/public/imgs/pdf.gif) no-repeat center top;
	text-align: center;
	xbackground: red;
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #555555;
	padding: 35px 0 0 0;
	font-weight: normal;
}

#downloadsTable .excel a {
	background: url(/public/imgs/excel.gif) no-repeat center top;
}

#downloadsTable .word a {
	background: url(/public/imgs/word.gif) no-repeat center top;
}
	
/* curriculo */
#curriculoFoto {
	float: left;
	width: 220px;
}

#curriculoTexto {
	float: left;
	width: 490px;
}

#recomendar {
	margin-top: 20px;
}

#recomendar a {
	background: url(/public/imgs/recomendar.png) no-repeat left center;
	padding-left: 18px;
	font-size: 14px;
}

#index_index #servicos {
	border: 2px solid #9aa3ae;
	background: url(/public/imgs/servicos-bg.png) repeat-x;
	background-color: #fff;
	
	padding: 13px 10px;
}

#index_index #servicos h3 {
	margin: 0 0 5px 0;
	font-weight: normal;
	font-size: 24px;
	color: #0d5e84;
}
#index_index #servicos ul {
	margin: 0;
}