body {
	background-color:#FFFFFF;
	margin:10px 0px 10px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	font-style:normal;
	font-weight:normal;
	color:#444;
	text-decoration:none;
}

form {
	margin:0px;
}

.put { border: #ddd 1px solid; background-color:#f9f9f9; font-size:11px; width:96%;}
.put_small { border: #ddd 1px solid; background-color:#f9f9f9; font-size:11px;}

hr {
	height:1px;
	color:#ddd;
	background-color:#dde;
	border:0px;
}

.topo {
	border-bottom: #ba0000 3px solid;
	padding-bottom: 5px;
}

.topoA {
	padding: 5px 0px 8px 0px;
}

.teles {
	font-size:12px;
	font-weight:bold;
}

.links {
	font-size:11px;
	color:#ba0000;
	text-decoration:none;
}

A.links:Hover {
	color:#fff;
	text-decoration:none;
	background-color:#ba0000;
}

.titulos_sec {
	font-size:22px;
	line-height:23px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#ba0000;
}

.miolo {
	margin-top:10px;
	margin-bottom:10px;
}

.footer {
	background-color:#FFE2A6;
	border-bottom: #00AEC3 15px solid;
}

table.bordasimples {border-collapse: collapse;  margin:10px 0px 10px 0px;}
table.bordasimples tr td {border:1px solid #dddddd; text-align:left; vertical-align:top;}

table.contato {border-collapse: collapse; }
table.contato tr td { border:1px solid #fff; border-bottom:1px solid #f1f1f1; padding:5px;}

.conteudo {
	padding:10px;
	background: #fff url(../images/fundo_table.gif) repeat-x top left;
}

.clientes {
	margin: 0px 25px 20px 0px;
}

/* MENU TABLELESS 2 ############################################## */

	
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; /* Width of Menu Items */
	/*border-bottom: 1px solid #dddddd;*/
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 160px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #555;
	background: #fff; /* IE6 Bug */
	padding: 3px 1px 3px 8px;
	/*border: 1px solid #CD7E7E;*/
	border-bottom: 0;
	}
	
ul li span {
	display:block;
	width: 151px; /* Width of Menu Items */
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #888;
	background: #f9f9f9; /* IE6 Bug */
	padding: 3px 1px 3px 8px;
	/*border: 1px solid #CD7E7E;*/
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #555; background: #f2f2f2; } /* Hover Styles */
		
li ul li a { padding: 2px 1px 2px 8px; font-weight:normal;  } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; border: 1px solid #dddddd; } /* The magic */


/* lightbox ############################################## */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color:#CC0000;}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	