@charset "utf-8";
	/* CSS Document Auto Escola Século 21 
		Programado por: 	Denis Carvalho
		Data:				28/05/2009*/

*{margin:0; padding:0;}

body {
	text-align:center;
	font:12px arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: black;
	z-index: 1;
}

ul{
	list-style-type:none;
}

ul#menu{
	font-family: arial black, Helvetica, sans-serif;
	text-align:left }

ul#menu{
	font-family: arial black, Helvetica, sans-serif;
	font-style:italic;
	height: 15px;
	width: 100%;
	border: 1px solid #28E53A;	
}

ul#menu li{
	position:relative;
	float:left;
	height:30px;
	line-height:25px;
	
}

ul#menu li a{
	display:block;
	float:left;
	padding: 3 20px;
	background: yellow;
	color:black;
	text-decoration:none;
	background: #09c url(../imagens/bot1.jpg) no-repeat 0 0;
	
}

ul#menu li a:hover{
	background: #fff url(../imagens/bot1.jpg) no-repeat 0 -32px;
	}

ul#menu li ul{
	display:none;
	position:absolute;
	top:30px;
	left:0;
	z-index: 10; /* aqui o z-index */
		
	
}
ul#menu li:hover ul,
ul#menu li.hover ul{
	display:block;
	}
ul#menu li ul a{
	width:120px;
	border-bottom:1px solid #28E53A;
	clear:both;
	
}
ul#menu li ul li{
	float:none;
	clear:both;
}
ul#menu li ul li a{float:none;}

#principal {
	background-color: yellow;
	text-align: left;
	margin: 0px;
	width: 900px;
	position: relative;
}

#cabecalho {
	height: 100px;
	width: 900px;
	background-image: url(../imagens/cab.jpg);
}

#cabflash {
	height: 100px;
	width: 900px;
	background: white;
}

#menu2{
	background-color:#E2E2DD;
	float: right;
	height: 365px;
	width: 300px;
}

#conteudo {
	float: left;
	width: 600px;
	height: 365px;
	background: white;
	background-position:center;
	background-attachment: scroll;
	overflow: scroll;
	overflow-x: hidden;
	scrollbar-arrow-color: #28E53A;
	scrollbar-track-color:gray;
	scrollbar-face-color:#D5D6C9;
	scrollbar-highlight-color: #28E53A;
	scrollbar-shadow-color: #28E53A;
	scrollbar-shadow-color: #28E53A;
	z-index: 0;	
}

#conteudo_home {
	float: left;
	width: 600px;
	height: 365px;
	background: white;
	background-position:center;
	z-index: 0;	
}

#rodape {
	float: left;
	width: 900px;
	height: 20px;
	position: relative;
	background: yellow;
	clear: both;

}
#alinhacentro {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.tex {
	font-family: arial, verdana, sans-serif;
	color: black;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align:justify;
	text-indent: 50px;
	margin-right: 30px;
	margin-left: 30px;
}
.tit{
	font-family: arial, verdana, sans-serif;
	color: red;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
	position: relative;
	left: 64px;
}

.thumbnail img{
	border: 1px solid white;
	margin: 0 5px 5px 0;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: D5D6C9;
	padding: 5px;
	left: -1000px;
	border: 0px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: -160;
	left: 120px; /*position where enlarged image should offset horizontally */
	z-index: 1; 
}
	form {width: 5em; font-size: 1.0em;}
	form fieldset {border: 0px solid #28E53A;padding: 0 0.5em;}
	form legend {padding 0 0.5em; border: 1px #28E53A;}
	.campos {color:black;
			 font-style:italic;
			 background: white;}
	form label {display: block; margin-top: 0.1em; 
	font-family: arial, verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: black;
	border: 1px #28E53A;}
	form input {width: 20em; color: #28E53A;}
	form input#enviar {margin-bottom: 1em;width: auto; color:#28E53A;}
	form textarea {width: 20em; margin=bottom: 0.8em; border: 1px solid #28E53A;
}
#todoform {	
	background-image: url(../imagens/fundo_form.jpg);	
	font:12px Arial Black, verdana, helvetica, sans-serif;
	font-style: italic;	
	border-top:4px solid #cfcfcf;
	border-left:4px solid #cfcfcf;	
	border-right:4px solid #696969;
	border-bottom:4px solid #696969;
	border-collapse:collapse;
	color: black;	
}
	.formtext {
	font-family: Arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: black;
}

#todoform th {
	background:yellow;
	padding:3px;
	font: bold 15px arial, verdana, helvetica, sans-serif;	
	border-bottom:0px solid gray;	
}
#todoform td {	
	padding:5px;	
}
#todoform input {	
	background: white;	
	border:0px border orange;	
}
#todoform textarea {
	background: white;	
	border: 0px border white;	
}
#todoform input.botao {
	font-family: arial black, verdana, sans-serif;
	font-style:italic;
	color: black;	
	background:orange;	
	border:opx solid gray;
}
	
/* Micox Pseudo-class-css2 to IE (MXPC). Activate .hover and .first-child in IE 6 */
* html * { color: expression( (function(who){ if(!who.MXPC){
	who.MXPC = '1';
	if(who.nodeName != 'A'){
		who.onmouseenter=function(){ who.className += ' hover'};
		who.onmouseleave=function(){ who.className = who.className.replace(' hover','')}; }
	(who==who.parentNode.firstChild) ? who.className += ' first-child' : '' ;
} } )(this) , 'auto') }
