@import url("reset.css");

body{
	margin: 0px;
	background: #FFA132 url(../images/bg.jpg) left top repeat-x;
	font: 14px Volkhov, Serif;
	color:#536284;
	}

a, a:active, a:visited {
	color: #FFF;
	text-decoration:underline;
	}
	
a:hover {
	background-color:#FFF;
	color: #536284;
	text-decoration:underline;
	}
	
::selection {
	background:#FFA132;
	color:#536284;
	}

::-moz-selection {
	background:#FFA132;
	color:#536284;
	}

::-webkit-selection {
	background:#FFA132;
	color:#536284;
	}
	
h1 {
	font-weight: 700;
	font-size: 30px;
	font-style: italic;
	
}

#lun{
	width: 689px;
	height: 138px;
	background-image: url(../images/lun.png);
	position: absolute;
	bottom: 15px;
	z-index:-2;
}

#caixa {
	margin-left: 10%;
	margin-right: 10%;
	top: 70px;
	position: relative;
	}
	
#topo {
	height: 150px;
	position:relative;
}

#menutextos {
	position: relative;
	width: 100%;
	background-color: #FFF;	
	margin-bottom: 80px;
}

#textos {
	font-size: 18px;
	font-weight: 400;
	margin-left: 230px;
	padding: 30px 10% 30px 30px;
}
	
#rodape {
	bottom: 40px;
	width: 100%;
	left: 50%;
	margin-left: -45%;
	position: relative;
	text-align: center;
	color: #FFF;
	}
	
#rodape .destaque{
	font-weight: 700;
	font-size: 16px;	
}
	
#menu 
	{	
   position: absolute;
   top: 20px;
   }

ul.menu1
	{
    list-style-type: none;
}

ul.menu1 li a
{
	background-color: #536284;
    padding: 0 15px 0 50px;
    width: 150px;
    margin-top: 15px;
    color:#FFF;
    text-align: right;
    text-decoration:none;
    float: right;
    line-height: 34px;
   	font-weight: 700;
   	font-style: italic;
	font-size: 20px;
}

ul.menu1 li a:hover
{
    background-color: #FFF;
    text-decoration: overline;
    color:#FFA132;
}

@charset "utf-8";
*{margin:10;padding:10;}
#formulario{width:100%;height:250px;background:#FFF;float:left;}
#formulario fieldset{margin:0;border:0;float:left; width: 465px}
#formulario .lblform{margin:2px 0 3px 0;padding-right:10px;width:65px;font-family:Cambria, Georgia, serif;text-align:left;color:#FFA132;float:left;}
#formulario .txtPadrao{margin:2px 0 5px 0;padding:2px 4px;font-family:Cambria, Georgia, serif;color:#fff;background:#FFA132;border:solid 1px #fff;float:left;}
#formulario .enviar{margin-left:10px;border:0;font-family:Cambria, Georgia, serif;background:#FFA132;color:#fff;cursor:pointer;float:right;padding:5px 18px;}
#formulario .tmmen{width:65px;} /*cep*/
#formulario .tmmed{width:146px;} /*nome email*/
#formulario .tmmai{width:146px;}
#formulario .espaco{width:190px;background-color: white;}
#formulario .tmmsg{width:455px; height: 50px;}