body
{
}

div#header
{
width:900px;
height:100px;
position: relative;
}

div#logo 
{
left: 15px;
top: 20px;
position: absolute;
}

div#anos 
{
left: 800px;
top: 20px;
position: absolute;
}



div#endereco
{
left: 500px;
top: 20px;
position: absolute;
font-family: verdana, Arial;
font-size: 14px;
color: #ffffff;
}


div#menu {
	width: 900px;
	height: 30px;
	position: relative;
}

div#links
{
	font-weight: bold;
	font-size: 14px;
	left: 0px;
	color: #2c6793;
	font-family: verdana, Arial;
	position: relative;
	top: 4px;
	text-align: left;
	width:900px;
	height:30px;
	
}

div#link0
{
	left: 15px;
	position: absolute;
	top: 0px;
	width:140px;
	height:30px;
}
div#link1
{
	left: 140px;
	position: absolute;
	top: 0px;
	width:300px;
	height:30px;
}

div#link2
{
	left: 250px;
	position: absolute;
	top: 0px;
	width:300px;
	height:30px;
}

div#link3
{
	left: 450px;
	position: absolute;
	top: 0px;
	width:300px;
	height:30px;
}

div#corpo
{
width:900px;
height:1750px;
position:relative;
border: solid 1px #d6d5d5;
}

div#banner1
{
left:0px;
top:9px;
width:690px;
height:200px;
position: absolute;
}

div#banner2
{
left: 699px;
top:9px;
width:200px;
height:378px;
position:absolute;

}

div#ListaProdutos
{
left:0px;
top:218px;
width:690px;
height:1530px;
position:absolute;
border: solid 1px #eff0f1;
}

div#TituloProdutos
{
	border-right: #eff0f1 1px solid;
	border-top: #eff0f1 1px solid;
	font-weight: bold;
	font-size: 14px;
	background: #eff0f1;
	left: 0px;
	border-left: #eff0f1 1px solid;
	width: 689px;
	color: darkgray;
	border-bottom: #eff0f1 1px solid;
	font-family: Verdana, Arial;
	position: absolute;
	top: 0px;
	height: 25px;
	text-align: left;
}

div#Produtos
{
left:0px;
top:27px;
width:690px;
height:1500px;
position:absolute;
}

div#footer
{
	left:0px;
	top:9px;
	width:900px;
	position:relative;
	height:100px;
	border: solid 1px #eff0f1;
	background: #eff0f1;
	font-weight: bold;
	font-size: 12px;
	color: darkgray;
	font-family: Verdana, Arial;
	text-align: center;
}

.preco
{
	font-weight: bold;
	font-size: 14px;
	color: red;
	font-family: Verdana;
}

.descricao
{
	font-size: 12px;
	color: black;
	font-family: Verdana;
}

.nomeproduto
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Verdana;
}

