@charset "UTF-8";
/* CSS Document */

#global {
  width:100%;
  height:100%;
  position:relative;
  min-height:100%;
  margin:0px;
}

#topo_containner {
    width:100%;
	height:200px;
	margin:0;
	border:0;
	padding:0;
	background-image:url(../imagens/bg-top.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#principal_topo {
    width:960px;
	height:260px;
	background-image:url(../imagens/bg-slider.png);
	position:relative;
	top:-5px;
	clear:both;
}

#corpo_containner {
    width:960px;
	height:250px;
	position:relative;
	top:8px;
	padding:4px;
	font-size:16px;
	border:none 1px #747973;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

#corpo_produtos {
    width:960px;
	height:890px;
	position:relative;
	top:8px;
	padding:4px;
	font-size:14px;
	border:solid 1px #747973;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

#corpo_contato {
    width:960px;
	height:650px;
	position:relative;
	top:-8px;
	border:solid 1px #747973; 
	background-image:url(../imagens/contato.png);
	background-repeat:no-repeat;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

#corpo_suporte {
    width:960px;
	height:480px;
	position:relative;
	top:8px;
	border:solid 1px #747973; 
	background-image:url(../imagens/suporte.png);
	background-repeat:no-repeat;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

#lancamento {
    width:636px;
	height:259px;
	position:relative;
	top:0px;
}

#promo {
    width:636px;
	height:259px;
	position:relative;
	top:0px;
}

#curiosidade {
    width:280px;
	height:500px;
	background-image:url(../imagens/bg-noticias.png);
	background-repeat:no-repeat;
	position:relative;
	top:-222px;
	left:680px;
}

.text-cur { font-family:Verdana; font-size:13px; width:150px; position:relative; top:95px; left:55px; line-height:20px; }

#footer {
    width:100%;
	height:100px;
	margin:0;
	border:0;
	padding:0;
	background-image:url(../imagens/bg-top.jpg);
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	top:10px;
	bottom:0;
	border-style:solid;
}

a.linkum:link {
	color:#FFF;
	text-decoration:none;
}
a.linkum:visited {
	color:#FFF;
	text-decoration:none;
}
a.linkum:hover {
	color:#FFF;
	text-decoration:underline;
}
a.linkum:active {
	color:#FFF;
	text-decoration:underline;
	background-color:#000000;
}