@charset "utf-8";
/* CSS Document */
body{
 background-color: #eeeee8;	
}

h1, h2, h3, h4, h5{
	text-transform: uppercase;
}

.sombra{
	background-image: url('../img/fundo.png');
	background-repeat: repeat-y;
	background-position: center;
}

h2{

	color: #cc0000;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 35px;

}

input{
	width: 300px;
}

input#submit{
	width: 100px;
}

label{
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
}


.btns ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.btns li{
	float: left;
	padding-right: 20px;
}

.btns li a{
	padding-left: 22px;
}

.btns li#print{
	background-image: url('../img/printer.png');
	background-repeat: no-repeat;
}

.btns li#friend{
	background-image: url('../img/email.png');
	background-repeat: no-repeat;
}




#hat{
	height: 59px;
	background-image: url('../img/hat_fundo.jpg');
}

#hat h1{
	margin-top:16px;
	margin-left: 32px;
}

#head{
	background-image: url('../img/testeira.jpg');
	height: 159px;
padding: 0px;
	margin: 0px;
	text-align:right;
	margin-bottom:15px;
	
}
#head h2{
	color: #c90d0d;
	font-size: 40px;
	line-height: 159px;	
	padding: 0px;
	margin: 0px;
	margin-right: 30px;
}

#main{
	
}

#menu{
	
}

#menu li{
	margin-bottom: 10px;
}

#menu li a{

	text-transform: uppercase;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	/*color: #cc0000;*/
	color: #996;
	text-decoration:none;
	
	width:254px;
	display:block;
	
	line-height: 35px;
	/*text-indent: 48px;*/
	padding-left: 48px;
	height: 35px;
	
	background: no-repeat;
	
}

#menu li a:hover, #menu li a.atual{
	color:#ffffff;
	background-image: url('../img/botoes.png');
}

#menu ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
	margin-left:8px;
}

#texto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding-top: 10px;
	text-align: justify;
}
#texto h3{
	color:#999966;
	
	font-size:18px;
	font-weight:bold;
	
}

#texto a{
	color:#999966;
	
	font-size:12px;
	font-weight:bold;
	
}
#texto h4{
	color:#999966;
	
	font-size:14px;
	font-weight:bold;
	
}

#banner{
	height: 122px;
	background-image: url('../img/banner_fundo.gif');
	text-align:center;
	
}
#banner img{
	margin-top:16px;	
}

#foot{
	height: 52px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	text-align:center;
	padding-top:15px;
}
