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

body {
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	font-family:Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x repeat-y;

}
.all {
	background-color: #f7f7f7;
	width: 1090px;
	min-height:883px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888
}

header {
	width: 1090px;
	height: 116px;
	background-image:url(images/bg_header.jpg);
	background-repeat:repeat-x;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}


.quem h1{
	    color: #494949;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 200px;
	font-size:16px;
	margin-top:80px;
	margin-left:50px;
	margin-bottom:50px;
}

.quem p{
font-family: Helvetica,Arial,sans-serif;
font-size: 15px;
font-weight: 200;
color: #494949;
line-height: 20px;
text-align: justify;
	margin-top:50px;
	margin-left:50px;
	margin-right:50px;
	line-height:20px;

}

header img {
	margin-left: 45px;
	width: auto;
	float: left;
	padding-top: 6px;
}
header nav {
	width: auto;
	float: right;
}
header nav ul {
	list-style-type: none;
	padding-top: 35px;
}

header nav ul li {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 16px;
	float: left;
	margin-right: 60px;
	
}



header nav ul li a{
	display:block;
	position:relative;
	color: #797979;
	text-decoration:none;
}

header nav ul li a.active {
	background-image:url(images/active.jpg);
	background-repeat:repeat-x;
	padding-bottom: 10px;
	
}


header nav a:hover {

	background-image:url(images/active.jpg);
			background-repeat:repeat-x;
	color:#494949;
			padding-bottom: 10px;
}



#spacer {
	width: auto;
	height: 17px;
	background-image: url(images/bg_spacer.jpg);
	background-repeat:repeat-x;
	position: relative;
}

#three_columns {
	margin:0;
	width: 1090px;
	height: 257px;
	background-image:url(images/bg_col.jpg);
}
.col_serv{

    font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 100;
    color: #494949;
    float: left;
    width: 364px;
	height:257px;
	text-align:left;	
}

.col_serv img{
	position:relative;
	float:right;
	bottom:205px;
	

}

.col_info img{
	position:relative;

		bottom:145px;


}
.col_info{

    font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 100;
    color: #494949;
    float: left;
    width: 363px;
	height:257px;
	text-align:left;
}

.med figure{
	display:block;
	width:1000px;
	height:270px;
	
}


.med figcaption{
	    font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 200;
    color: #494949;
    float: left;
    width: 770px;
	line-height:20px;
	text-align:justify;

	
}

.med figure img{
	border: 1px solid #8e8e8e;
	float:left;
	margin-left:10px;
		margin-right:50px;

}

.col_serv h4{
	font-size:16px;
	margin-top:50px;
	margin-left:50px;		
}

.col_info p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 100;
	line-height:20px;
	margin-left:50px;		
}



.col_info h4{
		font-size:16px;
	margin-top:50px;
	margin-left:50px;	
}



.col_info a{
	color:#9350a4;
	text-decoration:none;
	
}

.col_info a:hover{
	color:#9350a4;
	text-decoration:underline;	
}

.col_serv ul{
	list-style-type: square;
	margin-left:50px;
	padding:0;	
	
}

.col_serv ul li{
	    font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 100;
	line-height:20px;
    color: #494949;

}

footer{
	height: 60px;
	 width: 1090px;
	 margin-left:auto;
	 margin-right:auto;
	bottom: 0;
	left: 0;
	background-color:#9350a4;
}

 .wrapper {
	 width:auto;
	 padding-left:20px;
	 padding-top:17px;
    font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
    color: rgb(255, 255, 255);
    font-size: 14px;
	line-height: 25px;
}


 .wrapper a {
    color:white;
	text-decoration:none;
}

 .wrapper a:hover {
	text-decoration: underline;
}

 .social {
	display:block;
    position: relative;
	float: right;
	bottom:8px;
	}
	
	form span{
font-family: Helvetica, Arial, sans-serif;

font-size: 14px;
line-height: 10px;
color: #3c3c3c;
	font-weight:bold;
}



:required {
  border-color: #9350A4;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -o-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  box-shadow: 0 0 5px rgba(0, 0, 255, .5);
}

form {
  width:500px;
  margin-bottom:100px;
  margin-left:auto;
  margin-right:auto;
}

input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border:1px solid #ccc;
  font-size:14px;
  width:500px;
  min-height:25px;
  display:block;
  margin-bottom:15px;
  margin-top:5px;
  outline: none;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:0px;
}

textarea{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border:1px solid #ccc;
  font-size:14px;
  width:500px;
  height:100px;
  min-height:30px;
  display:block;
  margin-bottom:15px;
  margin-top:5px;
  outline: none;

  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:0px;

}

input[type=submit] {
  background:none;
  float:right;
  color:#FFF;
  	background-color:#9350A4;
	width:100px;
		cursor: pointer;
  padding:10px;
  border-radius:5px;
}

input[type=submit]:hover {
	text-decoration:underline;

}

/* Showcase
-------------*/

