@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	background-color: ababab;
	background: #ABABAB url(../imgs/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
h1{
	color: #eb880e;
	font-size: 24px;
	margin-bottom: 20px;
	margin: 0 0 20px 20px;
}

h2{
	font-size: 16px;	
}

.tit-atle{
	font-size: 14px;
	color: #1c94c4;
}
	
p{
	font-size: 12px;
	}

img{
	border: none;
	}

#rodape{
	position: fixed;
	width: 100%;
	height: 50px;
	background: #3f3f3f;
	left: 0;
	bottom: 0;
	text-align:center;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding: 30px 0 20px 0;
	font-size: 14px;
}

#geral{
	width: 920px;
	height: 745px;
	margin: 0 auto;
	background:url(../imgs/bg_logo.png) -80px -80px no-repeat;
}

#topo{
	overflow: hidden;
	position: relative;
}

#logo{
	margin-left: 60px;
	padding-top: 10px;
	float:left;
}

#slogan{
	margin: 35px 0 0 80px;
}

#redes{
	position:absolute;
	top: 0;
	right: 110px;
}

#orkut, #twitter{
	position:absolute;
	right: 50px;
	top: 35px;
	display:none;
}

#twitter{
	right: 0px;	
}

#box_sobre, #box_cadastro, #box_clientes, #box_contato, #box_servicos, #box_vagas{
	background:#FFF url(../imgs/xadrez.jpg) no-repeat; bottom;
	text-align:center;
	border: 3px solid #ababab;
	height: 440px;
	z-index: 99999;
	margin-bottom: 80px;
	position:relative;
	text-align:left;
	width: 890px;
	padding-left: 30px;
	padding-top: 40px;

}

#box_sobre li{
	font-size: 12px;	
}

.conteudo_container li, .conteudo_container h2, .conteudo_container h2, .conteudo_container p{
	list-style: none;
	margin-left: 20px;
}

.conteudo_container li, .conteudo_container h2, .conteudo_container h2, .conteudo_container p{
	list-style: none;
	margin-left: 20px;
}

#box_clientes ul{
	float: left;
	font-size: 12px;
	line-height: 150%;
	margin-left: 30px;
	
}

#box_clientes li{
	list-style: none;
}
	
#conteudo{
	text-align:center;
	width: 890px;
	height: 500px;
	position:relative;
	padding-left: 30px;
}

#bg-conteudo{
	position:absolute;
	background:url(../imgs/plano.png) no-repeat;
	right: 40px;
	top: -46px;
	width: 573px;
	height: 369px;
}

#accordion{
	width: 800px;
	height: 400px;
}

#accordion h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#accordion li{
	font-size: 12px;	
}

#accordion div{
	height: auto;	
}


.container-9{
	width: 850px;
}


/*MENU*/

#menu{
	margin-top: 50px;
	padding-bottom: 115px;

	}


.fisheye{
	text-align: center;
	height: 50px;
	position: relative;
	
}
a.fisheyeItem
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	top: 0;
	left: 509px;
}

.fisheyeItem img
{
	border: none;
	width: 100%;
	
}


.link{
	border: 1px solid #000;
	}

.fisheyeItem span
{
	display: none;
	positon: absolute;
}
.fisheyeContainter
{
	height: 200px;
	width: 900px;
	left: 500px;
	position: absolute;
}


/*MODAL*/



#janela{
	background:#FFF;
	height: 350px;
	border: 3px solid #666;
	left: 50%;
	margin:-125px 0 0 -340px;
	position:fixed;
	top: 50%;
	width: 680px;
	z-index: auto;
	display:none;
}

	
#janela h1{
	width: 675px;
	height: 30px;
	background: #e5e5e5;
	border-bottom: 3px solid #a6a69d;
	padding: 5px 0 0 5px;
	margin: 0;
	float:left;
}

#close{
	float: right;
	margin: -50px 10px 0 0;
}

.content{
	margin-left: 20px;
	width: 740px;
	height: 300px;
	margin: 20px 0 0 60px;
	}

.campos-form{
	float: left;
	margin: 30px 0 0 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.campo-form{
	width: 295px;
	background: #efefef;
	border: 2px solid #b2b2aa;
	height: 20px;
	padding: 5px;
	margin: 5px 0 10px 0;
}

#bot{
	background: #666666;
	border: none;
	width: 62px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFF;
	font-weight:bold;
}



/*KOMBO*/


#login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#login label {
	float: left;
	color: #000;
}

#login .input {
	width: 100%;
	padding: 3px;
	border: 1px solid #d29f02;
	margin: 0 0 10px 0;
	font-size: 14px;
}

#login a.entrar {
	display: none;
}

