

/*------------------------------------------------------
E L E M E N T O S   G L O B A I S
------------------------------------------------------*/


* {
	font-family: Arial, sans-serif;
}

form {
	padding: 0;
}

html, body {
	font-size: 11px;
	margin: 0;
	background: url("/img/structure/bg.png") repeat-x;
}

input, select, textarea {
	font-size: 11px;
}

form {
	padding: 0;
	border: 0;
	margin: 0;
}

#erro {
	border: 1px solid red;
	padding: 3px 5px 3px 5px;
	color: red;
	margin-top: 5px;
	margin-bottom: 5px;
}


/*------------------------------------------------------
E S T R U T U R A   P R I N C I P A L
------------------------------------------------------*/


#estrutura {
	margin: auto;
	width: 780px;
	background-color: white;
}

#testera {
	clear: both;
	height: 87px;
	width: 780px;
	background: url("/img/structure/testera.png") no-repeat;
}

#testera img {
	height: 67px;
	width: 400px;
}

#data {
	border-top: 2px solid #0c419a;
	float: left;
	height: 17px;
	padding: 3px 0 0 5px;
	width: 575px;
	background-color: white;
}

#pesquisa {
	border-top: 2px solid #0c419a;
	float: left;
	height: 20px;
	width: 200px;
	background-color: white;
}

#logotipo {
	padding: 10px 0 9px 10px;
}

#english {
	float: right;
}

#english img {
	height: 25px;
	width: 55px;
	float: right;
}

#testera img {
	border: 0;
}

#rodape {
	clear: both;
	width: 760px;
	border-top: 3px solid gray;
	padding: 10px;
	background-color: white;
}

#rodape #item {
	clear: both;
	text-align: center;
}

#redmonkey {
	display: none;
	float: right;
}

#redmonkey img {
	border: 0;
}

#w2f {
	display: none;
	float: right;
}

#w2f img {
	border: 0;
}



/*------------------------------------------------------
M E N U
------------------------------------------------------*/



#menu * {
	text-decoration: none;
}

#menu {
	width: 770px;
	padding: 0 0 0 10px;
	height: 21px;
	border-top: 5px solid #0c419a;
	position: relative;
	z-index: 1;
	float: left;
	background: url("/img/structure/menu_bg.png") repeat-x;
}

#menu ul {
	padding: 0;
	margin: 0;
}

#menu ul li {
	display: inline;
	float:left;
	position: relative;
	height: 18px;
	padding-top: 3px;
	background: url("/img/structure/menu_bg_out.png") repeat-x;
}

#menu .principal a {
	color: #555;
	font-weight: bold;
	padding-bottom: 2px;
}

#menu .principal a:hover {
}

#menu .principal {
	padding: 3px 24px 0 23px;
	height: 30px;
}

#menu ul li ul a:hover {
	padding-bottom: 0;
}

#menu .subMenu{
	padding-top: 5px;
	height: 18px;
}

#menu .subMenu ul{
	display: block;
	float: none;
}

#menu .subMenu ul li{
	display: block;
	float: none;
}

#menu .subMenu a {
	background: none;
	display: block;
	text-transform: none;
	font-weight: normal;
	text-indent: 5px;
	color: white;
	padding: 0 10px 0 0;
}

#menu .subMenu a:hover {
	background: none;
	display: block;
	text-transform: none;
	color: #ddd;
	padding: 0 10px 0 0;
}

#menu li ul {
	position: absolute;
	left: 0px;
	top: 21px;
	width: 200px;
	display: none;
	padding:0px;
	margin:0px;
	background-color: #0f0f0f;
	border-bottom: 3px solid black;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#menu li ul li{
	display: block;
	float: none;
	height:10px;
	background: none;
}

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



/*------------------------------------------------------
H O M E
------------------------------------------------------*/


#home {
	margin-left: 10px;
	margin-right: 10px;
	background-color: white;
}

#home #noticias {
	float: left;
	width: 282px;
}

