* {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
}

a {
	color: #e0414a;
}

a:hover {
	color: #a2131b;
}

a span {
	cursor: pointer;
}

img {
	border: none;
}

b {
	font-size: inherit;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

body {
	width: 100%;
	height: 100%;
	background: url("images/bg_site.jpg") no-repeat top center;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

#header {
	height: 150px;
	width: 960px;
}

#header a.logo {
	display: block;
	width: 170px;
	height: 143px;
	float: left;
	background: url("images/logo.png") no-repeat center center;
}

#header .header_right {
	display: block;
	float: right;
	width: 780px;
	position: relative;
}

#header .header_right ul.menu_shop {
	display: block;
	float: right;
	height: 20px;
	padding-top: 8px;
}

#header .header_right ul.menu_shop li {
	display: block;
	float: right;
	padding: 0px 20px;
	height: 20px;
	background: url("images/set_menu_shop.gif") no-repeat right center;
	line-height: 20px;
	color: #fefefe;
}

#header .header_right ul.menu_shop li a {
	display: block;
	float: left;
	height: 20px;
	color: #3298e4;
	text-decoration: none;
	line-height: 20px;
}

#header .header_right ul.menu_shop li a:hover {
	color: #fff;
}

#header .header_right ul.menu_shop li.language {
	background: none;
	width: 93px;
	padding-right: 0;
}

#header .header_right ul.menu_shop li.language a {
	display: block;
	float: right;
	width: 32px;
	height: 19px;
	background: url("images/bg_menu_shop_language.png") no-repeat center
		center;
}

#header .header_right ul.menu_shop li.language span {
	display: block;
	float: left;
}

#header .header_right a.login {
	clear: right;
	display: block;
	float: right;
	background: url("images/bg_menu_login.png") no-repeat center center;
	width: 86px;
	height: 34px;
	margin-top: 20px;
}

#header .header_right ul.menu_cart {
	display: block;
	float: right;
	background: url("images/bg_menu_cart.png") no-repeat left center;
	width: 383px;
	height: 30px;
	margin-top: 20px;
	padding-top: 2px;
	padding-right: 25px;
	padding-left: 20px;
}

#header .header_right ul.menu_cart * {
	font-family: Tahoma;
}

#header .header_right ul.menu_cart li {
	display: block;
	float: left;
}

#header .header_right ul.menu_cart li a {
	display: block;
	text-decoration: none;
	float: left;
	height: 30px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	line-height: 28px;
}

#header .header_right ul.menu_cart li a:hover {
	color: #024163;
}

#header .header_right ul.menu_cart li.carrinho a {
	width: 158px;
}

#header .header_right ul.menu_cart li.stat a {
	width: 125px;
}

#header .header_right ul.menu_cart li.chekout a {
	width: 100px;
	float: right;
	text-indent: -9999px;
}

#header .header_right ul.menu_seccoes {
	display: block;
	height: 50px;
	position: absolute;
	top: 100px;
	left: 0px;
}

#header .header_right ul.menu_seccoes li {
	display: block;
	float: left;
}

#header .header_right ul.menu_seccoes li a {
	display: block;
	float: left;
	font-size: 14px;
	width: 122px;
	height: 33px;
	background: url("images/bg_menu_seccoes_item.png") no-repeat center top;
	color: #fff;
	text-decoration: none;
	padding: 10px 0 7px 15px;
	font-weight: bold;
}

#header .header_right ul.menu_seccoes li a span {
	display: block;
	color: #3298e4;
	font-size: 10px;
}

#header .header_right ul.menu_seccoes li a:hover {
	background-position: center center;
}

#header .header_right ul.menu_seccoes li.selected a {
	background-position: center bottom;
	color: #0067b6;
}

#header .header_right ul.menu_seccoes li.selected a span {
	color: #414141;
}

#header .header_right .search {
	position: absolute;
	top: 110px;
	right: 0px;
}

#header .header_right .search form {
	padding: 3px 5px;
	background: url("images/bg_menu_search.png") no-repeat center center;
	width: 192px;
	height: 21px;
	display: block;
	background: url("images/bg_menu_search.png") no-repeat center center;
}

#header .header_right .search form input.text {
	background: transparent;
	border: none;
	padding-top: 4px;
	width: 160px;
	height: 16px;
	display: block;
	float: left;
	color: #fff;
}

