@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
#principal {
	text-align: left;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topo {
	height: 217px;
}
#conteudo {
	margin: 0px;
	padding: 20px;
}
#menu{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	vertical-align: baseline;
}
#menu ul {
	margin: 0 0 24px 0;
	background-color: #F06;
	list-style-type: none;
	list-style: inside;
	height: 32px;
}
#menu ul li {
	display:inline;
	padding:8px;
	line-height: 32px;
}
#menu ul li a {
	color: #FFF;
	text-decoration:none;
}
#menu ul li a:hover {
	border-bottom: 8px solid;
}
#menuinf {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	vertical-align: baseline;
}
#menuinf ul {
	margin: 0 0 24px 0;
	background-color: #F06;
	list-style-type: none;
	list-style: inside;
	height: 32px;
}
#menuinf ul li {
	display:inline;
	padding:8px;
	line-height: 32px;
}
#menuinf ul li a {
	color: #FFF;
	text-decoration:none;
}
#menuinf ul li a:hover {
	border-bottom: 8px solid;
}
#shopesquerda{
	width:700px;
	float:left;
}
#shopdireita {
	width: 200px;
	float:right;
	text-align:right;
}
#shopdireita a {
	color:#FFF;
	text-decoration: none;
}
#shopdireita a:hover {
	color:#F06;
}
.produtos {
	width: auto;
}
.espaco {
	clear: both;
	height: 10px;
}
#infos{
	background-color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#F06;
	padding: 10px;
	text-align:center;
}
#base {
	clear: both;
	height: 142px;
}

/*PopBox*/
.PopBoxImageSmall
{
	border: none 0px #ffffff;
	float:left;
	padding-right:5px;
	cursor: url(../images/magplus.cur), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url(../images/magminus.cur), pointer;
}

/*Alinhamentos*/
.alinhamento01{
	text-align:center;
}

/*Imagens*/
img {
	border:none;
}
.imagem01 {
	float:left;
	padding-right:10px;
}

/*Links*/
a:link {
	color: #F06;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F06;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #F06;
}

/*Títulos*/
.titulo01 {
	background-color: #F06;
	color: #FFF;
	font: "Courier New", Courier, monospace;
	font-size: 22px;
	font-weight: bold;
	padding: 5px;
}

/*Formatação*/
.estilo01 {
	font-size: 18px;
	color:#F06;
	font-weight:bold;
	text-transform: uppercase;
	border-bottom: 4px dashed #FFF;
}
.estilo02 {
	font-weight:bold;
	color:#F06;
}
.estilo03 {
	font-weight: bold;
	font-size: 14px;
}
.estilo04 {
	color: #F00;
	font-weight: bold;
}
.estilo05 {
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F06;
	font-size: 14px;
	font-weight: bold;
}
