@font-face {
    font-family: 'MyriadWebProRegular';
    src: url('font/myriadwebpro-webfont.eot');
    src: url('font/myriadwebpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/myriadwebpro-webfont.woff') format('woff'),
         url('font/myriadwebpro-webfont.ttf') format('truetype'),
         url('font/myriadwebpro-webfont.svg#MyriadWebProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MyriadWebProBold';
    src: url('font/myriadwebpro-bold-webfont.eot');
    src: url('font/myriadwebpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/myriadwebpro-bold-webfont.woff') format('woff'),
         url('font/myriadwebpro-bold-webfont.ttf') format('truetype'),
         url('font/myriadwebpro-bold-webfont.svg#MyriadWebProBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MyriadWebProItalic';
    src: url('font/myriadwebpro-italic-webfont.eot');
    src: url('font/myriadwebpro-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/myriadwebpro-italic-webfont.woff') format('woff'),
         url('font/myriadwebpro-italic-webfont.ttf') format('truetype'),
         url('font/myriadwebpro-italic-webfont.svg#MyriadWebProItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background: #FFFFFF;
	position: relative;
	overflow: auto;
}
img{
	border: none;
}
a{
	text-decoration: none;
}
#geral {
	width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}
#topo {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background-color: #171717;
	background-image: -moz-radial-gradient(27% 50%, circle closest-corner, #3d3d3d, #171717 30%);
	background-image: -webkit-radial-gradient(27% 50%, circle closest-corner, #3d3d3d, #171717 30%);
	background-image: -o-radial-gradient(27% 50%, circle closest-corner, #3d3d3d, #171717 30%);
	background-image: -ms-radial-gradient(27% 50%, circle closest-corner, #3d3d3d, #171717 30%);
	background-image: radial-gradient(27% 50%, circle closest-corner, #3d3d3d, #171717 30%);
	position: relative;
}
#centro {
	width: 950px;
	margin: 0 auto;
}
#logo {
	width: 550px;
	height: 80px;
	float: left;
	padding-top: 20px;
	padding-left: 30px;
}
#menu {
	width: 370px;
	float: right;
}
#menu img {
	position: absolute;
}
#menu a {
	height: 90px;
	color: #F2F2F2;
	font-size: 1.3em;
	font-family: georgia;
	font-style: italic;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	line-height: 100px;
	padding-top: 10px;
	margin-right: -4px;
}
#menu a:hover, .selecionado {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#171717');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#171717));
	background-image: -moz-linear-gradient(top, #000000, #171717);
}
#content1 {
	width: 100%;
	height: auto;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', stopColorstr='#3d3d3d', endColorstr='#3d3d3d');
	background: -moz-linear-gradient(top, #222222 0%, #44403f 50%, #171717 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(50%,#3d3d3d), color-stop(100%,#222222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #222222 0%,#3d3d3d 50%,#222222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #222222 0%,#3d3d3d 50%,#222222 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #222222 0%,#3d3d3d 50%,#222222 100%); /* IE10+ */
	background: linear-gradient(top, #222222 0%,#3d3d3d 50%,#222222 100%); /* W3C */
	position: relative;
}
#content2 {
	width: 950px;
	height: auto;
	margin: 0 auto;
	color: #333333;
	position: relative;
}
#rodape {
	width: 100%;
	height: 40px;
	background-color: #E6E6E6;
	position: absolute;
	bottom: 0;
	text-align: center;
	padding: 10px 0 25px 0;
}
h1.subtitulo {
	font-size: 2.8em;
	margin-bottom: 5px;
	color: #4D4D4D;
	font-family: 'MyriadWebProRegular';
}
h1.subtitulo_branco {
	font-size: 2.8em;
	margin-bottom: 5px;
	color: #F2F2F2;
	font-family: 'MyriadWebProRegular';
}
/*------PRINCIPAL-------*/
#banner {
	width: 1030px;
	height: 323px;
	margin: 0 auto;
}
#col_left {
	width: 550px;
	height: 340px;
	float: left;
}
#img_home {
	position: absolute;
	right: 42%;
	padding-top: 65px;
}
h1.titulo_home {
	font-family: georgia;
	font-size: 3.0em;
	margin-top: 5px;
}
span.cinza {
	color: #7F7F7F;
}
p {
	padding-left: 15px;
	text-align: justify;
	font-size: 1.2em;
	line-height: 17px;
}
#col_right {
	width: 400px;
	float: right;
	text-align: right;
	font-family: 'MyriadWebProRegular';
	color: #322a27;
	font-weight: bold;
}
.texto {
	padding-right: 22px;
	color: #4D4D4D;
	font-size: 1.7em;
}
h5 {
	margin: 0;
}