#header .header_right .search form input.submit {
	background: transparent;
	border: none;
	width: 30px;
	height: 22px;
	display: block;
	float: right;
}

#innerbody {
	width: 930px;
	padding: 15px;
	position: relative;
}

#innerbody .barra_left {
	float: left;
	width: 167px;
	position: relative;
	top: 0;
	left: 0;
}

#innerbody .menu {
	float: left;
	width: 174px;
	background: url("images/bg_menu_footer.png") no-repeat left bottom;
	padding-bottom: 5px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 9999;
}

#innerbody .menu ul {
	display: block;
	float: left;
	padding: 0 15px;
	list-style: none;
	background-color: #ebebeb;
	padding-bottom: 8px;
}

#innerbody .menu ul li {
	float: left;
	display: block;
	list-style: none;
	width: 143px;
	position: relative;
	height: 32px;
	background: url("images/bg_menu_li.png") repeat-x left bottom;
}

#innerbody .menu ul li a {
	float: left;
	display: block;
	list-style: none;
	width: 138px;
	height: 28px;
	line-height: 28px;
	padding-top: 2px;
	color: #323232;
	text-decoration: none;
	padding-left: 5px;
	color: #323232;
}

#innerbody .menu ul li.submenu a {
	background: url("images/bg_menu_item.png") no-repeat 133px center;
}

#innerbody .menu ul li a:hover {
	padding-left: 10px;
	width: 132px;
	color: #fff;
	background: url("images/bg_menu_hover.png") no-repeat top center;
}

#innerbody .menu ul li.submenu.hover a,#innerbody .menu ul li.submenu.hover a:hover
	{
	padding-left: 10px;
	color: #323232;
	background: url("images/bg_menu_item_hover.png") no-repeat left bottom;
	position: absolute;
	width: 151px;
}

#innerbody .menu ul div,#innerbody .menu ul li.hover ul div {
	display: none;
	float: left;
	list-style: none;
	position: absolute;
	top: 0px;
	left: 161px;
}

#innerbody .menu ul li.hover ul li div {
	left: 152px;
}

#innerbody .menu ul li.hover div,#innerbody .menu ul li.hover ul li.hover div
	{
	display: block;
}

#innerbody .menu ul li ul {
	background-color: #db6a09;
	padding: 0 10px 2px;
}

#innerbody .menu ul li.submenu div {
	padding-bottom: 5px;
	background: url("images/bg_submenu_footer.png") no-repeat bottom;
}

#innerbody .menu ul li ul li {
	background: url("images/bg_submenu_li.png") repeat-x left bottom;
	width: 140px;
}

#innerbody .menu ul li.submenu.hover ul li a {
	background: url("images/bg_submenu_item.png") no-repeat 127px center;
	color: #8b4203;
	width: 140px;
	height: 28px;
}

#innerbody .menu ul li.submenu.hover ul li a:hover {
	background: url("images/bg_submenu_hover.png") no-repeat left center;
	color: #fff;
}

#innerbody .menu ul li.submenu.hover ul li.submenu.hover a,#innerbody .menu ul li.submenu.hover ul li.submenu.hover a:hover
	{
	background: url("images/bg_submenu_hover_submenu.png") no-repeat left
		bottom;
	padding-left: 10px;
	color: #323232;
	position: absolute;
	width: 162px;
	color: #fff;
}

#innerbody .menu ul li.submenu.hover ul li.submenu.hover div {
	top: 2px;
	background: url("images/bg_subsubmenu_footer.png") no-repeat bottom;
	padding-bottom: 4px;
}

#innerbody .menu ul li.submenu.hover ul li.submenu.hover div ul {
	background-color: #fa943d;
	padding-bottom: 4px;
}

#innerbody .menu ul li.submenu.hover ul li.submenu.hover li {
	background: url("images/bg_subsubmenu_li.png") repeat-x bottom left;
	color: #8b4203;
	width: 140px;
}

#innerbody .menu ul li.submenu.hover ul li.submenu.hover li a {
	background: url("images/bg_subsubmenu_item.png") no-repeat 127px center;
	color: #ba5702;
	width: 140px;
}

#innerbody .menu ul li.submenu.hover ul li.submenu.hover li a:hover {
	background: url("images/bg_subsubmenu_item_hover.png") no-repeat 127px
		center;
	color: #ba5702;
}

