body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000;
}

#fundo {
	background-image: url(imagens/fundo_pg.png);
	background-repeat: no-repeat;
	color: #F60;
}

a img{
	border: none;
}
a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #7f7f7f;
}
a:link, a:visited, a:hover{
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #009;
}


.titulo {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 36px;
	padding-left: 30px;
	color: #C00;
}

#orcamento {
	padding-top: 30px;
	width: 320px;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	color: #FFED00;

}
#orcamento_link {
	padding-top: 10px;
	padding-left: 30px;
	height: 33px;
	background-image:url(imagens/fundo_orcamento.png);
	background-repeat:no-repeat;
}
a:link#orca, a:visited#orca, a:active#orca{
	font-size:12px;
	text-decoration:none;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.9);
}
a:hover#orca{
	text-decoration:none;
	color: #FF0;
}

#rodape {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
a:link#rodape, a:visited#rodape, a:active#rodape{
	text-decoration:none;
	color: #FF0;
}
a:hover#rodape{
	text-decoration:none;
	color: #CCC;
}

p{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	text-align : justify;
	font-size: 14px;
	line-height:200%;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
table {
	border:none;
}

#templatemo_menu {
	height: 51px;
}
.ddsmoothmenu{
}

.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	height: 46px;
	width: 150px;
	margin-right: 5px;
	line-height: 35px;
	padding-top: 10px;
	font-size: 13px;
	color: #FFF;	
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	outline: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #333;
	background: url(imagens/templatemo_menu_hover.png) no-repeat;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	width: 184px;
	margin: 0 0 0 3px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font-weight: 500;
	width: 140px; /*width of sub menus*/
	margin: 0 3px 0 1px;
	height: 28px;
	line-height: 28px;
	padding: 5px 20px;
	font-size: 11px;
	text-align: left;
	background: none;
	color: #666;
	border-bottom: 1px solid #bab5b0
}

.ddsmoothmenu ul li ul li .last {
	border-bottom: none;
}

.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover {
	color: #fff;
	width: 139px;
	padding-left: 21px;
	background: #bab5b0;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;}
