html, body, div, span, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, sub, sup, tt, var, 
dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td,  input, textarea, select { 
    margin: 0; 
    padding: 0; 
    outline: 0; 
    border: 0;
    font-weight : normal;
    font-style: normal; 
    font-family : Arial, Trebuchet MS, sans-serif; 
    font-size: 11px;
    color: #828180;
    line-height:20px;
}

div { /*border:solid 1px red; /**/ }

body	{ 
	background: url('../img/bgTop.jpg') no-repeat top center; 
	background-position: center 65px;
}

.clear { clear:both; }

#centro{
	width:980px;
	margin:auto;
	
	position:relative;
}

#header{
	height:420px;
}

#logo {
	position:absolute;
	top:35px;
	left:20px;
}

#menu {
	position:absolute;
	top:35px;
	right:25px;	
}

#menu ul {
	list-style:none;
	padding:0;
	margin:0;
}
#menu ul li {
	float:left;
	
}
#menu ul li a{
	text-decoration:none;
	display:block;
	width:82px;
	font-size:12px;
	padding-top:7px;
	padding-bottom:10px;
	text-align:center;
	font-weight:bold;
}

#menu ul li a:hover{
	background: url('../img/menu.gif') no-repeat;
	
}

#menu ul li a.esp{
	text-decoration:none;
	display:block;
	width:90px;
	font-size:12px;
	padding-top:7px;
	padding-bottom:10px;
	text-align:center;
	font-weight:bold;
}

#menu ul li a.esp:hover{
	background: #EEE; 
	
}


#carrinho{
	position:absolute;
	top:150px;
	left:20px;
	padding:10px;
	width:160px;
	height:45px;
}

#banner{
	position:absolute;
	top:160px;
	right:20px;
	height:200px;
	text-align:right;
	
}

#site {
	margin-top:60px;
	text-align:left;
	padding:20px;
}

#site #homeEsquerda {
	float:left;
	width:430px;
	text-align:right;
}
#site #homeDireita {
	float:right;
	width:430px;
	text-align:left;
}

#site .img {
	margin-right:10px;
	float:left;
}
.produto {
	height:200px;

}
.produto .descricao {
	float:left;
	width:600px;
}
.produto .descricao .mini{
	padding:9px;
	background:url('../img/baseProd.gif') no-repeat;
	float:left;
}
.produto .compra {
	float:right;
	width:300px;
}
.produto .compra .valor{
	color:#bf3800;
	font-size:30px;
	font-weight:bold;
}
.produto .compra input {
	margin-top:20px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:20px;
	text-align:center;
	width:135px;
	padding-top:20px;
	padding-bottom:20px;
	background:url('../img/btComprar.gif') no-repeat center;
	cursor:pointer;
}

#header .linguagem {
    float:right;
    position:absolute; 
    top:43px; 
    right:-15px
}

#news {
	width: 100%;	
}
#news input[type=text]{
	width: 140px;
	border:solid 1px #DDDDDD;
	padding:5px;
}

#news input.bt{
	font-size:12px;
	font-weight:bold;
	padding:5px;
	cursor:pointer;
	color:#5a5a5a;
}

#footer {
	clear:both;
	padding:20px;
	padding-top:60px;
}

#footer h1{
	color:#bf3800;
	font-size:11px;
	font-weight:bold;
}
h1 {
	font-size:14pt;
	margin-bottom:10px;
	color:#5a5a5a;
}
h1.telaCompra {
	font-size:14pt;
	margin-bottom:10px;
	display:inline;
	color:#bf3800;
}
h2 {
	font-size:12pt;
	margin-bottom:10px;
	color:#bf3800;
}

input.text {
    width : 90%;
    border : 1px solid #DEDEDD;
    padding-top : 2px;
    padding-bottom : 2px;
    text-align:center;
    font-size:11px;
    /*padding-left : 5px;*/
}

input.btTelaCompra {
	background: url('../img/menu.gif') no-repeat;
	width:82px;
	font-size:12px;
	font-weight:bold;
	padding-top:7px;
	padding-bottom:10px;
	cursor:pointer;
	color:#5a5a5a;
}

input.btExclui {
	width:20px;
	height:20px;
	background:url(../img/btExcluir.gif) no-repeat;
	border:none;
	padding:0;
	margin:0;
	cursor:pointer;	
}

.tabela {
	border-top:1px solid #EDEDED;
	border-right:1px solid #EDEDED;

}
.tabela td {
	border-left:1px solid #EDEDED;
	border-bottom:1px solid #EDEDED;
}
.tabela td.sb {
	border-left:none;
	border-bottom:1px solid #EDEDED;
}
.tabela .cep {
	padding:15px;
    background: #F0F0F0;
	font-weight:bold;
	color: #5a5a5a;
}

.tabela .cabecalhoCarrinho {
	padding:15px;
    background: #F0F0F0;
	color: #5a5a5a;
	font-weight:bold;
}
.tabela .rodapeCarrinho {
	padding:15px;
    background: #ffe0d2;
	color: #5a5a5a;
	font-weight:bold;
	font-size:12px;
}

.tabela .itensCarrinho {
	padding:15px;
}

.pagseguro{
	background: #F0F0F0;
	padding:15px;
	
}

#contato input.text {
	width: 300px;
	border:solid 1px #DDDDDD;
	padding:5px;
	text-align:left;
}

#contato textarea.text {
	width: 300px;
	height: 50px;
	border:solid 1px #DDDDDD;
	padding:5px;
	text-align:left;
}

#contato input.bt{
	font-size:12px;
	font-weight:bold;
	padding:5px;
	cursor:pointer;
	color:#5a5a5a;
}
input.botao{
	font-size:12px;
	font-weight:bold;
	padding:10px;
	cursor:pointer;
	color:#5a5a5a;
}

a {
	font-weight:bold;
}