#innerbody .cinza_top {
	margin-top: 12px;
	background: url("images/bg_cinza_top.gif") no-repeat top center;
	width: 174px;
	height: 6px;
	float: left;
	background: url("images/bg_cinza_top.gif") no-repeat top center;
}

#innerbody .cinza {
	background-color: #f2f2f2;
	float: left;
	width: 174px;
}

#innerbody .cinza_bottom {
	background: url("images/bg_cinza_bottom.gif") no-repeat bottom center;
	width: 174px;
	height: 6px;
	float: left;
}

#innerbody #marcas_box {
	padding: 0 14px;
	position: relative;
}

#innerbody #marcas_box a {
	background: url("images/bg_marcas_box.gif") no-repeat center center;
	color: #8c8c8c;
	width: 137px;
	height: 23px;
	display: block;
	line-height: 21px;
	text-decoration: none;
	padding-left: 8px;
}

#innerbody #marcas_box ul {
	display: none;
	position: absolute;
	top: 20px;
	left: 14px;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	max-height: 100px;
	min-width: 143px;
	overflow: auto;
}

#innerbody #marcas_box.hover ul {
	display: block;
}

#innerbody #marcas_box ul a {
	background: none;
	color: #8c8c8c;
	display: block;
	line-height: 14px;
	font-size: 11px;
	height: auto;
	width: auto;
}

#innerbody #marcas_box ul a:hover {
	background-color: #ff0000;
	color: #fff;
	display: block;
	line-height: 14px;
	font-size: 11px;
}

#innerbody .marcas_list {
	padding: 28px 15px 0;
}

#innerbody .marcas_list a {
	background: url("images/bg_marcas_list.png") no-repeat 130px center;
	height: 28px;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	width: 138px;
	display: block;
	color: #323232;
	line-height: 28px;
	text-decoration: none;
	padding-left: 5px;
	height: 28px;
}

#innerbody .banner_list {
	padding-top: 10px;
	text-align: center;
}

#innerbody .content {
	float: right;
	width: 724px;
	position: relative;
}

#innerbody .banner {
	float: right;
	width: 763px;
	height: 334px;
}

#innerbody .content #banner_destaque {
	margin-top: 11px;
}

#innerbody .content #banner_list {
	position: relative;
	margin-top: 10px;
	width: 724px;
	height: 162px;
	overflow: hidden;
	display: block;
	margin-top: 10px;
}

#innerbody .content #banner_list ul {
	position: absolute;
	left: -5px;
	height: 162px;
}

#innerbody .content #banner_list ul li {
	float: left;
	display: block;
	padding-left: 5px;
}

#innerbody .innerfooter {
	height: 74px;
	width: 958px;
	margin-left: -14px;
	float: left;
	margin-top: 20px;
	background-image: url(images/bg_innerfooter.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 12px;
	float: left;
}

#innerbody .innerfooter .newsletter {
	padding-left: 12px;
	position: relative;
}

#innerbody .innerfooter .newsletter,#innerbody .innerfooter .contacto {
	height: 57px;
	width: 310px;
	float: left;
	padding-top: 14px;
	display: block;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(images/sep_innerfooter.gif);
}

#innerbody .innerfooter .contacto {
	width: 306px;
}

#innerbody .innerfooter .newsletter ul {
	float: left;
	display: block;
	width: 170px;
	padding-left: 16px;
	height: 52px;
	list-style: none;
}

#innerbody .innerfooter .newsletter ul li {
	padding-bottom: 1px;
	list-style: none;
}

#innerbody .innerfooter .newsletter #flash_newsletter,#innerbody .innerfooter .contacto #flash_contactos,#innerbody .innerfooter .pagamento #flash_pagamento
	{
	float: left;
	display: block;
}

#innerbody .innerfooter .newsletter ul li input {
	background-image: url(images/caixa.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 156px;
	height: 16px;
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	color: #8c8c8c;
	padding-left: 9px;
	padding-top: 6px;
	border: none;
}

#innerbody .innerfooter .newsletter form .envio {
	height: 11px;
	width: 13px;
	display: block;
	background-image: url(images/seta_newsletter.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	position: absolute;
	top: 47px;
	left: 109px;
}

