body{
  font-family: Verdana;
  font-size: 11px;
  line-height: 18px;
	padding: 10px 0 0 0;
	margin: 0;
	background-color: #000;
	color: #fff;
  background-image: url(images/bgnovo.jpg);
  background-repeat: repeat-x;
  background-position: top center;
}
br{
	clear: both;
}
p{
  padding: 5px 0 5px 0;
  margin: 5px 0 5px 0;
}
a{
	text-decoration: none;
	color: #5696ed;
}
a:hover{
  text-decoration: underline;
}
img{
  border: 0;
}
#main{
  margin: 0 auto;
  padding: 40px 0 0 30px;
  width: 750px;
  height: 418px;
  /*background-image: url(images/bgMainNovo.jpg);*/
  background-repeat: no-repeat;
}
#logo{
  display: block;
  margin: 0 0 95px 0;
}
#menu{
  float: left;
  width: 151px;
  padding: 0 25px 0 0;
  margin: 0;
  list-style-type: none;
}
#menu li{
  padding: 0 0 15px 0;
}
#menu li a.what{
  display: block;
  width: 85px;
  height: 12px;
  background-image: url(images/menu.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
#menu li a.what:hover, #menu li a.what.on{
  background-position: 0 -63px;
}
#menu li a.why{
  display: block;
  height: 12px;
  background-image: url(images/menu.png);
  background-repeat: no-repeat;
  background-position: 0 -25px;
}
#menu li a.why:hover, #menu li a.why.on{
  background-position: 0 -88px;
}
#menu li a.contact{
  display: block;
  width: 62px;
  height: 12px;
  background-image: url(images/menu.png);
  background-repeat: no-repeat;
  background-position: 0 -51px;
}
#menu li a.contact:hover, #menu li a.contact.on{
  background-position: 0 -114px;
}
.content{
  float: left;
  width: 514px;
  height: 212px;
  padding: 10px 25px 30px 35px;
  background-image: url(images/bgContent2.png);
  background-repeat: repeat-y;
}
.content .submenu{
  display: block;
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
  height: 30px;
}
.content .submenu li{
  float: left;
  color: #6da7fd;
  margin: 0 4px 0 0;
}
.content .submenu li a{
  display: block;
  color: #6da7fd;
  padding: 6px 15px 6px 11px;
}
.content .submenu li a:hover, .content .submenu li a.on{
  background-color: #3b0611;
  color: #fff;
  text-decoration: none;
}
.content .texto{
  padding: 0 0 0 10px;
}
.content.what{
  margin: -35px 0 0 0;
  height: 227px;
}
.content.why{
  margin: -25px 0 0 0;
  padding-top: 15px;
  height: 212px;
}
.content.contact{
  width: 414px;
  height: 170px;
  margin: 25px 0 0 100px;
}
.contact_form{
  padding: 10px 0 0 10px;
  margin: 0;
  list-style-type: none;
  height: 145px;
}
.contact_form li{
  float: left;
}
.contact_form li.fieldname{
  width: 70px;
}
.contact_form li.field{
  width: 310px;
  padding: 0 0 7px 0;
}
.contact_form li.field input{
  font-family: Verdana;
  width: 332px;
  height: 18px;
  padding: 5px 0 0 0;
  border: 0;
  background-color: #04435e;
  color: #fff;
}
.contact_form li.field textarea{
  font-family: Verdana;
  font-size: 12px;
  width: 332px;
  height: 70px;
  border: 0;
  background-color: #04435e;
  color: #fff;
}
.buttonSend{
  margin: 0 0 0 0;
  float: right;
}