@charset "utf-8";
/* CSS Document */

/* TUDO */

body  {
	font: 90% Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #8f8f8f;
	background-image:url(imagens/bg.jpg);
	background-repeat:repeat-x;
}

h1 {
	font-size:140%;
	color: #33C2FF; 
	font-weight:normal;
	letter-spacing:-0.1em;
	}
/* LAYOUT */

#bigcontainer { 
	margin:0;
	background-image:url(imagens/bgsombra.jpg);
	background-repeat:no-repeat;
}

#container { 
	margin:0;
	margin-left:25px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 158px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#mainContent { 
	margin: 0 0 0 158px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 

#footer {
	margin-top:65px;
	height:32px;
	background-image:url(imagens/rodape.gif);
	background-repeat:no-repeat;
	padding:0;
	padding-top:23px;
	font-size:0.7em;
	}
	
/* GERAL */

.fltright { float: right;}
.fltleft { float: left;}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#header {
	background-image:url(imagens/header.gif);
	background-repeat:no-repeat;
	height:20px;
	margin-bottom:8px;
}

#foto {padding-bottom:20px;}

.printfotos {display: none; }

.conteudo {width:575px;}

.tit {
	height:38px;
	background-image:url(imagens/bgtrac.gif);
	background-repeat:repeat-x;
	padding-top:20px;
	}
	
.fltleft .colleft {width:335px;}
.fltleft .colright {width:200px; margin-left:40px;}

.dots {
	height:10px;
	background-image:url(imagens/bg_dots.gif);
	background-repeat:repeat-x;
	}

/* MENU */

#menu {
border:none;
margin: 0;
padding:0;
height:96px;
}
#menu li {
list-style:url(imagens/list.gif);
background:transparent url(imagens/list.gif) no-repeat ;
background-position: 3px 25px;
margin: 0;
padding:0;
display: inline;
margin-bottom:5px;
font-size:120%; 
margin-right:10px;
}
#menu li a {
padding:0; 
margin:0;
margin-bottom:5px;
border: 0;
letter-spacing:-1px;
}
#menu li a:link {
color: #33C2FF;
}
#menu li a:visited {
color: #33C2FF;
}
#menu li a:hover {
color: #8f8f8f; 
background-color:#fff;
background:transparent url(imagens/list2.gif) no-repeat ;
background-position: 3px 25px;
}
	
.menuex {padding-left:10px; font-size:80%;}

#Layer1 {
	position:absolute;
	left:465px;
	top:540px;
	width:286px;
	height:53px;
	z-index:1;
	visibility:hidden;
	}
	
#Layer2 {
	position:absolute;
	left:465px;
	top:540px;
	width:286px;
	height:53px;
	z-index:1;
	visibility:hidden;
	}

/* LINKS */

a:link, a:visited, a:active {color:#33C2FF; text-decoration:none;}
a:hover {background-color:#33C2FF; color:#fff;}


/* FORMS */

input, textarea{
	margin:0px;
	width: 260px;
	border: 1px solid #8f8f8f;
	color: #818584;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
}

.submit {
		margin:0px;		
		width:72px;
		height: 20px;
		border: 0;
		color: #33C2FF;
		background-color:#fff;
		font-size:20px;
		font-family:Arial, Helvetica, sans-serif;
		text-transform:capitalize;
		text-align:left;
	}