#innerbody .innerfooter .contacto .contactos {
	background-image: url(images/contactos_fundo.png);
	background-position: right top;
	background-repeat: no-repeat;
	list-style: none;
	width: 156px;
	height: 45px;
	float: left;
	padding-left: 16px;
}

#innerbody .innerfooter .contacto ul li {
	display: block;
	float: left;
}

#innerbody .innerfooter .contacto ul li span {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	width: 157px;
	float: left;
	line-height: 20px;
	display: block;
	height: 22px;
	text-decoration: none;
	text-align: center;
	padding-bottom: 1px;
}

#innerbody .innerfooter .contacto ul li a {
	text-decoration: none;
	padding: 0px;
	color: #606060;
}

#innerbody .innerfooter .contacto ul li a:hover {
	color: #333333;
}

#innerbody .innerfooter .pagamento #flash_pagamento {
	padding-left: 16px;
}

#innerbody .innerfooter .pagamento {
	height: 44px;
	width: 320px;
	float: left;
	padding-top: 14px;
	display: block;
}
#innerbody .innerfooter .pagamento span {
	height: 26px;
	width: 174px;
	float: right;
	display: block;
	background-image: url(images/tipos_de_pagamento_b.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

#footer {
	float: left;
	width: 100%;
	background: url("images/bg_footer.gif") repeat-x top left;
	margin-top: 5px;
}

#footer #innerfooter {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}

#footer #innerfooter .path {
	height: 30px;
	padding: 0 15px;
	margin-top: 7px;
	line-height: 28px;
}

#footer #innerfooter .path ul {
	display: block;
	float: left;
	list-style: none;
}

#footer #innerfooter .path ul li {
	display: block;
	float: left;
	list-style: none;
	color: #0088cc;
	font-weight: bold;
}

#footer #innerfooter .path ul li a {
	display: block;
	float: left;
	list-style: none;
	color: #666666;
	text-decoration: none;
	padding: 0 7px;
	font-weight: normal;
}

#footer #innerfooter div.menu {
	display: block;
	float: left;
	width: 928px;
	background: url("images/bg_footer_menu.gif") repeat-x top left;
	padding: 15px;
}

#footer #innerfooter .menu div {
	display: block;
	float: left;
	padding-right: 19px;
}

#footer #innerfooter .menu div.last {
	padding-right: 0;
}

#footer #innerfooter .menu div h5 {
	font-size: 13px;
	font-weight: bold;
	color: #646464;
}

#footer #innerfooter .menu div ul {
	display: block;
	float: left;
	width: 174px;
}

#footer #innerfooter .menu div ul li {
	display: block;
	float: left;
	clear: left;
}

#footer #innerfooter .menu div ul li a {
	display: block;
	float: left;
	padding: 0 0 0 11px;
	margin-top: 10px;
	background: url("images/bg_footer_menu_a.gif") no-repeat left 4px;
	text-decoration: none;
	color: #878787;
}

#footer #innerfooter .menu div ul li a:hover {
	background-position: 3px -9px;
	color: #0078cc;
}

#footer #innerfooter .copy {
	background: url("images/bg_footer_menu.gif") repeat-x top left;
	float: left;
	width: 933px;
	padding: 13px 15px 0 10px;
}

#footer #innerfooter .copy .logo {
	background: url("images/logo_footer.png") no-repeat top left;
	display: block;
	float: left;
	width: 52px;
	height: 90px;
	padding-right: 11px;
}

#footer #innerfooter .copy .text {
	width: 600px;
}

#footer #innerfooter .copy .text .linha1 {
	display: block;
	color: #8c8c8c;
}

#footer #innerfooter .copy .text .linha1 b {
	color: #0491d8;
}

#footer #innerfooter .copy .text .linha2 {
	display: block;
	color: #b5b5b5;
}

#footer #innerfooter .copy ul.menu {
	padding-top: 11px;
	display: block;
	float: left;
}

#footer #innerfooter .copy ul.menu li {
	display: block;
	float: left;
	color: #646464;
	padding-right: 7px;
}

#footer #innerfooter .copy ul.menu li a {
	display: block;
	float: left;
	color: #646464;
	padding-right: 7px;
	text-decoration: none;
}

#footer #innerfooter .copy ul.menu li a:hover {
	color: #007ebd;
}

#footer #innerfooter .fright {
	color: #bebebe;
	line-height: 22px;
}