/*-------PORTIFOLIO-------*/
.foto {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	position: relative;
}
#links {
	width: 26px;
	height: 78px;
	position: absolute;
	bottom: 0;
	right: 0;
}
a.link_1 { width: 26px; height: 26px; background-image: url("../img/link1.jpg"); position: absolute; bottom: 52px; }
a.link_1:hover { background-image: url("../img/link1_hover.jpg"); }
a.link_2 { width: 26px;	height: 26px; background-image: url("../img/link2.jpg"); position: absolute; bottom: 26px; }
a.link_2:hover { background-image: url("../img/link2_hover.jpg"); }
a.link_3 { width: 26px; height: 26px; background-image: url("../img/link3.jpg"); position: absolute; bottom: 0; }
a.link_3:hover { background-image: url("../img/link3_hover.jpg"); }
a#link5 { width: 26px; height: 26px; background-image: url("../img/link1.jpg"); position: absolute; bottom: 26px; }
a#link5:hover { background-image: url("../img/link1_hover.jpg"); }
a#link5_1 { width: 26px; height: 26px; background-image: url("../img/link2.jpg"); position: absolute; bottom: 0; }
a#link5_1:hover { background-image: url("../img/link2_hover.jpg"); }
a#link7 { width: 26px; height: 26px; background-image: url("../img/link1.jpg"); position: absolute; bottom: 26px; }
a#link7:hover { background-image: url("../img/link1_hover.jpg"); }
a#link7_1 { width: 26px; height: 26px; background-image: url("../img/link2.jpg"); position: absolute; bottom: 0; }
a#link7_1:hover { background-image: url("../img/link2_hover.jpg"); }
a#link8 { width: 26px; height: 26px; background-image: url("../img/link1.jpg"); position: absolute; bottom: 26px; }
a#link8:hover { background-image: url("../img/link1_hover.jpg"); }
a#link8_1 { width: 26px; height: 26px; background-image: url("../img/link2.jpg"); position: absolute; bottom: 0; }
a#link8_1:hover { background-image: url("../img/link2_hover.jpg"); }
a#link12 { width: 26px; height: 26px; background-image: url("../img/link1.jpg"); position: absolute; bottom: 26px; }
a#link12:hover { background-image: url("../img/link1_hover.jpg"); }
a#link12_1 { width: 26px; height: 26px; background-image: url("../img/link2.jpg"); position: absolute; bottom: 0; }
a#link12_1:hover { background-image: url("../img/link2_hover.jpg"); }
a#link15 { width: 26px; height: 26px; background-image: url("../img/link1.jpg"); position: absolute; bottom: 26px; }
a#link15:hover { background-image: url("../img/link1_hover.jpg"); }
a#link15_1 { width: 26px; height: 26px; background-image: url("../img/link2.jpg"); position: absolute; bottom: 0; }
a#link15_1:hover { background-image: url("../img/link2_hover.jpg"); }
a#link16 { width: 26px; height: 26px; background-image: url("../img/link1.jpg"); position: absolute; bottom: 26px; }
a#link16:hover { background-image: url("../img/link1_hover.jpg"); }
a#link16_1 { width: 26px; height: 26px; background-image: url("../img/link2.jpg"); position: absolute; bottom: 0; }
a#link16_1:hover { background-image: url("../img/link2_hover.jpg"); }

