@charset "UTF-8";

body {
	background-image: url(../images/bg_repeat_home.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #023950;
}

a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #FFF;
	font-weight: bold;
}
a:hover {
	color: #CCC;
}

#all {
	height: 908px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}
#main {
	height: 908px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#logo {
	height: 125px;
	width: 190px;
	position: relative;
	margin-top: 70px;
	margin-left: 125px;
	float: left;
}
#header {
	height: 45px;
	width: 340px;
	margin-top: 40px;
	margin-right: 110px;
	position: relative;
	float: right;
}
#home {
	height: 43px;
	width: 60px;
	position: absolute;
	top: 1px;
}

#estrutura {
	height: 43px;
	width: 99px;
	position: absolute;
	top: 1px;
	left: 65px;
}

#portfolio {
	height: 43px;
	width: 91px;
	position: absolute;
	top: 1px;
	left: 168px;
}

#contato {
	height: 43px;
	width: 79px;
	position: absolute;
	top: 1px;
	left: 263px;
}
#slogan {
	height: 81px;
	width: 390px;
	position: absolute;
	background-image: url(../images/slogan.png);
	background-position: center center;
	left: 20px;
	top: 274px;
}

#texto_1 {
	height: 126px;
	width: 322px;
	position: absolute;
	left: 65px;
	top: 382px;
}

#texto_2 {
	height: 90px;
	width: 264px;
	position: absolute;
	left: 41px;
	top: 60px;
}

#texto_3 {
	height: 90px;
	width: 265px;
	position: absolute;
	left: 337px;
	top: 60px;
}

#texto_4 {
	height: 57px;
	width: 271px;
	position: absolute;
	left: 631px;
	top: 60px;
}


#titulo_2 {
	height: 51px;
	width: 268px;
	position: absolute;
	left: 33px;
	top: 5px;
	background-image: url(../images/estrutura_barra.png);
	background-position: center center;
}

#titulo_3 {
	height: 51px;
	width: 268px;
	position: absolute;
	left: 330px;
	top: 5px;
	background-image: url(../images/portfolio_barra.png);
	background-position: center center;
}

#titulo_4 {
	height: 51px;
	width: 268px;
	position: absolute;
	left: 624px;
	top: 5px;
	background-image: url(../images/contato_barra.png);
	background-position: center center;
}

.trebuchet_13_cinza {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b5c4cb;
	text-align: justify;
	line-height: 18px;
}

.trebuchet_12_cinza {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b5c4cb;
	text-align: left;
	line-height: 18px;
}
#moldura {
	height: 438px;
	width: 570px;
	position: absolute;
	left: 392px;
	top: 95px;
	background-image: url(../images/moldura.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#barra {
	height: 202px;
	width: 943px;
	position: absolute;
	background-image: url(../images/barra.png);
	background-position: center center;
	left: 6px;
	top: 611px;
}
#link_1 {
	height: 24px;
	width: 58px;
	position: absolute;
	left: 248px;
	top: 170px;
}
#link_2 {
	height: 24px;
	width: 58px;
	position: absolute;
	left: 545px;
	top: 170px;
}
#link_3 {
	height: 24px;
	width: 77px;
	position: absolute;
	left: 821px;
	top: 168px;
}
#copyright {
	position:absolute;
	left:11px;
	top:879px;
	width:931px;
	height:20px;
}
.trebuchet_10_branco {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider {
	position:relative;
	width:430px;
	height:325px;
	background:url(../images/progress.gif) no-repeat 50% 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 55px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:21px;
	height:26px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-21px 0;
	right:0px;
}
a.nivo-prevNav {
	left:0px;
}
.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}


/*====================*/
/*=== Other Styles ===*/
/*====================*/