#footer #innerfooter .fright a {
	width: 80px;
	height: 23px;
	color: #bebebe;
	display: block;
	float: right;
	text-indent: -9999px;
	background: url("images/logo_globaz.png") no-repeat center right;
}

/*                        Conteudo                                           */
#innerbody .content .path {
	height: 63px;
	float: left;
	width: 724px;
	background: url("images/bg_content_path.gif") no-repeat left 35px;
}

#innerbody .content .path ul {
	margin-top: 20px;
}

#innerbody .content .path ul li {
	display: block;
	float: left;
	padding-left: 13px;
	background: url("images/bg_content_path_li.gif") no-repeat left center;
}

#innerbody .content .path ul li a {
	display: block;
	float: left;
	text-decoration: none;
	padding-right: 8px;
	color: #dddddd;
}

#innerbody .content .path ul li.first {
	background: none;
	padding: 0;
}

#innerbody .content .path ul li a:hover {
	color: #acaba9;
}

#innerbody .content .main {
	float: left;
	width: 724px;
}

#innerbody .content .main h1 {
	font-size: 22px;
}

#innerbody .content .main h2 {
	font-size: 18px;
	padding-top: 11px;
}

#innerbody .content .main .text {
	margin-top: 17px;
	padding-left: 17px;
	color: #535353;
	margin-bottom: 34px;
	font-size: 12px;
}

#innerbody .content .main .text p {
	padding-bottom: 20px;
}

#innerbody .content .main .box {
	width: 294px;
	float: left;
	padding-right: 35px;
}
#innerbody .content .main .imagem {
	width: 164px;
	float: left;
	height: 151px;
	float: right;
	display: block;
	padding: 4px 30px 27px 5px;
	margin: 0 0 0 20px;
	background: url("images/bg_noticia.gif") no-repeat top left;
}

#innerbody .content .main .outras {
	width: 623px;
	float: left;
	padding-right: 35px;
	padding-top: 30px;
}

#innerbody .content .main .box h4, #innerbody .content .main .outras h4 {
	float: left;
	width: 284px;
	border-bottom: 2px solid #f6923c;
	padding-left: 10px;
	background: url("images/bg_main_box.gif") no-repeat 257px bottom;
	font-size: 14px;
	color: #5e5e5e;
}

#innerbody .content .main .outras h4 {
	width: 614px;
	background: url("images/bg_main_box.gif") no-repeat 586px bottom;
}

#innerbody .content .main .outras ul {
	float: left;
	display: block;
	list-style: none;
	height: 150px;
	width: 632px;
	padding-top: 7px;
}

#innerbody .content .main .outras ul li {
	float: left;
	width: 275px;
	background: url("images/outras_li.jpg") no-repeat bottom left;
	background-color:#fff;
	height: 66px;
	padding-left: 10px;
	padding-right: 10px;
}

#innerbody .content .main .outras ul li a {
	float: left;
	height: 66px;
	display: block;
	width: 275px;
	text-decoration: none;
	padding-top: 10px;
}


#innerbody .content .main .outras ul .coluna {
	margin-right: 35px;
}


#innerbody .content .main .outras ul li .titulo{
	background: url("images/bg_marcas_list.png") no-repeat left 3px;
	font-family: Arial;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color:#535353;
	padding-left: 10px;
	float: left;
}

#innerbody .content .main .outras ul li .resumo{
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 11px;
	color:#828282;
	padding-left: 10px;
}

#innerbody .content .main .outras ul li .data{
	float: left;
	font-family: Tahoma;
	font-size: 10px;
	line-height: 11px;
	color:#535353;
	padding-left: 10px;
	background-image: none;
}


#innerbody .content .main .outras ul li .cor{
	background: url("images/bg_content_path_li.gif") no-repeat left 3px;
	color:#f6923c;
}

#innerbody .content .main .outras ul li .data{
	background-image: none;
	}


#innerbody .content .main .outras ul li:hover {
	background-color: #f2f2f2;
	
}
#innerbody .content .main .box ul {
	float: left;
	display: block;
	list-style: none;
	width: 294px;
	padding-top: 10px;
}

#innerbody .content .main .box ul li {
	float: left;
	width: 284px;
	background: url("images/bg_main_box_li.gif") no-repeat bottom left;
	height: 27px;
	padding-left: 10px;
}

