* { margin: 0; padding: 0; }

body {
font: normal 11px Verdana, Tahoma, Verdana, sans-serif;
color: #000;
background: #C0C0C0 url(images/fundo.jpg) no-repeat;
}

.clear { clear: both; }
.center { text-align: center; }

a {
color: #000;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#wrap {
width: 950px;
margin: 0 auto;
border: solid 0px;
padding: 0 54px 0 0;
}

#header {
}

#top_hfull {
clear: both;
width: 100%;
border: solid 0px;
}

#main {
float: left;
width: 100%;
padding: 18px 0 10px 0;
}

#column_side_l {
float: left;
width: 201px;
padding: 0 0 0 11px;
}

#column_side_l ul{
list-style: none;
}

#main_content {
float: right;
width: 723px;
padding: 0 0 0 0;
border: solid 0px;
}

#main_content_home {
background: url(images/home_toda.png) no-repeat;
/*height: 862px;*/
border: solid 0px;
line-height: 17px;
float: right;
width: 723px;
padding: 0 0 0 0;
}

#main_content_pg {
border: solid 0px;
line-height: 17px;
float: right;
width: 714px;
padding: 0 0 0 0;
background: url(images/bg_pg2.png) 0 50px no-repeat;
}

#main_content_pg2 {
border: solid 0px;
line-height: 17px;
float: right;
width: 714px;
padding: 0 0 0 0;
background: url(images/bg_pg.png) bottom no-repeat;
}

.title_pg {
border: solid 0px;
height: 50px;
}

.midias {
	float: left;
	clear: left;
	padding: 0 0 25px 45px;
}
.midias img {
	float: left;
	margin-right: 8px;
}

#footer {
	background: url(images/bgrodape.png) repeat-x;
	clear: both;
	height: 23px;
	text-align: center;
}

#footer p {
	display: table;
	width: 772px;
	margin: 0 auto;
	height: 23px;
	line-height: 23px;
	font-size: 10px;
}

/* Formulário */
.form_z {
margin: 0 auto;
border: solid 0px;
width: 505px;
}

.form_z input, textarea {
margin: 3px 0 10px 0;
padding: 3px;
}

.form_z select {
font-size: 13px;
margin: 3px 0 10px 0;
padding: 3px;
}

.form_z textarea {
width: 450px;
height: 50px;
font: 13px Verdana;
padding: 3px;
}

.form_z label { font-weight: bold; }

input.frm_enviar {
border: solid 1px #F50;
background: #F80;
width: 70px;
font-weight: bold;
color: #FFF;
cursor: pointer;
padding: 4px;
}

.box_form {
border: solid 0px;
width: 250px;
padding: 0 0 5px 0;
float: left;
}

.box_form_full {
border: solid 0px;
clear: both;
padding: 5px 10px 0 0;
}

.ast {
color: #F00;
font-weight: normal;
}
/*******/

.box_produto {
border: solid 0px;
margin: 0 20px 30px 0;
float: left;
width: 317px;
height: 164px;
background: url(images/fundo_produtos.png) no-repeat;
}

.box_detalhes_a {
border: solid 0px;
width: 400px;
float: right;
}

.box_detalhes_a h2{
font-weight: normal;
color: #888;
text-transform: uppercase; 
font-size: 12px;
}

.table_form{
border: solid 0px;
}

.table_form td{
padding: 5px 15px 5px 0;
}

.table_form input{
padding: 2px
}

.busca_aw {
border: solid 0px;
padding: 7px 0 20px 0;
}

.input_busca_aw {
border: solid 1px #BBB;
padding: 6px;
width: 137px;
}

.input_submit_aw {
width: 40px;
background: url(images/formbg.gif) repeat-x;
border: solid 1px #AAA;
cursor: pointer;
padding: 5px 0 5px 0;
margin: 0 0 0 5px;
font-weight: bold;
}

/* First Level UL List */
ul {
	display: table;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#accordion {
	margin:0;
	padding:0;	
	list-style:none;
}

#accordion li {
	width:200px;
}

#accordion li a {
	display: block;
	width: 200px;
	height: 29px;
	line-height: 29px;
	font-weight: bold;
	text-decoration: none;	
	text-indent: 10px;
	outline:none;
	color: #000;
}

/* Using CSS Sprite for menu item */
#accordion li a.popular {
	background:url(images/menu.png) no-repeat 0 0;	
}

#accordion li a.popular:hover, .popularOver {
	background:url(images/menu.png) no-repeat -200px 0 !important;	
}

#accordion li a.simples {
	background:url(images/menu.png) no-repeat 0 -29px;	
}

#accordion li a.simples:hover, .simplesOver {
	background:url(images/menu.png) no-repeat 0 -29px !important;	
}
		

/* Second Level UL List*/
#accordion ul, #accordion li div {
	background:url(images/bg.png) repeat-y 0 0;
	width:200px;
	margin:0;
	padding:0;
	display:none;	
}

#accordion ul li {
	height: auto;
}

/* styling of submenu item */
#accordion ul li a {
	display: table;
	width:180px;
	height:25px;
	margin: 5px 10px 5px 10px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #838287;
	text-indent:0;
	color:#000;
	text-decoration:none;
	font-weight: normal;
	font-size: 10px;
}

/* remove border bottom of the last item */
#accordion ul li a.bold {
	font-weight: bold;
}
#accordion li a.restrita {
	text-align: center;
	text-indent: 0px;
}
#accordion li div {
	text-align: center;
	display: block;
	padding: 10px 0px;
}
#accordion li div a {
	height: auto;
}
#accordion li div img {
	padding-bottom: 10px;
	border: none;
	border-bottom: 1px solid #838287;
}
#accordion ul.selected {
	display: table !important;
}
#help {
	width: 170px;
	height: 120px;
	background-image: url("images/bg_help.png"); 
	font: 13px Arial, Helvetica, sans-serif;
}
#help div {
	width: 170px;
	height: 25px;
	line-height: 25px;
	background: #294da5;
}
#help div a {
	float: left;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
}
#help div img {
	float: right;
	margin: 5px;
}
#help .atOn {
	float: left;
	width: 170px;
	height: 75px;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	color: #294da5;
	padding-top: 20px;
}
/*#atendimento {
	
}
#atendimento #box {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -102px 0px 0px -204px;
	width: 409px;
	height: 205px;
	background-image: url("images/girl-atendimento.png");
	font-family: Arial, Helvetica, sans-serif;
	color: #7b797b;
	z-index: 101;
}
#atendimento p, #atendimento a.corpo {
	float: left;
	margin-left: 205px;
}
#atendimento #box img {
	float: right;
	border: none;
}
#atendimento #box p {
	font-size: 14px;
}
#atendimento #box p span {
	color: #2d2e6b;
	font-size: 18px;
}
#atendimento a.corpo {
	color: #7b797b;
	font-size: 18px;
	text-decoration: none;
	line-height: 25px;
	margin-top: 50px;
	margin-bottom: 50px;
	clear: both;
}*/