#home #noticias ul {
	list-style: circle;
	margin: 0px;
	margin-left: 15px;
	padding: 0 5px 0 10px;
}

#home #noticias #resumo {
	list-style: none;
	margin: 0px;
}

#home #noticias .noticias {
	padding: 13px;
}

#home #noticias a {
	color: #444;
	text-decoration: none;
}

#home #noticias li {
	padding: 5px;
}

#home #noticias .titulo {
	font-size: 14px;
	font-weight: bold;
	color: #5174b9;
	padding: 5px;
}

#home #destaques {
	float: left;
	width: 560px;
}

#home #banners {
	float: left;
	width: 188px;
	padding:5px;
}

#home #banners img {
	border: 0;
	padding-top:5px;
}

#home #banner2 {
	float: left;
	width: 188px;
	padding:5px;
}

#home #banner2 img {
	border: 0;
}


/*------------------------------------------------------
C O R P O
------------------------------------------------------*/


#corpo {
	float: left;
	font-size: 12px;
	line-height: 18px;
	width: 760px;
	background-color: white;
	margin-left: 10px;
}

#texto h1 {
	color: #008828;
	padding-top: 10px;
	background: url("/img/structure/h1_bg.png") no-repeat right;
	height: 85px;
	width: 100%;
}

#texto #submenu ul {
	list-style: none;
	margin: 0px;
	padding: 0;
}

#texto #submenu ul li {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid silver;
}

#texto #submenu ul a {
	
}

#texto #submenu a {
	color: black;
	text-decoration: none;
}

#texto #submenu a:hover {
	text-decoration: underline;
}

#lateral {
	float: left;
	width: 168px;
	padding: 10px;
}

#lateral h1 {
	font-size: 13px;
	font-weight: bold;
}

#lateral ul {
	list-style: none;
	margin: 0px;
	padding: 0;
}

#lateral ul li {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid silver;
}

#lateral a {
	color: #444;
	text-decoration: none;
}

#conteudo {
	float: left;
	width: 550px;
	padding: 10px;
	background-color: white;
}

#conteudo h1 {
	font-size: 18px;
	font-weight: bold;
}

#conteudo h2 {
	font-size: 12px;
	font-weight: bold;
}

#conteudo h3 {
	font-size: 12px;
	font-weight: bold;
}

#conteudo p {
}

#voltar {
	text-align: right;
	padding: 20px 5px 0 0;
}

#voltar a {
	color: #c41026;
}

.label {
	float: left;
	width: 150px;
	padding: 5px;
}

.campo {
	width: 350px;
	float: left;
	padding: 5px;
}

.botao {
	text-align: center;
	clear: both;
	padding: 15px 0 0 0;
}

.botao input {
	padding: 2px 10px 2px 10px;
}

.grupo .campo {
	clear: both;
	width: 400px;
	padding: 0;
}


#carrinho {
	width: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#carrinho tr {
	border: 0px;
}

#carrinho td {
	padding: 3px;
	margin: 0px;
}

#carrinho {
	border: 1px solid #8b906e;
}

#carrinho tbody td {
	border-bottom: 1px solid #8b906e;
}

#carrinho tbody input {
	width: 50px;
}

#carrinho thead {
	background: silver;
	color: blask;
	border: 1px solid gray;
	font-weight: bold;
}

#carrinho tfoot {
	background: silver;
	color: blask;
	border: 1px solid black;
}

#carrinho tfoot .botoes{
	text-align: right;
}

#carrinho .btn1 {
	text-align: center;
	clear: both;
	width: 500px;
	height: 25px;
}

#produtos li {
	clear: both;
}

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

#produtos #conteudo {
	float: left;
	width: 100px;
	padding: 10px 0 20px 0;
}

#produtos #conteudo img{
	border: 1px solid gray;
}

#produtos #valor {
	width: 270px;
	float: left;
	padding: 20px;
}

#produtos #comprar {
	float: left;
	padding: 90px 0 0 0;
}

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






















