html,body{margin:0;padding:0}
body{font: 85%/1.3 Verdana,Arial,sans-serif;text-align: center;background: #045e97;padding-bottom:20px;margin-top:10px;}
p{margin-top:0}
hr{
	border:1px ;
}
h1,h2,h3{font: normal normal 200% "Trebuchet MS",Arial,sans-serif}
h2{font-size:160%}
h3{font-size:130%}

div#header{width:100%;overflow:hidden;background: #045e97}

div#header h1{padding: 30px 0 10px;color: #FFF}

ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav{float:left;font-size: 80%;}
ul#nav li{float:left;margin-right: 3px;text-align: center}
ul#nav a{float:left;width: 82px;padding: 5px 0;background: #045e97;text-decoration:none;color: #FFC}
ul#nav a:hover{background: #fff;color: #045e97}
ul#nav li.activelink a,ul#nav li.activelink a:hover{background: #fff;color: #045e97}

ul#intro,ul#intro li{list-style-type:none;margin:0;padding:0}
ul#intro{width:100%;overflow:hidden;margin-bottom:20px}
ul#intro li{float:left;width:180px;margin-right:10px;padding: 10px 0}
li#mission{background: #E65714}
li#services{background: #42B4AC}
ul#intro li#more{margin-right:0;background: #7D63A9}
ul#intro p,ul#intro h3{margin:0;padding: 0 10px}
ul#intro h3{text-transform:uppercase;padding-bottom:3px;color: #FFF}

div#content h2{margin: 10px 0;color: #000}
div.date{float:left;width: 4em;padding: 5px 0;background: #F1DDC4;color:#B0001E;
    text-align:center;margin: 0 4px 4px 0;font-size: 80%;line-height:0.9}
div.date span{display:block;font-size: 150%;font-weight:bold}

div.comments div{background: #EEE;margin-bottom:10px}
div.comments p{padding: 10px;margin:0}
div.comments div.odd{background:#DAE6FE}


div#footer
{
	font:11px Verdana, Arial, Helvetica, sans-serif;;
	color:#000000;
	text-decoration:none;
}

div#footer a
{
	color:#333;
	text-decoration:none;
}

div#footer a:hover
{
	color:#ffc;
	text-decoration:none;
}

/*menu vertical*/
ul.postnav,ul.postnav li{
	margin:2px;
	padding-left:1px;
	_padding-left:0px;/*hack ie*/
	list-style-type:none;

}
ul.postnav li{
	float:left;
	width: 170px;
	font-size:12px;
	margin-right:0px;
	
	}
ul.postnav a{
	display:block;
	width:168px;
	padding:5px 0;
	font: 100% Verdana,Arial,sans-serif;
	background: #045e97;
	color: #fff;
	text-decoration:none;
	text-align:center;
}
ul.postnav a:hover{
	background:#fff;color:#045e97
}
/*split*/
ul#split,ul#split li{margin:0;padding:0;list-style:none}
ul#split li{float:left;width:170px;margin:0 10px 10px 0}
/*alterado por fabio: aumento da largura do detalhe do produto*/
ul#split li#three{width:100%;margin:0 5px 10px 0}

ul#split h3{font: normal 90%/1.3 Verdana,sans-serif; text-transform:uppercase;margin:0px;padding: 5px 0 0;text-align:center;color: #000}
ul#split p{margin:0;padding:5px 8px 15px}
li#one h3{background: #C8C866}
ul#split div{background: #FFC}
li#one div{border:2px solid #C8C866}
li#two h3{background: #FFBD00}
li#two div{border:2px solid #FFBD00}
li#three h3{background: #003366; color:#fff;}
li#three div{border:2px solid #003366}

/*classes*/
.qtdeProd{
	font:10px Arial, Helvetica, sans-serif;
}
.precoProd{
	font:bold 90%/1.3 Verdana, Arial, Helvetica, sans-serif;
}
a.detalheProd {
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

/* forms */
/* 
 wFORMS 2.0 Stylesheet - Antique Blue Theme v3 - Aug. 2006
 See http://www.formassembly.com/wForms
 
 To be used along with wforms-jsonly.css
 This stylesheet and the associated novo_layout/img are Copyright (c) 2005 Cedric Savarese (http://www.4213miles.com)	
 and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/) 
*/
 
form {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#F8F8F6;
	background-image: url(../novo_layout/img/formBg.png);
	border: 1px dotted #878177;	
	padding: 0 10px 0 10px;
	margin:10px 0 0 0;
}

/* Form Sections ======================================================================== */
/* Fieldset  */
fieldset {
	padding: 15px 10px;
	background-color:#F4F4F2;
	margin: 20px 0;
	background-image: url(../novo_layout/img/fieldsetBg.png);
	border: 3px double #878177;	
}
legend {
	padding: 2px 5px;
	border: 1px solid #878177;
	background-color: #ECECFB;
	color: #1C1C1C;
}
/* Nested Fieldset  */
fieldset fieldset  {
	border: 1px solid #ccc;
	background-color:#FFF;
}
fieldset fieldset legend {
	border: 1px solid #ccc;
}
/* Inline Section */
.inlineSection {
	overflow: auto;
	width: 100%;	
}
/* Grid Section */
form table {
	border-collapse: collapse;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
form td {
	padding: 0 0px;
	border-left: 0px solid #CCC;
	border-right: 0px solid #CCC;	
}
form th {
	text-align:center;
	background:#CCCCCC;
	font-size:14px;
}
form .alternate-1 {
	background-color:#E9E9E6;
}
form .alternate-0 {
}

/* Combo Label + Input Field =========================================================== */
form .oneField {
	
}
form .inlineSection .oneField {
	float: left;	
	padding: 0;
	margin-right: 4px;
}
/* Ties together a label and its checkbox or radio */
form .oneChoice {
	white-space: nowrap; 
}

/* Field Labels ======================================================================== */

/* Base */
label, form .label {	
	color: #333;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* Text inputs / Select label */
label.preField {
	display: block;
	padding: 2px;
	margin: 0.4em 4px 0 0;
	font-weight: bold;
}
/* Radio / Checkbox group label */
form .label  {
	display: block;
	padding: 2px;
	margin: 0.4em 4px 0 0;
	font-weight: bold;
}
/* Individual Checkbox / Radio label */
label.postField  {
	margin: 0 4px 0 4px;
}
/* Label when inside an inline section */
.inlineSection .oneField .inlineLabel {
	display: block;	
	padding: 0 3px;
	font-weight: bold; 
	margin: 0.4em 4px 0 0;
}

/* Inputs ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}
input {
	margin: 0 0px 0 0;
}
select {
	padding: 0;
	margin: 2px 2px 1px 0;
}
.inlineSection .oneField select {
	margin: 0 2px 1px 0 !important;
}
.gridSection select  {
	margin: 0 !important;
}

/* Buttons ======================================================================= */

form .actions {
	text-align: center;
	margin: 20px 0 10px 0;			
}
/* Submit button */
form .primaryAction {
}
/* Cancel button */
form .secondaryAction {
	color: grey;
}
form .secondaryAction:hover {
	color: black;
}


/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset instruction paragraph. */
form .instructions {
	margin: 1em 0;
}
/* Asterisk on required fields */
form .reqMark {
	color: #F00;
	padding: 0 4px;
}

/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
form .errFld {
	padding: 1px;
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
form .errMsg {	
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
form .field-hint {
	color: #000;
	float: right;
	width: 220px;
	margin: 15px 0 0 0;
}
/* Field-Hint without focus */
form .field-hint-inactive {
	color: #666;
	float: right;
	clear: right;
	width: 220px;
	margin: 15px 0 0 0;
}
/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat {
	border: 1px dotted #ccc;
	background-color: #FFFFFF;
	margin: 3px 0;
	padding-right: 3px;
}
div.removeable {
	border: 1px dotted #ccc;
	background-color: #F5F5F5;
	padding-right: 3px;	
}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	line-height: 260%;
	font-weight: bold;
	color: #5C594E;
}
form .removeLink {
	line-height: 260%;
	color: #CC3300;
}
form td .duplicateLink, form td .removeLink  {
	margin: 0;
	line-height: 100%;
}
/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h, 
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l, 
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p, 
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,  
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an,
.onstate-ao, .onstate-ap, .onstate-aq, .onstate-ar,
.onstate-as, .onstate-at, .onstate-au, .onstate-av,
.onstate-aw, .onstate-ax, .onstate-ay, .onstate-az {
	display: block;
}
/* offstate classes for the Switch Behavior are in wforms-jsonly.css */



/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
}
form fieldset legend {
	position: expression('absolute'); 
	top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
	left:expression('.5em');
}

/*implementações */
#mapa {
	border:1px solid #ccc;
}