@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
h1, h2, h3, h4, h5 {
	color: #cc0000;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 12px;
}
a {
	color: #CC0000;
	font-weight: bold;
}
img {
	border:0px;
}
hr {
	clear: both;
	display: none;
}

.left {
	float: left;
}
.right {
	float: right;
}





#head {
	background-color: #CDE855;
	width: 944px;
	height: 65px;
	padding: 2px 3px;
	background-image: url(../imagens/bg_head.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#head #head_logo {
	float: left;
	height: 60px;
	width: 180px;
	text-align: center;
}
#head #head_search {
	float: right;
	width: 255px;
	height: 60px;
	text-align: right;
	margin: 0px 0px 0px 10px;
	font-size: 10px;
}
#head #head_search .lang {
	height: 11px;
	float: right;
	padding-right: 7px;
}

#head  #head_search  span.data {
	height: 18px;
	width: 250px;
	line-height: 18px;
	text-align: center;
	background-image: url(../imagens/bg_data.png);
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 3px;
	display: block;
}
#head #head_search form {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
#head   #head_search   .search_bg {
	border: 0px none;
	background-image: url(../imagens/bg_data.png);
	height: 15px;
	width: 180px;
	padding: 1px 10px;
	margin: 0px;
	background-position: left top;
	display: block;
	float: left;
	background-repeat: no-repeat;
	margin-right: 10px;
}
#head  #head_search  #search_b {
	visibility: hidden;
	display: none;
}
#head     #head_search    #search_b.ok{
	display: block;
	visibility: visible;
}
#head   #head_search #search_b.ok #search_box{
	position: relative;
	width:194px;
	left: -10px;
	top: 0px;
	z-index: 99;
	text-align: left;
	border: solid 1px #85DB18;
	background-color: #F5F6D4;
	padding: 3px;
}
#head    #head_search    #search_b.ok  #search_cancel  {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
}


#head  #head_search  .search_in {
	border: 0px none;
	height: 15px;
	width: 180px;
	font-size: 10px;
	line-height: 15px;
	margin: 0px;
	background-color:transparent;
}

#head #head_search .search_ok {
	height: 18px;
	width: 30px;
	background-image: url(../imagens/bg_search_ok.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px none #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}



#head #head_banner {
	float: right;
	height: 60px;
	width: 468px;
}
#foot {
	float:left;
	clear: both;
	height: 18px;
	width: 940px;
	padding: 1px 5px;
	background-color: #CDE855;
	line-height: 18px;
	color: #000000;
	background-image: url(../imagens/bg_foot.gif);
	margin-top: 4px;
}
.box_pub {
	margin-top: 4px;
}

#foot  ul, #foot ul li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#foot ul li {
	float: left;
	display: block;
}
#foot a {
	line-height: 18px;
	height: 18px;
	margin: 0px 2px;
	padding: 0px 3px;
	color: #CC0000;
	font-weight: bold;
	display: block;
	float: left;
}
#foot a:hover {
	color: #FFFFFF;
	background-color: #493F0B;
}
#list_country {
	float: left;
	width: 100%;
	margin-top: 4px;
}
#list_country ul{
	list-style:none;
}

#list_country ul li{
	float: left;
	width: 186px;
}

.box_tl {
	background: #F5F6D4 url(../imagens/bg_box/top_left.gif) no-repeat left top;
}

.box_tl .box_tr{
	background: transparent url(../imagens/bg_box/top_right.gif) no-repeat right top;
}

.box_tl .box_tr .box_bl{
	background: transparent url(../imagens/bg_box/bottom_left.gif) no-repeat left bottom;
}

.box_tl .box_tr .box_bl .box_br{
	background: transparent url(../imagens/bg_box/bottom_right.gif) no-repeat right bottom;
	padding: 6px;
	height:auto;
	overflow:auto;
}