#thumbs {
	width: 780px;
	height: 250px;
	margin: 0 auto;
	position: relative;
	font-family: georgia;
	font-style: italic;
}
.thumbs {
	width: 702px;
	height: 200px;
	margin: 0 auto;
	position: relative;
}
table {
	width: 702px;
	height: 200px; 
	border: none;
}
td { 
	vertical-align: top;
	width: 177px;
	height: 200px;
	padding-left: 7px;
}
tr { height: 200px; }
span.titulo {
	position: relative;
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
}
span.descricao {
	position: relative;
	font-size: 1.1em;
	line-height: 16px;
	color: #7f7f7f;
}
td img {
	padding: 5px 0;
}
.paginacao{
	width: 780px;
	height: 80px;
	position: absolute;
	margin: 0 auto;
	padding-top: 24px;
}
.anterior0{
	position: absolute;
	left: 0;
}
.anterior{
	position: absolute;
	left: 0;
	cursor: pointer;
}
.anterior1{
	position: absolute;
	left: 0;
	cursor: pointer;
}
.proxima0{
	position: absolute;
	right: 0;
}
.proxima{
	position: absolute;
	right: 0;
	cursor: pointer;
}
.proxima1{
	position: absolute;
	right: 0;
	cursor: pointer;
}
.proxima2{
	position: absolute;
	right: 0;
	cursor: pointer;
}
/*--------SERVICOS--------*/
#servicos {
	width: 920px;
	height: 300px;
	margin: 0 auto;
	font-size: 1.1em;
}
ul {
	list-style-image: url("../img/list1.png");
}
ul.col_left {
	width: 320px;
	float: left;
	margin: 0;
	padding-left: 30px;
	font-size: 1.8em;
}
ul.col_right {
	width: 435px;
	float: right;
	margin: 0;
	padding-left: 30px;
	font-size: 1.8em;
}
ul.col_left li {
	padding: 10px 10px;
}
ul.col_right li {
	padding: 10px 10px;
}
#clientes {
	width: 680px;
	height: 180px;
	margin: 0 auto;
	float: left;
	padding-left: 15px;
}
ul.col_1 {
	width: 315px;
	float: left;
	margin: 0;
	padding-left: 25px;
	font-size: 1.7em;
}
ul.col_2 {
	width: 315px;
	float: right;
	margin: 0;
	padding-left: 25px;
	font-size: 1.7em;
}
ul.col_1 li {
	padding: 2px 10px;
}
ul.col_2 li {
	padding: 2px 10px;
}
#contato_1 {
	width: 220px;
	float: right;
	text-align: right;
}
#texto2 { font-size: 1.5em; }
 /*-------CONTATO--------*/
#formulario { 
	width: 560px; 
	margin: 0 auto; 
	color: #F2F2F2; 
	font-size: 1.1em;
}
span.formulario {
	padding-left: 40px;
	font-weight: bold;
}
form { 
	width: 560px;
	height: 525px;
	margin: 0 auto;
	padding-left: 40px; 
}
form label { 
	display: inline-block; 
	font-weight: bold; 
	width: 120px; 
	vertical-align: top; 
	padding-top: 3px; 
}
form input { 
	width: 450px; 
	border: none;
	margin-top: 7px;
}
input.b1 {
	width: 77px;
	height: 32px;
	padding-left: 282px;
	position: absolute; 
}
input.b2 {
	width: 86px;
	height: 32px;
	padding-left: 363px;
	position: absolute;
}
form textarea { 
	width: 447px; 
	height: 150px; 
	border: none;
	margin-top: 7px;
}
#contato {
	width: 560px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	color: #7f7f7f;
}
.contato {
	font-size: 1.2em;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:950px;
    height:323px;
    margin:0 auto;
}

#slider {
	position:relative;
    width:950px;
    height:323px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left: 87%;
	bottom: 60px;
}
.nivo-controlNav a {
	display:block;
	width:15px;
	height:15px;
	/*background:url(../images/bullets1.png) no-repeat;*/
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -18px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:56px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:-50px;
}
a.nivo-prevNav {
	left:-50px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}