#innerbody .content .main .box ul li a {
	float: left;
	display: block;
	font-size: 12px;
	width: 274px;
	margin-top: 5px;
	color: #535353;
	text-decoration: none;
	padding-left: 11px;
	background: url("images/bg_main_box_a.gif") no-repeat left 3px;
	width: 274px;
}

#innerbody .content .main .box ul li a:hover {
	color: #f6923c;
	background-position: left -10px;
}

#innerbody .content .main .text .box ul li.text,#innerbody .content .main .text .box ul li.label,#innerbody .content .main .text .box ul li.input,#innerbody .content .main .text .box ul li.submit
	{
	padding: 0;
	margin: 0;
	background: none;
	height: auto;
	width: auto;
}

#innerbody .content .main .text .box.form {
	width: 400px;
	padding-right: 0;
}

#innerbody .content .main .text .box.form h4 {
	width: 390px;
	background-position: 365px bottom;
}

#innerbody .content .main .text .box.form ul {
	background: #f2f2f2 url("images/bg_main_form.gif") no-repeat bottom left
		;
	width: 371px;
	padding: 15px 14px 15px 15px;
}

#innerbody .content .main .text .box.form ul li {
	color: #838383;
	clear: both;
	float: left;
	display: block;
}

#innerbody .content .main .text .box.form ul li.text {
	width: 371px;
}

#innerbody .content .main .text .box.form ul li.text small {
	color: #a5a5a5;
	font-size: 10px;
}

#innerbody .content .main .text .box.form ul li.label {
	color: #4f4f4f;
	height: 16px;
	padding-left: 1px;
	width: 370px;
}

#innerbody .content .main .text .box.form ul li.label label {
	width: 370px;
	display: block;
}

#innerbody .content .main .text .box.form ul li.label label span {
	color: #f6923c;
}

#innerbody .content .main .text .box.form ul li.input {
	padding-bottom: 15px;
}

#innerbody .content .main .text .box.form ul li.input input {
	width: 360px;
	border: none;
	height: 18px;
	padding-top: 6px;
	padding-left: 11px;
	background: transparent url("images/bg_main_form_input.gif") no-repeat
		top left;
	color: #7d7d7d;
}

#innerbody .content .main .text .box.form ul li.input textarea {
	width: 355px;
	border: none;
	height: 88px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 11px;
	padding-right: 5px;
	background: transparent url("images/bg_main_form_textarea.gif")
		no-repeat top left;
	color: #7d7d7d;
}

#innerbody .content .main .text .box.form ul li.submit {
	background: url("images/bg_main_form_submit.gif") repeat-x top left;
	height: 42px;
	width: 371px;
}

#innerbody .content .main .text .box.form ul li.submit input.send {
	background: transparent url("images/bg_main_form_send.gif") no-repeat
		9px 11px;
	padding-right: 12px;
	padding-left: 25px;
	border: none;
	height: 36px;
	color: #9b9b9b;
	font-family: Tahoma;
}

#innerbody .content .main .text .box.form ul li.submit input.clean {
	background: transparent url("images/bg_main_form_clear.gif") no-repeat
		9px 11px;
	padding-right: 5px;
	padding-left: 25px;
	border: none;
	height: 36px;
	color: #9b9b9b;
	font-family: Tahoma;
}

#innerbody .content .main .text .box.form ul li.submit input.clean:hover,#innerbody .content .main .text .box.form ul li.submit input.send:hover
	{
	background-position: 9px -24px;
	color: #646464;
}

#innerbody .content .main .text .box.form ul li.input textarea:FOCUS,#innerbody .content .main .text .box.form ul li.input input:FOCUS
	{
	background-position: left bottom;
}

#innerbody .content .main .text .barra_right {
	float: right;
	width: 280px;
}

#innerbody .content .main .text .barra_right .box {
	width: 280px;
	padding-right: 0;
	margin-bottom: 25px;
}

#innerbody .content .main .text .barra_right .box h4 {
	width: 270px;
	background-position: 245px;
}

#innerbody .content .main .text .barra_right .box .text {
	float: left;
	padding: 15px 10px 10px 10px;
	margin: 0;
	color: #838383;
	font-family: Tahoma;
	font-size: 11px;
}

#innerbody .content .main .text .barra_right .box .text p {
	padding: 0;
	margin: 0;
	font-family: Tahoma;
}