#awOnePageButton .view-slide {
	display: none;
}
/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load {
	height: 400px; /* Same as showcase javascript option */
	overflow: hidden;
}
/* Container when content is shown as one page */
.showcase-onepage {
/**/
}
/* Container when content is shown in slider */
.showcase {
	position: relative;
	margin: 0;
}
.showcase-content-container {
	background-color: #000;
}
/* Navigation arrows */
.showcase-arrow-previous, .showcase-arrow-next {
	position: absolute;
	background: url('images/slide/arrows.png');
	width: 33px;
	height: 33px;
	top: 220px;
	cursor: pointer;
}
.showcase-arrow-previous {
	left: -60px;
}
.showcase-arrow-previous:hover {
	background-position: 0px -34px;
}
.showcase-arrow-next {
	right: -56px;
	background-position: -34px 0;
}
.showcase-arrow-next:hover {
	background-position: -34px -34px;
}
/* Content */
.showcase-content {
	background-color: #fff;
	text-align: center;
}
.showcase-content-wrapper {
	text-align: center;
	height: 400px;
	width: 1090px;
	display: table-cell;
	vertical-align: middle;
}
/* Styling the tooltips */
.showcase-plus-anchor {
	background-image: url('images/slide/plus.png');
	background-repeat: no-repeat;
}
.showcase-plus-anchor:hover {
	background-position: -32px 0;
}
div.showcase-tooltip {
	background-color: #fff;
	color: #000;
	text-align: left;
	padding: 5px 8px;
	background-image: url(css/images/slide/white-opacity-80.png);
}
/* Styling the caption */
.showcase-caption {
	font-family: Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size:15px;
	line-height:20px;
	font-weight:normal;
	color: #fff;
	padding: 15px 15px;
	text-align: left;
	position: absolute;
	bottom: 40px;
	left: 0px;
	height:auto;
	width:300px;
	display: none;
	background-image: url(images/slide/black-opacity-40.png);
}

.showcase-caption a {
	 color:#0097cd;
}

.showcase-caption h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:22px;
	font-weight:200px;
	-webkit-font-smoothing: antialiased;
	color: #fff;}

.showcase-caption a:hover {
	text-decoration:underline;
}


.showcase-onepage .showcase-content {
	margin-bottom: 10px;
}

/* Button Wrapper */
.showcase-button-wrapper {
	clear: both;
	margin-top: 16px;
	text-align: center;
}
.showcase-button-wrapper span {
	margin-right: 4px;
	padding: 2px 5px 0px 5px;
	cursor: pointer;
	font-size: 12px;
	background-image: url(images/noactive.png);
	background-repeat: no-repeat;
}
.showcase-button-wrapper span.active {
	background-image: url(images/active.png);
	background-repeat: no-repeat;
}
/* Thumbnails */
.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */ {
	background-color: #000;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .20);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .20);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .20);
}
.showcase-thumbnail-wrapper {
	overflow: hidden;
	
}
.showcase-thumbnail {
	width: 120px;
	height: 80px;
	cursor: pointer;
	border: solid 1px #333;
	position: relative;
}
.showcase-thumbnail-caption {
	position: absolute;
		font-family: Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight:normal;
	font-size:12px;
	color:white;
	bottom: 2px;
	padding-left: 10px;
	padding-bottom: 5px;


}
.showcase-thumbnail-content {
	padding: 10px;
	text-align: center;
	padding-top: 25px;
	
}

.showcase-thumbnail-cover {
	background-image: url(images/slide/black-opacity-40.png);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.showcase-thumbnail:hover {
	border: solid 1px #999;
}
.showcase-thumbnail:hover .showcase-thumbnail-cover {
	display: none;
}
.showcase-thumbnail.active {
	border: solid 1px #999;
}
.showcase-thumbnail.active .showcase-thumbnail-cover {
	display: none;
}
.showcase-thumbnail-wrapper-horizontal {
	padding: 10px;
	padding-top:18px;
}
.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail {
	margin-right: 10px;
	width: 116px;
}
.showcase-thumbnail-wrapper-vertical {
	padding: 10px;
}
.showcase-thumbnail-wrapper-vertical .showcase-thumbnail {
	margin-bottom: 10px;
}
.showcase-thumbnail-button-backward,  .showcase-thumbnail-button-forward {
	padding: 7px;
	cursor: pointer;
}
.showcase-thumbnail-button-backward {
	padding-bottom: 0px;
	padding-right: 0px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,  .showcase-thumbnail-button-forward .showcase-thumbnail-vertical,  .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,  .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
	background-image: url(images/slide/arrows-small.png);
	background-repeat: no-repeat;
	display: block;
	width: 17px;
	height: 17px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical {
	background-position: 0 -51px;
	margin-left: 55px;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical {
	background-position: -17px -51px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
	background-position: 0 -34px;
	margin-left: 55px;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical {
	background-position: -17px -34px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
	background-position: 0 -17px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal {
	background-position: -17px -17px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal {
	background-position: 0 0;
	margin-top: 40px;
	margin-bottom: 40px;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal {
	background-position: -17px 0;
}
/* Hide button text */
.showcase-thumbnail-button-forward span span,  .showcase-thumbnail-button-backward span span {
	display: none;
}
/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}
