body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../imagens/bg-linha-body.gif) #f1f1f1 top left repeat-x fixed;	
}
a {
	color:#069;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3 {
	letter-spacing:-3px;
	color:#666;
}
h1 {
	font-size:68px;
}
h2 {
	font-size:36px;
}
h3 {
	font-size:24px;
}
hr {
	clear:both;
	margin:100px 0;
	background-color:#ccc;
	border:1px solid #ccc;
}
ul {
	padding-left:15px;
	list-style-type:square;
}
ul li{
	margin-bottom:15px;
}
input, textarea {
	padding:5px;
	border:1px solid #ccc;
}
#geral {
	position:relative;
	margin:0 auto;
	width:900px;
	overflow:hidden;
}
#cabecalho {
	position:fixed;
	float:left;
	width:240px;
}
h1.logo {
	background:url(../imagens/logomarca.gif) no-repeat center center;
	text-indent:-9999px;
	width:240px;
	height:195px;
	margin-top:50px;
}
h1.logo a{
	display:block;
	width:240px;
	height:195px;
}
ul.menu {
	margin:0;
	padding:0;
	list-style:none;
}
ul.menu li {
	padding:15px 0;
	text-align:right;
	margin:0;
}
ul.menu li a{
	text-transform:uppercase;
	padding:6px 12px;
	background-color:#007ba3;
	color:#fff;
}
ul.menu li a:hover{
	text-decoration:none;
	background-color:#006699;
}
#conteudo {
	position:relative;
	width:600px;
	float:right;
}
#bemvindo, #empresa, #servicos, #contato {
	position:relative;
	margin-bottom:600px;
	overflow:hidden;
}
#container-rodape {
	position: fixed !important;
	position: absolute;	
	bottom:0;
	left:0;
	clear:both;
	width:100%;
	height:35px;
	background-color:#000;
	margin-top:100px;
}
#rodape {
	position:relative;
	margin:0 auto;
	width:900px;
	padding:10px 0;
	color:#ccc;
	overflow:hidden;
}
#rodape p{
	margin:0;
}

#rodape a{
	color:red;
	text-decoration:none;
}

.float-right {
	float:right;
}
.float-left {
	float:left;
}
ul.float-right, ul.float-left  {
	width:250px;
}
a.botao {
	background:url(../imagens/bg-botao.gif) repeat-x top left;
	border:1px solid #069;
	padding:10px 30px;
	color:#fff;
}
a:hover.botao {
	text-decoration:none;
	background-position:bottom left;
}
.hidden {
	visibility:hidden;
}
