/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(asfalto.jpg); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #369; border-bottom: 1px dashed #369; }
a.catalogo { border: none; }
a:hover { border-bottom: 1px dashed #49515C; color: #49515C; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 5px auto;
	width: 740px;
	background: #fff url(dot_line.gif) repeat-y 25%;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Topo
**------------------------------------------------------------*/		
#header {
	background: #fff url(topo_full.jpg) no-repeat center top;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	height: 80px;
	width: 100%;
	background-position: 0 -400px;
	}	
#header h1 { 	
	margin: 15px 0;
	text-indent: -5000px;
	float: left;
	width: 300px;
	height: 50px;
	background: url(logo.gif) no-repeat;
	}	
#header h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	display: none;
	}	
#header img.logoprint { display: none; }

/*------------------------------------------------------------*
**  Menu
**------------------------------------------------------------*/

#nav {
	background: #e0cc04; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
 	}		
#nav li a { 
	text-decoration: none; 
	color: #333;
	background: url(bg_menu.gif) right top no-repeat #e0cc04;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #6B7687; color: #C6C4C5; }
#nav li a.on { background-color: #49515C; color: #C6C4C5; }

/*------------------------------------------------------------*
**  Barra lateral
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}
#sidebar div { background: #fff url(deg_bg.jpg) repeat-x; }	
#sidebar #searchdiv { padding-top: 20px; }
/*------------------------------------------------------------*
**  Barra lateral & Conteudo
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content #main { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
  padding: 10px;
	}	
	
#submenu ul { list-style: none; margin: 0; padding: 0; }
#submenu ul ul { padding-left: 15px; }
#submenu ul li a { display: block; height: 20px; width: 165px; padding: 2px 5px; font: bold 16px Arial, Verdana, sans-serif; }
#submenu ul ul li a { width: 150px; }
#submenu ul li a:hover { color: #fff; background: #49515c; }

	
/*------------------------------------------------------------*
**  Conteudo
**------------------------------------------------------------*/
#content {
	float: left;
	width: 550px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	}	
#content #main { background: #fff url(deg_bg.jpg) repeat-x; }	

#content h3 { text-transform: uppercase; font: bold 20px Arial, Verdana, sans-serif; margin: 25px 0 15px; color: #183884; }

table a, table a img { border: none; }
.thumbnail { padding: 2px; border: 1px solid #49515C; } 

dt { font-weight: bold; float: left; }
blockquote { padding: 5px 10px; background: #ffc; }
.advert { background: #f96; color: white; font-size: 18px;}
ol.qualidade li { padding-top: 5px; list-style-type: lower-alpha; }
.sitemap li { margin-top: 8px; }

/*------------------------------------------------------------*
**  Rodape
**------------------------------------------------------------*/
#footer {
	background: #49515C url(rodape.gif) no-repeat;
	border-bottom: 5px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	padding: 91px 10px 10px;
	line-height: 16px;
	clear: both;
	margin-top: 10px;
	}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }

#footer hr { display: none; }

#footer address { font-style: normal; }

#footer .telefones { font: normal 18px Arial, Verdana, sans-serif; color: #e0cc04; } 

#footer .lynx, #footer .lynx:hover { border: 0; display: block; float: right; width: 35px; height: 50px; background: url(lynx.gif); text-indent: -5000px; margin:0; padding:0; }


.breadcrumb, a.sitemap { font-size: 10px; }

a.sitemap, a.sitemap:hover { text-decoration: none; padding: 2px 5px; border: none; float: right; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; }

/* FORMULARIO */
.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 12px;
	width: 200px;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}