@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(../img/bg.jpg);
	background-position:center;
	color: #666;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

/*-----------------------------------CONTAINER-----------------------------------*/

#container {
	margin: auto;
	width: 860px;
}

/*-----------------------------------HEADER-----------------------------------*/

#headertop {
	background:url(../img/banner.gif) no-repeat center;;
	
}

#header {
	margin:auto;
	width: 860px;;
	height: 200px;
}


/*-----------------------------------MENU-----------------------------------*/
#menu {
	float: left;
	width: 195px;
	border-right: dotted #999999 2px;
}

#menu ul{
	list-style: none;
}

#menu li {
	line-height: 15px;
	text-indent: -18px;
	color:#666666;
}

#menu h1 {
	text-indent: -28px;
	color: #123961;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#menu a {
	color:#666666;
}

#menu a:hover{
	color:#333333;
}
/*-----------------------------------CONTEUDO-----------------------------------*/
#conteudo {
	margin-left: 10px;
	float:left;
	width: 440px;
}

#conteudo h1 {
	font-size: 12px;
	color: #666666;
	margin: 0;
}


#empresa img {
	float: left;
	border: 2px solid #123961;
	padding: 2px;
	margin: 0 8px 8px 0;
}

#servicos h1 {
	font-size: 12px;
	background-color: #CCCCCC;
	width: 260px;
	line-height: 18px;
}

#servicos h2 {
	font-size: 12px;
	line-height: 18px;
	width: 260px;
	margin: 0;
}

#servicos{
	padding-bottom: 7px;
	border-bottom: 2px solid #CCCCCC;
}

#servicos p{
	text-align: right;
}



#informacoes {
}

#informacoes2 {
	margin-top:	10px;
}

.imgtitle {
	padding-bottom: 15px;
	display: block;
}

#imgservicos {
	float:right;
	border: 2px solid #123961;
	padding:2px; 
}

.bold {
	font-weight:bold;
}

.foto {
	float: left;
	margin-right: 10px;
}

/*-----------------------------------CONTEUDOSECUNDARIO-----------------------------------*/
#conteudosec {
	margin-bottom: 40px;
	float:right;
	width: 200px;
	padding: 0px;
}

#conteudosec img {
}

.imgparceiros {
	border: 0;

}


/*-----------------------------------FOOTER-----------------------------------*/
#footer {
	width:100%;
	height: 100%;
	clear:both;
	border-top: double;
	border-color: #999999;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:center;
}
</style>