#innerbody .content .main .text .barra_right .box .text b {
	color: #e36c05;
}

#innerbody .content .main .text .barra_right .box .text a {
	color: #024163;
	text-decoration: none;
}

#innerbody .content .main .text .barra_right .box iframe {
	border: 4px solid #d9d9d9;
}

#innerbody .content .main .list_big,#innerbody .content .main .list {
	float: left;
	width: 724px;
}

#innerbody .content .main .list h4,#innerbody .content .main .list_big h4
	{
	padding-left: 10px;
	border-bottom: 2px solid #f6923c;
	background: url("images/bg_main_box.gif") no-repeat 677px bottom;
	font-size: 14px;
	font-weight: normal;
	padding-top: 23px;
	color: #535353;
}

#innerbody .content .main .list_big .right,#innerbody .content .main .list_big .left
	{
	float: left;
	width: 340px;
	padding: 20px 0 7px 10px;
	background: url("images/bg_main_list.gif") repeat-x bottom left;
}

#innerbody .content .main .list_big span {
	color: #f6923c;
}

#innerbody .content .main .list_big h3 {
	color: #555555;
	font-size: 14px;
}

#innerbody .content .main .list_big .text {
	color: #828282;
	padding: 8px;
	margin: 0;
}

#innerbody .content .main .list_big a {
	display: block;
	color: #bebebe;
	height: 18px;
	line-height: 18px;
	padding-left: 20px;
	background: url("images/bg_main_list_more.gif") no-repeat 10px 6px;
	text-decoration: none;
}

#innerbody .content .main .list_big a:hover {
	color: #646464;
	background-position: 10px -12px;
}

#innerbody .content .main .list_big .right {
	float: right;
}

#innerbody .content .main .list ul {
	display: block;
	list-style: none;
	padding-left: 10px;
	padding-top: 11px;
}

#innerbody .content .main .list ul li {
	display: block;
	float: left;
	width: 340px;
	padding-bottom: 7px;
	background: url("images/bg_main_list.gif") repeat-x bottom left;
	margin-top: -5px;
}

#innerbody .content .main .list ul li.right {
	float: right;
}

#innerbody .content .main .list ul li a {
	display: block;
	text-decoration: none;
	padding: 14px 10px 7px;
}

#innerbody .content .main .list ul li a:hover {
	background-color: #f2f2f2;
}

#innerbody .content .main .list ul li a h3 {
	padding-left: 9px;
	font-size: 11px;
	color: #535353;
	background: url("images/bg_main_list_a.gif") no-repeat 0 4px;
}
#innerbody .content .main .list ul li.cor1 a h3 {
	background: url("images/bg_main_list_a.gif") no-repeat 0 -69px;
}

#innerbody .content .main .list ul li a .text {
	margin: 0;
	padding: 0;
	color: #828282;
	padding-left: 9px;
	font-family: Tahoma
}

#innerbody .content .main .list ul li a span {
	color: #f6923c;
	font-size: 10px;
	padding-top: 2px;
	padding-left: 9px;
}

#innerbody .content .main .list ul li.cor2 a h3 {
	color: #f6923c;
}

#innerbody .content .main .list ul li.cor2 a span {
	color: #535353;
}

#innerbody .content .main .nav {
	display: block;
	height: 24px;
	background: url("images/bg_main_nav.gif") repeat-x left bottom;
	text-align: right;
	width: 724px;
	float: left;
	padding-top: 35px;
}

#innerbody .content .main .nav a {
	height: 24px;
	padding: 0;
	background: ;
	line-height: 16px;
	color: #c2c2c2;
	text-decoration: none;
	padding: 0 5px;
}

#innerbody .content .main .nav a:hover {
	color: #f6923c;
}

#innerbody .content .main .nav a.next {
	background: url("images/bg_main_nav_next.gif") no-repeat right 6px;
	padding-right: 10px;
}

#innerbody .content .main .nav a.back {
	background: url("images/bg_main_nav_back.gif") no-repeat 0 6px;
	padding-left: 10px;
}
#innerbody .content .main .nav a.last {
	padding-right: 0;
}

#innerbody .content .main .nav a.next:hover {
	background-position: right -16px;
}

#innerbody .content .main .nav a.back:hover {
	background-position: 0 -16px;
}