* {
	margin: 0px;
	padding: 0px;
}
body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 100%;
}
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

img {
	behavior:url("/new/includes/pngbehavior.htc");
}

#geral {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	overflow: hidden;
	padding-right: 11px;
}
#topo {
	overflow: hidden;
	height: 154px;
}

#topo #links_topo {
	background-image: url(../images/bg_menu_topo.jpg);
	background-repeat: repeat-y;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F25B00;
	overflow: hidden;
	height: 19px;
	list-style-type: none;
	padding-left: 515px;
	padding-top: 8px;
	margin-bottom: 18px;
}
#topo #links_topo li {
	display: inline;
}

#topo #links_topo li a {
	display: block;
	width: auto;
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
	text-indent: -1000em;
	height: 13px;
	overflow: hidden;
}
#topo #links_topo li a.L1 {
	background-image: url(../images/topo_link_home.jpg);
	width: 46px;
}
#topo #links_topo li a.L2 {
	background-image: url(../images/topo_link_instalacoes.jpg);
	width: 128px;
}
#topo #links_topo li a.L3 {
	background-image: url(../images/topo_link_contato.jpg);
	width: 69px;
}
#topo h1 {
	background-image: url(../images/logo_cplan.jpg);
	background-repeat: no-repeat;
	text-indent: -1000em;
	clear: left;
	float: left;
	height: 91px;
	width: 269px;
	overflow: hidden;
	margin-left: 15px!important;
	margin-left: 7px;
}
#topo #logos_topo {
	float: left;
}#topo  #logo_cplan {
	clear: left;
	float: left;
	height: 91px;
	width: 269px;
	margin-left: 15px!important;
	margin-left: 7px;
}
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
