@charset "utf-8";

/* CSS Document */



h1 {

	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;

	color: #C00;

	background: #CCC;

}

body{

	background: url(../imgs/bg.png);

	margin: 0 auto;

	text-align: center;

}



#page{
	text-align: left;
	background: #FFF;
	color: #333;
	margin: 0 auto;
	width: 984px;
	height: auto;
	font: 10px Verdana, Geneva, sans-serif;
	color: #666;

}



#topo{

	height: 145px;

	background: url(../imgs/topo.jpg);

}



#busca{
	color:#333;
	float: right;
	margin: 0 auto;
	text-align: left;
	width: 720px;
	background: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;

}



#menu{

	width: 200px;

	height:0 auto;

	background: #FFF;

	float: left;

	border-right-width: 1px;

	border-right-style: solid;

	border-right-color: #333;

	padding: 25px 14px 0 20px;

	font:bold 16px Verdana, Geneva, sans-serif;

	color: #C00;

	display: block;

	text-decoration: none;

	list-style:none;

}



#menu ul {

	text-decoration: none;

	list-style:none;

	display:block;

}



#menu li {

	font:bold 16px Verdana, Geneva, sans-serif;

	color: #C00;

	list-style:none;

	text-decoration: none;

	display:block;

	

}

#menu li a{

	font:bold 16px Verdana, Geneva, sans-serif;

	color: #C00;

	list-style:none;

	text-decoration: none;

	display:block;

	

}



#menu a:hover {

	font:bold 16px Verdana, Geneva, sans-serif;

	color: #C00;

	list-style:none;

	text-decoration: none;

	display:block;

}



#corpo{

	width: 720px;

	background: #fff;

	float: left;

	margin: 10px 0px 0px 0px;

	padding: 0px 5px 10px 15px;

	border-left-width: 1px;

	border-left-style: solid;

	border-left-color: #333;

}



#both{

	font: 12px Verdana, Geneva, sans-serif;

	text-align: center;

	width: 984px;

	height: 35px;

	clear: both;

	background: #C00;

	color: #FFF;

}





		form.box_search label input {

			border: 1px solid #333333;

			background: url(../imgs/bg_input.jpg)  center repeat-x;

		}

		

	form.box_search input.button {

		border: none;

		background: url(../imgs/bg_input.jpg)  no-repeat;

		content: ""; /* opera */

		display: inline-block; /* opera */

		width: 50px;

		height: 50px;

		line-height: 50px;

		_line-height: 0; /* ie */

		text-indent: -9999em;

	}

/* Content search form */

#busca form.box_search {

	margin: 5px 0px 0px 10px;

}

	#busca form.box_search p {

		margin-bottom: 10px;

	}

		#page form.box_search p a {

			color: #0066b3;

			font-size: 8px;

			font-weight: bold;

		}

	#busca form.box_search label {

		float: left;

	}

		#busca form.box_search label span {

			display: none;

		}

		#busca form.box_search label input {

			width: 452px;

			height: 28px;

			font-size: 22px;

			_font-size: 22px;

			padding: 0px;

			_vertical-align: 2px;

			

		}

	#busca form.box_search input.button {

		background: url(../imgs/bt_search_big.gif) center  center no-repeat;

		width: 133px;

		height: 30px;

		float: left;

		margin: 0px;

		cursor: pointer;

		

	}
