img
{
	display: block;
}

HTML
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: small;
	background: gray;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: arial,sans-serif;
	min-height: 100%;
	height: 100%;
	background-image: url(Imagens/Shadow.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat: repeat-y;
}

BODY
{
	padding: 0px;
	margin: 0px;
	font-size: small;
	color: #000000;
	font-family: arial,sans-serif;
	height: 100%;
	min-height: 100%;
}

form
{
	height: 100%;
}

* html body
{
	height: 100%;
}

P
{
	margin: 0px 0px 1em;
	line-height: 1;
	text-align: justify;
}

DIV#container
{
	background-image: url(Imagens/Fundo.jpg);
	min-height: 100%;
	height: auto;
	margin: 0px auto;
	width: 778px;
	position: relative;
	background-color: #FFFFFF;
}

* html DIV#container
{
	height: 100%;
}

DIV#header
{
}

DIV#header P
{
	font-size: 1.1em;
	margin: 0px;
	font-style: italic;
}

DIV#content
{
	padding-bottom: 5em;
	padding-top: 1em;
	text-align: justify;
}

DIV#content P
{
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: justify;
}

DIV#footer
{
	background: #ddd;
	width: 100%;
	bottom: 0px;
	position: absolute;
}

DIV#footer P
{
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	margin: 0px;
	padding-top: 1em;
}



/**************************
Tables
**************************/
td.tdMaskote
{
	vertical-align: top;
}

td.tdTitulo
{
	width: 579px;
	height: 60px;
	background-image: url(Imagens/FundoTitulo.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial Rounded MT Bold, Arial;
	text-align: center;
	margin-bottom: 100px;
}

td.tdCont
{
	padding-left: 15px;
	padding-right: 20px;
	background-image: url(Imagens/ContFundo.jpg);
	background-repeat: repeat-y;
	height: 290px;
	vertical-align: top;
}

td.tdContBorda
{
	height: 16px;
}

table.apProdutos
{
}

td.apTitulo
{
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}

td.apFoto
{
	margin: auto;
	text-align: center;
}

td.apFoto img
{
	border: solid 2px #1D3380;
}