@charset "UTF-8";
/**
* @author Rodolfo Linhares <rodolfo.etelg@gmail.com>
*/
body {
	background-image: url(../imagens/bg.png);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	margin: 0px;
}
/*------------------------------------------------------ TOPO --------------------------------------------------------*/
#topo100 {
	width: 100%;
	min-width: 1000px;
	height: 110px;
	display: block;
	background-color: #FFF;
	margin-top: 0px;
}
#topo {
	background-color: #FFF;
	width: 1000px;
	height: 110px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagens/logo2.png);
	background-repeat: no-repeat;
	background-position: left center;
}	
/*----- CONTATO SUPERIOR -----*/
.telefone{
	width:550px;
	float:right;
	line-height: 30px;
}
.telefone p{
	font-weight:bold;
	text-align:center;
	font-size:13px;
	color:#333;
}
/*----- /CONTATO SUPERIOR -----*/
/*----- FRASE -----*/
.frase {
	width: 550px;
	float: right;
	text-align: center;
	line-height: 30px;
}
.frase p{
	font-size: 16pt;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #666;
}
p.author{
	font-size:14pt;
	text-align:right;
}
/*----- /FRASE -----*/
/*------------------------------------------------------ /TOPO --------------------------------------------------------*/	

/*------------------------------------------------------ MENU --------------------------------------------------------*/
#menu{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 30px;
	margin-top: 10px;
}
#menu ul {
	width: 900px;
	margin:0px;
	padding:0px;
}
#menu ul li{
	list-style-type:none;
}
#menu ul li a{
	float:left;
	font-size:13px;
	font-weight:bold;
	text-align: center;
	text-transform:uppercase;
	list-style-type:none;
	display:block;
	width:165px;
	height:30px;
	line-height:30px;
	margin-left:15px;
}
.home{
	background-color:#C00;
}
.empresa{
	background-color:#099;
}
.portfolio{
	background-color:#CC6;
}
.trabalhe{
	background-color:#FC0;
}
.contato{
	background-color:#699;
}
#menu ul li a:link {
	color: #FFF;
	text-decoration: none;
}
#menu ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color:#F63;
}
/*------------------------------------------------------ /MENU --------------------------------------------------------*/

/*------------------------------------------------------ BANNER --------------------------------------------------------*/
/*----- BASE MENU LARANJA -----*/
.banner-home {
	display: block;
	height: 160px;
	width: 100%;
	background-image: url(../imagens/bg_slider2.png);
	background-repeat: repeat-x;
	margin-top: 10px;
}
/*----- /BASE MENU LARANJA -----*/
/*----- BASE MENU AZUL -----*/
.banner-empresa {
	display: block;
	height: 160px;
	width: 100%;
	background-image: url(../imagens/bg_slider_empresa2.png);
	background-repeat: repeat-x;
	margin-top: 10px;
}
/*----- /BASE MENU AZUL -----*/
/*----- BASE MENU VERDE -----*/
.banner-portfolio {
	display: block;
	height: 160px;
	width: 100%;
	background-image: url(../imagens/bg_slider_portfolio2.png);
	background-repeat: repeat-x;
	margin-top: 10px;
}
/*----- /BASE MENU VERDE -----*/
/*----- BASE MENU AMARELO -----*/
.banner-trabalhe {
	display: block;
	height: 160px;
	width: 100%;
	background-image: url(../imagens/bg_slider_trabalhe2.png);
	background-repeat: repeat-x;
	margin-top: 10px;
}
/*----- /BASE MENU AMARELO -----*/
/*----- BASE MENU CINZA -----*/
.banner-contato {
	display: block;
	height: 160px;
	width: 100%;
	background-image: url(../imagens/bg_slider_contato2.png);
	background-repeat: repeat-x;
	margin-top: 10px;
}
/*----- /BASE MENU CINZA -----*/
#banner{
	width: 765px;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#banner .border{
	width: 15px;
	float: left;
}
#banner .slider{
	width: 735px;
	float: left;
}
/*------------------------------------------------------ /BANNER --------------------------------------------------------*/

/*------------------------------------------------------ CONTEUDO --------------------------------------------------------*/
#conteudo{
	width: 940px;
	min-height: 300px;
	height: auto;
	overflow: hidden;
	margin: 0px auto 0px auto;
	background-color: #FFF;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 30px;
	margin-top: 10px;
}
h1{
	color:#F93;
	font-weight:normal;
	margin-bottom:20px;
}
h2{
	color: #666;
	font-weight: normal;
}
a:link, a:visited, a:active {
	color:#F93; text-decoration:none;
}
a:hover {
	color:#999; 
	text-decoration:underline;
}
/*----- PORTIFOLIO -----*/
#port {
	display: block;
	min-height: 280px;
	height: auto;
	width: 900px;
	overflow: hidden;
	margin-top: 20px;
}
.port-sites {
	display: block;
	float: left;
	height: 320px;
	width: 300px;
	margin-top: 10px;
}
.port-sites img {
	display: block;
	height: 188px;
	width: 250px;
}
.port-sites a:link img, .port-sites a:visited img, .port-sites a:active img {
	border: 10px solid #CCC;
}
.port-sites a:hover img {
	border: 10px solid #999;
}
/*----- /PORTIFOLIO -----*/

/*------------------------------------------------------ DETALHES --------------------------------------------------------*/
.detalhe-site {
	display: block;
	min-height: 300px;
	height: auto;
	width: 900px;
	overflow: hidden;
}
.detalhe-site img {
	display: block;
	float: left;
	height: 300px;
	width: 440px;
	margin-right: 20px;
}
/*------------------------------------------------------ /DETALHES --------------------------------------------------------*/

/*------------------------------------------------------ TRABALHE CONOSCO --------------------------------------------------------*/
#box-formulario {
	display: block;
	float: left;
	min-height: 455px;
	height: auto;
	overflow: hidden;
	width: 500px;
}
#info-contato {
	display: block;
	float: left;
	min-height: 455px;
	height: auto;
	overflow: hidden;
	width: 350px;
	margin-left: 30px;
	border-left-width: 70%;
	border-left-style: solid;
	border-left-color: #F93;
	padding-left: 30px;
}
#info-contato img {
	border: 10px solid #CCC;
	display: block;
	margin-top: 20px;
}
/*------------------------------------------------------ /TRABALHE CONOSCO --------------------------------------------------------*/

/*------------------------------------------------------ CONTATO --------------------------------------------------------*/
#contato {
	display: block;
	height: auto;
	width: 900px;
}
input[type="submit"] {
	padding: 0 27px;
	height:30px;
	box-shadow: 0 2px 1px #c3c1c2;
	border: 1px solid #FFF;
	color: #3f3d3e;
	font-weight: bold;
	background-image: -webkit-linear-gradient(bottom, #dad8d9, #eaeaea);
	cursor: pointer;
}
/*------------------------------------------------------ /CONTATO --------------------------------------------------------*/
.imagem {
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	border: 10px solid #CCC;
}

/*------------------------------------------------------ /CONTEUDO --------------------------------------------------------*/

/*------------------------------------------------------ RODAPE --------------------------------------------------------*/
#rodape{
	width: 100%;
	background-color: #666;
	text-align: center;
	margin-top: 10px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#rodape p{
	color:#F93;
}
#rodape a:link{
	color:#F93;
	text-decoration:none;
}
#rodape a:hover{
	color:#F93;
	text-decoration:underline;
}
#rodape a:visited{
	color:#F93;
	text-decoration:none;
}
/*------------------------------------------------------ /RODAPE --------------------------------------------------------*/
