@charset "utf-8";
body {
	font: Verdana, Arial, Helvetica, sans-serif;
	
	background:url(../imagens/bg_main.jpg);
	background-color:#000000;
	background-position:top;
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 30px 0px 15px 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #a0a0a0;	
}
.corpo #container {
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #1a1a1a;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.corpo #cabecalho {
	background: #1a1a1a; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #cabecalho instead of text, you may want to remove the padding. */
}
.corpo #cabecalho div {
	margin: 0; /* zeroing the margin of the last element in the #cabecalho div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.corpo #altoCabecalho {
	height: 89px;
	margin: 0; /* zeroing the margin of the last element in the #cabecalho div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.corpo #baixoCabecalho {
	border: 0px;
	text-align:right;
	height: 39px;
	padding: 0px 30px 30px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.corpo #baixoCabecalho img{
	padding-left: 1px;
	padding-right: 1px;
	text-decoration:none;
}
.linkTopo{
	border: 0px;
	text-decoration:none;
}
.corpo #mainContent {
	padding: 10px 12px 20px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #1a1a1a;
	float:left;
}
.corpo #mainContent a{
	color:#a0a0a0;
	text-decoration:none;
}
.corpo #mainContent a:visited{
	color:#a0a0a0;
	text-decoration:none;
}
.corpo #mainContent a:hover{
	color:#ffeb10;
	text-decoration:none;
}
.corpo #contato {
	padding: 10px 12px 20px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #1a1a1a;
	text-align:center;
}
input,
textarea { 
	background-color: #1a1a1a; 
	font: 12px verdana, arial, helvetica, sans-serif;
	color:#ffeb10;
	border:2px solid #a0a0a0;
	width: 300px;
}

.corpo #mainContentEsq {
	padding: 6px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width:215px;
}

.corpo #mainContentEsq a:visited{
	text-decoration:none;
	color:#a0a0a0;
}
.corpo #mainContentEsq a{
	text-decoration:none;
	color: #a0a0a0;
}
.corpo #mainContentEsq a:hover{
	color:#ffeb10;
	text-decoration:none;
}
.corpo #mainContentEsq a:active{
	color:#ffeb10;
	text-decoration:none;
}

.pontinho{
	padding: 6px 0px 10px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.estrela{
	padding: 0px 5px 0px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border:none;
}

.corpo #mainContentDir {
	padding: 0px 20px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:right;
	width: 540px;
	display:table-row;
	text-align:right;
}
.corpo #maisvendidos{
	border: 5px solid #494949;
	width:141px;
	float:none;
	margin-left: 25px;
}
.corpo #mainLista{
	text-align:center;
	margin: 0px 12px 0px 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width: 150px;
	min-height: 280px;
	max-width: 150px;
	color:#ffeb10;
	text-decoration:none;
}
.corpo #mainLista a{
	text-decoration:none;
	color: #a0a0a0;
}
.corpo #mainLista a:hover{
	text-decoration:none;
	color: #ffeb10;
}
.corpo #mainListaLan{
	text-align:center;
	margin: 0px 12px 0px 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width: 150px;
	min-height: 280px;
	max-width: 150px;
	color:#FF0000;
	text-decoration:none;
}
.corpo #mainListaLan a{
	text-decoration:none;
	color: #a0a0a0;
}
.corpo #mainListaLan a:hover{
	text-decoration:none;
	color: #FF0000;
}
.mainContentDirImg{
	border: 5px solid #494949;
}
.mainContentDirImg:visited{
	border: 5px solid #494949;
}
.mainContentDirImg:hover{
	border: 5px solid #ffeb10;
}
.mainContentDirImgLan{
	border: 5px solid #494949;
}
.mainContentDirImgLan:visited{
	border: 5px solid #494949;
}
.mainContentDirImgLan:hover{
	border: 5px solid #FF0000;
}
.tri{
	padding: 6px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #1a1a1a;
	text-align:left;
	vertical-align:top;
}
.corpo #fotoMainContent{
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #1a1a1a;
	text-align:center;
	color: #a0a0a0;
	margin: 0px 0px 0px 0px;
}
.corpo #fotoMainContent2{
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #1a1a1a;
	text-align:center;
	color: #a0a0a0;
	margin: 0px 0px 0px 0px;
	width: 725px;
	height: 325px;
}
.corpo #fotoMindexContent{
	padding: 10px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #1a1a1a;
	text-align:center;
	border: 0px solid #494949;
}
.corpo #fotoMainContent img{
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #1a1a1a;
	text-align:center;
	border: 10px solid #494949;
}
.corpo #rodape {
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1a1a1a;
	background:url(../imagens/backgroundRodape.jpg);
	background-repeat:no-repeat;
	height: 72px;
	text-align:right;
}
.corpo #rodape img {
	margin: 0px; /* zeroing the margins of the first element in the rodape will avoid the possibility of margin collapse - a space between divs */
	padding: 55px 20px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
