@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	list-style:none;
	padding:0px;
}

body {
	margin:0px;
	background:#000;
}

#mold {
	width:1000px;
	height:825px;
	margin:auto;
	background:#FFF;
}

#c1 {
	width:250px;
	height:825px;
	float:left;
	background:url(../imagens/bckgrd.jpg);
}

#c2 {
	width:750px;
	float:left;
	background:#fff;
}

#omenu {
	height:40px;
	margin-left:10px;
	padding-top:10px;
}

a.menu {
	display:block;
	font-family: Arial, Georgia;
	font-size:11px;
	background:#069;
	color:#FFF;
	float:left;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	padding: 5px 7px 7px 7px;
	height:25px;
	margin-left:1px;
	width:105px;
}

a.menu:hover {
	background:#f90;
	color:#FFF;
	font-size: 12px;
}

#box_empresa {
	width:700px;
	height:200px;
	background:url(../imagens/box_text_empresa.jpg) no-repeat;
	margin:auto;
	border-bottom:10px solid #fff;
	border-top: 10px solid #fff;
}

#box_patrimonio {
	width:700px;
	height:340px;
	background:url(../imagens/box_text_patrimonio.jpg) no-repeat;
	margin:auto;
	border-bottom:10px solid #fff;
	border-top: 10px solid #fff;
}

#box_contato {
	width:700px;
	height:520px;
	background:url(../imagens/box_text_contato.jpg) no-repeat;
	margin:auto;
	border-bottom:10px solid #fff;
	border-top: 10px solid #fff;
}

#box {
	width:340px;
	height:200px;
	border-bottom:10px solid #fff;
	border-top: 10px solid #fff;

}

#rdp {
	width:723px;
	height:70px;
	margin:auto;
	clear:both;
	background:#023276;
	border-top: 20px solid #fff;
}

p {
	font:12px "Trebuchet MS", Arial, Georgia;
	color:#000;
	padding-left:15px;
}

#c1 li{
	font:12px "Trebuchet MS", Arial, Georgia;
	color:#fff;
	padding-left:15px;
}

.p1 {
	font:12px "Trebuchet MS", Arial, Georgia;
	line-height:1.7em;
	text-align:justify;
	padding:5px 15px 15px 15px;
	color:#000;
}

h1, h2, h3, h4 {
	font-family:Verdana, Arial, Georgia;
	padding:10px 0px 0px 10px;
	font-size: 22px;
}

h2, h3 {display:none}

.tituloh3{
	font-family:Verdana, Arial, Georgia;
	font-size:18px;
	padding:10px 0px 0px 10px;
	color:#000;
}

.titulo {
	font:14px "Trebuchet MS", Arial, Georgia;
	font-weight:bold;
	color:#fff;
}

.tel {
	font:18px "Trebuchet MS", Arial, Georgia;
	color:#fff;
}

address {
	font:13px "Trebuchet MS", Arial, Georgia;
	color:#fff;
	padding:25px;
	text-align:center;
}

label {
	font:13px "Trebuchet MS", Arial, Georgia;
}

input {
	border:1px solid #ccc;
	height:25px;
}

textarea {
	border:1px solid #ccc;
}
.a2:link {
	color: #333333;
	text-decoration: none;
}
.a2:visited {
	text-decoration: none;
	color: #333333;
}
.a2:hover {
	text-decoration: none;
	color: #006699;
}
.a3:active {
	text-decoration: none;
	color: #006699;
}
.a3:link {
	color: #FFF;
	text-decoration: none;
}
.a3:visited {
	text-decoration: none;
	color: #FFF;
}
.a3:hover {
	text-decoration: none;
	color:#FFFF00;
}
.a3:active {
	text-decoration: none;
	color:#FFFF00;
}
