html, body{font-family:'Open Sans', sans-serif; background:#FCFCFC;}
.clear{clear:both;}

table{
  text-align: left;
  border-collapse:collapse;
}

table.precos td
{
	font-size: 13px;
	color: white;
	border-left :1px solid white;
	padding:10px;	
}

p
{
	font-size: 16px;
	margin-top:0px;
	margin-bottom:0px;
}

div.aviso
{
	display: block;
	width:600px;
	color:#7F4E69;
	font-style: italic;
	font-weight: bold;
	margin-left:30px;
	line-height:100%;
}

h1
{
	text-align: center;
}

h3{
  font-family: 'Open Sans';
  font-size: 12px;
  color: #33373B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
h2{
  font-family: 'Open Sans';
  font-size: 20px;
  color: #33373B;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
  display: block;
}
input[type=Text]{
  width: 400px;
}
input[type=Text].pequeno{
  width: 45px;
}
input[type=Text].medio{
  width: 350px;
}

label{display: block;font-size:12px;}
label span.legenda{color:#33373B; font-weight:bold; font-size:12px; text-transform:uppercase}
label span.observacao{text-transform:none; font-weight:normal; font-size:10px; display:block; }

ol{
    font-size: 12px;
}

ul#menu {
  width: 100%;
  height: 43px;
  background: #FFF url("images/menu-bg.gif") top left repeat-x;
  font-size: 0.8em;
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#menu li {
  display: block;
  float: left;
  margin: 0 0 0 5px;
}

ul#menu li a {
  height: 43px;
  color: #777;
  text-decoration: none;
  display: block;
  float: left;
  line-height: 200%;
  padding: 8px 15px 0;
}

ul#menu li a:hover {color: #333;}

ul#menu li a.current{
  color: #FFF;
  background: #FFF url("images/current-bg.gif") top left repeat-x;
  padding: 5px 15px 0;
}