@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,a,h1,h2,h3,h4,h5,h6,p,form,fieldset,input,textarea,blockquote { 
	margin: 0;
	padding: 0;
	}
body {
	background: #424242;
	color: #333;
	font-family: 'MyriadProRegular', Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	}

/* main elements */
h1, h2, h3, h4, h5, h6 {
	font-family: 'MyriadProSemibold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 20px 10px;
}
h1, h2 {
	border-bottom: 1px dotted #666;
	color: #006378;
}

h3 {color: #006378;}



p {	line-height: 20px;
	margin: 10px 20px 0;}

a, a:link {
	color:#006378;
	outline:none;
}
a:hover, a:focus {
	color:#000;
}

ul {
	list-style: none;
}
	ul li {
		background: url(../layout/ul-li.png) 0 4px no-repeat;
		margin: 6px 0 10px 30px;
		padding-left: 12px;
	}
img, iframe {
	border: 1px solid #999;
	margin: 10px 20px;
}
/* form main styles */
form {
margin: 10px auto;
width: 80%;
}
fieldset {
border: none;
border-bottom: 1px dotted #006378;
padding: 0 20px 10px;
/*margin-bottom: 20px;*/
}
legend {
color: #FFF;
font-size: 15px;
padding: 10px 8px 0 16px;
}
form label {
color: #666;
margin: 4px 0 0;
padding: 0 0 0 4px;
}
form input, form textarea {
background: #C3C3C3;
border: 1px dotted #006378;
color: #000;
font-family: Arial, Helvetica, no-serif;
padding: 4px;
margin: 0 0 4px;
}
form textarea {
overflow: auto;
}
form input:hover, form textarea:hover,
form input:focus, form textarea:focus {
border: 1px solid #D2701B;
}

/* main classes */
.clear {
	clear: both;
}
.floatLeft {
	float: left;
	margin-right: 10px;
}
.floatRight {
	float: right;
	margin-left: 10px;
}
 /* main layout */
.wrap {
	background: #C3C3C3 url(../layout/wrap.png) 0 0 repeat-y;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 830px;
}
/* = header */
.header {
	background: #DBDBDB;
	border-bottom: 2px solid #DBDBDB;
	height: 154px;
	/*height: 74px;*/
	margin: 0 auto;
	padding: 0 55px;
	width: 694px;
}
h1.logo {
margin: 0 0 0 5px;
}
h1.logo a {
	background: url(../layout/logo.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 6px;
	height: 144px;
	width: 187px;
	left: 30px;
	/*height: 70px;
	width: 131px;*/
	text-indent: -9999px;
}
 /* = navigation */
.wrapNav {
	border-bottom: 8px solid #D2701B;
	position: absolute;
	right: 13px;
	top: 70px;
	/*top: 39px;*/
	width: 582px;
}
 ul.mainNav {
	font-family: 'MyriadProSemibold', Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.mainNav li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
ul.mainNav li a {
	background: url(../layout/mainNav.png);
	background-position: 0 -27px;
	background-repeat: repeat-x;
	color: #FFF;
	display: block;
	float: left;
	height: 27px;
	line-height: 27px;
	margin-right: 2px;
	padding: 0 24px;
	text-decoration: none;
	width: auto;
}
ul.mainNav li a:hover, ul.mainNav li a.selected {
	background-position: 0 0;
	color: #000;
}
/* = footer */
.footer {
	background: #424242 url(../images/footer.png) 0 0 no-repeat;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 830px;
}
	.credits p {
		margin: 10px 25px;
		padding-top: 6px;
		text-align: right;
	}
	.credits a {
		color: #DBDBDB;
		text-decoration: none;
	}
		.credits a:hover {
			color: #FFF;
		}

.containerWrap {
	margin-left: auto;
	margin-right: auto;
	width: 706px;
}
/* =  home images */
.homeSub {
	margin: 10px 0 0;
	padding: 10px;
	width: 706px;
}
	.homeSub img {
		margin: 0;
	}
/* content */
.contentMain {
	background: #b3b3b3;
	margin: 10px;
	float: left;
	clear: both;
	width: 696px;
}
.contentLeft,
.contentRight {
	float: left;
	width: 323px;
	padding: 10px 0;
}
.contentLeft {
	margin-right: 10px;
}
.contentRight {
	margin-left: 10px;
	border-left: 6px solid #C3C3C3;
}
.oneColumnBottom {
margin-top: 10px;
border-top: 6px solid #C3C3C3;
}

/* home portfolio
div.portfolioDestaq {
	margin: 10px 20px;
	border-bottom: 1px dotted #c6c5c5;
}
div.portfolioDestaq img,
div.portfolioDestaq p {
	float: left;
	margin: 0 0 10px;
}
	div.portfolioDestaq p {
		margin-left: 10px;
	} */

/* = content */
.pageTitle {
	color: #006378;
	margin-top: 10px;
	padding-left: 10px;
}
h3 a{ text-decoration:none;}
h3 a:hover{ color:#333;}
h3 span{font-weight: normal; font-size:11px; color:#333;}

/* = portfolio */
ul.porftolioList {
	margin-bottom: 20px;
	margin-top: 20px;
}
ul.porftolioList li {
	background: none;
	margin: 10px;
}
a.seePortfolio {
	color: #FFF;
	text-decoration: none;
	display: block;
	clear: both;
}
a.seePortfolio img,
a.seePortfolio span {
	display: block;
}
a.seePortfolio img {
	border: 1px solid #060F31;
	float: left;
	margin: 0;
	margin-right: 10px;
}
span.titlePortfolio {
	font-size: 13px;
	font-weight: bold;
	padding-top: 4px;
}
	a.seePortfolio:hover span.titlePortfolio {
		color: #D2701B;
	}
/* = produtos */
ul.partners li {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #FFFFFF;
float: left;
height: 120px;
margin: 8px;
padding: 0;
width: 214px;
}
ul.partners img {
border: 0;
vertical-align: middle;
padding:0;
}

/* form styles */
form.formInfo {
}
form.formInfo  label,
form.formInfo input,
form.formInfo textarea {
display: block;
width: 360px;
}
form.formInfo  label {
margin: 10px auto 4px;
}
form.formInfo input,
form.formInfo textarea {
margin: 4px auto 10px;
}

/* CSS3 functions */
@-webkit-keyframes pulseSubmit {
	from { background-color: #0697CD; }
	50% { background-color: #7BB8D7; }
	to { background-color: #0697CD; }
}
@-webkit-keyframes pulseReset {
	from { background-color: #D2701B; }
	50% { background-color: #FE9F4D; }
	to { background-color: #D2701B; }
}

/* form buttons */
form div.formButtons {
margin-bottom: 10px;
float: left;
clear: both;
/*width: 60%;*/
}
form div.formButtons p {
margin-left: 160px;
float: left;
clear: both;
}
form div.formButtons input {
/* CSS3 Rounded Corners */
-moz-border-radius:4px;
-webkit-border-radius:4px;

cursor: pointer;
float: left;
width: auto;
padding: 4px 18px;
margin: 0 8px;
font-weight: bold;
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
	form div.formButtons input:hover {
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	}
form div.formButtons input.submitGo {
border:1px solid #666;
background: #0697CD;
color: #EEE;
}
	form div.formButtons input.submitGo:hover {
	color: #FFF;
	-webkit-animation-name: pulseSubmit;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 6px #7BB8D7;
	-webkit-box-shadow:0 0 6px #7BB8D7;
	box-shadow:0 0 6px #7BB8D7; 
	}
form div.formButtons input.submitReset {
border:1px solid #666;
background: #666;
color: #DDD;
}	
	form div.formButtons input.submitReset:hover {
	color: #FFF;
	-webkit-animation-name: pulseReset;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 6px #666;
	-webkit-box-shadow:0 0 6px #666;
	box-shadow:0 0 6px #666; 
	}